public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/piddle/
@ 2016-12-21 11:28 Tobias Klausmann
  0 siblings, 0 replies; 3+ messages in thread
From: Tobias Klausmann @ 2016-12-21 11:28 UTC (permalink / raw
  To: gentoo-commits

commit:     dbba490f9184c49923f3ad497e5083c9adaddb9f
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 11:10:20 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 11:28:22 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbba490f

dev-python/piddle-1.0.15-r1: stable on amd64

Gentoo-Bug: 599292

 dev-python/piddle/piddle-1.0.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/piddle/piddle-1.0.15-r1.ebuild b/dev-python/piddle/piddle-1.0.15-r1.ebuild
index e411e65..5964b62 100644
--- a/dev-python/piddle/piddle-1.0.15-r1.ebuild
+++ b/dev-python/piddle/piddle-1.0.15-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/piddle/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~x86"
+KEYWORDS="amd64 ~ia64 ~x86"
 IUSE="doc"
 
 python_install_all() {


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/piddle/
@ 2017-01-02  9:54 Agostino Sarubbo
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo @ 2017-01-02  9:54 UTC (permalink / raw
  To: gentoo-commits

commit:     a2e4868136e5bcac1d1247274b5da5345fe642a0
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  2 09:52:17 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jan  2 09:54:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2e48681

dev-python/piddle: x86 stable wrt bug #599292

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-python/piddle/piddle-1.0.15-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/piddle/piddle-1.0.15-r1.ebuild b/dev-python/piddle/piddle-1.0.15-r1.ebuild
index 5964b62..8559ed6 100644
--- a/dev-python/piddle/piddle-1.0.15-r1.ebuild
+++ b/dev-python/piddle/piddle-1.0.15-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/piddle/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~x86"
+KEYWORDS="amd64 ~ia64 x86"
 IUSE="doc"
 
 python_install_all() {


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/piddle/
@ 2017-02-14 23:54 Manuel Rüger
  0 siblings, 0 replies; 3+ messages in thread
From: Manuel Rüger @ 2017-02-14 23:54 UTC (permalink / raw
  To: gentoo-commits

commit:     bf7c8d63931f1b6427cb51ad1a9b6175b900030d
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 14 23:54:02 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Feb 14 23:54:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf7c8d63

dev-python/piddle: Remove old

Package-Manager: portage-2.3.3

 dev-python/piddle/piddle-1.0.15.ebuild | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/dev-python/piddle/piddle-1.0.15.ebuild b/dev-python/piddle/piddle-1.0.15.ebuild
deleted file mode 100644
index 3140662242..0000000000
--- a/dev-python/piddle/piddle-1.0.15.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-DESCRIPTION="Cross-media, cross-platform 2D graphics package"
-HOMEPAGE="http://piddle.sourceforge.net/"
-SRC_URI="mirror://sourceforge/piddle/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ia64 x86"
-IUSE=""
-
-src_install() {
-	distutils_src_install
-	dohtml -r docs/*
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-02-14 23:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-21 11:28 [gentoo-commits] repo/gentoo:master commit in: dev-python/piddle/ Tobias Klausmann
  -- strict thread matches above, loose matches on Subject: below --
2017-01-02  9:54 Agostino Sarubbo
2017-02-14 23:54 Manuel Rüger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox