diff options
author | 2011-07-01 21:25:45 +0000 | |
---|---|---|
committer | 2011-07-01 21:25:45 +0000 | |
commit | 984c87219e0ac0968e2cf96da9b798d7e48fc41f (patch) | |
tree | f761a170b2376423c1d5f6151cd0afff060de3ea /x11-misc/pypanel | |
parent | Remove old ebuilds. Requested by Arfrever (diff) | |
download | gentoo-2-984c87219e0ac0968e2cf96da9b798d7e48fc41f.tar.gz gentoo-2-984c87219e0ac0968e2cf96da9b798d7e48fc41f.tar.bz2 gentoo-2-984c87219e0ac0968e2cf96da9b798d7e48fc41f.zip |
Remove old ebuilds. Requested by Arfrever
(Portage version: 2.2.0_alpha42/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/pypanel')
-rw-r--r-- | x11-misc/pypanel/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/pypanel/pypanel-2.4.ebuild | 27 |
2 files changed, 4 insertions, 28 deletions
diff --git a/x11-misc/pypanel/ChangeLog b/x11-misc/pypanel/ChangeLog index c646d1f5d3e5..da67fb683c99 100644 --- a/x11-misc/pypanel/ChangeLog +++ b/x11-misc/pypanel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/pypanel # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/ChangeLog,v 1.44 2011/06/24 18:55:56 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/ChangeLog,v 1.45 2011/07/01 21:25:44 hwoarang Exp $ + + 01 Jul 2011; Markos Chandras <hwoarang@gentoo.org> -pypanel-2.4.ebuild: + Remove old ebuilds. Requested by Arfrever 24 Jun 2011; Brent Baude <ranger@gentoo.org> pypanel-2.4-r1.ebuild: Marking pypanel-2.4-r1 ppc for bug 362341 diff --git a/x11-misc/pypanel/pypanel-2.4.ebuild b/x11-misc/pypanel/pypanel-2.4.ebuild deleted file mode 100644 index 86157a586fad..000000000000 --- a/x11-misc/pypanel/pypanel-2.4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-2.4.ebuild,v 1.12 2011/04/16 18:48:24 armin76 Exp $ - -EAPI="3" -inherit distutils - -MY_PN=${PN/pyp/PyP} -MY_P=${MY_PN}-${PV} - -DESCRIPTION="A lightweight panel/taskbar for X11 window managers" -HOMEPAGE="http://pypanel.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86" -IUSE="" - -RDEPEND="x11-libs/libXft - dev-lang/python - dev-python/python-xlib - sys-apps/sed - media-libs/imlib2[X]" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${MY_P} |