diff options
Diffstat (limited to 'gpe-utils/gpe-bluetooth')
-rw-r--r-- | gpe-utils/gpe-bluetooth/Manifest | 6 | ||||
-rw-r--r-- | gpe-utils/gpe-bluetooth/gpe-bluetooth-0.54.ebuild | 11 | ||||
-rw-r--r-- | gpe-utils/gpe-bluetooth/gpe-bluetooth-0.55.ebuild | 25 | ||||
-rw-r--r-- | gpe-utils/gpe-bluetooth/gpe-bluetooth-0.56.ebuild | 11 |
4 files changed, 19 insertions, 34 deletions
diff --git a/gpe-utils/gpe-bluetooth/Manifest b/gpe-utils/gpe-bluetooth/Manifest index 9b0809c..8eea702 100644 --- a/gpe-utils/gpe-bluetooth/Manifest +++ b/gpe-utils/gpe-bluetooth/Manifest @@ -2,7 +2,7 @@ AUX gpe-bluetooth-bluez.patch 220 SHA1 b4113200cf43b5a0b94f34313c4af6042c4e77bc DIST gpe-bluetooth-0.54.tar.bz2 199458 SHA1 532cb8352484af51704b9f0f8d42fc62d924f387 SHA256 5ffb41e7375c55450fc55428fd7b19e158a93ee91ae6b9519953363ec05f82c7 DIST gpe-bluetooth-0.55.tar.bz2 162711 SHA1 2dc29270bf991e0179a6e10b93bb97736ea911f2 SHA256 f509c52ba12d378cba031e280d59489dbd7d5e08ff3dd22d14f40d669db0668c DIST gpe-bluetooth-0.56.tar.bz2 123148 SHA1 857fa6530757a7cf39899167b087b6071a289059 SHA256 8cc8479269638c46006bceda3c26e8b1f23a0f1d344efb0837229fcf6b6a7948 -EBUILD gpe-bluetooth-0.54.ebuild 602 SHA1 1568ba78a78ca9e2ba85a790ecac742bb8e181e6 SHA256 22271cc451cb1285f772d41f582a6afea780f5616cd9d84847635ad1e30f83dd -EBUILD gpe-bluetooth-0.55.ebuild 489 SHA1 e709b747a27437e03004edda55792b4ceac5ee4a SHA256 2cf2c67308741daaf36512171153dddc4ed302bd965aa41a4f7dac6f1e8a031b -EBUILD gpe-bluetooth-0.56.ebuild 576 SHA1 0cc1369c8c0d91b88bfd4ab5da121ccada494309 SHA256 faaddb013a5b5f868ab63348daa82802be3c4072c14f3d4b0816acb2dbdba3e7 +EBUILD gpe-bluetooth-0.54.ebuild 582 SHA1 81aa65badda88786a2161540475d137e05a388d9 SHA256 c53a5bd2787d44ad8912d01af177aaebfb03fd8c5201a87df51d515b690184ce +EBUILD gpe-bluetooth-0.55.ebuild 465 SHA1 bc5faaaee13a57722da89401b749055d222049f9 SHA256 409f67121a194526e1ebdf6fcc40a7bd0d88412d171fa255c69be5ef2bb68260 +EBUILD gpe-bluetooth-0.56.ebuild 556 SHA1 84db5a5a12c27b4f80466ff567896a8c40be922c SHA256 56dfc83acf9b83a071b6c865cae74066a2d3426652b5661e5fb335cebe562d8d MISC ChangeLog 234 SHA1 3db20bfbdc6c4443af3ee477c0348d78c83cd79b SHA256 7f4c7e01063635bd5248d26ae736cde225294361adb7817fa28a263a2ee549b2 diff --git a/gpe-utils/gpe-bluetooth/gpe-bluetooth-0.54.ebuild b/gpe-utils/gpe-bluetooth/gpe-bluetooth-0.54.ebuild index 9743163..cccbf7b 100644 --- a/gpe-utils/gpe-bluetooth/gpe-bluetooth-0.54.ebuild +++ b/gpe-utils/gpe-bluetooth/gpe-bluetooth-0.54.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ GPE_TARBALL_SUFFIX="bz2" - inherit gpe eutils DESCRIPTION="GPE Bluetooth support" @@ -11,9 +10,7 @@ DESCRIPTION="GPE Bluetooth support" LICENSE="GPL-2" SLOT="0" KEYWORDS="~arm ~amd64 ~x86" - -GPE_DOCS="ChangeLog" - +IUSE="${IUSE}" RDEPEND="${RDEPEND} gpe-base/libgpewidget gpe-base/libgpevtype @@ -25,11 +22,9 @@ RDEPEND="${RDEPEND} dev-libs/openobex " -DEPEND="${DEPEND} - ${RDEPEND}" +GPE_DOCS="ChangeLog" src_unpack() { gpe_src_unpack - epatch "${FILESDIR}/${PN}-bluez.patch" } diff --git a/gpe-utils/gpe-bluetooth/gpe-bluetooth-0.55.ebuild b/gpe-utils/gpe-bluetooth/gpe-bluetooth-0.55.ebuild index f7d201c..c452f7c 100644 --- a/gpe-utils/gpe-bluetooth/gpe-bluetooth-0.55.ebuild +++ b/gpe-utils/gpe-bluetooth/gpe-bluetooth-0.55.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -7,22 +7,17 @@ GPE_TARBALL_SUFFIX="bz2" inherit gpe DESCRIPTION="GPE Bluetooth support" - LICENSE="GPL-2" SLOT="0" KEYWORDS="~arm ~amd64 ~x86" - -GPE_DOCS="ChangeLog" - -RDEPEND="${RDEPEND} -gpe-base/libgpewidget -gpe-base/libgpevtype - dev-libs/dbus-glib ->=gnome-base/libglade-2 ->=gpe-base/libmimedir-0.4.2 ->=gpe-base/libcontactsdb-0.3 -dev-libs/openobex +IUSE="${IUSE}" +RDEPEND="gpe-base/libgpewidget + gpe-base/libgpevtype + dev-libs/dbus-glib + >=gnome-base/libglade-2 + >=gpe-base/libmimedir-0.4.2 + >=gpe-base/libcontactsdb-0.3 + dev-libs/openobex " -DEPEND="${DEPEND} - ${RDEPEND}" +GPE_DOCS="ChangeLog" diff --git a/gpe-utils/gpe-bluetooth/gpe-bluetooth-0.56.ebuild b/gpe-utils/gpe-bluetooth/gpe-bluetooth-0.56.ebuild index f3af800..7b18457 100644 --- a/gpe-utils/gpe-bluetooth/gpe-bluetooth-0.56.ebuild +++ b/gpe-utils/gpe-bluetooth/gpe-bluetooth-0.56.ebuild @@ -1,19 +1,15 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ GPE_TARBALL_SUFFIX="bz2" - inherit gpe DESCRIPTION="GPE Bluetooth support" - LICENSE="GPL-2" SLOT="0" KEYWORDS="~arm ~amd64 ~x86" - -GPE_DOCS="ChangeLog" - +IUSE="${IUSE}" RDEPEND="${RDEPEND} gpe-base/libgpewidget gpe-base/libgpevtype @@ -24,8 +20,7 @@ RDEPEND="${RDEPEND} net-wireless/bluez-libs dev-libs/openobex " - -DEPEND="${DEPEND} ${RDEPEND}" +GPE_DOCS="ChangeLog" src_compile() { unset LDFLAGS |