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.3.1.ebuild
Date: Fri, 30 Apr 2010 08:08:57
Message-Id: 20100430080851.E19C72C04C@corvid.gentoo.org
1 graaff 10/04/30 08:08:51
2
3 Modified: ChangeLog
4 Added: gnuplot-2.3.1.ebuild
5 Log:
6 Version bump. Convert to ruby-fakegem.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-ruby/gnuplot/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/gnuplot/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/gnuplot/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/gnuplot/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 22 Aug 2009 20:48:06 -0000 1.2
23 +++ ChangeLog 30 Apr 2010 08:08:51 -0000 1.3
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/gnuplot
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v 1.2 2009/08/22 20:48:06 graaff Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v 1.3 2010/04/30 08:08:51 graaff Exp $
30 +
31 +*gnuplot-2.3.1 (30 Apr 2010)
32 +
33 + 30 Apr 2010; Hans de Graaff <graaff@g.o> +gnuplot-2.3.1.ebuild:
34 + Version bump. Convert to ruby-fakegem.
35
36 22 Aug 2009; Hans de Graaff <graaff@g.o> gnuplot-2.2.ebuild:
37 Add missing CVS header. Add explicit empty DEPEND.
38
39
40
41 1.1 dev-ruby/gnuplot/gnuplot-2.3.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.3.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.3.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gnuplot-2.3.1.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.3.1.ebuild,v 1.1 2010/04/30 08:08:51 graaff Exp $
51
52 EAPI="2"
53 USE_RUBY="ruby18 ruby19"
54
55 RUBY_FAKEGEM_TASK_DOC=""
56 RUBY_FAKEGEM_TASK_TEST=""
57
58 inherit ruby-fakegem
59
60 DESCRIPTION="Gnuplot drawing library - Ruby Bindings"
61 HOMEPAGE="http://rgplot.rubyforge.org/"
62
63 LICENSE="BSD"
64 KEYWORDS="~amd64 ~x86"
65 IUSE=""
66 SLOT="0"
67
68 RDEPEND="${RDEPEND} sci-visualization/gnuplot"