You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/pypanel/pypanel-2.4-r1.ebuild

34 lines
729 B

# 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-r1.ebuild,v 1.7 2011/06/24 18:55:56 ranger Exp $
EAPI="3"
PYTHON_DEPEND="2"
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-python/python-xlib
sys-apps/sed
media-libs/imlib2[X]"
DEPEND="${RDEPEND}"
S=${WORKDIR}/${MY_P}
pkg_setup() {
python_set_active_version 2
python_pkg_setup
}