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
commit3196d39c12f7c2ccd085203cfb5108a21c5d4939 (patch)
tree22b32db0055f22e0b446a6e27473f4b054101c6b /media-gfx/skencil/skencil-1.0_alpha784.ebuild
parentUse Python 2 (bug #313515). (diff)
downloadhistorical-3196d39c12f7c2ccd085203cfb5108a21c5d4939.tar.gz
historical-3196d39c12f7c2ccd085203cfb5108a21c5d4939.tar.bz2
historical-3196d39c12f7c2ccd085203cfb5108a21c5d4939.zip
Set SUPPORT_PYTHON_ABIS (bug #313515).
Package-Manager: portage-2.2.0_alpha26_p6/cvs/Linux x86_64
Diffstat (limited to 'media-gfx/skencil/skencil-1.0_alpha784.ebuild')
-rw-r--r--media-gfx/skencil/skencil-1.0_alpha784.ebuild28
1 files changed, 16 insertions, 12 deletions
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"