summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-10-16 17:40:26 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-10-16 17:40:26 +0000
commit1d4763b00a377a7b0363d0864bc2443c0ec432c2 (patch)
tree8b1e3ffe3174c906c11ae4cb708bdbb0fc0c4fff /net-wireless/libbtctl
parentuse java-pkg_dohtml instead of dohtml to also install the package-list in cas... (diff)
downloadgentoo-2-1d4763b00a377a7b0363d0864bc2443c0ec432c2.tar.gz
gentoo-2-1d4763b00a377a7b0363d0864bc2443c0ec432c2.tar.bz2
gentoo-2-1d4763b00a377a7b0363d0864bc2443c0ec432c2.zip
remove mono support in 0.4.1 to let it become stable, introduce 0.4.1-r1 with optional mono support for unstable users.
Diffstat (limited to 'net-wireless/libbtctl')
-rw-r--r--net-wireless/libbtctl/ChangeLog9
-rw-r--r--net-wireless/libbtctl/Manifest4
-rw-r--r--net-wireless/libbtctl/files/digest-libbtctl-0.4.1-r11
-rw-r--r--net-wireless/libbtctl/libbtctl-0.4.1-r1.ebuild38
-rw-r--r--net-wireless/libbtctl/libbtctl-0.4.1.ebuild14
5 files changed, 60 insertions, 6 deletions
diff --git a/net-wireless/libbtctl/ChangeLog b/net-wireless/libbtctl/ChangeLog
index c3285b3069ba..dd3a14a89697 100644
--- a/net-wireless/libbtctl/ChangeLog
+++ b/net-wireless/libbtctl/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-wireless/libbtctl
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/libbtctl/ChangeLog,v 1.11 2004/07/20 23:10:18 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/libbtctl/ChangeLog,v 1.12 2004/10/16 17:40:26 liquidx Exp $
+
+*libbtctl-0.4.1-r1 (16 Oct 2004)
+
+ 16 Oct 2004; Alastair Tse <liquidx@gentoo.org> +libbtctl-0.4.1-r1.ebuild,
+ libbtctl-0.4.1.ebuild:
+ remove mono support in 0.4.1 to let it become stable, introduce 0.4.1-r1
+ with optional mono support for unstable users.
20 Jul 2004; Alastair Tse <liquidx@gentoo.org> libbtctl-0.4.1.ebuild:
fixing shared/static linking problem with libtool and openobex for libbtctl
diff --git a/net-wireless/libbtctl/Manifest b/net-wireless/libbtctl/Manifest
index 2b0a1f8afee8..5f1b8f0bace4 100644
--- a/net-wireless/libbtctl/Manifest
+++ b/net-wireless/libbtctl/Manifest
@@ -1,7 +1,9 @@
MD5 b714049789d53564d4ed1b107839409c ChangeLog 1876
MD5 4a1b737ad03166e27f7c57c994f1e162 libbtctl-0.3.ebuild 941
-MD5 60ceb0356e194159af9700c4ab306e59 libbtctl-0.4.1.ebuild 1029
+MD5 6f1f0e191c53c8dc153b2600fd7a93aa libbtctl-0.4.1.ebuild 1250
MD5 7a66fef4deb08f29b7cf0de1c2e3a4de metadata.xml 254
+MD5 636f22451dab28d4607f8a94e14fb3b8 libbtctl-0.4.1-r1.ebuild 1030
MD5 6fd25ef01add3d4f6b205a586233e783 files/digest-libbtctl-0.3 64
MD5 89c026311c1c9a92f14e59fe40698804 files/digest-libbtctl-0.4.1 66
MD5 2f18fdc85cff32fc3b1eb5dcf7376b3a files/libbtctl-0.4.1-enable_python.patch 1292
+MD5 89c026311c1c9a92f14e59fe40698804 files/digest-libbtctl-0.4.1-r1 66
diff --git a/net-wireless/libbtctl/files/digest-libbtctl-0.4.1-r1 b/net-wireless/libbtctl/files/digest-libbtctl-0.4.1-r1
new file mode 100644
index 000000000000..a01311a1ac8a
--- /dev/null
+++ b/net-wireless/libbtctl/files/digest-libbtctl-0.4.1-r1
@@ -0,0 +1 @@
+MD5 7c858214d32d76e45a87b34dd885df37 libbtctl-0.4.1.tar.gz 416947
diff --git a/net-wireless/libbtctl/libbtctl-0.4.1-r1.ebuild b/net-wireless/libbtctl/libbtctl-0.4.1-r1.ebuild
new file mode 100644
index 000000000000..a1df981a4949
--- /dev/null
+++ b/net-wireless/libbtctl/libbtctl-0.4.1-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/libbtctl/libbtctl-0.4.1-r1.ebuild,v 1.1 2004/10/16 17:40:26 liquidx Exp $
+
+inherit gnome2 mono
+
+DESCRIPTION="A GObject wrapper for Bluetooth functionality"
+HOMEPAGE="http://usefulinc.com/software/gnome-bluetooth/"
+SRC_URI="http://downloads.usefulinc.com/libbtctl/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~sparc ~ppc"
+IUSE="mono"
+
+RDEPEND=">=dev-libs/glib-2
+ >=net-wireless/bluez-utils-2.7
+ >=net-wireless/bluez-libs-2.7
+ >=dev-libs/openobex-1
+ >=dev-lang/python-2.3
+ >=dev-python/pygtk-2.0
+ !sparc? ( mono? ( >=dev-dotnet/mono-0.96 ) )"
+
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ dev-util/pkgconfig
+ doc? ( dev-util/gtk-doc )"
+
+MAKEOPTS="${MAKEOPTS} -j1"
+DOCS="README NEWS ChangeLog AUTHORS COPYING"
+USE_DESTDIR="yes"
+
+src_compile() {
+ use sparc || G2CONF="`use_enable mono`"
+ gnome2_src_configure
+ sed -i -e "s/libext=\"a/& la/" libtool
+ emake || die "make failed"
+}
diff --git a/net-wireless/libbtctl/libbtctl-0.4.1.ebuild b/net-wireless/libbtctl/libbtctl-0.4.1.ebuild
index 7b25a223c6b4..38ca1eb95d14 100644
--- a/net-wireless/libbtctl/libbtctl-0.4.1.ebuild
+++ b/net-wireless/libbtctl/libbtctl-0.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/libbtctl/libbtctl-0.4.1.ebuild,v 1.5 2004/10/16 17:27:11 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/libbtctl/libbtctl-0.4.1.ebuild,v 1.6 2004/10/16 17:40:26 liquidx Exp $
inherit gnome2 mono
@@ -18,8 +18,11 @@ RDEPEND=">=dev-libs/glib-2
>=net-wireless/bluez-libs-2.7
>=dev-libs/openobex-1
>=dev-lang/python-2.3
- >=dev-python/pygtk-2.0
- !sparc? ( mono? ( >=dev-dotnet/mono-0.96 ) )"
+ >=dev-python/pygtk-2.0"
+
+# none of the mono versions we want are stable,
+# so we are masking mono support for now.
+# !sparc? ( mono? ( >=dev-dotnet/mono-0.96 ) )"
DEPEND="${RDEPEND}
dev-util/intltool
@@ -31,7 +34,10 @@ DOCS="README NEWS ChangeLog AUTHORS COPYING"
USE_DESTDIR="yes"
src_compile() {
- use sparc || G2CONF="`use_enable mono`"
+# no stable mono versions available. we'll re-enable once
+# one of the mono's has been marked stable.
+# use sparc || G2CONF="`use_enable mono`"
+ G2CONF="--disable-mono"
gnome2_src_configure
sed -i -e "s/libext=\"a/& la/" libtool
emake || die "make failed"