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: gnuplot-2.4.1.ebuild ChangeLog
Date: Sun, 08 Apr 2012 07:32:54
Message-Id: 20120408073240.3EE582004B@flycatcher.gentoo.org
1 graaff 12/04/08 07:32:40
2
3 Modified: ChangeLog
4 Added: gnuplot-2.4.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.10.49/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.13 dev-ruby/gnuplot/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gnuplot/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gnuplot/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gnuplot/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 8 Apr 2012 07:16:33 -0000 1.12
24 +++ ChangeLog 8 Apr 2012 07:32:40 -0000 1.13
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/gnuplot
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v 1.12 2012/04/08 07:16:33 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v 1.13 2012/04/08 07:32:40 graaff Exp $
30 +
31 +*gnuplot-2.4.1 (08 Apr 2012)
32 +
33 + 08 Apr 2012; Hans de Graaff <graaff@g.o> +gnuplot-2.4.1.ebuild:
34 + Version bump.
35
36 08 Apr 2012; Hans de Graaff <graaff@g.o> -gnuplot-2.3.4.ebuild,
37 -gnuplot-2.3.5.ebuild:
38
39
40
41 1.1 dev-ruby/gnuplot/gnuplot-2.4.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.4.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.4.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gnuplot-2.4.1.ebuild
47 ===================================================================
48 # Copyright 1999-2012 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.4.1.ebuild,v 1.1 2012/04/08 07:32:40 graaff Exp $
51
52 EAPI="2"
53 USE_RUBY="ruby18 ruby19 ree18 jruby"
54
55 RUBY_FAKEGEM_TASK_DOC=""
56 RUBY_FAKEGEM_EXTRADOC="AUTHORS.txt ChangeLog README.textile"
57
58 RUBY_FAKEGEM_TASK_TEST=""
59
60 inherit ruby-fakegem
61
62 DESCRIPTION="Gnuplot drawing library - Ruby Bindings"
63 HOMEPAGE="http://rgplot.rubyforge.org/"
64
65 LICENSE="BSD"
66 KEYWORDS="~alpha ~amd64 ~ppc ~x86"
67 IUSE="test"
68 SLOT="0"
69
70 RDEPEND="${RDEPEND} sci-visualization/gnuplot"
71
72 ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
73
74 all_ruby_prepare() {
75 # Existing metadata causes a crash in jruby, so use our own.
76 rm ../metadata || die "Unable to remove metadata."
77 }
78
79 each_ruby_test() {
80 ${RUBY} -Ctest test_gnuplot.rb || die
81 }