mrueg       14/05/04 12:35:18

  Modified:             builder-3.0.4-r1.ebuild ChangeLog
  Added:                builder-2.1.2-r4.ebuild
  Log:
  Add ruby20, ruby21 support for slot 0.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.2                  dev-ruby/builder/builder-3.0.4-r1.ebuild

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

Index: builder-3.0.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/builder/builder-3.0.4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- builder-3.0.4-r1.ebuild     20 Apr 2014 18:06:18 -0000      1.1
+++ builder-3.0.4-r1.ebuild     4 May 2014 12:35:18 -0000       1.2
@@ -1,8 +1,8 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/builder/builder-3.0.4-r1.ebuild,v 
1.1 2014/04/20 18:06:18 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/builder/builder-3.0.4-r1.ebuild,v 
1.2 2014/05/04 12:35:18 mrueg Exp $
 
-EAPI=4
+EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21 jruby"
 
 RUBY_FAKEGEM_TASK_TEST="test_all"



1.97                 dev-ruby/builder/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/builder/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog   20 Apr 2014 18:06:18 -0000      1.96
+++ ChangeLog   4 May 2014 12:35:18 -0000       1.97
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/builder
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/builder/ChangeLog,v 1.96 
2014/04/20 18:06:18 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/builder/ChangeLog,v 1.97 
2014/05/04 12:35:18 mrueg Exp $
+
+*builder-2.1.2-r4 (04 May 2014)
+
+  04 May 2014; Manuel RĂ¼ger <[email protected]> +builder-2.1.2-r4.ebuild,
+  builder-3.0.4-r1.ebuild:
+  Add ruby20, ruby21 support for slot 0.
 
 *builder-3.0.4-r1 (20 Apr 2014)
 



1.1                  dev-ruby/builder/builder-2.1.2-r4.ebuild

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

Index: builder-2.1.2-r4.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/builder/builder-2.1.2-r4.ebuild,v 
1.1 2014/05/04 12:35:18 mrueg Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 jruby"

RUBY_FAKEGEM_TASK_TEST="test_all"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="README CHANGES"

inherit ruby-fakegem eutils

DESCRIPTION="A builder to facilitate programatic generation of XML markup"
HOMEPAGE="http://rubyforge.org/projects/builder/";
SRC_URI="mirror://rubyforge/${PN}/${P}.tgz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
IUSE=""

RUBY_PATCHES=( "${FILESDIR}"/${P}-activesupport.patch 
"${FILESDIR}"/${P}-fix-tests.patch )

all_ruby_prepare() {
        sed -i -e '/rdoc\.template .*jamis/d' Rakefile || die
}

each_ruby_prepare() {
        case ${RUBY} in
                *ruby19|*ruby20|*ruby21)
                        rm test/testblankslate.rb || die
                        ;;
                *)
                        ;;
        esac
}

each_ruby_test() {
        ${RUBY} -Ilib:. -S testrb test/test*.rb || die
}




Reply via email to