Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/iconvcodec: iconvcodec-1.1.2.ebuild ChangeLog
Date: Wed, 29 Sep 2010 22:21:42
Message-Id: 20100929222134.5B0B920051@flycatcher.gentoo.org
1 arfrever 10/09/29 22:21:34
2
3 Modified: iconvcodec-1.1.2.ebuild ChangeLog
4 Log:
5 Update EAPI. Fix dependencies. Support installation for multiple Python ABIs.
6
7 (Portage version: 2.2_rc88_p40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 dev-python/iconvcodec/iconvcodec-1.1.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2.ebuild?r1=1.7&r2=1.8
15
16 Index: iconvcodec-1.1.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- iconvcodec-1.1.2.ebuild 15 Feb 2009 22:26:38 -0000 1.7
23 +++ iconvcodec-1.1.2.ebuild 29 Sep 2010 22:21:34 -0000 1.8
24 @@ -1,19 +1,27 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2.ebuild,v 1.7 2009/02/15 22:26:38 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2.ebuild,v 1.8 2010/09/29 22:21:34 arfrever Exp $
30 +
31 +EAPI="3"
32 +PYTHON_DEPEND="2"
33 +SUPPORT_PYTHON_ABIS="1"
34 +RESTRICT_PYTHON_ABIS="3.*"
35
36 inherit distutils
37
38 DESCRIPTION="Python Codecs for Iconv Encodings"
39 -SRC_URI="mirror://berlios/cjkpython/${P}.tar.gz"
40 HOMEPAGE="http://cjkpython.i18n.org/"
41 +SRC_URI="mirror://berlios/cjkpython/${P}.tar.gz"
42
43 -IUSE=""
44 -SLOT="0"
45 LICENSE="LGPL-2.1"
46 +SLOT="0"
47 KEYWORDS="~amd64 ia64 x86"
48 +IUSE=""
49 +
50 +DEPEND=""
51 +RDEPEND=""
52
53 -DEPEND=">=dev-lang/python-1.6"
54 +PYTHON_MODNAME="iconv_codec.py"
55
56 src_compile() {
57 distutils_src_compile --with-libc
58
59
60
61 1.10 dev-python/iconvcodec/ChangeLog
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/ChangeLog?rev=1.10&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/ChangeLog?rev=1.10&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/ChangeLog?r1=1.9&r2=1.10
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/ChangeLog,v
70 retrieving revision 1.9
71 retrieving revision 1.10
72 diff -u -r1.9 -r1.10
73 --- ChangeLog 29 Sep 2010 21:42:26 -0000 1.9
74 +++ ChangeLog 29 Sep 2010 22:21:34 -0000 1.10
75 @@ -1,6 +1,10 @@
76 # ChangeLog for dev-python/iconvcodec
77 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/ChangeLog,v 1.9 2010/09/29 21:42:26 arfrever Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/ChangeLog,v 1.10 2010/09/29 22:21:34 arfrever Exp $
80 +
81 + 29 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
82 + iconvcodec-1.1.2.ebuild:
83 + Update EAPI. Fix dependencies. Support installation for multiple Python ABIs.
84
85 29 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
86 -iconvcodec-1.1.1.ebuild: