diff options
author | Jonathan Smith <smithj@gentoo.org> | 2005-06-30 04:37:16 +0000 |
---|---|---|
committer | Jonathan Smith <smithj@gentoo.org> | 2005-06-30 04:37:16 +0000 |
commit | c2297e9f7e9701d1b5db4d85e170cc92ce849ba7 (patch) | |
tree | c14347093399489508a045b6ffa30caf8a1ec781 /x11-misc/pypanel/pypanel-2.4.ebuild | |
parent | #97201: version bump (diff) | |
download | historical-c2297e9f7e9701d1b5db4d85e170cc92ce849ba7.tar.gz historical-c2297e9f7e9701d1b5db4d85e170cc92ce849ba7.tar.bz2 historical-c2297e9f7e9701d1b5db4d85e170cc92ce849ba7.zip |
#97247: version bump
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'x11-misc/pypanel/pypanel-2.4.ebuild')
-rw-r--r-- | x11-misc/pypanel/pypanel-2.4.ebuild | 26 |
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}" + |