commit: 7269eb09d79b62d00be49ae7f7bad29eee1a2b84
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Mon Feb 13 07:49:42 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 08:06:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7269eb09
x11-misc/pypanel: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
x11-misc/pypanel/pypanel-2.4-r1.ebuild | 33 ---------------------------------
1 file changed, 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 37149e2f5e..0000000000
--- 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
-}