mrueg 14/04/25 00:59:20 Modified: bitescript-0.0.9.ebuild ChangeLog Log: EAPI bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.2 dev-ruby/bitescript/bitescript-0.0.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bitescript/bitescript-0.0.9.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bitescript/bitescript-0.0.9.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bitescript/bitescript-0.0.9.ebuild?r1=1.1&r2=1.2 Index: bitescript-0.0.9.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bitescript/bitescript-0.0.9.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bitescript-0.0.9.ebuild 11 Jul 2011 18:08:53 -0000 1.1 +++ bitescript-0.0.9.ebuild 25 Apr 2014 00:59:20 -0000 1.2 @@ -1,8 +1,8 @@ -# Copyright 1999-2011 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/bitescript/bitescript-0.0.9.ebuild,v 1.1 2011/07/11 18:08:53 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bitescript/bitescript-0.0.9.ebuild,v 1.2 2014/04/25 00:59:20 mrueg Exp $ -EAPI=2 +EAPI=5 USE_RUBY="jruby" @@ -23,5 +23,5 @@ all_fakegem_install docinto examples - dodoc examples/* || die + dodoc examples/* } 1.9 dev-ruby/bitescript/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bitescript/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bitescript/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bitescript/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bitescript/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 14 Jan 2012 07:39:18 -0000 1.8 +++ ChangeLog 25 Apr 2014 00:59:20 -0000 1.9 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/bitescript -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bitescript/ChangeLog,v 1.8 2012/01/14 07:39:18 graaff Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bitescript/ChangeLog,v 1.9 2014/04/25 00:59:20 mrueg Exp $ + + 25 Apr 2014; Manuel RĂ¼ger <[email protected]> bitescript-0.0.9.ebuild: + EAPI bump. 14 Jan 2012; Hans de Graaff <[email protected]> -bitescript-0.0.8.ebuild: Remove old version. @@ -39,4 +42,3 @@ Initial import of bitescript ebuild for JRuby. Far from perfect, as we still try to use the script with Ruby 1.8, but it's working if you're using 'jruby -S'. -
