Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/commoncpp2: commoncpp2-1.6.1.ebuild ChangeLog commoncpp2-1.6.2.ebuild
Date: Wed, 07 May 2008 05:32:43
Message-Id: E1JtcGe-0002wV-8s@stork.gentoo.org
1 dev-zero 08/05/07 05:32:40
2
3 Modified: commoncpp2-1.6.1.ebuild ChangeLog
4 Added: commoncpp2-1.6.2.ebuild
5 Log:
6 Fixed problem with autoconf-2.62 (bug #219192), had to update the gcc42_atomicity.patch for that as well. Version bump.
7 (Portage version: 2.1.5_rc6)
8
9 Revision Changes Path
10 1.7 dev-cpp/commoncpp2/commoncpp2-1.6.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.6.1.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.6.1.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.6.1.ebuild?r1=1.6&r2=1.7
15
16 Index: commoncpp2-1.6.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.6.1.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- commoncpp2-1.6.1.ebuild 17 Feb 2008 12:46:47 -0000 1.6
23 +++ commoncpp2-1.6.1.ebuild 7 May 2008 05:32:39 -0000 1.7
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.6.1.ebuild,v 1.6 2008/02/17 12:46:47 angelos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.6.1.ebuild,v 1.7 2008/05/07 05:32:39 dev-zero Exp $
29
30 inherit eutils autotools
31
32 @@ -23,8 +23,9 @@
33 unpack ${A}
34 cd "${S}"
35
36 - epatch "${FILESDIR}/${PV}-gcc42_atomicity.patch"
37 - eautoconf
38 + epatch "${FILESDIR}/${PV}-gcc42_atomicity.patch" \
39 + "${FILESDIR}/${PV}-autoconf.patch"
40 + AT_M4DIR="m4" eautoreconf
41 }
42
43 src_compile() {
44
45
46
47 1.42 dev-cpp/commoncpp2/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/commoncpp2/ChangeLog?rev=1.42&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/commoncpp2/ChangeLog?rev=1.42&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/commoncpp2/ChangeLog?r1=1.41&r2=1.42
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/ChangeLog,v
56 retrieving revision 1.41
57 retrieving revision 1.42
58 diff -u -r1.41 -r1.42
59 --- ChangeLog 4 Mar 2008 07:31:37 -0000 1.41
60 +++ ChangeLog 7 May 2008 05:32:39 -0000 1.42
61 @@ -1,6 +1,15 @@
62 # ChangeLog for dev-cpp/commoncpp2
63 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/ChangeLog,v 1.41 2008/03/04 07:31:37 dev-zero Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/ChangeLog,v 1.42 2008/05/07 05:32:39 dev-zero Exp $
66 +
67 +*commoncpp2-1.6.2 (07 May 2008)
68 +
69 + 07 May 2008; Tiziano Müller <dev-zero@g.o>
70 + +files/1.6.1-autoconf.patch, +files/1.6.2-autoconf.patch,
71 + files/1.6.1-gcc42_atomicity.patch, commoncpp2-1.6.1.ebuild,
72 + +commoncpp2-1.6.2.ebuild:
73 + Fixed problem with autoconf-2.62 (bug #219192), had to update the
74 + gcc42_atomicity.patch for that as well. Version bump.
75
76 04 Mar 2008; Tiziano Müller <dev-zero@g.o>
77 -files/1.5.7-as-needed.patch, -files/1.5.7-ssl_config.patch,
78
79
80
81 1.1 dev-cpp/commoncpp2/commoncpp2-1.6.2.ebuild
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.6.2.ebuild?rev=1.1&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.6.2.ebuild?rev=1.1&content-type=text/plain
85
86 Index: commoncpp2-1.6.2.ebuild
87 ===================================================================
88 # Copyright 1999-2008 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 # $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.6.2.ebuild,v 1.1 2008/05/07 05:32:39 dev-zero Exp $
91
92 inherit eutils autotools
93
94 DESCRIPTION="GNU Common C++ is a C++ framework offering portable support for threading, sockets, file access, daemons, persistence, serial I/O, XML parsing, and system services"
95 SRC_URI="mirror://gnu/commoncpp/${P}.tar.gz"
96 HOMEPAGE="http://www.gnu.org/software/commoncpp/"
97 LICENSE="GPL-2"
98 SLOT="0"
99 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
100 IUSE="debug doc examples ipv6 gnutls"
101
102 RDEPEND="gnutls? ( dev-libs/libgcrypt
103 net-libs/gnutls )
104 !gnutls? ( dev-libs/openssl )
105 sys-libs/zlib"
106 DEPEND="doc? ( >=app-doc/doxygen-1.3.6 )
107 ${RDEPEND}"
108
109 src_unpack() {
110 unpack ${A}
111 cd "${S}"
112
113 epatch "${FILESDIR}/1.6.1-gcc42_atomicity.patch" \
114 "${FILESDIR}/${PV}-autoconf.patch"
115 AT_M4DIR="m4" eautoreconf
116 }
117
118 src_compile() {
119 use doc || \
120 sed -i "s/^DOXYGEN=.*/DOXYGEN=no/" configure || die "sed failed"
121
122 local myconf
123 use gnutls || myconf="--with-openssl"
124
125 econf \
126 $(use_enable debug) \
127 $(use_with ipv6 ) \
128 ${myconf} || die "econf failed"
129 emake -j1 || die "emake failed"
130 }
131
132 src_install () {
133 emake DESTDIR="${D}" install || die "emake install failed"
134
135 dodoc AUTHORS NEWS ChangeLog README THANKS TODO COPYING.addendum
136
137 # Only install html docs
138 # man and latex available, but seems a little wasteful
139 use doc && dohtml doc/html/*
140
141 if use examples ; then
142 insinto /usr/share/doc/${PF}/examples
143 cd demo
144 doins *.cpp *.h *.xml README
145 fi
146 }
147
148 pkg_postinst() {
149 ewarn "There's a change in the ABI between version 1.5.x and 1.6.x, please"
150 ewarn "run the following command to find broken packages and rebuild them:"
151 ewarn " revdep-rebuild --library=libccext2-1.5.so"
152 }
153
154 # Some of the tests hang forever
155 #src_test() {
156 # cd "${S}/tests"
157 # emake || die "emake tests failed"
158 # ./test.sh || die "tests failed"
159 #}
160
161
162
163 --
164 gentoo-commits@l.g.o mailing list