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/gnuplot: ChangeLog gnuplot-2.3.6.ebuild gnuplot-2.4.1.ebuild
Date: Sun, 01 Jul 2012 18:33:55
Message-Id: 20120701183145.737DD2005E@flycatcher.gentoo.org
1 armin76 12/07/01 18:31:45
2
3 Modified: ChangeLog gnuplot-2.3.6.ebuild gnuplot-2.4.1.ebuild
4 Log:
5 drop alpha keywords
6
7 (Portage version: 2.1.10.53/cvs/Linux ia64)
8
9 Revision Changes Path
10 1.14 dev-ruby/gnuplot/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gnuplot/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gnuplot/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gnuplot/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 8 Apr 2012 07:32:40 -0000 1.13
23 +++ ChangeLog 1 Jul 2012 18:31:45 -0000 1.14
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-ruby/gnuplot
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v 1.13 2012/04/08 07:32:40 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v 1.14 2012/07/01 18:31:45 armin76 Exp $
29 +
30 + 01 Jul 2012; Raúl Porcel <armin76@g.o> gnuplot-2.3.6.ebuild,
31 + gnuplot-2.4.1.ebuild:
32 + Drop alpha keywords
33
34 *gnuplot-2.4.1 (08 Apr 2012)
35
36
37
38
39 1.2 dev-ruby/gnuplot/gnuplot-2.3.6.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.3.6.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.3.6.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.3.6.ebuild?r1=1.1&r2=1.2
44
45 Index: gnuplot-2.3.6.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.3.6.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- gnuplot-2.3.6.ebuild 5 Mar 2011 07:01:29 -0000 1.1
52 +++ gnuplot-2.3.6.ebuild 1 Jul 2012 18:31:45 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2011 Gentoo Foundation
55 +# Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.3.6.ebuild,v 1.1 2011/03/05 07:01:29 graaff Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.3.6.ebuild,v 1.2 2012/07/01 18:31:45 armin76 Exp $
59
60 EAPI="2"
61 USE_RUBY="ruby18 ruby19 ree18 jruby"
62 @@ -16,7 +16,7 @@
63 HOMEPAGE="http://rgplot.rubyforge.org/"
64
65 LICENSE="BSD"
66 -KEYWORDS="~alpha ~amd64 ~ppc ~x86"
67 +KEYWORDS="~amd64 ~ppc ~x86"
68 IUSE="test"
69 SLOT="0"
70
71
72
73
74 1.2 dev-ruby/gnuplot/gnuplot-2.4.1.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.4.1.ebuild?rev=1.2&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.4.1.ebuild?rev=1.2&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.4.1.ebuild?r1=1.1&r2=1.2
79
80 Index: gnuplot-2.4.1.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.4.1.ebuild,v
83 retrieving revision 1.1
84 retrieving revision 1.2
85 diff -u -r1.1 -r1.2
86 --- gnuplot-2.4.1.ebuild 8 Apr 2012 07:32:40 -0000 1.1
87 +++ gnuplot-2.4.1.ebuild 1 Jul 2012 18:31:45 -0000 1.2
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2012 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.4.1.ebuild,v 1.1 2012/04/08 07:32:40 graaff Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.4.1.ebuild,v 1.2 2012/07/01 18:31:45 armin76 Exp $
93
94 EAPI="2"
95 USE_RUBY="ruby18 ruby19 ree18 jruby"
96 @@ -16,7 +16,7 @@
97 HOMEPAGE="http://rgplot.rubyforge.org/"
98
99 LICENSE="BSD"
100 -KEYWORDS="~alpha ~amd64 ~ppc ~x86"
101 +KEYWORDS="~amd64 ~ppc ~x86"
102 IUSE="test"
103 SLOT="0"