Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/sqlite: ChangeLog sqlite-3.6.14.2.ebuild
Date: Thu, 28 May 2009 17:53:26
Message-Id: E1M9jnA-0004Q0-Ic@stork.gentoo.org
1 arfrever 09/05/28 17:53:24
2
3 Modified: ChangeLog sqlite-3.6.14.2.ebuild
4 Log:
5 Fix alignment (bug #270867).
6 (Portage version: 13625-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.251 dev-db/sqlite/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.251&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.251&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqlite/ChangeLog?r1=1.250&r2=1.251
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v
18 retrieving revision 1.250
19 retrieving revision 1.251
20 diff -u -r1.250 -r1.251
21 --- ChangeLog 26 May 2009 10:55:03 -0000 1.250
22 +++ ChangeLog 28 May 2009 17:53:24 -0000 1.251
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-db/sqlite
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.250 2009/05/26 10:55:03 arfrever Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.251 2009/05/28 17:53:24 arfrever Exp $
28 +
29 + 28 May 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
30 + sqlite-3.6.14.2.ebuild, +files/sqlite-3.6.14.2-fix_alignment.patch:
31 + Fix alignment (bug #270867).
32
33 *sqlite-3.6.14.2 (26 May 2009)
34
35
36
37
38 1.2 dev-db/sqlite/sqlite-3.6.14.2.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqlite/sqlite-3.6.14.2.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqlite/sqlite-3.6.14.2.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqlite/sqlite-3.6.14.2.ebuild?r1=1.1&r2=1.2
43
44 Index: sqlite-3.6.14.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.6.14.2.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- sqlite-3.6.14.2.ebuild 26 May 2009 10:55:03 -0000 1.1
51 +++ sqlite-3.6.14.2.ebuild 28 May 2009 17:53:24 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.6.14.2.ebuild,v 1.1 2009/05/26 10:55:03 arfrever Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.6.14.2.ebuild,v 1.2 2009/05/28 17:53:24 arfrever Exp $
57
58 EAPI="1"
59
60 @@ -43,6 +43,8 @@
61 # note: this sandbox fix is no longer needed with sandbox-1.3+
62 epatch "${FILESDIR}"/sandbox-fix2.patch
63
64 + epatch "${FILESDIR}/${P}-fix_alignment.patch"
65 +
66 epunt_cxx
67 }