Gentoo Archives: gentoo-commits

From: "Ferris McCormick (fmccor)" <fmccor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/sqlite3-ruby: sqlite3-ruby-1.2.4.ebuild ChangeLog
Date: Tue, 04 Nov 2008 21:24:30
Message-Id: E1KxTNz-00061S-8d@stork.gentoo.org
1 fmccor 08/11/04 21:24:27
2
3 Modified: sqlite3-ruby-1.2.4.ebuild ChangeLog
4 Log:
5 Sparc stable, Bug #245574.
6 (Portage version: 2.2_rc13/cvs/Linux 2.6.22-gentoo-r9-ail-simulation-sensors x86_64)
7
8 Revision Changes Path
9 1.2 dev-ruby/sqlite3-ruby/sqlite3-ruby-1.2.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/sqlite3-ruby/sqlite3-ruby-1.2.4.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/sqlite3-ruby/sqlite3-ruby-1.2.4.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/sqlite3-ruby/sqlite3-ruby-1.2.4.ebuild?r1=1.1&r2=1.2
14
15 Index: sqlite3-ruby-1.2.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3-ruby/sqlite3-ruby-1.2.4.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- sqlite3-ruby-1.2.4.ebuild 23 Sep 2008 19:03:12 -0000 1.1
22 +++ sqlite3-ruby-1.2.4.ebuild 4 Nov 2008 21:24:27 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3-ruby/sqlite3-ruby-1.2.4.ebuild,v 1.1 2008/09/23 19:03:12 graaff Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3-ruby/sqlite3-ruby-1.2.4.ebuild,v 1.2 2008/11/04 21:24:27 fmccor Exp $
28
29 inherit ruby
30
31 @@ -10,7 +10,7 @@
32
33 SRC_URI="mirror://rubyforge/sqlite-ruby/${P}.tar.bz2"
34
35 -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
36 +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd"
37 SLOT="0"
38 IUSE="doc swig"
39
40
41
42
43 1.24 dev-ruby/sqlite3-ruby/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/sqlite3-ruby/ChangeLog?rev=1.24&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/sqlite3-ruby/ChangeLog?rev=1.24&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/sqlite3-ruby/ChangeLog?r1=1.23&r2=1.24
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3-ruby/ChangeLog,v
52 retrieving revision 1.23
53 retrieving revision 1.24
54 diff -u -r1.23 -r1.24
55 --- ChangeLog 23 Sep 2008 19:03:12 -0000 1.23
56 +++ ChangeLog 4 Nov 2008 21:24:27 -0000 1.24
57 @@ -1,6 +1,10 @@
58 # ChangeLog for dev-ruby/sqlite3-ruby
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3-ruby/ChangeLog,v 1.23 2008/09/23 19:03:12 graaff Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3-ruby/ChangeLog,v 1.24 2008/11/04 21:24:27 fmccor Exp $
62 +
63 + 04 Nov 2008; Ferris McCormick <fmccor@g.o>
64 + sqlite3-ruby-1.2.4.ebuild:
65 + Sparc stable, Bug #245574.
66
67 *sqlite3-ruby-1.2.4 (23 Sep 2008)