mrueg       15/04/16 17:58:13

  Modified:             rgen-0.7.0.ebuild ChangeLog
  Added:                rgen-0.6.6-r2.ebuild
  Log:
  Add ruby22, add missing dependency on nokogiri.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.2                  dev-ruby/rgen/rgen-0.7.0.ebuild

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

Index: rgen-0.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rgen/rgen-0.7.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rgen-0.7.0.ebuild   21 Aug 2014 07:13:44 -0000      1.1
+++ rgen-0.7.0.ebuild   16 Apr 2015 17:58:13 -0000      1.2
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rgen/rgen-0.7.0.ebuild,v 1.1 
2014/08/21 07:13:44 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rgen/rgen-0.7.0.ebuild,v 1.2 
2015/04/16 17:58:13 mrueg Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
 
@@ -18,6 +18,8 @@
 IUSE=""
 KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
 
+ruby_add_rdepend "dev-ruby/nokogiri"
+
 all_ruby_prepare() {
        # Skip Bignum test since it fails on 64bit machines. Reported
        # upstream: https://github.com/mthiede/rgen/pull/18



1.9                  dev-ruby/rgen/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rgen/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   14 Apr 2015 12:17:19 -0000      1.8
+++ ChangeLog   16 Apr 2015 17:58:13 -0000      1.9
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/rgen
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rgen/ChangeLog,v 1.8 2015/04/14 
12:17:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rgen/ChangeLog,v 1.9 2015/04/16 
17:58:13 mrueg Exp $
+
+*rgen-0.6.6-r2 (16 Apr 2015)
+
+  16 Apr 2015; Manuel RĂ¼ger <[email protected]> +rgen-0.6.6-r2.ebuild,
+  rgen-0.7.0.ebuild:
+  Add ruby22, add missing dependency on nokogiri.
 
   14 Apr 2015; Agostino Sarubbo <[email protected]> rgen-0.6.6.ebuild:
   Stable for sparc, wrt bug #536168



1.1                  dev-ruby/rgen/rgen-0.6.6-r2.ebuild

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

Index: rgen-0.6.6-r2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rgen/rgen-0.6.6-r2.ebuild,v 1.1 
2015/04/16 17:58:13 mrueg Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21 ruby22"

RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"

inherit ruby-fakegem

DESCRIPTION="Ruby Modelling and Generator Framework"
HOMEPAGE="https://github.com/mthiede/rgen";

LICENSE="MIT"
SLOT="0"
IUSE=""
KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"

ruby_add_rdepend "dev-ruby/nokogiri"

each_ruby_test() {
        ${RUBY} -S testrb $(find test -type f -name '*_test.rb') || die
}




Reply via email to