Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-astronomy/cpl: cpl-6.1.1.ebuild ChangeLog cpl-5.2.0-r1.ebuild
Date: Thu, 21 Jun 2012 18:49:40
Message-Id: 20120621184926.880462004B@flycatcher.gentoo.org
1 xarthisius 12/06/21 18:49:26
2
3 Modified: cpl-6.1.1.ebuild ChangeLog
4 Removed: cpl-5.2.0-r1.ebuild
5 Log:
6 Fix aclocal with >=sys-devel/automake-1.12 wrt #422455 by Diego Elio Pettenò <flameeyes@g.o>, drop old
7
8 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 sci-astronomy/cpl/cpl-6.1.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cpl/cpl-6.1.1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cpl/cpl-6.1.1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cpl/cpl-6.1.1.ebuild?r1=1.1&r2=1.2
16
17 Index: cpl-6.1.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/cpl/cpl-6.1.1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- cpl-6.1.1.ebuild 4 Jun 2012 22:19:54 -0000 1.1
24 +++ cpl-6.1.1.ebuild 21 Jun 2012 18:49:26 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/cpl/cpl-6.1.1.ebuild,v 1.1 2012/06/04 22:19:54 bicatali Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/cpl/cpl-6.1.1.ebuild,v 1.2 2012/06/21 18:49:26 xarthisius Exp $
30
31 EAPI=4
32
33 @@ -30,6 +30,12 @@
34 "${FILESDIR}"/${P}-use-system-ltdl.patch
35 )
36
37 +src_prepare() {
38 + sed -e '/AM_C_PROTOTYPES/d' \
39 + -i configure.ac libcext/configure.ac || die #422455
40 + autotools-utils_src_prepare
41 +}
42 +
43 src_configure() {
44 myeconfargs+=(
45 --htmldir="${EPREFIX}/usr/share/doc/${PF}/html"
46
47
48
49 1.9 sci-astronomy/cpl/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cpl/ChangeLog?rev=1.9&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cpl/ChangeLog?rev=1.9&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cpl/ChangeLog?r1=1.8&r2=1.9
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/cpl/ChangeLog,v
58 retrieving revision 1.8
59 retrieving revision 1.9
60 diff -u -r1.8 -r1.9
61 --- ChangeLog 4 Jun 2012 22:19:54 -0000 1.8
62 +++ ChangeLog 21 Jun 2012 18:49:26 -0000 1.9
63 @@ -1,6 +1,11 @@
64 # ChangeLog for sci-astronomy/cpl
65 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/cpl/ChangeLog,v 1.8 2012/06/04 22:19:54 bicatali Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/cpl/ChangeLog,v 1.9 2012/06/21 18:49:26 xarthisius Exp $
68 +
69 + 21 Jun 2012; Kacper Kowalik <xarthisius@g.o> -cpl-5.2.0-r1.ebuild,
70 + -files/cpl-5.2.0-test.patch, cpl-6.1.1.ebuild:
71 + Fix aclocal with >=sys-devel/automake-1.12 wrt #422455 by Diego Elio Pettenò
72 + <flameeyes@g.o>, drop old
73
74 *cpl-6.1.1 (04 Jun 2012)