summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-03-04 23:35:24 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-03-04 23:35:24 +0000
commit6e8cd4daef0609f66d7841c06a2867e68b2cc720 (patch)
tree325ca8942c43db34ced437902b7aa0906e54c7c4 /media-gfx/skencil
parentUse Python 2 (bug #313515). (diff)
downloadgentoo-2-6e8cd4daef0609f66d7841c06a2867e68b2cc720.tar.gz
gentoo-2-6e8cd4daef0609f66d7841c06a2867e68b2cc720.tar.bz2
gentoo-2-6e8cd4daef0609f66d7841c06a2867e68b2cc720.zip
Set SUPPORT_PYTHON_ABIS (bug #313515).
(Portage version: 2.2.0_alpha26_p6/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/skencil')
-rw-r--r--media-gfx/skencil/ChangeLog6
-rw-r--r--media-gfx/skencil/skencil-1.0_alpha784.ebuild28
2 files changed, 21 insertions, 13 deletions
diff --git a/media-gfx/skencil/ChangeLog b/media-gfx/skencil/ChangeLog
index 7ecd367dbcee..c71453446428 100644
--- a/media-gfx/skencil/ChangeLog
+++ b/media-gfx/skencil/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/skencil
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/ChangeLog,v 1.42 2011/03/04 23:32:26 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/ChangeLog,v 1.43 2011/03/04 23:35:24 arfrever Exp $
+
+ 04 Mar 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ skencil-1.0_alpha784.ebuild:
+ Set SUPPORT_PYTHON_ABIS (bug #313515).
04 Mar 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
skencil-0.6.18_pre20080519.ebuild:
diff --git a/media-gfx/skencil/skencil-1.0_alpha784.ebuild b/media-gfx/skencil/skencil-1.0_alpha784.ebuild
index 30a3fa273888..a3a3094122d5 100644
--- a/media-gfx/skencil/skencil-1.0_alpha784.ebuild
+++ b/media-gfx/skencil/skencil-1.0_alpha784.ebuild
@@ -1,27 +1,31 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/skencil-1.0_alpha784.ebuild,v 1.1 2010/11/30 03:13:56 hanno Exp $
-
-EAPI=2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/skencil-1.0_alpha784.ebuild,v 1.2 2011/03/04 23:35:24 arfrever Exp $
+EAPI="3"
PYTHON_DEPEND="2"
PYTHON_USE_WITH="tk"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.* *-jython"
inherit distutils
-IUSE=""
-S="${WORKDIR}/${PN}-1.0alpha"
DESCRIPTION="Interactive X11 vector drawing program"
-SRC_URI="http://sk1.googlecode.com/files/${P/_alpha/alpha_rev}.tar.gz"
HOMEPAGE="http://www.skencil.org/"
+SRC_URI="http://sk1.googlecode.com/files/${P/_alpha/alpha_rev}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
DEPEND=">=dev-python/imaging-1.1.2-r1
+ dev-python/pyxml
dev-python/reportlab
dev-lang/tk
- sys-devel/gettext
- dev-python/pyxml"
+ sys-devel/gettext"
RDEPEND="${DEPEND}"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+S="${WORKDIR}/${PN}-1.0alpha"
DOCS="README"