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.3.5.ebuild ChangeLog
Date: Sun, 30 Jan 2011 09:26:09
Message-Id: 20110130092600.8268C20054@flycatcher.gentoo.org
1 graaff 11/01/30 09:26:00
2
3 Modified: ChangeLog
4 Added: gnuplot-2.3.5.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.9.25/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.10 dev-ruby/gnuplot/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gnuplot/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gnuplot/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gnuplot/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 29 Aug 2010 11:38:24 -0000 1.9
24 +++ ChangeLog 30 Jan 2011 09:26:00 -0000 1.10
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/gnuplot
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v 1.9 2010/08/29 11:38:24 graaff Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v 1.10 2011/01/30 09:26:00 graaff Exp $
31 +
32 +*gnuplot-2.3.5 (30 Jan 2011)
33 +
34 + 30 Jan 2011; Hans de Graaff <graaff@g.o> +gnuplot-2.3.5.ebuild:
35 + Version bump.
36
37 29 Aug 2010; Hans de Graaff <graaff@g.o> -gnuplot-2.3.1.ebuild,
38 -gnuplot-2.3.3.ebuild:
39
40
41
42 1.1 dev-ruby/gnuplot/gnuplot-2.3.5.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.3.5.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.3.5.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gnuplot-2.3.5.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.3.5.ebuild,v 1.1 2011/01/30 09:26:00 graaff Exp $
52
53 EAPI="2"
54 USE_RUBY="ruby18 ruby19 ree18 jruby"
55
56 RUBY_FAKEGEM_TASK_DOC=""
57 RUBY_FAKEGEM_EXTRADOC="AUTHORS.txt ChangeLog README.textile"
58
59 RUBY_FAKEGEM_TASK_TEST=""
60
61 inherit ruby-fakegem
62
63 DESCRIPTION="Gnuplot drawing library - Ruby Bindings"
64 HOMEPAGE="http://rgplot.rubyforge.org/"
65
66 LICENSE="BSD"
67 KEYWORDS="~alpha ~amd64 ~ppc ~x86"
68 IUSE="test"
69 SLOT="0"
70
71 RDEPEND="${RDEPEND} sci-visualization/gnuplot"
72
73 ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
74
75 each_ruby_test() {
76 ${RUBY} -Ctest -rtest/unit -e "Dir['test/*.rb'].each{|f| require f}" || die
77 }