Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/pypanel/
Date: Mon, 13 Feb 2017 08:07:07
Message-Id: 1486973215.7269eb09d79b62d00be49ae7f7bad29eee1a2b84.kensington@gentoo
1 commit: 7269eb09d79b62d00be49ae7f7bad29eee1a2b84
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 13 07:49:42 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 13 08:06:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7269eb09
7
8 x11-misc/pypanel: Remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 x11-misc/pypanel/pypanel-2.4-r1.ebuild | 33 ---------------------------------
13 1 file changed, 33 deletions(-)
14
15 diff --git a/x11-misc/pypanel/pypanel-2.4-r1.ebuild b/x11-misc/pypanel/pypanel-2.4-r1.ebuild
16 deleted file mode 100644
17 index 37149e2f5e..0000000000
18 --- a/x11-misc/pypanel/pypanel-2.4-r1.ebuild
19 +++ /dev/null
20 @@ -1,33 +0,0 @@
21 -# Copyright 1999-2011 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="3"
26 -PYTHON_DEPEND="2"
27 -
28 -inherit distutils
29 -
30 -MY_PN=${PN/pyp/PyP}
31 -MY_P=${MY_PN}-${PV}
32 -
33 -DESCRIPTION="A lightweight panel/taskbar for X11 window managers"
34 -HOMEPAGE="http://pypanel.sourceforge.net/"
35 -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
36 -
37 -LICENSE="GPL-2"
38 -SLOT="0"
39 -KEYWORDS="amd64 ppc ~ppc64 x86"
40 -IUSE=""
41 -
42 -RDEPEND="x11-libs/libXft
43 - dev-python/python-xlib
44 - sys-apps/sed
45 - media-libs/imlib2[X]"
46 -DEPEND="${RDEPEND}"
47 -
48 -S=${WORKDIR}/${MY_P}
49 -
50 -pkg_setup() {
51 - python_set_active_version 2
52 - python_pkg_setup
53 -}