Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/iniparser: ChangeLog iniparser-3.1.ebuild
Date: Mon, 30 Jul 2012 11:42:21
Message-Id: 20120730114205.3E3212004B@flycatcher.gentoo.org
1 blueness 12/07/30 11:42:05
2
3 Modified: ChangeLog iniparser-3.1.ebuild
4 Log:
5 Stable arm, bug #428152
6
7 (Portage version: 2.1.10.65/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.27 dev-libs/iniparser/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/iniparser/ChangeLog?rev=1.27&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/iniparser/ChangeLog?rev=1.27&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/iniparser/ChangeLog?r1=1.26&r2=1.27
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v
19 retrieving revision 1.26
20 retrieving revision 1.27
21 diff -u -r1.26 -r1.27
22 --- ChangeLog 28 Jul 2012 00:29:49 -0000 1.26
23 +++ ChangeLog 30 Jul 2012 11:42:05 -0000 1.27
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-libs/iniparser
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v 1.26 2012/07/28 00:29:49 blueness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v 1.27 2012/07/30 11:42:05 blueness Exp $
29 +
30 + 30 Jul 2012; Anthony G. Basile <blueness@g.o> iniparser-3.1.ebuild:
31 + Stable arm, bug #428152
32
33 28 Jul 2012; Anthony G. Basile <blueness@g.o> iniparser-3.1.ebuild:
34 Stable ppc/ppc64, bug #428152
35
36
37
38 1.5 dev-libs/iniparser/iniparser-3.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/iniparser/iniparser-3.1.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/iniparser/iniparser-3.1.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/iniparser/iniparser-3.1.ebuild?r1=1.4&r2=1.5
43
44 Index: iniparser-3.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.1.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- iniparser-3.1.ebuild 28 Jul 2012 00:29:49 -0000 1.4
51 +++ iniparser-3.1.ebuild 30 Jul 2012 11:42:05 -0000 1.5
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.1.ebuild,v 1.4 2012/07/28 00:29:49 blueness Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.1.ebuild,v 1.5 2012/07/30 11:42:05 blueness Exp $
57
58 EAPI=4
59
60 @@ -13,7 +13,7 @@
61 SRC_URI="http://ndevilla.free.fr/iniparser/${P}.tar.gz"
62 LICENSE="MIT"
63 SLOT="0"
64 -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-macos"
65 +KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-macos"
66 IUSE="doc examples static-libs"
67
68 DEPEND="doc? ( app-doc/doxygen )