mrueg       14/07/02 13:28:21

  Modified:             builder-2.1.2-r4.ebuild ChangeLog
  Added:                builder-2.1.2-r5.ebuild
  Log:
  Move ruby21 target to new revision.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.2                  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.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/builder/builder-2.1.2-r4.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/builder/builder-2.1.2-r4.ebuild?r1=1.1&r2=1.2

Index: builder-2.1.2-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/builder/builder-2.1.2-r4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- builder-2.1.2-r4.ebuild     4 May 2014 12:35:18 -0000       1.1
+++ builder-2.1.2-r4.ebuild     2 Jul 2014 13:28:21 -0000       1.2
@@ -1,9 +1,9 @@
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/builder/builder-2.1.2-r4.ebuild,v 
1.2 2014/07/02 13:28:21 mrueg Exp $
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 jruby"
+USE_RUBY="ruby19 ruby20 jruby"
 
 RUBY_FAKEGEM_TASK_TEST="test_all"
 



1.101                dev-ruby/builder/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/builder/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog   2 Jul 2014 09:12:01 -0000       1.100
+++ ChangeLog   2 Jul 2014 13:28:21 -0000       1.101
@@ -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.100 
2014/07/02 09:12:01 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/builder/ChangeLog,v 1.101 
2014/07/02 13:28:21 mrueg Exp $
+
+*builder-2.1.2-r5 (02 Jul 2014)
+
+  02 Jul 2014; Manuel RĂ¼ger <[email protected]> +builder-2.1.2-r5.ebuild,
+  builder-2.1.2-r4.ebuild:
+  Move ruby21 target to new revision.
 
   02 Jul 2014; Tobias Klausmann <[email protected]> builder-3.0.4.ebuild:
   Stable on alpha, bug #490912



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

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

Index: builder-2.1.2-r5.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-r5.ebuild,v 
1.1 2014/07/02 13:28:21 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