Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/gnuplot: ChangeLog gnuplot-2.2.ebuild
Date: Sat, 22 Aug 2009 20:48:08
Message-Id: E1MexVO-0003R3-Jr@stork.gentoo.org
1 graaff 09/08/22 20:48:06
2
3 Modified: ChangeLog gnuplot-2.2.ebuild
4 Log:
5 Add missing CVS header. Add explicit empty DEPEND.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-ruby/gnuplot/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/gnuplot/ChangeLog?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/gnuplot/ChangeLog?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/gnuplot/ChangeLog?r1=1.1&r2=1.2
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ChangeLog 5 Jul 2009 17:55:42 -0000 1.1
22 +++ ChangeLog 22 Aug 2009 20:48:06 -0000 1.2
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-ruby/gnuplot
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v 1.1 2009/07/05 17:55:42 graaff Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v 1.2 2009/08/22 20:48:06 graaff Exp $
28 +
29 + 22 Aug 2009; Hans de Graaff <graaff@g.o> gnuplot-2.2.ebuild:
30 + Add missing CVS header. Add explicit empty DEPEND.
31
32 *gnuplot-2.2 (05 Jul 2009)
33
34
35
36
37 1.2 dev-ruby/gnuplot/gnuplot-2.2.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.2.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.2.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.2.ebuild?r1=1.1&r2=1.2
42
43 Index: gnuplot-2.2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.2.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- gnuplot-2.2.ebuild 5 Jul 2009 17:55:42 -0000 1.1
50 +++ gnuplot-2.2.ebuild 22 Aug 2009 20:48:06 -0000 1.2
51 @@ -1,5 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.2.ebuild,v 1.2 2009/08/22 20:48:06 graaff Exp $
55
56 inherit gems
57
58 @@ -11,4 +12,5 @@
59 KEYWORDS="~amd64 ~x86"
60 IUSE=""
61
62 +DEPEND=""
63 RDEPEND="sci-visualization/gnuplot"