mrueg 14/04/25 00:54:51 Modified: merb-param-protection-1.1.3.ebuild ChangeLog Log: Remove ruby18 support. EAPI bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.3 dev-ruby/merb-param-protection/merb-param-protection-1.1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/merb-param-protection/merb-param-protection-1.1.3.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/merb-param-protection/merb-param-protection-1.1.3.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/merb-param-protection/merb-param-protection-1.1.3.ebuild?r1=1.2&r2=1.3 Index: merb-param-protection-1.1.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/merb-param-protection/merb-param-protection-1.1.3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- merb-param-protection-1.1.3.ebuild 11 Aug 2012 11:27:44 -0000 1.2 +++ merb-param-protection-1.1.3.ebuild 25 Apr 2014 00:54:50 -0000 1.3 @@ -1,9 +1,9 @@ -# Copyright 1999-2012 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/merb-param-protection/merb-param-protection-1.1.3.ebuild,v 1.2 2012/08/11 11:27:44 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-param-protection/merb-param-protection-1.1.3.ebuild,v 1.3 2014/04/25 00:54:50 mrueg Exp $ -EAPI="2" -USE_RUBY="ruby18 ruby19" +EAPI=5 +USE_RUBY="ruby19" RUBY_FAKEGEM_TASK_TEST="spec" 1.6 dev-ruby/merb-param-protection/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/merb-param-protection/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/merb-param-protection/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/merb-param-protection/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/merb-param-protection/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 8 Jul 2013 05:15:17 -0000 1.5 +++ ChangeLog 25 Apr 2014 00:54:50 -0000 1.6 @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/merb-param-protection -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-param-protection/ChangeLog,v 1.5 2013/07/08 05:15:17 graaff Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-param-protection/ChangeLog,v 1.6 2014/04/25 00:54:50 mrueg Exp $ + + 25 Apr 2014; Manuel RĂ¼ger <[email protected]> + merb-param-protection-1.1.3.ebuild: + Remove ruby18 support. EAPI bump. 08 Jul 2013; Hans de Graaff <[email protected]> -merb-param-protection-1.1.2.ebuild:
