Gentoo Archives: gentoo-commits

From: "Agostino Sarubbo (ago)" <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/sqlite3: sqlite3-1.3.10.ebuild ChangeLog
Date: Sun, 28 Dec 2014 10:21:14
Message-Id: 20141228102111.52698E57A@oystercatcher.gentoo.org
1 ago 14/12/28 10:21:11
2
3 Modified: sqlite3-1.3.10.ebuild ChangeLog
4 Log:
5 Stable for x86, wrt bug #533590
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
8
9 Revision Changes Path
10 1.5 dev-ruby/sqlite3/sqlite3-1.3.10.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.10.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.10.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.10.ebuild?r1=1.4&r2=1.5
15
16 Index: sqlite3-1.3.10.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.10.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- sqlite3-1.3.10.ebuild 28 Dec 2014 09:15:46 -0000 1.4
23 +++ sqlite3-1.3.10.ebuild 28 Dec 2014 10:21:11 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.10.ebuild,v 1.4 2014/12/28 09:15:46 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.10.ebuild,v 1.5 2014/12/28 10:21:11 ago Exp $
29
30 EAPI=5
31 USE_RUBY="ruby19 ruby20"
32 @@ -15,7 +15,7 @@
33 HOMEPAGE="http://rubyforge.org/projects/sqlite-ruby/"
34 LICENSE="BSD"
35
36 -KEYWORDS="amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
37 +KEYWORDS="amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
38 SLOT="0"
39 IUSE=""
40
41 @@ -66,7 +66,7 @@
42 # sqlite3` was already part of sqlite3-ruby requirements.
43 cat - <<EOF > "${T}/sqlite3-ruby.gemspec"
44 # generated by ebuild
45 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.10.ebuild,v 1.4 2014/12/28 09:15:46 jer Exp $
46 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.10.ebuild,v 1.5 2014/12/28 10:21:11 ago Exp $
47 Gem::Specification.new do |s|
48 s.name = "sqlite3-ruby"
49 s.version = "${RUBY_FAKEGEM_VERSION}"
50
51
52
53 1.25 dev-ruby/sqlite3/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sqlite3/ChangeLog?rev=1.25&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sqlite3/ChangeLog?rev=1.25&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sqlite3/ChangeLog?r1=1.24&r2=1.25
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/ChangeLog,v
62 retrieving revision 1.24
63 retrieving revision 1.25
64 diff -u -r1.24 -r1.25
65 --- ChangeLog 28 Dec 2014 09:15:46 -0000 1.24
66 +++ ChangeLog 28 Dec 2014 10:21:11 -0000 1.25
67 @@ -1,6 +1,9 @@
68 # ChangeLog for dev-ruby/sqlite3
69 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/ChangeLog,v 1.24 2014/12/28 09:15:46 jer Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/ChangeLog,v 1.25 2014/12/28 10:21:11 ago Exp $
72 +
73 + 28 Dec 2014; Agostino Sarubbo <ago@g.o> sqlite3-1.3.10.ebuild:
74 + Stable for x86, wrt bug #533590
75
76 28 Dec 2014; Jeroen Roovers <jer@g.o> sqlite3-1.3.10.ebuild:
77 Stable for HPPA (bug #533590).