diff options
Diffstat (limited to 'x11-misc/pypanel/pypanel-2.3.ebuild')
-rw-r--r-- | x11-misc/pypanel/pypanel-2.3.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/x11-misc/pypanel/pypanel-2.3.ebuild b/x11-misc/pypanel/pypanel-2.3.ebuild deleted file mode 100644 index e69153606abe..000000000000 --- a/x11-misc/pypanel/pypanel-2.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-2.3.ebuild,v 1.5 2005/09/17 02:03:00 agriffis Exp $ - -inherit distutils eutils - -MY_PN="${PN/pyp/PyP}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="PyPanel is 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="alpha ~amd64 ppc x86" - -IUSE="" -DEPEND="virtual/x11 - >=dev-lang/python-2.2.3-r1 - >=dev-python/python-xlib-0.12 - >=sys-apps/sed-4 - >=media-libs/imlib2-1.1" - -S="${WORKDIR}/${MY_P}" - -pkg_postinst() { - ewarn "If you previously ran 1.3, please remove ~/.pypanelrc before starting ${PV}!" - ewarn "Otherwise, you will most likely get a Python NameError about ICON." -} |