Gentoo Archives: gentoo-commits

From: "Victor Ostorga (vostorga)" <vostorga@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/iniparser: iniparser-3.1.ebuild ChangeLog iniparser-3.1-r1.ebuild
Date: Sun, 02 Feb 2014 02:40:18
Message-Id: 20140202024015.7573A2004E@flycatcher.gentoo.org
1 vostorga 14/02/02 02:40:15
2
3 Modified: iniparser-3.1.ebuild ChangeLog
4 Added: iniparser-3.1-r1.ebuild
5 Log:
6 Adding -r1 and restoring keywords, as it should be from the previous commit
7
8 (Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.10 dev-libs/iniparser/iniparser-3.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/iniparser/iniparser-3.1.ebuild?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/iniparser/iniparser-3.1.ebuild?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/iniparser/iniparser-3.1.ebuild?r1=1.9&r2=1.10
16
17 Index: iniparser-3.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.1.ebuild,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- iniparser-3.1.ebuild 1 Feb 2014 19:59:13 -0000 1.9
24 +++ iniparser-3.1.ebuild 2 Feb 2014 02:40:15 -0000 1.10
25 @@ -1,11 +1,11 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.1.ebuild,v 1.9 2014/02/01 19:59:13 vostorga Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.1.ebuild,v 1.10 2014/02/02 02:40:15 vostorga Exp $
30
31 EAPI=4
32
33 AUTOTOOLS_AUTORECONF=1
34 -inherit autotools-utils autotools-multilib
35 +inherit autotools-utils
36
37 DESCRIPTION="A free stand-alone ini file parsing library."
38 HOMEPAGE="http://ndevilla.free.fr/iniparser/"
39 @@ -20,7 +20,7 @@
40 sys-devel/libtool"
41 RDEPEND=""
42
43 -# the tests are rather examples than tests, no point in running them
44 +# the tests are rather examples than tests, no point in running them
45 RESTRICT="test"
46
47 S="${WORKDIR}/${PN}"
48 @@ -33,7 +33,7 @@
49 )
50
51 src_install() {
52 - autotools-multilib_src_install
53 + autotools-utils_src_install
54
55 if use doc; then
56 emake -C doc
57
58
59
60 1.33 dev-libs/iniparser/ChangeLog
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/iniparser/ChangeLog?rev=1.33&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/iniparser/ChangeLog?rev=1.33&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/iniparser/ChangeLog?r1=1.32&r2=1.33
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v
69 retrieving revision 1.32
70 retrieving revision 1.33
71 diff -u -r1.32 -r1.33
72 --- ChangeLog 1 Feb 2014 19:59:14 -0000 1.32
73 +++ ChangeLog 2 Feb 2014 02:40:15 -0000 1.33
74 @@ -1,6 +1,12 @@
75 # ChangeLog for dev-libs/iniparser
76 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v 1.32 2014/02/01 19:59:14 vostorga Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v 1.33 2014/02/02 02:40:15 vostorga Exp $
79 +
80 +*iniparser-3.1-r1 (02 Feb 2014)
81 +
82 + 02 Feb 2014; VĂ­ctor Ostorga <vostorga@g.o> iniparser-3.1.ebuild,
83 + +iniparser-3.1-r1.ebuild:
84 + Adding -r1 and restoring keywords, as it should be from the previous commit
85
86 01 Feb 2014; Victor Ostorga iniparser-3.1.ebuild:
87 Adding multilib support, bug #493746 , patch thanks to Alexander Stein
88
89
90
91 1.1 dev-libs/iniparser/iniparser-3.1-r1.ebuild
92
93 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/iniparser/iniparser-3.1-r1.ebuild?rev=1.1&view=markup
94 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/iniparser/iniparser-3.1-r1.ebuild?rev=1.1&content-type=text/plain
95
96 Index: iniparser-3.1-r1.ebuild
97 ===================================================================
98 # Copyright 1999-2014 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 # $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.1-r1.ebuild,v 1.1 2014/02/02 02:40:15 vostorga Exp $
101
102 EAPI=4
103
104 AUTOTOOLS_AUTORECONF=1
105 inherit autotools-utils autotools-multilib
106
107 DESCRIPTION="A free stand-alone ini file parsing library."
108 HOMEPAGE="http://ndevilla.free.fr/iniparser/"
109
110 SRC_URI="http://ndevilla.free.fr/iniparser/${P}.tar.gz"
111 LICENSE="MIT"
112 SLOT="0"
113 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x86-macos"
114 IUSE="doc examples static-libs"
115
116 DEPEND="doc? ( app-doc/doxygen )
117 sys-devel/libtool"
118 RDEPEND=""
119
120 # the tests are rather examples than tests, no point in running them
121 RESTRICT="test"
122
123 S="${WORKDIR}/${PN}"
124
125 DOCS=( AUTHORS README )
126
127 PATCHES=(
128 "${FILESDIR}/${PN}-3.0b-cpp.patch"
129 "${FILESDIR}/${PN}-3.0-autotools.patch"
130 )
131
132 src_install() {
133 autotools-multilib_src_install
134
135 if use doc; then
136 emake -C doc
137 dohtml -r html/*
138 fi
139
140 if use examples ; then
141 insinto /usr/share/doc/${PF}/examples
142 doins test/*.{c,ini,py}
143 fi
144 }