add kdebluetooth4

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@680 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2008-12-20 00:00:19 +00:00
parent 1a3f466230
commit ec8cbc33c3
4 changed files with 81 additions and 0 deletions

View File

@ -0,0 +1,40 @@
# ChangeLog for net-wireless/kdebluetooth4
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
11 Dec 2008; Maciej Mrozowski (reavertm) <reavertm@poczta.fm>
kdebluetooth4-0.2.ebuild, kdebluetooth4-9999.ebuild:
Deps adjusted, small QA in terms of formatting
08 Dec 2008; Theo Chatzimichos <tampakrap@gmail.com>
kdebluetooth4-0.2.ebuild:
fix0r
08 Dec 2008; Theo Chatzimichos <tampakrap@gmail.com>
kdebluetooth4-0.2.ebuild:
solid API for 4.2 is b0rked, bug 249852
01 Nov 2008; Theo Chatzimichos <tampakrap@gmail.com> ChangeLog:
initial import of kdebluetooth live ebuild
24 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
kdebluetooth4-0.2.ebuild:
Whitespace.
24 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
kdebluetooth4-0.2.ebuild:
Whitespace.
06 Oct 2008; <alexxy@gentoo.org> kdebluetooth4-0.2.ebuild:
update NEED_KDE to use slots instead of versions
25 Sep 2008; Tomáš Chvátal <tomas.chvatal@gmail.com>
-kdebluetooth4-0.1.ebuild, kdebluetooth4-0.2.ebuild:
Remove old version and add PREFIX definition to new one,
*kdebluetooth4-0.2 (08 Sep 2008)
08 Sep 2008; Tomáš Chvátal <tomas.chvatal@gmail.com> +metadata.xml,
+kdebluetooth4-0.2.ebuild:
Added kdebluetooth4-0.2. Needs more testing.

View File

@ -0,0 +1,5 @@
DIST kdebluetooth4-0.2.tar.bz2 37274 RMD160 404be922ca594ab727647891ba25240400b66f85 SHA1 0e20e6af5494673a2b1e8c387ae5f8829ceb8d7c SHA256 6adb23863d17b89a3e42f5068ed126586ea2c8b54b140f11130ea1906ed6e1fd
EBUILD kdebluetooth4-0.2.ebuild 633 RMD160 6b9ccf69e9066a7fd4c2ab170c735f9e8209f557 SHA1 ddefe70cca2a87533c461a3b8149a750f9ec1d97 SHA256 f8b75e72f5c99d8dd730722183a7c7e0e3d968639f75f73c6fe3d347824f683b
EBUILD kdebluetooth4-9999.ebuild 661 RMD160 50acb6eb3d6a1e956d62eb34bf6973add8a4537c SHA1 30f753dc943d5385ce95583b23bff9c90af9cfd3 SHA256 a9d87e1340b57afa0ede9e55afee15a0b7edd3cde656c5296b1bb0db074fc320
MISC ChangeLog 1316 RMD160 8a3c2a1a8c17ccbf6d251ee791630468071e05b6 SHA1 fb313a632bd622630131fc4aa78bfb523331985a SHA256 5cb03e866ac969836cdf0b457624c33c5756bbff0c6b1a7d5d057754303044e0
MISC metadata.xml 156 RMD160 ecce3b981f150c45ae1e84e2d208e678d6124259 SHA1 b64f7c0b4e5db816d82ad19848f72118af129d35 SHA256 2f4da28506b9d4185f320f67a6191d30c7a921217ed4447ed46ea0bc4aefc79a

View File

@ -0,0 +1,31 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
KDE_MINIMAL="4.1"
inherit kde4-base
DESCRIPTION="KDE Bluetooth Framework"
HOMEPAGE="http://bluetooth.kmobiletools.org/"
SRC_URI="mirror://sourceforge/kde-bluetooth/${P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE="debug"
DEPEND="
app-mobilephone/obex-data-server
app-mobilephone/obexftp
dev-libs/openobex
"
RDEPEND="${DEPEND}
>=kde-base/kdialog-${KDE_MINIMAL}
>=kde-base/konqueror-${KDE_MINIMAL}
|| (
( >=net-wireless/bluez-libs-3.25 >=net-wireless/bluez-utils-3.25 )
net-wireless/bluez
)
"

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>kde</herd>
</pkgmetadata>