summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-01 02:48:47 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-01 02:48:47 +0000
commit989d318f754c62a139aef78349c5d1c560761249 (patch)
tree5c8bbfe16710a54d6c75d82b6fadfb21bb9a481d /dev-python/piddle
parentSet SUPPORT_PYTHON_ABIS. (diff)
downloadgentoo-2-989d318f754c62a139aef78349c5d1c560761249.tar.gz
gentoo-2-989d318f754c62a139aef78349c5d1c560761249.tar.bz2
gentoo-2-989d318f754c62a139aef78349c5d1c560761249.zip
Set SUPPORT_PYTHON_ABIS.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/piddle')
-rw-r--r--dev-python/piddle/ChangeLog8
-rw-r--r--dev-python/piddle/piddle-1.0.15.ebuild11
2 files changed, 14 insertions, 5 deletions
diff --git a/dev-python/piddle/ChangeLog b/dev-python/piddle/ChangeLog
index 95deab859141..0ff8ee47dde3 100644
--- a/dev-python/piddle/ChangeLog
+++ b/dev-python/piddle/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/piddle
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/piddle/ChangeLog,v 1.11 2009/02/15 22:34:30 patrick Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/piddle/ChangeLog,v 1.12 2010/07/01 02:48:47 arfrever Exp $
+
+ 01 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ piddle-1.0.15.ebuild:
+ Set SUPPORT_PYTHON_ABIS.
15 Feb 2009; Patrick Lauer <patrick@gentoo.org> piddle-1.0.15.ebuild:
Adding ~amd64 keyword
diff --git a/dev-python/piddle/piddle-1.0.15.ebuild b/dev-python/piddle/piddle-1.0.15.ebuild
index 7050562a0cf0..7350c8a6542a 100644
--- a/dev-python/piddle/piddle-1.0.15.ebuild
+++ b/dev-python/piddle/piddle-1.0.15.ebuild
@@ -1,13 +1,18 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/piddle/piddle-1.0.15.ebuild,v 1.8 2009/02/15 22:34:30 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/piddle/piddle-1.0.15.ebuild,v 1.9 2010/07/01 02:48:47 arfrever Exp $
+
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
-NEED_PYTHON="1.5.2"
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"