diff options
author | 2017-02-13 09:49:42 +0200 | |
---|---|---|
committer | 2017-02-13 19:06:55 +1100 | |
commit | 7269eb09d79b62d00be49ae7f7bad29eee1a2b84 (patch) | |
tree | e13fd3938b31b209c08d20f8a13d9c88d09429e1 /x11-misc | |
parent | dev-python/aniso8601: PYTHON_COMPAT: add python3_6 (diff) | |
download | gentoo-7269eb09d79b62d00be49ae7f7bad29eee1a2b84.tar.gz gentoo-7269eb09d79b62d00be49ae7f7bad29eee1a2b84.tar.bz2 gentoo-7269eb09d79b62d00be49ae7f7bad29eee1a2b84.zip |
x11-misc/pypanel: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/pypanel/pypanel-2.4-r1.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/x11-misc/pypanel/pypanel-2.4-r1.ebuild b/x11-misc/pypanel/pypanel-2.4-r1.ebuild deleted file mode 100644 index 37149e2f5e85..000000000000 --- a/x11-misc/pypanel/pypanel-2.4-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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 -} |