Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/drizzle: drizzle-7.1.33.ebuild ChangeLog drizzle-7.0.2011.03.13.ebuild
Date: Thu, 21 Jun 2012 16:11:57
Message-Id: 20120621161147.1013C2004B@flycatcher.gentoo.org
1 flameeyes 12/06/21 16:11:47
2
3 Modified: drizzle-7.1.33.ebuild ChangeLog
4 Removed: drizzle-7.0.2011.03.13.ebuild
5 Log:
6 Remove old; use append-cppflags where it makes sense; fix on automake 1.11 as it fails with 1.12.
7
8 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 dev-db/drizzle/drizzle-7.1.33.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/drizzle/drizzle-7.1.33.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/drizzle/drizzle-7.1.33.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/drizzle/drizzle-7.1.33.ebuild?r1=1.2&r2=1.3
16
17 Index: drizzle-7.1.33.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-db/drizzle/drizzle-7.1.33.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- drizzle-7.1.33.ebuild 4 Jun 2012 06:27:25 -0000 1.2
24 +++ drizzle-7.1.33.ebuild 21 Jun 2012 16:11:46 -0000 1.3
25 @@ -1,9 +1,11 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-db/drizzle/drizzle-7.1.33.ebuild,v 1.2 2012/06/04 06:27:25 zmedico Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-db/drizzle/drizzle-7.1.33.ebuild,v 1.3 2012/06/21 16:11:46 flameeyes Exp $
30
31 EAPI=2
32
33 +WANT_AUTOMAKE=1.11
34 +
35 inherit flag-o-matic libtool autotools eutils pam user versionator
36
37 MY_P="${P}-stable"
38 @@ -48,8 +50,6 @@
39 }
40
41 src_prepare() {
42 - #epatch "${FILESDIR}/${PN}-2009.12.1240-nolint.patch"
43 -
44 AT_M4DIR="m4" eautoreconf
45 elibtoolize
46 }
47 @@ -58,7 +58,7 @@
48 local myconf=
49
50 if use debug; then
51 - append-flags -DDEBUG
52 + append-cppflags -DDEBUG
53 fi
54
55 # while I applaud upstreams goal of 0 compiler warnings
56 @@ -66,7 +66,7 @@
57 append-flags -Wno-error
58
59 # Bug #362901
60 - append-flags -DBOOST_FILESYSTEM_VERSION=2
61 + append-cppflags -DBOOST_FILESYSTEM_VERSION=2
62
63 # NOTE disable-all and without-all no longer recognized options
64 # NOTE using --enable on some plugins can cause test failures.
65
66
67
68 1.28 dev-db/drizzle/ChangeLog
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/drizzle/ChangeLog?rev=1.28&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/drizzle/ChangeLog?rev=1.28&content-type=text/plain
72 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/drizzle/ChangeLog?r1=1.27&r2=1.28
73
74 Index: ChangeLog
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/dev-db/drizzle/ChangeLog,v
77 retrieving revision 1.27
78 retrieving revision 1.28
79 diff -u -r1.27 -r1.28
80 --- ChangeLog 4 Jun 2012 06:27:25 -0000 1.27
81 +++ ChangeLog 21 Jun 2012 16:11:46 -0000 1.28
82 @@ -1,6 +1,12 @@
83 # ChangeLog for dev-db/drizzle
84 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
85 -# $Header: /var/cvsroot/gentoo-x86/dev-db/drizzle/ChangeLog,v 1.27 2012/06/04 06:27:25 zmedico Exp $
86 +# $Header: /var/cvsroot/gentoo-x86/dev-db/drizzle/ChangeLog,v 1.28 2012/06/21 16:11:46 flameeyes Exp $
87 +
88 + 21 Jun 2012; Diego E. Pettenò <flameeyes@g.o>
89 + -drizzle-7.0.2011.03.13.ebuild, -files/drizzle-2009.12.1240-nolint.patch,
90 + drizzle-7.1.33.ebuild:
91 + Remove old; use append-cppflags where it makes sense; fix on automake 1.11 as
92 + it fails with 1.12.
93
94 04 Jun 2012; Zac Medico <zmedico@g.o> drizzle-7.0.2011.03.13.ebuild,
95 drizzle-7.1.33.ebuild: