Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/pypanel/
Date: Sun, 05 Feb 2017 19:08:26
Message-Id: 1486321646.1d67c69e9d50c392120167189765e5b1288fbb41.soap@gentoo
1 commit: 1d67c69e9d50c392120167189765e5b1288fbb41
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 5 15:58:47 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 19:07:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d67c69e
7
8 x11-misc/pypanel: EAPI bump 3 -> 6, port to new python eclasses
9
10 Fixes: https://bugs.gentoo.org/599778
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13 Closes: https://github.com/gentoo/gentoo/pull/3832
14
15 x11-misc/pypanel/pypanel-2.4-r2.ebuild | 28 ++++++++++++++++++++++++++++
16 1 file changed, 28 insertions(+)
17
18 diff --git a/x11-misc/pypanel/pypanel-2.4-r2.ebuild b/x11-misc/pypanel/pypanel-2.4-r2.ebuild
19 new file mode 100644
20 index 00000000..33f7843
21 --- /dev/null
22 +++ b/x11-misc/pypanel/pypanel-2.4-r2.ebuild
23 @@ -0,0 +1,28 @@
24 +# Copyright 1999-2017 Gentoo Foundation
25 +# Distributed under the terms of the GNU General Public License v2
26 +# $Id$
27 +
28 +EAPI=6
29 +
30 +PYTHON_COMPAT=( python2_7 )
31 +
32 +inherit distutils-r1
33 +
34 +MY_PN=${PN/pyp/PyP}
35 +MY_P=${MY_PN}-${PV}
36 +
37 +DESCRIPTION="A lightweight panel/taskbar for X11 window managers"
38 +HOMEPAGE="http://pypanel.sourceforge.net/"
39 +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
40 +
41 +LICENSE="GPL-2"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
44 +IUSE=""
45 +
46 +RDEPEND="x11-libs/libXft
47 + dev-python/python-xlib[${PYTHON_USEDEP}]
48 + media-libs/imlib2[X]"
49 +DEPEND="${RDEPEND}"
50 +
51 +S=${WORKDIR}/${MY_P}