diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-11-16 19:01:40 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-11-16 19:01:40 +0000 |
commit | 64fe4fb87ef52fd7d0fc8c37ec1b57a11b8e40d4 (patch) | |
tree | 0f94d1533b8ed3a81afe02c33c95dc90fb954ecf /gnome-extra/music-applet | |
parent | version bump (diff) | |
download | gentoo-2-64fe4fb87ef52fd7d0fc8c37ec1b57a11b8e40d4.tar.gz gentoo-2-64fe4fb87ef52fd7d0fc8c37ec1b57a11b8e40d4.tar.bz2 gentoo-2-64fe4fb87ef52fd7d0fc8c37ec1b57a11b8e40d4.zip |
Remove unused RDEPEND Numeric, bug #246624.
(Portage version: 2.2_rc14/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'gnome-extra/music-applet')
-rw-r--r-- | gnome-extra/music-applet/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-extra/music-applet/music-applet-2.3.1.ebuild | 3 | ||||
-rw-r--r-- | gnome-extra/music-applet/music-applet-2.4.1.ebuild | 48 | ||||
-rw-r--r-- | gnome-extra/music-applet/music-applet-2.4.2.ebuild | 3 |
4 files changed, 8 insertions, 53 deletions
diff --git a/gnome-extra/music-applet/ChangeLog b/gnome-extra/music-applet/ChangeLog index 0175911a1a7b..1a0332706e28 100644 --- a/gnome-extra/music-applet/ChangeLog +++ b/gnome-extra/music-applet/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-extra/music-applet # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/music-applet/ChangeLog,v 1.18 2008/08/17 21:39:55 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/music-applet/ChangeLog,v 1.19 2008/11/16 19:01:40 eva Exp $ + + 16 Nov 2008; Gilles Dartiguelongue <eva@gentoo.org> + music-applet-2.3.1.ebuild, -music-applet-2.4.1.ebuild, + music-applet-2.4.2.ebuild: + Remove unused RDEPEND Numeric, bug #246624. *music-applet-2.4.2 (17 Aug 2008) diff --git a/gnome-extra/music-applet/music-applet-2.3.1.ebuild b/gnome-extra/music-applet/music-applet-2.3.1.ebuild index 503602bd5e65..116afa1db838 100644 --- a/gnome-extra/music-applet/music-applet-2.3.1.ebuild +++ b/gnome-extra/music-applet/music-applet-2.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/music-applet/music-applet-2.3.1.ebuild,v 1.4 2008/08/09 12:51:27 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/music-applet/music-applet-2.3.1.ebuild,v 1.5 2008/11/16 19:01:40 eva Exp $ inherit gnome2 python eutils @@ -20,7 +20,6 @@ RDEPEND=">=x11-libs/gtk+-2.6 >=gnome-base/libgnomeui-2 >=gnome-base/gnome-panel-2 >=dev-python/gnome-python-desktop-2.14 - >=dev-python/numeric-24.2 >=dev-python/dbus-python-0.80 >=dev-libs/dbus-glib-0.71 >=dev-python/pygtk-2.6 diff --git a/gnome-extra/music-applet/music-applet-2.4.1.ebuild b/gnome-extra/music-applet/music-applet-2.4.1.ebuild deleted file mode 100644 index c1196f512951..000000000000 --- a/gnome-extra/music-applet/music-applet-2.4.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/music-applet/music-applet-2.4.1.ebuild,v 1.1 2008/07/28 22:38:57 eva Exp $ - -inherit gnome2 python eutils - -DESCRIPTION="GNOME applet to control various music players" -HOMEPAGE="http://www.kuliniewicz.org/music-applet" -SRC_URI="http://www.kuliniewicz.org/${PN}/downloads/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="libnotify" - -# This ebuild is far from perfect, it does a lot of automagic detection - -RDEPEND=">=x11-libs/gtk+-2.6 - >=x11-libs/pango-1.6 - >=gnome-base/libgnomeui-2 - >=gnome-base/gnome-panel-2 - >=dev-python/gnome-python-desktop-2.14 - >=dev-python/numeric-24.2 - >=dev-python/dbus-python-0.80 - >=dev-libs/dbus-glib-0.71 - >=dev-python/pygtk-2.6 - libnotify? ( dev-python/notify-python )" -DEPEND="dev-util/pkgconfig - dev-util/intltool" - -src_unpack() { - gnome2_src_unpack - - # disable pyc compiling - mv py-compile py-compile.orig - ln -s $(type -P true) py-compile -} - -pkg_postinst() { - gnome2_pkg_postinst - python_version - python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/musicapplet -} - -pkg_postrm() { - gnome2_pkg_postrm - python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/musicapplet -} diff --git a/gnome-extra/music-applet/music-applet-2.4.2.ebuild b/gnome-extra/music-applet/music-applet-2.4.2.ebuild index 34c8967b784d..42b5556a2de3 100644 --- a/gnome-extra/music-applet/music-applet-2.4.2.ebuild +++ b/gnome-extra/music-applet/music-applet-2.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/music-applet/music-applet-2.4.2.ebuild,v 1.1 2008/08/17 21:39:55 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/music-applet/music-applet-2.4.2.ebuild,v 1.2 2008/11/16 19:01:40 eva Exp $ inherit gnome2 python eutils @@ -20,7 +20,6 @@ RDEPEND=">=x11-libs/gtk+-2.6 >=gnome-base/libgnomeui-2 >=gnome-base/gnome-panel-2 >=dev-python/gnome-python-desktop-2.14 - >=dev-python/numeric-24.2 >=dev-python/dbus-python-0.80 >=dev-libs/dbus-glib-0.71 >=dev-python/pygtk-2.6 |