summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-05-05 18:16:04 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-05-05 18:16:04 +0000
commitb8cd2bd7c5191b568c0aa0a04ebf56bde66c4f4c (patch)
tree9793a775926f861fce16062a11f8c1271bd8fdbd /x11-misc
parentFix repoman warnings (diff)
downloadgentoo-2-b8cd2bd7c5191b568c0aa0a04ebf56bde66c4f4c.tar.gz
gentoo-2-b8cd2bd7c5191b568c0aa0a04ebf56bde66c4f4c.tar.bz2
gentoo-2-b8cd2bd7c5191b568c0aa0a04ebf56bde66c4f4c.zip
Fix repoman warnings
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/pypanel/pypanel-2.4.ebuild15
1 files changed, 8 insertions, 7 deletions
diff --git a/x11-misc/pypanel/pypanel-2.4.ebuild b/x11-misc/pypanel/pypanel-2.4.ebuild
index f10d11c76a60..374ad4b44ff6 100644
--- a/x11-misc/pypanel/pypanel-2.4.ebuild
+++ b/x11-misc/pypanel/pypanel-2.4.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 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.8 2008/01/20 19:20:18 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-2.4.ebuild,v 1.9 2009/05/05 18:16:04 ssuominen Exp $
inherit distutils eutils
-MY_PN="${PN/pyp/PyP}"
-MY_P="${MY_PN}-${PV}"
+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"
@@ -14,12 +14,13 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 ppc ~ppc64 x86"
-
IUSE=""
-DEPEND="x11-libs/libXft
+
+RDEPEND="x11-libs/libXft
>=dev-lang/python-2.2.3-r1
>=dev-python/python-xlib-0.12
>=sys-apps/sed-4
>=media-libs/imlib2-1.1"
+DEPEND="${RDEPEND}"
-S="${WORKDIR}/${MY_P}"
+S=${WORKDIR}/${MY_P}