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/iconvcodec: iconvcodec-1.1.2-r1.ebuild ChangeLog
Date: Tue, 30 Dec 2014 23:54:06
Message-Id: 20141230235402.948B2E86A@oystercatcher.gentoo.org
1 idella4 14/12/30 23:54:02
2
3 Modified: ChangeLog
4 Added: iconvcodec-1.1.2-r1.ebuild
5 Log:
6 revbump; conversion -> distutils-r1
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.13 dev-python/iconvcodec/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 25 Feb 2012 22:25:30 -0000 1.12
24 +++ ChangeLog 30 Dec 2014 23:54:02 -0000 1.13
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/iconvcodec
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/ChangeLog,v 1.12 2012/02/25 22:25:30 marienz Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/ChangeLog,v 1.13 2014/12/30 23:54:02 idella4 Exp $
31 +
32 +*iconvcodec-1.1.2-r1 (30 Dec 2014)
33 +
34 + 30 Dec 2014; Ian Delaney <idella4@g.o> +iconvcodec-1.1.2-r1.ebuild:
35 + revbump; conversion -> distutils-r1
36
37 25 Feb 2012; Marien Zwart <marienz@g.o> iconvcodec-1.1.2.ebuild:
38 Restrict pypy, see comment in the ebuild.
39 @@ -41,4 +46,3 @@
40
41 28 Jun 2003; Alastair Tse <liquidx@g.o> iconvcodec-1.1.1.ebuild:
42 iconv codecs for python
43 -
44
45
46
47 1.1 dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild?rev=1.1&content-type=text/plain
51
52 Index: iconvcodec-1.1.2-r1.ebuild
53 ===================================================================
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild,v 1.1 2014/12/30 23:54:02 idella4 Exp $
57
58 EAPI=5
59 PYTHON_COMPAT=( python2_7 )
60
61 inherit distutils-r1
62
63 DESCRIPTION="Python Codecs for Iconv Encodings"
64 HOMEPAGE="http://cjkpython.i18n.org/"
65 SRC_URI="mirror://berlios/cjkpython/${P}.tar.gz"
66
67 LICENSE="LGPL-2.1"
68 SLOT="0"
69 KEYWORDS="~amd64 ~ia64 ~x86"
70 IUSE=""
71
72 DEPEND=""
73 RDEPEND=""
74
75 PYTHON_MODNAME="iconv_codec.py"
76
77 src_compile() {
78 distutils-r1_src_compile --with-libc
79 }