summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-04-08 18:10:27 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-04-08 18:10:27 +0000
commit9f2309bd458c47e5167329c1fe1a2716335a220b (patch)
treeac7e98699837b515aab23b57a3f85f0788639778 /dev-python/editobj
parentDelete older ebuild. (diff)
downloadgentoo-2-9f2309bd458c47e5167329c1fe1a2716335a220b.tar.gz
gentoo-2-9f2309bd458c47e5167329c1fe1a2716335a220b.tar.bz2
gentoo-2-9f2309bd458c47e5167329c1fe1a2716335a220b.zip
Set SUPPORT_PYTHON_ABIS.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/editobj')
-rw-r--r--dev-python/editobj/ChangeLog8
-rw-r--r--dev-python/editobj/editobj-0.5.7-r1.ebuild19
2 files changed, 18 insertions, 9 deletions
diff --git a/dev-python/editobj/ChangeLog b/dev-python/editobj/ChangeLog
index 3a81296a2229..2dc8201cbaf7 100644
--- a/dev-python/editobj/ChangeLog
+++ b/dev-python/editobj/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/editobj
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/editobj/ChangeLog,v 1.17 2009/03/01 19:59:36 neurogeek Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/editobj/ChangeLog,v 1.18 2010/04/08 18:10:27 arfrever Exp $
+
+ 08 Apr 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ editobj-0.5.7-r1.ebuild:
+ Set SUPPORT_PYTHON_ABIS.
*editobj-0.5.7-r1 (01 Mar 2009)
diff --git a/dev-python/editobj/editobj-0.5.7-r1.ebuild b/dev-python/editobj/editobj-0.5.7-r1.ebuild
index 973df2e86907..b917ac2da842 100644
--- a/dev-python/editobj/editobj-0.5.7-r1.ebuild
+++ b/dev-python/editobj/editobj-0.5.7-r1.ebuild
@@ -1,11 +1,15 @@
-# 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/editobj/editobj-0.5.7-r1.ebuild,v 1.1 2009/03/01 19:59:36 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/editobj/editobj-0.5.7-r1.ebuild,v 1.2 2010/04/08 18:10:27 arfrever Exp $
+
+EAPI="3"
+PYTHON_DEPEND="2"
+PYTHON_USE_WITH="tk"
+SUPPORT_PYTHON_ABIS="1"
-EAPI=2
inherit distutils
-MY_P=${P/editobj/EditObj}
+MY_P="${P/editobj/EditObj}"
DESCRIPTION="EditObj can create a dialog box to edit ANY Python object."
SRC_URI="http://download.gna.org/songwrite/${MY_P}.tar.gz"
@@ -16,10 +20,11 @@ KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
SLOT="0"
IUSE=""
-DEPEND=">=dev-lang/python-2.2.2[tk]
- >=dev-lang/tk-8.3"
+DEPEND=""
+RDEPEND=""
+RESTRICT_PYTHON_ABIS="3.*"
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}/${MY_P}"
src_install() {
distutils_src_install