summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-07-01 15:26:58 +0000
committerIan Delaney <idella4@gentoo.org>2013-07-01 15:26:58 +0000
commita5ac76fb1839dee5a4b20fa3de42bba1ba024596 (patch)
treebb87b1086ed9e1c5da484ddb58f5db26c1321f4c /dev-python/kaa-imlib2
parentSet DISTUTILS_IN_SOURCE_BUILD to resolve build failure. (diff)
downloadgentoo-2-a5ac76fb1839dee5a4b20fa3de42bba1ba024596.tar.gz
gentoo-2-a5ac76fb1839dee5a4b20fa3de42bba1ba024596.tar.bz2
gentoo-2-a5ac76fb1839dee5a4b20fa3de42bba1ba024596.zip
revbump; migrate -> distutils-r1
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/kaa-imlib2')
-rw-r--r--dev-python/kaa-imlib2/ChangeLog9
-rw-r--r--dev-python/kaa-imlib2/kaa-imlib2-0.2.3-r2.ebuild25
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-python/kaa-imlib2/ChangeLog b/dev-python/kaa-imlib2/ChangeLog
index ff087a4bd480..2a7559641964 100644
--- a/dev-python/kaa-imlib2/ChangeLog
+++ b/dev-python/kaa-imlib2/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/kaa-imlib2
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/kaa-imlib2/ChangeLog,v 1.17 2012/02/23 07:24:05 patrick Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/kaa-imlib2/ChangeLog,v 1.18 2013/07/01 15:26:58 idella4 Exp $
+
+*kaa-imlib2-0.2.3-r2 (01 Jul 2013)
+
+ 01 Jul 2013; Ian Delaney <idella4@gentoo.org> +kaa-imlib2-0.2.3-r2.ebuild:
+ revbump; migrate -> distutils-r1
23 Feb 2012; Patrick Lauer <patrick@gentoo.org> kaa-imlib2-0.2.3-r1.ebuild:
Restricting pypy and jython
diff --git a/dev-python/kaa-imlib2/kaa-imlib2-0.2.3-r2.ebuild b/dev-python/kaa-imlib2/kaa-imlib2-0.2.3-r2.ebuild
new file mode 100644
index 000000000000..975c4f4be987
--- /dev/null
+++ b/dev-python/kaa-imlib2/kaa-imlib2-0.2.3-r2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/kaa-imlib2/kaa-imlib2-0.2.3-r2.ebuild,v 1.1 2013/07/01 15:26:58 idella4 Exp $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Imlib2 wrapper for Python."
+HOMEPAGE="http://freevo.sourceforge.net/kaa/"
+SRC_URI="mirror://sourceforge/freevo/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND=">=dev-python/kaa-base-0.3.0[${PYTHON_USEDEP}]
+ dev-libs/libxml2[python]
+ media-libs/imlib2"
+RDEPEND="${DEPEND}"
+DISTUTILS_IN_SOURCE_BUILD=1
+
+PATCHES=( "${FILESDIR}/kaa-imlib2-remove-png-dep.patch" )