mrueg       14/05/15 00:51:50

  Modified:             gnuplot-2.6.2-r1.ebuild ChangeLog
  Added:                gnuplot-2.6.2-r2.ebuild
  Log:
  Add ruby21 target. Remove ruby18.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.2                  dev-ruby/gnuplot/gnuplot-2.6.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.6.2-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.6.2-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.6.2-r1.ebuild?r1=1.1&r2=1.2

Index: gnuplot-2.6.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.6.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnuplot-2.6.2-r1.ebuild     9 Oct 2013 01:28:06 -0000       1.1
+++ gnuplot-2.6.2-r1.ebuild     15 May 2014 00:51:50 -0000      1.2
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.6.2-r1.ebuild,v 
1.1 2013/10/09 01:28:06 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.6.2-r1.ebuild,v 
1.2 2014/05/15 00:51:50 mrueg Exp $
 
 EAPI=5
-USE_RUBY="ruby18 ruby19 ruby20 jruby"
+USE_RUBY="ruby19 ruby20 jruby"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="AUTHORS.txt ChangeLog README.textile"



1.22                 dev-ruby/gnuplot/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gnuplot/ChangeLog?rev=1.22&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gnuplot/ChangeLog?rev=1.22&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gnuplot/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   2 Nov 2013 19:41:09 -0000       1.21
+++ ChangeLog   15 May 2014 00:51:50 -0000      1.22
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/gnuplot
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v 1.21 
2013/11/02 19:41:09 mrueg Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v 1.22 
2014/05/15 00:51:50 mrueg Exp $
+
+*gnuplot-2.6.2-r2 (15 May 2014)
+
+  15 May 2014; Manuel Rüger <mr...@gentoo.org> +gnuplot-2.6.2-r2.ebuild,
+  gnuplot-2.6.2-r1.ebuild:
+  Add ruby21 target. Remove ruby18.
 
   02 Nov 2013; Manuel Rüger <mr...@gentoo.org> -gnuplot-2.6.0.ebuild,
   -gnuplot-2.6.2.ebuild:



1.1                  dev-ruby/gnuplot/gnuplot-2.6.2-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.6.2-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.6.2-r2.ebuild?rev=1.1&content-type=text/plain

Index: gnuplot-2.6.2-r2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.6.2-r2.ebuild,v 
1.1 2014/05/15 00:51:50 mrueg Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 jruby"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="AUTHORS.txt ChangeLog README.textile"

RUBY_FAKEGEM_TASK_TEST=""

inherit ruby-fakegem

DESCRIPTION="Gnuplot drawing library - Ruby Bindings"
HOMEPAGE="http://rgplot.rubyforge.org/";

LICENSE="BSD"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="test"
SLOT="0"

RDEPEND+=" sci-visualization/gnuplot"

all_ruby_prepare() {
        # Existing metadata causes a crash in jruby, so use our own.
        rm ../metadata || die "Unable to remove metadata."
}

each_ruby_test() {
        ${RUBY} -Ctest test_gnuplot.rb || die
}




Reply via email to