* [gentoo-commits] gentoo-x86 commit in dev-ruby/ffi: ffi-1.4.0.ebuild ffi-1.1.5.ebuild ChangeLog
@ 2014-05-26 5:37 Manuel Rueger (mrueg)
0 siblings, 0 replies; only message in thread
From: Manuel Rueger (mrueg) @ 2014-05-26 5:37 UTC (permalink / raw
To: gentoo-commits
mrueg 14/05/26 05:37:33
Modified: ffi-1.4.0.ebuild ffi-1.1.5.ebuild ChangeLog
Log:
Remove ruby18 target.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.12 dev-ruby/ffi/ffi-1.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-1.4.0.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-1.4.0.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-1.4.0.ebuild?r1=1.11&r2=1.12
Index: ffi-1.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.4.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ffi-1.4.0.ebuild 1 Feb 2014 03:57:56 -0000 1.11
+++ ffi-1.4.0.ebuild 26 May 2014 05:37:33 -0000 1.12
@@ -1,12 +1,12 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.4.0.ebuild,v 1.11 2014/02/01 03:57:56 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.4.0.ebuild,v 1.12 2014/05/26 05:37:33 mrueg Exp $
EAPI=5
# jruby → unneeded, this is part of the standard JRuby distribution, and
# would just install a dummy.
-USE_RUBY="ruby19 ruby18"
+USE_RUBY="ruby19"
RUBY_FAKEGEM_TASK_TEST="specs"
1.12 dev-ruby/ffi/ffi-1.1.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-1.1.5.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-1.1.5.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-1.1.5.ebuild?r1=1.11&r2=1.12
Index: ffi-1.1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.1.5.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ffi-1.1.5.ebuild 5 Jan 2014 10:00:45 -0000 1.11
+++ ffi-1.1.5.ebuild 26 May 2014 05:37:33 -0000 1.12
@@ -1,12 +1,12 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.1.5.ebuild,v 1.11 2014/01/05 10:00:45 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.1.5.ebuild,v 1.12 2014/05/26 05:37:33 mrueg Exp $
EAPI=4
# jruby → unneeded, this is part of the standard JRuby distribution, and
# would just install a dummy.
-USE_RUBY="ruby19 ruby18"
+USE_RUBY="ruby19"
RUBY_FAKEGEM_TASK_TEST="specs"
1.67 dev-ruby/ffi/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ChangeLog?r1=1.66&r2=1.67
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog 20 Apr 2014 08:04:36 -0000 1.66
+++ ChangeLog 26 May 2014 05:37:33 -0000 1.67
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/ffi
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.66 2014/04/20 08:04:36 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.67 2014/05/26 05:37:33 mrueg Exp $
+
+ 26 May 2014; Manuel Rüger <mrueg@gentoo.org> ffi-1.1.5.ebuild,
+ ffi-1.4.0.ebuild:
+ Remove ruby18 target.
20 Apr 2014; Hans de Graaff <graaff@gentoo.org> ffi-1.9.3.ebuild:
Add ruby21.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-05-26 5:37 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:37 [gentoo-commits] gentoo-x86 commit in dev-ruby/ffi: ffi-1.4.0.ebuild ffi-1.1.5.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