mrueg 14/04/24 20:22:26
Modified: shoulda-2.11.3-r1.ebuild shoulda-2.11.3-r2.ebuild
ChangeLog
Removed: shoulda-3.5.0.ebuild
Log:
Remove ruby18 support. Cleanup old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.5 dev-ruby/shoulda/shoulda-2.11.3-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda/shoulda-2.11.3-r1.ebuild?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda/shoulda-2.11.3-r1.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda/shoulda-2.11.3-r1.ebuild?r1=1.4&r2=1.5
Index: shoulda-2.11.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/shoulda-2.11.3-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- shoulda-2.11.3-r1.ebuild 14 Jan 2014 15:08:29 -0000 1.4
+++ shoulda-2.11.3-r1.ebuild 24 Apr 2014 20:22:26 -0000 1.5
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/shoulda-2.11.3-r1.ebuild,v
1.4 2014/01/14 15:08:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/shoulda-2.11.3-r1.ebuild,v
1.5 2014/04/24 20:22:26 mrueg Exp $
EAPI=5
-USE_RUBY="ruby18 ruby19 ruby20 jruby"
+USE_RUBY="ruby19 ruby20 jruby"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="CONTRIBUTION_GUIDELINES.rdoc README.rdoc"
1.2 dev-ruby/shoulda/shoulda-2.11.3-r2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda/shoulda-2.11.3-r2.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda/shoulda-2.11.3-r2.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda/shoulda-2.11.3-r2.ebuild?r1=1.1&r2=1.2
Index: shoulda-2.11.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/shoulda-2.11.3-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- shoulda-2.11.3-r2.ebuild 10 Jan 2014 11:42:48 -0000 1.1
+++ shoulda-2.11.3-r2.ebuild 24 Apr 2014 20:22:26 -0000 1.2
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/shoulda-2.11.3-r2.ebuild,v
1.1 2014/01/10 11:42:48 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/shoulda-2.11.3-r2.ebuild,v
1.2 2014/04/24 20:22:26 mrueg Exp $
EAPI=5
-USE_RUBY="ruby18 ruby19 ruby20 ruby21 jruby"
+USE_RUBY="ruby19 ruby20 ruby21 jruby"
# Use rdoc recipe to avoid obsolete Rakefile
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
1.30 dev-ruby/shoulda/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda/ChangeLog?rev=1.30&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda/ChangeLog?rev=1.30&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 5 Mar 2014 21:20:54 -0000 1.29
+++ ChangeLog 24 Apr 2014 20:22:26 -0000 1.30
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/shoulda
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/ChangeLog,v 1.29
2014/03/05 21:20:54 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/ChangeLog,v 1.30
2014/04/24 20:22:26 mrueg Exp $
+
+ 24 Apr 2014; Manuel RĂ¼ger <[email protected]> -shoulda-3.5.0.ebuild,
+ shoulda-2.11.3-r1.ebuild, shoulda-2.11.3-r2.ebuild:
+ Remove ruby18 support. Cleanup old.
05 Mar 2014; Markus Meier <[email protected]> shoulda-3.5.0-r1.ebuild:
add ~arm to latest version too... bug #501968