Gentoo Archives: gentoo-commits

From: "Michael Haubenwallner (haubi)" <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/iniparser: ChangeLog iniparser-3.1-r1.ebuild
Date: Tue, 23 Jun 2015 15:10:44
Message-Id: 20150623151032.61E4FA52@oystercatcher.gentoo.org
1 haubi 15/06/23 15:10:32
2
3 Modified: ChangeLog iniparser-3.1-r1.ebuild
4 Log:
5 iniparser-3.1-r1: add ~ppc-aix prefix keyword
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key C719EE20)
8
9 Revision Changes Path
10 1.47 dev-libs/iniparser/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/iniparser/ChangeLog?rev=1.47&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/iniparser/ChangeLog?rev=1.47&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/iniparser/ChangeLog?r1=1.46&r2=1.47
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v
19 retrieving revision 1.46
20 retrieving revision 1.47
21 diff -u -r1.46 -r1.47
22 --- ChangeLog 9 Jun 2015 10:46:25 -0000 1.46
23 +++ ChangeLog 23 Jun 2015 15:10:32 -0000 1.47
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-libs/iniparser
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v 1.46 2015/06/09 10:46:25 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v 1.47 2015/06/23 15:10:32 haubi Exp $
29 +
30 + 23 Jun 2015; Michael Haubenwallner <haubi@g.o>
31 + iniparser-3.1-r1.ebuild:
32 + add ~ppc-aix prefix keyword
33
34 09 Jun 2015; Fabian Groffen <grobian@g.o> iniparser-3.1-r1.ebuild:
35 Add Prefix keywords to unbreak the Prefix bootstrap
36
37
38
39 1.15 dev-libs/iniparser/iniparser-3.1-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/iniparser/iniparser-3.1-r1.ebuild?rev=1.15&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/iniparser/iniparser-3.1-r1.ebuild?rev=1.15&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/iniparser/iniparser-3.1-r1.ebuild?r1=1.14&r2=1.15
44
45 Index: iniparser-3.1-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.1-r1.ebuild,v
48 retrieving revision 1.14
49 retrieving revision 1.15
50 diff -u -r1.14 -r1.15
51 --- iniparser-3.1-r1.ebuild 9 Jun 2015 10:46:25 -0000 1.14
52 +++ iniparser-3.1-r1.ebuild 23 Jun 2015 15:10:32 -0000 1.15
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2015 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.1-r1.ebuild,v 1.14 2015/06/09 10:46:25 grobian Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.1-r1.ebuild,v 1.15 2015/06/23 15:10:32 haubi Exp $
58
59 EAPI=4
60
61 @@ -13,7 +13,7 @@
62 SRC_URI="http://ndevilla.free.fr/iniparser/${P}.tar.gz"
63 LICENSE="MIT"
64 SLOT="0"
65 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
66 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
67 IUSE="doc examples static-libs"
68
69 DEPEND="doc? ( app-doc/doxygen )