summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2008-04-13 15:01:42 +0000
committerMart Raudsepp <leio@gentoo.org>2008-04-13 15:01:42 +0000
commit7e668886d2e5712cd76755e1e2b530acc6add8ed (patch)
tree4a7ab992879d3117df041f0c5983aef605f55264 /gnome-extra
parentRemove pkgconfig from RDEPEND. (diff)
downloadhistorical-7e668886d2e5712cd76755e1e2b530acc6add8ed.tar.gz
historical-7e668886d2e5712cd76755e1e2b530acc6add8ed.tar.bz2
historical-7e668886d2e5712cd76755e1e2b530acc6add8ed.zip
Remove old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/music-applet/music-applet-2.2.1.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/gnome-extra/music-applet/music-applet-2.2.1.ebuild b/gnome-extra/music-applet/music-applet-2.2.1.ebuild
deleted file mode 100644
index f455bceaf987..000000000000
--- a/gnome-extra/music-applet/music-applet-2.2.1.ebuild
+++ /dev/null
@@ -1,45 +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.2.1.ebuild,v 1.2 2008/02/24 11:58:44 eva Exp $
-
-inherit gnome2 python
-
-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=""
-
-DEPEND=">=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"
-RDEPEND="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_version
- python_mod_cleanup /usr/$(get_libdir)/python${PYVER}/site-packages/musicapplet
-}