* [gentoo-commits] repo/gentoo:master commit in: x11-misc/pypanel/
@ 2017-02-05 19:08 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2017-02-05 19:08 UTC (permalink / raw
To: gentoo-commits
commit: 1d67c69e9d50c392120167189765e5b1288fbb41
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Sun Feb 5 15:58:47 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 5 19:07:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d67c69e
x11-misc/pypanel: EAPI bump 3 -> 6, port to new python eclasses
Fixes: https://bugs.gentoo.org/599778
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3832
x11-misc/pypanel/pypanel-2.4-r2.ebuild | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/x11-misc/pypanel/pypanel-2.4-r2.ebuild b/x11-misc/pypanel/pypanel-2.4-r2.ebuild
new file mode 100644
index 00000000..33f7843
--- /dev/null
+++ b/x11-misc/pypanel/pypanel-2.4-r2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+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[${PYTHON_USEDEP}]
+ media-libs/imlib2[X]"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${MY_P}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/pypanel/
@ 2017-02-06 14:55 Agostino Sarubbo
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo @ 2017-02-06 14:55 UTC (permalink / raw
To: gentoo-commits
commit: 524e7d19a1c7eb571f89369988fd5c37af5bed9d
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 6 14:53:43 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Feb 6 14:55:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=524e7d19
x11-misc/pypanel: amd64 stable wrt bug #599778
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-misc/pypanel/pypanel-2.4-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/pypanel/pypanel-2.4-r2.ebuild b/x11-misc/pypanel/pypanel-2.4-r2.ebuild
index 33f7843..ad00edc 100644
--- a/x11-misc/pypanel/pypanel-2.4-r2.ebuild
+++ b/x11-misc/pypanel/pypanel-2.4-r2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
IUSE=""
RDEPEND="x11-libs/libXft
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/pypanel/
@ 2017-02-12 15:44 Agostino Sarubbo
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo @ 2017-02-12 15:44 UTC (permalink / raw
To: gentoo-commits
commit: 65e4111ff7a6d24bcb4cd37a1a5aab5aec3744e7
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 12 15:40:11 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 15:43:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65e4111f
x11-misc/pypanel: x86 stable wrt bug #599778
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-misc/pypanel/pypanel-2.4-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/pypanel/pypanel-2.4-r2.ebuild b/x11-misc/pypanel/pypanel-2.4-r2.ebuild
index ad00edcb0c..7f8ea32ec1 100644
--- a/x11-misc/pypanel/pypanel-2.4-r2.ebuild
+++ b/x11-misc/pypanel/pypanel-2.4-r2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
IUSE=""
RDEPEND="x11-libs/libXft
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/pypanel/
@ 2017-02-12 17:01 Agostino Sarubbo
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo @ 2017-02-12 17:01 UTC (permalink / raw
To: gentoo-commits
commit: f99f0749910682eb70dc879c76104e34f6aa4aac
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 12 16:58:27 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 17:00:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f99f0749
x11-misc/pypanel: ppc stable wrt bug #599778
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-misc/pypanel/pypanel-2.4-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/pypanel/pypanel-2.4-r2.ebuild b/x11-misc/pypanel/pypanel-2.4-r2.ebuild
index 7f8ea32ec1..2566b62396 100644
--- a/x11-misc/pypanel/pypanel-2.4-r2.ebuild
+++ b/x11-misc/pypanel/pypanel-2.4-r2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
IUSE=""
RDEPEND="x11-libs/libXft
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/pypanel/
@ 2017-02-13 8:07 Michael Palimaka
0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2017-02-13 8:07 UTC (permalink / raw
To: gentoo-commits
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
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-02-13 8:07 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-12 17:01 [gentoo-commits] repo/gentoo:master commit in: x11-misc/pypanel/ Agostino Sarubbo
-- strict thread matches above, loose matches on Subject: below --
2017-02-13 8:07 Michael Palimaka
2017-02-12 15:44 Agostino Sarubbo
2017-02-06 14:55 Agostino Sarubbo
2017-02-05 19:08 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox