graaff      14/03/21 12:50:09

  Modified:             ChangeLog
  Added:                rexical-1.0.5-r3.ebuild
  Log:
  Revision bump to add ruby21 support. Fix tests to work with newer minitest. 
Drop ruby18.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.36                 dev-ruby/rexical/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rexical/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   26 Dec 2013 14:59:34 -0000      1.35
+++ ChangeLog   21 Mar 2014 12:50:09 -0000      1.36
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/rexical
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rexical/ChangeLog,v 1.35 
2013/12/26 14:59:34 maekke Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rexical/ChangeLog,v 1.36 
2014/03/21 12:50:09 graaff Exp $
+
+*rexical-1.0.5-r3 (21 Mar 2014)
+
+  21 Mar 2014; Hans de Graaff <[email protected]> +rexical-1.0.5-r3.ebuild:
+  Revision bump to add ruby21 support. Fix tests to work with newer minitest.
+  Drop ruby18.
 
   26 Dec 2013; Markus Meier <[email protected]> rexical-1.0.5-r1.ebuild:
   arm stable, bug #493780



1.1                  dev-ruby/rexical/rexical-1.0.5-r3.ebuild

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

Index: rexical-1.0.5-r3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rexical/rexical-1.0.5-r3.ebuild,v 
1.1 2014/03/21 12:50:09 graaff Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21 jruby"

RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc   DOCUMENTATION.en.rdoc  
DOCUMENTATION.ja.rdoc  README.ja  README.rdoc"

inherit ruby-fakegem eutils

DESCRIPTION="Rexical is a lexical scanner generator"
HOMEPAGE="http://github.com/tenderlove/rexical/tree/master";
LICENSE="LGPL-2" # plus exception

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

# File collision, bug 459116
RDEPEND+=" !!app-admin/rex"

ruby_add_bdepend "
        doc? ( >=dev-ruby/hoe-2.6.2 )
        test? (
                >=dev-ruby/hoe-2.6.2
                dev-ruby/test-unit:2
        )"

all_ruby_prepare() {
        sed -i -e '1igem "test-unit"' test/test_generator.rb || die
}

all_ruby_install() {
        all_fakegem_install

        docinto examples
        dodoc sample/* || die
}




Reply via email to