Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/dbd-sqlite: dbd-sqlite-0.1.2-r1.ebuild dbd-sqlite-0.1.2.ebuild ChangeLog
Date: Tue, 01 May 2012 18:31:24
Message-Id: 20120501182414.C5C602005E@flycatcher.gentoo.org
1 armin76 12/05/01 18:24:14
2
3 Modified: dbd-sqlite-0.1.2-r1.ebuild dbd-sqlite-0.1.2.ebuild
4 ChangeLog
5 Log:
6 Drop ia64/sparc keywords
7
8 (Portage version: 2.1.10.53/cvs/Linux ia64, RepoMan options: --force)
9
10 Revision Changes Path
11 1.3 dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2-r1.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2-r1.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2-r1.ebuild?r1=1.2&r2=1.3
16
17 Index: dbd-sqlite-0.1.2-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2-r1.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- dbd-sqlite-0.1.2-r1.ebuild 21 Jun 2010 21:08:53 -0000 1.2
24 +++ dbd-sqlite-0.1.2-r1.ebuild 1 May 2012 18:24:14 -0000 1.3
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2010 Gentoo Foundation
27 +# Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2-r1.ebuild,v 1.2 2010/06/21 21:08:53 mr_bones_ Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2-r1.ebuild,v 1.3 2012/05/01 18:24:14 armin76 Exp $
31
32 EAPI=2
33 USE_RUBY="ruby18"
34 @@ -13,7 +13,7 @@
35
36 LICENSE="BSD"
37 SLOT="0"
38 -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
39 +KEYWORDS="~amd64 ~ppc ~x86"
40 IUSE="test"
41
42 ruby_add_rdepend "
43
44
45
46 1.9 dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2.ebuild?rev=1.9&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2.ebuild?rev=1.9&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2.ebuild?r1=1.8&r2=1.9
51
52 Index: dbd-sqlite-0.1.2.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2.ebuild,v
55 retrieving revision 1.8
56 retrieving revision 1.9
57 diff -u -r1.8 -r1.9
58 --- dbd-sqlite-0.1.2.ebuild 23 Jul 2011 12:23:11 -0000 1.8
59 +++ dbd-sqlite-0.1.2.ebuild 1 May 2012 18:24:14 -0000 1.9
60 @@ -1,6 +1,6 @@
61 -# Copyright 1999-2011 Gentoo Foundation
62 +# Copyright 1999-2012 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2.ebuild,v 1.8 2011/07/23 12:23:11 xarthisius Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2.ebuild,v 1.9 2012/05/01 18:24:14 armin76 Exp $
66
67 inherit "ruby"
68
69 @@ -10,7 +10,7 @@
70
71 LICENSE="BSD"
72 SLOT="0"
73 -KEYWORDS="amd64 ia64 ppc ~sparc x86"
74 +KEYWORDS="amd64 ppc x86"
75 IUSE="test"
76
77 RDEPEND="
78
79
80
81 1.10 dev-ruby/dbd-sqlite/ChangeLog
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-sqlite/ChangeLog?rev=1.10&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-sqlite/ChangeLog?rev=1.10&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-sqlite/ChangeLog?r1=1.9&r2=1.10
86
87 Index: ChangeLog
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/dbd-sqlite/ChangeLog,v
90 retrieving revision 1.9
91 retrieving revision 1.10
92 diff -u -r1.9 -r1.10
93 --- ChangeLog 23 Jul 2011 12:23:11 -0000 1.9
94 +++ ChangeLog 1 May 2012 18:24:14 -0000 1.10
95 @@ -1,6 +1,10 @@
96 # ChangeLog for dev-ruby/dbd-sqlite
97 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
98 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-sqlite/ChangeLog,v 1.9 2011/07/23 12:23:11 xarthisius Exp $
99 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
100 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-sqlite/ChangeLog,v 1.10 2012/05/01 18:24:14 armin76 Exp $
101 +
102 + 01 May 2012; Raúl Porcel <armin76@g.o> dbd-sqlite-0.1.2.ebuild,
103 + dbd-sqlite-0.1.2-r1.ebuild:
104 + Drop ia64/sparc keywords
105
106 23 Jul 2011; Kacper Kowalik <xarthisius@g.o> dbd-sqlite-0.1.2.ebuild:
107 ppc stable wrt #333087