summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Smith <smithj@gentoo.org>2005-06-30 04:37:16 +0000
committerJonathan Smith <smithj@gentoo.org>2005-06-30 04:37:16 +0000
commit312fadccdcebc756b61679e37f1e22c6b06642b7 (patch)
tree0617a4747dc95d8c96868b64c6f6b9c847838915 /x11-misc/pypanel/pypanel-2.4.ebuild
parent#97201: version bump (diff)
downloadgentoo-2-312fadccdcebc756b61679e37f1e22c6b06642b7.tar.gz
gentoo-2-312fadccdcebc756b61679e37f1e22c6b06642b7.tar.bz2
gentoo-2-312fadccdcebc756b61679e37f1e22c6b06642b7.zip
#97247: version bump
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/pypanel/pypanel-2.4.ebuild')
-rw-r--r--x11-misc/pypanel/pypanel-2.4.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-misc/pypanel/pypanel-2.4.ebuild b/x11-misc/pypanel/pypanel-2.4.ebuild
new file mode 100644
index 000000000000..31acb897c2f4
--- /dev/null
+++ b/x11-misc/pypanel/pypanel-2.4.ebuild
@@ -0,0 +1,26 @@
+# 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.4.ebuild,v 1.1 2005/06/30 04:37:16 smithj 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}"
+