summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2010-06-11 11:54:13 +0000
committerPacho Ramos <pacho@gentoo.org>2010-06-11 11:54:13 +0000
commit33e9e2017dd96624d1d4f659d50916c21006b806 (patch)
tree601ad6314d380d30fb4f137b727b10da986bf925 /net-wireless
parentDrop bluez-libs support wrt #301630. (diff)
downloadgentoo-2-33e9e2017dd96624d1d4f659d50916c21006b806.tar.gz
gentoo-2-33e9e2017dd96624d1d4f659d50916c21006b806.tar.bz2
gentoo-2-33e9e2017dd96624d1d4f659d50916c21006b806.zip
Drop old and dead versions.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/gnome-bluetooth/ChangeLog9
-rw-r--r--net-wireless/gnome-bluetooth/gnome-bluetooth-0.11.0.ebuild64
-rw-r--r--net-wireless/gnome-bluetooth/gnome-bluetooth-0.12.0.ebuild6
-rw-r--r--net-wireless/gnome-bluetooth/gnome-bluetooth-0.9.1.ebuild68
-rw-r--r--net-wireless/gnome-bluetooth/gnome-bluetooth-2.28.3.ebuild44
5 files changed, 11 insertions, 180 deletions
diff --git a/net-wireless/gnome-bluetooth/ChangeLog b/net-wireless/gnome-bluetooth/ChangeLog
index ad01a3d6d458..b2bee591e510 100644
--- a/net-wireless/gnome-bluetooth/ChangeLog
+++ b/net-wireless/gnome-bluetooth/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-wireless/gnome-bluetooth
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.73 2010/06/04 21:20:59 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.74 2010/06/11 11:54:13 pacho Exp $
+
+ 11 Jun 2010; Pacho Ramos <pacho@gentoo.org> -gnome-bluetooth-0.9.1.ebuild,
+ -gnome-bluetooth-0.11.0.ebuild, gnome-bluetooth-0.12.0.ebuild,
+ -gnome-bluetooth-2.28.3.ebuild:
+ Drop old and unmaintained versions, this will also allow us to drop
+ bluez-{libs,utils} in the near future. Leaving for now 0.12.0 until ppc
+ stabilizes a newer version.
04 Jun 2010; Markus Meier <maekke@gentoo.org>
gnome-bluetooth-2.28.6.ebuild:
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-0.11.0.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-0.11.0.ebuild
deleted file mode 100644
index 05cd5e56a588..000000000000
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-0.11.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-0.11.0.ebuild,v 1.4 2009/11/21 15:13:09 armin76 Exp $
-
-inherit distutils gnome2 eutils multilib autotools
-
-DESCRIPTION="Gnome2 Bluetooth integration suite"
-HOMEPAGE="http://live.gnome.org/GnomeBluetooth"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
-IUSE=""
-
-RDEPEND=">=gnome-base/libgnomeui-2
- >=x11-libs/gtk+-2.10
- >=gnome-base/librsvg-2
- >=gnome-base/libglade-2
- >=gnome-base/libgnome-2
- >=gnome-base/libbonobo-2
- >=gnome-base/libbonoboui-2
- >=gnome-base/gconf-2
- >=gnome-base/orbit-2
- >=dev-libs/openobex-1.2
- >=net-wireless/bluez-libs-2.25
- >=net-wireless/libbtctl-0.9
- >=dev-python/pygtk-2.6
- >=dev-python/gnome-python-2.6"
-
-DEPEND="${RDEPEND}
- >=dev-util/gob-2
- >=dev-util/intltool-0.35
- dev-util/pkgconfig"
-
-DOCS="README NEWS AUTHORS COPYING ChangeLog"
-#MAKEOPTS="${MAKEOPTS} -j1"
-PYTHON_MODNAME="gnomebt"
-
-src_unpack() {
- gnome2_src_unpack
-
- sed -i -e 's:${libdir:/${platlibdir:' acinclude.m4 || die "sed failed"
- intltoolize --force
- eautoreconf
-
- # Python <=2.4 and Automake fails to support multilib wrt #187826
- sed -e "s:$PYTHON -c \"from:true \"from:g" \
- -e "s:lib/python:$(get_libdir)/python:g" \
- -i configure
-}
-
-src_compile() {
- platlibdir=$(get_libdir) gnome2_src_compile
-}
-
-pkg_postinst() {
- distutils_pkg_postinst
- gnome2_pkg_postinst
-}
-
-pkg_postrm() {
- distutils_pkg_postrm
- gnome2_pkg_postrm
-}
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-0.12.0.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-0.12.0.ebuild
index 34f8edec3fb9..8d70579912f9 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-0.12.0.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-0.12.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-0.12.0.ebuild,v 1.3 2009/11/21 15:13:09 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-0.12.0.ebuild,v 1.4 2010/06/11 11:54:13 pacho Exp $
inherit distutils gnome2
@@ -9,7 +9,7 @@ HOMEPAGE="http://live.gnome.org/GnomeBluetooth"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ppc ~x86"
+KEYWORDS="ppc"
IUSE=""
RDEPEND=">=gnome-base/libgnomeui-2
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-0.9.1.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-0.9.1.ebuild
deleted file mode 100644
index 0c9fa9500cbd..000000000000
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-0.9.1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-0.9.1.ebuild,v 1.11 2009/11/21 15:13:09 armin76 Exp $
-
-inherit distutils gnome2 eutils multilib autotools
-
-DESCRIPTION="Gnome2 Bluetooth integration suite"
-HOMEPAGE="http://live.gnome.org/GnomeBluetooth"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND=">=gnome-base/libgnomeui-2
- >=x11-libs/gtk+-2.10
- >=gnome-base/librsvg-2
- >=gnome-base/libglade-2
- >=gnome-base/libgnome-2
- >=gnome-base/libbonobo-2
- >=gnome-base/libbonoboui-2
- >=gnome-base/gconf-2
- >=gnome-base/orbit-2
- >=dev-libs/openobex-1.2
- >=net-wireless/bluez-libs-2.25
- >=net-wireless/libbtctl-0.9
- >=dev-python/pygtk-2.6
- >=dev-python/gnome-python-2.6"
-
-DEPEND="${RDEPEND}
- >=dev-util/gob-2
- >=dev-util/intltool-0.35
- dev-util/pkgconfig"
-
-DOCS="README NEWS AUTHORS COPYING ChangeLog"
-MAKEOPTS="${MAKEOPTS} -j1"
-PYTHON_MODNAME="gnomebt"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # Fix tests
- echo "gnome-obex-send.glade" >> po/POTFILES.skip
-
- sed -i -e 's:${libdir:/${platlibdir:' acinclude.m4 || die "sed failed"
- intltoolize --force
- eautoreconf
-
- # Python <=2.4 and Automake fails to support multilib wrt #187826
- sed -e "s:$PYTHON -c \"from:true \"from:g" \
- -e "s:lib/python:$(get_libdir)/python:g" \
- -i configure
-}
-
-src_compile() {
- platlibdir=$(get_libdir) gnome2_src_compile
-}
-
-pkg_postinst() {
- distutils_pkg_postinst
- gnome2_pkg_postinst
-}
-
-pkg_postrm() {
- distutils_pkg_postrm
- gnome2_pkg_postrm
-}
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-2.28.3.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-2.28.3.ebuild
deleted file mode 100644
index bb85555afb11..000000000000
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-2.28.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.28.3.ebuild,v 1.5 2009/11/21 15:13:09 armin76 Exp $
-
-EAPI="2"
-
-inherit gnome2
-
-DESCRIPTION="Fork of bluez-gnome focused on integration with GNOME"
-HOMEPAGE="http://live.gnome.org/GnomeBluetooth"
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="2"
-IUSE="doc"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
-
-COMMON_DEPEND=">=dev-libs/glib-2.16
- >=x11-libs/gtk+-2.15
- >=x11-libs/libnotify-0.4.3
- >=gnome-base/gconf-2.6
- >=dev-libs/dbus-glib-0.74
- dev-libs/libunique"
-RDEPEND="${COMMON_DEPEND}
- >=net-wireless/bluez-4.34
- || (
- app-mobilephone/obexd
- >=app-mobilephone/obex-data-server-0.4 )"
-DEPEND="${COMMON_DEPEND}
- !!net-wireless/bluez-gnome
- app-text/gnome-doc-utils
- app-text/scrollkeeper
- dev-libs/libxml2
- dev-util/intltool
- dev-util/pkgconfig
- sys-devel/gettext
- x11-proto/xproto
- gnome-base/gnome-common
- dev-util/gtk-doc-am
- doc? ( >=dev-util/gtk-doc-1.9 )"
-
-DOCS="AUTHORS README NEWS ChangeLog"
-G2CONF="${G2CONF}
---disable-desktop-update
---disable-icon-update
---disable-introspection"