Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/sqlite: sqlite-3.8.0.ebuild ChangeLog
Date: Thu, 29 Aug 2013 10:55:42
Message-Id: 20130829105535.9F92A2004C@flycatcher.gentoo.org
1 kensington 13/08/29 10:55:35
2
3 Modified: sqlite-3.8.0.ebuild ChangeLog
4 Log:
5 Remove unnecessary epunt_cxx wrt bug #482902.
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
8
9 Revision Changes Path
10 1.2 dev-db/sqlite/sqlite-3.8.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.0.ebuild?r1=1.1&r2=1.2
15
16 Index: sqlite-3.8.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- sqlite-3.8.0.ebuild 28 Aug 2013 16:10:40 -0000 1.1
23 +++ sqlite-3.8.0.ebuild 29 Aug 2013 10:55:35 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.0.ebuild,v 1.1 2013/08/28 16:10:40 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.0.ebuild,v 1.2 2013/08/29 10:55:35 kensington Exp $
29
30 EAPI="5"
31
32 @@ -50,10 +50,6 @@
33 src_prepare() {
34 # At least ppc-aix, x86-interix and *-solaris need newer libtool.
35 use prefix && eautoreconf
36 -
37 - if amalgamation; then
38 - epunt_cxx
39 - fi
40 }
41
42 src_configure() {
43
44
45
46 1.490 dev-db/sqlite/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.490&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.490&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?r1=1.489&r2=1.490
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v
55 retrieving revision 1.489
56 retrieving revision 1.490
57 diff -u -r1.489 -r1.490
58 --- ChangeLog 28 Aug 2013 16:10:40 -0000 1.489
59 +++ ChangeLog 29 Aug 2013 10:55:35 -0000 1.490
60 @@ -1,6 +1,9 @@
61 # ChangeLog for dev-db/sqlite
62 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.489 2013/08/28 16:10:40 floppym Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.490 2013/08/29 10:55:35 kensington Exp $
65 +
66 + 29 Aug 2013; Michael Palimaka <kensington@g.o> sqlite-3.8.0.ebuild:
67 + Remove unnecessary epunt_cxx wrt bug #482902.
68
69 *sqlite-3.8.0 (28 Aug 2013)