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