mrueg 14/04/24 16:38:25
Modified: shorturl-1.0.0-r1.ebuild shorturl-1.0.0.ebuild
ChangeLog
Log:
Remove ruby18 support.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.3 dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild?r1=1.2&r2=1.3
Index: shorturl-1.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- shorturl-1.0.0-r1.ebuild 26 Oct 2013 06:13:11 -0000 1.2
+++ shorturl-1.0.0-r1.ebuild 24 Apr 2014 16:38:24 -0000 1.3
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 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/shorturl/shorturl-1.0.0-r1.ebuild,v 1.2
2013/10/26 06:13:11 graaff Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild,v 1.3
2014/04/24 16:38:24 mrueg Exp $
EAPI=5
-USE_RUBY="ruby18 ruby19 ruby20 jruby"
+USE_RUBY="ruby19 ruby20 jruby"
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_TASK_DOC=""
@@ -32,6 +32,6 @@
all_fakegem_install
pushd doc &>/dev/null
- dohtml -r . || die
+ dohtml -r .
popd &>/dev/null
}
1.4 dev-ruby/shorturl/shorturl-1.0.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shorturl/shorturl-1.0.0.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shorturl/shorturl-1.0.0.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shorturl/shorturl-1.0.0.ebuild?r1=1.3&r2=1.4
Index: shorturl-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-1.0.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- shorturl-1.0.0.ebuild 14 Sep 2013 10:06:01 -0000 1.3
+++ shorturl-1.0.0.ebuild 24 Apr 2014 16:38:24 -0000 1.4
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 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/shorturl/shorturl-1.0.0.ebuild,v
1.3 2013/09/14 10:06:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-1.0.0.ebuild,v
1.4 2014/04/24 16:38:24 mrueg Exp $
EAPI=5
-USE_RUBY="ruby18 ruby19 jruby"
+USE_RUBY="ruby19 jruby"
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_TASK_DOC=""
1.25 dev-ruby/shorturl/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shorturl/ChangeLog?rev=1.25&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shorturl/ChangeLog?rev=1.25&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shorturl/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 26 Oct 2013 06:13:11 -0000 1.24
+++ ChangeLog 24 Apr 2014 16:38:24 -0000 1.25
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/shorturl
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v 1.24
2013/10/26 06:13:11 graaff Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v 1.25
2014/04/24 16:38:24 mrueg Exp $
+
+ 24 Apr 2014; Manuel RĂ¼ger <[email protected]> shorturl-1.0.0-r1.ebuild,
+ shorturl-1.0.0.ebuild:
+ Remove ruby18 support.
26 Oct 2013; Hans de Graaff <[email protected]> shorturl-1.0.0-r1.ebuild:
Restrict tests since all of them require network connectivity.