Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/kaa-imlib2: kaa-imlib2-0.2.3-r2.ebuild ChangeLog
Date: Mon, 01 Jul 2013 15:27:02
Message-Id: 20130701152658.8A5CF2171C@flycatcher.gentoo.org
1 idella4 13/07/01 15:26:58
2
3 Modified: ChangeLog
4 Added: kaa-imlib2-0.2.3-r2.ebuild
5 Log:
6 revbump; migrate -> distutils-r1
7
8 (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.18 dev-python/kaa-imlib2/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/kaa-imlib2/ChangeLog?rev=1.18&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/kaa-imlib2/ChangeLog?rev=1.18&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/kaa-imlib2/ChangeLog?r1=1.17&r2=1.18
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/kaa-imlib2/ChangeLog,v
20 retrieving revision 1.17
21 retrieving revision 1.18
22 diff -u -r1.17 -r1.18
23 --- ChangeLog 23 Feb 2012 07:24:05 -0000 1.17
24 +++ ChangeLog 1 Jul 2013 15:26:58 -0000 1.18
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/kaa-imlib2
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/kaa-imlib2/ChangeLog,v 1.17 2012/02/23 07:24:05 patrick Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/kaa-imlib2/ChangeLog,v 1.18 2013/07/01 15:26:58 idella4 Exp $
31 +
32 +*kaa-imlib2-0.2.3-r2 (01 Jul 2013)
33 +
34 + 01 Jul 2013; Ian Delaney <idella4@g.o> +kaa-imlib2-0.2.3-r2.ebuild:
35 + revbump; migrate -> distutils-r1
36
37 23 Feb 2012; Patrick Lauer <patrick@g.o> kaa-imlib2-0.2.3-r1.ebuild:
38 Restricting pypy and jython
39
40
41
42 1.1 dev-python/kaa-imlib2/kaa-imlib2-0.2.3-r2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/kaa-imlib2/kaa-imlib2-0.2.3-r2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/kaa-imlib2/kaa-imlib2-0.2.3-r2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: kaa-imlib2-0.2.3-r2.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $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 $
52
53 EAPI=5
54 PYTHON_COMPAT=( python{2_6,2_7} )
55
56 inherit distutils-r1
57
58 DESCRIPTION="Imlib2 wrapper for Python."
59 HOMEPAGE="http://freevo.sourceforge.net/kaa/"
60 SRC_URI="mirror://sourceforge/freevo/${P}.tar.gz"
61
62 LICENSE="LGPL-2.1"
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~x86"
65 IUSE=""
66
67 DEPEND=">=dev-python/kaa-base-0.3.0[${PYTHON_USEDEP}]
68 dev-libs/libxml2[python]
69 media-libs/imlib2"
70 RDEPEND="${DEPEND}"
71 DISTUTILS_IN_SOURCE_BUILD=1
72
73 PATCHES=( "${FILESDIR}/kaa-imlib2-remove-png-dep.patch" )