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