Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/gchemutils: gchemutils-0.13.1.ebuild ChangeLog
Date: Tue, 01 Nov 2011 12:25:00
Message-Id: 20111101122449.4E03E2004B@flycatcher.gentoo.org
1 pacho 11/11/01 12:24:48
2
3 Modified: gchemutils-0.13.1.ebuild ChangeLog
4 Log:
5 Drop DEPRECATED flags, bug #388509
6
7 (Portage version: 2.1.10.32/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 sci-chemistry/gchemutils/gchemutils-0.13.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gchemutils/gchemutils-0.13.1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gchemutils/gchemutils-0.13.1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gchemutils/gchemutils-0.13.1.ebuild?r1=1.3&r2=1.4
15
16 Index: gchemutils-0.13.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/gchemutils-0.13.1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- gchemutils-0.13.1.ebuild 24 Apr 2011 17:20:15 -0000 1.3
23 +++ gchemutils-0.13.1.ebuild 1 Nov 2011 12:24:48 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/gchemutils-0.13.1.ebuild,v 1.3 2011/04/24 17:20:15 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/gchemutils-0.13.1.ebuild,v 1.4 2011/11/01 12:24:48 pacho Exp $
29
30 EAPI=3
31
32 @@ -55,6 +55,14 @@
33 DOCS="AUTHORS ChangeLog README TODO NEWS"
34 }
35
36 +src_prepare() {
37 + gnome2_src_prepare
38 +
39 + # Drop DEPRECATED flags, bug #388509
40 + sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED::g' \
41 + configure configure.ac || die
42 +}
43 +
44 src_test() {
45 # There are no tests, and make check needlessly rebuilds docs needing extra
46 # app-text/docbook-xml-dtd-{4.1.2,4.5} wtr bug 342743
47
48
49
50 1.16 sci-chemistry/gchemutils/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gchemutils/ChangeLog?rev=1.16&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gchemutils/ChangeLog?rev=1.16&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gchemutils/ChangeLog?r1=1.15&r2=1.16
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/ChangeLog,v
59 retrieving revision 1.15
60 retrieving revision 1.16
61 diff -u -r1.15 -r1.16
62 --- ChangeLog 24 Apr 2011 17:20:15 -0000 1.15
63 +++ ChangeLog 1 Nov 2011 12:24:48 -0000 1.16
64 @@ -1,6 +1,9 @@
65 # ChangeLog for sci-chemistry/gchemutils
66 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/ChangeLog,v 1.15 2011/04/24 17:20:15 eva Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/ChangeLog,v 1.16 2011/11/01 12:24:48 pacho Exp $
69 +
70 + 01 Nov 2011; Pacho Ramos <pacho@g.o> gchemutils-0.13.1.ebuild:
71 + Drop DEPRECATED flags, bug #388509
72
73 24 Apr 2011; Gilles Dartiguelongue <eva@g.o>
74 gchemutils-0.10.12.ebuild, gchemutils-0.13.1.ebuild: