Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/sqlite3: sqlite3-1.3.6.ebuild sqlite3-1.3.8-r1.ebuild ChangeLog
Date: Wed, 01 Jan 2014 14:26:01
Message-Id: 20140101142555.EFC7D2004C@flycatcher.gentoo.org
1 patrick 14/01/01 14:25:55
2
3 Modified: sqlite3-1.3.6.ebuild sqlite3-1.3.8-r1.ebuild
4 ChangeLog
5 Log:
6 Remove ruby18 target as dependencies lost support already
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.9 dev-ruby/sqlite3/sqlite3-1.3.6.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.6.ebuild?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.6.ebuild?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.6.ebuild?r1=1.8&r2=1.9
16
17 Index: sqlite3-1.3.6.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.6.ebuild,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- sqlite3-1.3.6.ebuild 15 Jan 2013 06:20:55 -0000 1.8
24 +++ sqlite3-1.3.6.ebuild 1 Jan 2014 14:25:55 -0000 1.9
25 @@ -1,9 +1,9 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.6.ebuild,v 1.8 2013/01/15 06:20:55 zerochaos Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.6.ebuild,v 1.9 2014/01/01 14:25:55 patrick Exp $
31
32 EAPI=4
33 -USE_RUBY="ruby18 ree18 ruby19"
34 +USE_RUBY="ree18 ruby19"
35
36 RUBY_FAKEGEM_TASK_DOC="docs faq"
37 RUBY_FAKEGEM_DOCDIR="doc faq"
38 @@ -56,7 +56,7 @@
39 # sqlite3` was already part of sqlite3-ruby requirements.
40 cat - <<EOF > "${T}/sqlite3-ruby.gemspec"
41 # generated by ebuild
42 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.6.ebuild,v 1.8 2013/01/15 06:20:55 zerochaos Exp $
43 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.6.ebuild,v 1.9 2014/01/01 14:25:55 patrick Exp $
44 Gem::Specification.new do |s|
45 s.name = "sqlite3-ruby"
46 s.version = "${RUBY_FAKEGEM_VERSION}"
47
48
49
50 1.2 dev-ruby/sqlite3/sqlite3-1.3.8-r1.ebuild
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.8-r1.ebuild?rev=1.2&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.8-r1.ebuild?rev=1.2&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.8-r1.ebuild?r1=1.1&r2=1.2
55
56 Index: sqlite3-1.3.8-r1.ebuild
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.8-r1.ebuild,v
59 retrieving revision 1.1
60 retrieving revision 1.2
61 diff -u -r1.1 -r1.2
62 --- sqlite3-1.3.8-r1.ebuild 7 Oct 2013 14:09:16 -0000 1.1
63 +++ sqlite3-1.3.8-r1.ebuild 1 Jan 2014 14:25:55 -0000 1.2
64 @@ -1,9 +1,9 @@
65 -# Copyright 1999-2013 Gentoo Foundation
66 +# Copyright 1999-2014 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.8-r1.ebuild,v 1.1 2013/10/07 14:09:16 mrueg Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.8-r1.ebuild,v 1.2 2014/01/01 14:25:55 patrick Exp $
70
71 EAPI=5
72 -USE_RUBY="ruby18 ruby19 ruby20"
73 +USE_RUBY="ruby19 ruby20"
74
75 RUBY_FAKEGEM_TASK_DOC="docs faq"
76 RUBY_FAKEGEM_DOCDIR="doc faq"
77 @@ -60,7 +60,7 @@
78 # sqlite3` was already part of sqlite3-ruby requirements.
79 cat - <<EOF > "${T}/sqlite3-ruby.gemspec"
80 # generated by ebuild
81 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.8-r1.ebuild,v 1.1 2013/10/07 14:09:16 mrueg Exp $
82 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/sqlite3-1.3.8-r1.ebuild,v 1.2 2014/01/01 14:25:55 patrick Exp $
83 Gem::Specification.new do |s|
84 s.name = "sqlite3-ruby"
85 s.version = "${RUBY_FAKEGEM_VERSION}"
86
87
88
89 1.14 dev-ruby/sqlite3/ChangeLog
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sqlite3/ChangeLog?rev=1.14&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sqlite3/ChangeLog?rev=1.14&content-type=text/plain
93 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sqlite3/ChangeLog?r1=1.13&r2=1.14
94
95 Index: ChangeLog
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/ChangeLog,v
98 retrieving revision 1.13
99 retrieving revision 1.14
100 diff -u -r1.13 -r1.14
101 --- ChangeLog 2 Nov 2013 20:25:05 -0000 1.13
102 +++ ChangeLog 1 Jan 2014 14:25:55 -0000 1.14
103 @@ -1,6 +1,10 @@
104 # ChangeLog for dev-ruby/sqlite3
105 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
106 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/ChangeLog,v 1.13 2013/11/02 20:25:05 mrueg Exp $
107 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
108 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3/ChangeLog,v 1.14 2014/01/01 14:25:55 patrick Exp $
109 +
110 + 01 Jan 2014; Patrick Lauer <patrick@g.o> sqlite3-1.3.6.ebuild,
111 + sqlite3-1.3.8-r1.ebuild:
112 + Remove ruby18 target as dependencies lost support already
113
114 02 Nov 2013; Manuel RĂ¼ger <mrueg@g.o> -sqlite3-1.3.7.ebuild,
115 -sqlite3-1.3.8.ebuild: