summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-08-04 03:30:06 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-08-04 03:30:06 +0000
commit1db7b79f32b99007c7d37a3ab354e3f0e13a1d42 (patch)
treee11d33e7181c0d9d338a47b0521ebb223aa162ae /dev-python/kiwi
parentVersion bump (bug #279722). Set SUPPORT_PYTHON_ABIS. (diff)
downloadgentoo-2-1db7b79f32b99007c7d37a3ab354e3f0e13a1d42.tar.gz
gentoo-2-1db7b79f32b99007c7d37a3ab354e3f0e13a1d42.tar.bz2
gentoo-2-1db7b79f32b99007c7d37a3ab354e3f0e13a1d42.zip
Version bump (bug #279578). Set SUPPORT_PYTHON_ABIS.
(Portage version: 13887-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/kiwi')
-rw-r--r--dev-python/kiwi/ChangeLog10
-rw-r--r--dev-python/kiwi/kiwi-1.9.21.ebuild35
-rw-r--r--dev-python/kiwi/kiwi-1.9.26.ebuild (renamed from dev-python/kiwi/kiwi-1.9.19.ebuild)10
3 files changed, 15 insertions, 40 deletions
diff --git a/dev-python/kiwi/ChangeLog b/dev-python/kiwi/ChangeLog
index 6f54d55f971c..10cc34cdf98f 100644
--- a/dev-python/kiwi/ChangeLog
+++ b/dev-python/kiwi/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/kiwi
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/kiwi/ChangeLog,v 1.11 2008/06/25 10:47:03 hawking Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/kiwi/ChangeLog,v 1.12 2009/08/04 03:30:06 arfrever Exp $
+
+*kiwi-1.9.26 (04 Aug 2009)
+
+ 04 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -kiwi-1.9.19.ebuild, -kiwi-1.9.21.ebuild, +kiwi-1.9.26.ebuild:
+ Version bump (bug #279578). Set SUPPORT_PYTHON_ABIS.
*kiwi-1.9.22 (25 Jun 2008)
diff --git a/dev-python/kiwi/kiwi-1.9.21.ebuild b/dev-python/kiwi/kiwi-1.9.21.ebuild
deleted file mode 100644
index 967844032e1f..000000000000
--- a/dev-python/kiwi/kiwi-1.9.21.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/kiwi/kiwi-1.9.21.ebuild,v 1.1 2008/03/28 06:58:26 hawking Exp $
-
-NEED_PYTHON=2.3
-
-inherit distutils versionator
-
-DESCRIPTION="Kiwi is a pure Python framework and set of enhanced PyGTK widgets"
-HOMEPAGE="http://www.async.com.br/projects/kiwi/"
-SRC_URI="http://download.gnome.org/sources/${PN}/$(get_version_component_range 1-2)/${P}.tar.gz"
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="examples"
-
-DEPEND="dev-python/pygtk"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i \
- -e "s:share/doc/kiwi:share/doc/${PF}:g" \
- setup.py || die "sed failed"
-}
-
-src_install() {
- distutils_src_install
-
- if use examples ; then
- insinto /usr/share/doc/${PF}
- doins -r examples
- fi
-}
diff --git a/dev-python/kiwi/kiwi-1.9.19.ebuild b/dev-python/kiwi/kiwi-1.9.26.ebuild
index dcd1eef4e0f5..57b09dce5021 100644
--- a/dev-python/kiwi/kiwi-1.9.19.ebuild
+++ b/dev-python/kiwi/kiwi-1.9.26.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/kiwi/kiwi-1.9.19.ebuild,v 1.1 2007/11/11 12:56:43 lucass Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/kiwi/kiwi-1.9.26.ebuild,v 1.1 2009/08/04 03:30:06 arfrever Exp $
-NEED_PYTHON=2.3
+NEED_PYTHON="2.3"
+SUPPORT_PYTHON_ABIS="1"
inherit distutils versionator
@@ -16,6 +17,9 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="examples"
DEPEND="dev-python/pygtk"
+RDEPEND="${DEPEND}"
+
+RESTRICT_PYTHON_ABIS="3*"
src_unpack() {
unpack ${A}