* [gentoo-commits] gentoo-x86 commit in dev-ruby/cri: cri-2.4.1.ebuild cri-2.5.0.ebuild ChangeLog
@ 2014-05-26 5:31 Manuel Rueger (mrueg)
0 siblings, 0 replies; only message in thread
From: Manuel Rueger (mrueg) @ 2014-05-26 5:31 UTC (permalink / raw
To: gentoo-commits
mrueg 14/05/26 05:31:47
Modified: cri-2.4.1.ebuild cri-2.5.0.ebuild ChangeLog
Log:
Remove ruby18 target.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.2 dev-ruby/cri/cri-2.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/cri/cri-2.4.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/cri/cri-2.4.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/cri/cri-2.4.1.ebuild?r1=1.1&r2=1.2
Index: cri-2.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/cri/cri-2.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cri-2.4.1.ebuild 30 Nov 2013 07:22:45 -0000 1.1
+++ cri-2.4.1.ebuild 26 May 2014 05:31:45 -0000 1.2
@@ -1,9 +1,9 @@
-# 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/cri/cri-2.4.1.ebuild,v 1.1 2013/11/30 07:22:45 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cri/cri-2.4.1.ebuild,v 1.2 2014/05/26 05:31:45 mrueg Exp $
EAPI=5
-USE_RUBY="ruby18 ruby19 ruby20 jruby"
+USE_RUBY="ruby19 ruby20 jruby"
RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
@@ -11,7 +11,7 @@
inherit ruby-fakegem
-DESCRIPTION="Cri is a library for building easy-to-use commandline tools."
+DESCRIPTION="Cri is a library for building easy-to-use commandline tools"
HOMEPAGE="http://rubygems.org/gems/cri"
LICENSE="MIT"
1.2 dev-ruby/cri/cri-2.5.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/cri/cri-2.5.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/cri/cri-2.5.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/cri/cri-2.5.0.ebuild?r1=1.1&r2=1.2
Index: cri-2.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/cri/cri-2.5.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cri-2.5.0.ebuild 2 Mar 2014 22:02:22 -0000 1.1
+++ cri-2.5.0.ebuild 26 May 2014 05:31:45 -0000 1.2
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cri/cri-2.5.0.ebuild,v 1.1 2014/03/02 22:02:22 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cri/cri-2.5.0.ebuild,v 1.2 2014/05/26 05:31:45 mrueg Exp $
EAPI=5
-USE_RUBY="ruby18 ruby19 ruby20 jruby"
+USE_RUBY="ruby19 ruby20 jruby"
RUBY_FAKEGEM_EXTRADOC="NEWS.md README.adoc"
@@ -11,7 +11,7 @@
inherit ruby-fakegem
-DESCRIPTION="Cri is a library for building easy-to-use commandline tools."
+DESCRIPTION="Cri is a library for building easy-to-use commandline tools"
HOMEPAGE="http://rubygems.org/gems/cri"
LICENSE="MIT"
1.13 dev-ruby/cri/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/cri/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/cri/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/cri/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/cri/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 2 Mar 2014 22:02:22 -0000 1.12
+++ ChangeLog 26 May 2014 05:31:47 -0000 1.13
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/cri
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cri/ChangeLog,v 1.12 2014/03/02 22:02:22 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cri/ChangeLog,v 1.13 2014/05/26 05:31:47 mrueg Exp $
+
+ 26 May 2014; Manuel Rüger <mrueg@gentoo.org> cri-2.4.1.ebuild,
+ cri-2.5.0.ebuild:
+ Remove ruby18 target.
*cri-2.5.0 (02 Mar 2014)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-05-26 5:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-26 5:31 [gentoo-commits] gentoo-x86 commit in dev-ruby/cri: cri-2.4.1.ebuild cri-2.5.0.ebuild ChangeLog Manuel Rueger (mrueg)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox