* [gentoo-commits] gentoo-x86 commit in dev-python/iconvcodec: iconvcodec-1.1.2-r1.ebuild ChangeLog
@ 2014-12-30 23:54 Ian Delaney (idella4)
0 siblings, 0 replies; 5+ messages in thread
From: Ian Delaney (idella4) @ 2014-12-30 23:54 UTC (permalink / raw
To: gentoo-commits
idella4 14/12/30 23:54:02
Modified: ChangeLog
Added: iconvcodec-1.1.2-r1.ebuild
Log:
revbump; conversion -> distutils-r1
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.13 dev-python/iconvcodec/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 25 Feb 2012 22:25:30 -0000 1.12
+++ ChangeLog 30 Dec 2014 23:54:02 -0000 1.13
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/iconvcodec
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/ChangeLog,v 1.12 2012/02/25 22:25:30 marienz Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/ChangeLog,v 1.13 2014/12/30 23:54:02 idella4 Exp $
+
+*iconvcodec-1.1.2-r1 (30 Dec 2014)
+
+ 30 Dec 2014; Ian Delaney <idella4@gentoo.org> +iconvcodec-1.1.2-r1.ebuild:
+ revbump; conversion -> distutils-r1
25 Feb 2012; Marien Zwart <marienz@gentoo.org> iconvcodec-1.1.2.ebuild:
Restrict pypy, see comment in the ebuild.
@@ -41,4 +46,3 @@
28 Jun 2003; Alastair Tse <liquidx@gentoo.org> iconvcodec-1.1.1.ebuild:
iconv codecs for python
-
1.1 dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild?rev=1.1&view=markup
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
Index: iconvcodec-1.1.2-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $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 $
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Python Codecs for Iconv Encodings"
HOMEPAGE="http://cjkpython.i18n.org/"
SRC_URI="mirror://berlios/cjkpython/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~x86"
IUSE=""
DEPEND=""
RDEPEND=""
PYTHON_MODNAME="iconv_codec.py"
src_compile() {
distutils-r1_src_compile --with-libc
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/iconvcodec: iconvcodec-1.1.2-r1.ebuild ChangeLog
@ 2014-12-30 23:56 Ian Delaney (idella4)
0 siblings, 0 replies; 5+ messages in thread
From: Ian Delaney (idella4) @ 2014-12-30 23:56 UTC (permalink / raw
To: gentoo-commits
idella4 14/12/30 23:56:48
Modified: iconvcodec-1.1.2-r1.ebuild ChangeLog
Log:
rm PYTHON_MODNAME (missed)
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.2 dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild?r1=1.1&r2=1.2
Index: iconvcodec-1.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iconvcodec-1.1.2-r1.ebuild 30 Dec 2014 23:54:02 -0000 1.1
+++ iconvcodec-1.1.2-r1.ebuild 30 Dec 2014 23:56:48 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild,v 1.2 2014/12/30 23:56:48 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -19,8 +19,6 @@
DEPEND=""
RDEPEND=""
-PYTHON_MODNAME="iconv_codec.py"
-
src_compile() {
distutils-r1_src_compile --with-libc
}
1.14 dev-python/iconvcodec/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 30 Dec 2014 23:54:02 -0000 1.13
+++ ChangeLog 30 Dec 2014 23:56:48 -0000 1.14
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/iconvcodec
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/ChangeLog,v 1.13 2014/12/30 23:54:02 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/ChangeLog,v 1.14 2014/12/30 23:56:48 idella4 Exp $
+
+ 30 Dec 2014; Ian Delaney <idella4@gentoo.org> iconvcodec-1.1.2-r1.ebuild:
+ rm PYTHON_MODNAME (missed)
*iconvcodec-1.1.2-r1 (30 Dec 2014)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/iconvcodec: iconvcodec-1.1.2-r1.ebuild ChangeLog
@ 2015-03-06 22:24 Pacho Ramos (pacho)
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-06 22:24 UTC (permalink / raw
To: gentoo-commits
pacho 15/03/06 22:24:17
Modified: iconvcodec-1.1.2-r1.ebuild ChangeLog
Log:
amd64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.3 dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild?r1=1.2&r2=1.3
Index: iconvcodec-1.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- iconvcodec-1.1.2-r1.ebuild 30 Dec 2014 23:56:48 -0000 1.2
+++ iconvcodec-1.1.2-r1.ebuild 6 Mar 2015 22:24:17 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild,v 1.2 2014/12/30 23:56:48 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild,v 1.3 2015/03/06 22:24:17 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -13,7 +13,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~x86"
+KEYWORDS="amd64 ~ia64 ~x86"
IUSE=""
DEPEND=""
1.15 dev-python/iconvcodec/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 30 Dec 2014 23:56:48 -0000 1.14
+++ ChangeLog 6 Mar 2015 22:24:17 -0000 1.15
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/iconvcodec
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/ChangeLog,v 1.14 2014/12/30 23:56:48 idella4 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/ChangeLog,v 1.15 2015/03/06 22:24:17 pacho Exp $
+
+ 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> iconvcodec-1.1.2-r1.ebuild:
+ amd64 stable, bug 540290
30 Dec 2014; Ian Delaney <idella4@gentoo.org> iconvcodec-1.1.2-r1.ebuild:
rm PYTHON_MODNAME (missed)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/iconvcodec: iconvcodec-1.1.2-r1.ebuild ChangeLog
@ 2015-03-08 23:50 Pacho Ramos (pacho)
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-08 23:50 UTC (permalink / raw
To: gentoo-commits
pacho 15/03/08 23:50:28
Modified: iconvcodec-1.1.2-r1.ebuild ChangeLog
Log:
x86 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.4 dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild?r1=1.3&r2=1.4
Index: iconvcodec-1.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- iconvcodec-1.1.2-r1.ebuild 6 Mar 2015 22:24:17 -0000 1.3
+++ iconvcodec-1.1.2-r1.ebuild 8 Mar 2015 23:50:28 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild,v 1.3 2015/03/06 22:24:17 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild,v 1.4 2015/03/08 23:50:28 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -13,7 +13,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~ia64 ~x86"
+KEYWORDS="amd64 ~ia64 x86"
IUSE=""
DEPEND=""
1.16 dev-python/iconvcodec/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 6 Mar 2015 22:24:17 -0000 1.15
+++ ChangeLog 8 Mar 2015 23:50:28 -0000 1.16
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/iconvcodec
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/ChangeLog,v 1.15 2015/03/06 22:24:17 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/ChangeLog,v 1.16 2015/03/08 23:50:28 pacho Exp $
+
+ 08 Mar 2015; Pacho Ramos <pacho@gentoo.org> iconvcodec-1.1.2-r1.ebuild:
+ x86 stable, bug 540290
06 Mar 2015; Pacho Ramos <pacho@gentoo.org> iconvcodec-1.1.2-r1.ebuild:
amd64 stable, bug 540290
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/iconvcodec: iconvcodec-1.1.2-r1.ebuild ChangeLog
@ 2015-04-14 12:49 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-04-14 12:49 UTC (permalink / raw
To: gentoo-commits
ago 15/04/14 12:49:51
Modified: iconvcodec-1.1.2-r1.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #540290
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild?r1=1.4&r2=1.5
Index: iconvcodec-1.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- iconvcodec-1.1.2-r1.ebuild 8 Mar 2015 23:50:28 -0000 1.4
+++ iconvcodec-1.1.2-r1.ebuild 14 Apr 2015 12:49:51 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild,v 1.4 2015/03/08 23:50:28 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild,v 1.5 2015/04/14 12:49:51 ago Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -13,7 +13,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~ia64 x86"
+KEYWORDS="amd64 ia64 x86"
IUSE=""
DEPEND=""
1.17 dev-python/iconvcodec/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iconvcodec/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 8 Mar 2015 23:50:28 -0000 1.16
+++ ChangeLog 14 Apr 2015 12:49:51 -0000 1.17
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/iconvcodec
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/ChangeLog,v 1.16 2015/03/08 23:50:28 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/ChangeLog,v 1.17 2015/04/14 12:49:51 ago Exp $
+
+ 14 Apr 2015; Agostino Sarubbo <ago@gentoo.org> iconvcodec-1.1.2-r1.ebuild:
+ Stable for ia64, wrt bug #540290
08 Mar 2015; Pacho Ramos <pacho@gentoo.org> iconvcodec-1.1.2-r1.ebuild:
x86 stable, bug 540290
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-04-14 12:49 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-30 23:56 [gentoo-commits] gentoo-x86 commit in dev-python/iconvcodec: iconvcodec-1.1.2-r1.ebuild ChangeLog Ian Delaney (idella4)
-- strict thread matches above, loose matches on Subject: below --
2015-04-14 12:49 Agostino Sarubbo (ago)
2015-03-08 23:50 Pacho Ramos (pacho)
2015-03-06 22:24 Pacho Ramos (pacho)
2014-12-30 23:54 Ian Delaney (idella4)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox