diff options
author | Patrick Lauer <patrick@gentoo.org> | 2014-01-01 14:11:11 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2014-01-01 14:11:11 +0000 |
commit | c1b21404b21e26408dbc5a79412089d07b45e675 (patch) | |
tree | 3dcad8af8bb1be887444a729933b5edf3b758d01 /dev-ruby/ffi | |
parent | Remove ruby18 target as dependencies lost support already (diff) | |
download | gentoo-2-c1b21404b21e26408dbc5a79412089d07b45e675.tar.gz gentoo-2-c1b21404b21e26408dbc5a79412089d07b45e675.tar.bz2 gentoo-2-c1b21404b21e26408dbc5a79412089d07b45e675.zip |
Remove ruby18 target as dependencies lost support already
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-ruby/ffi')
-rw-r--r-- | dev-ruby/ffi/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/ffi/ffi-1.1.5.ebuild | 6 | ||||
-rw-r--r-- | dev-ruby/ffi/ffi-1.4.0.ebuild | 6 | ||||
-rw-r--r-- | dev-ruby/ffi/ffi-1.9.3.ebuild | 6 |
4 files changed, 15 insertions, 11 deletions
diff --git a/dev-ruby/ffi/ChangeLog b/dev-ruby/ffi/ChangeLog index 07e026b2611d..9afdcac50e79 100644 --- a/dev-ruby/ffi/ChangeLog +++ b/dev-ruby/ffi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/ffi -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.61 2013/12/26 16:13:57 maekke Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.62 2014/01/01 14:11:11 patrick Exp $ + + 01 Jan 2014; Patrick Lauer <patrick@gentoo.org> ffi-1.1.5.ebuild, + ffi-1.4.0.ebuild, ffi-1.9.3.ebuild: + Remove ruby18 target as dependencies lost support already 26 Dec 2013; Markus Meier <maekke@gentoo.org> ffi-1.4.0.ebuild: arm stable, bug #493780 diff --git a/dev-ruby/ffi/ffi-1.1.5.ebuild b/dev-ruby/ffi/ffi-1.1.5.ebuild index c62db90077ea..7d246ba6d3a4 100644 --- a/dev-ruby/ffi/ffi-1.1.5.ebuild +++ b/dev-ruby/ffi/ffi-1.1.5.ebuild @@ -1,12 +1,12 @@ -# 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/ffi/ffi-1.1.5.ebuild,v 1.9 2013/01/15 04:47:05 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.1.5.ebuild,v 1.10 2014/01/01 14:11:11 patrick Exp $ EAPI=4 # jruby → unneeded, this is part of the standard JRuby distribution, and # would just install a dummy. -USE_RUBY="ruby18 ruby19 ree18" +USE_RUBY="ruby19 ree18" RUBY_FAKEGEM_TASK_TEST="specs" diff --git a/dev-ruby/ffi/ffi-1.4.0.ebuild b/dev-ruby/ffi/ffi-1.4.0.ebuild index e8f889f9cf7e..e10621740465 100644 --- a/dev-ruby/ffi/ffi-1.4.0.ebuild +++ b/dev-ruby/ffi/ffi-1.4.0.ebuild @@ -1,12 +1,12 @@ -# 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/ffi/ffi-1.4.0.ebuild,v 1.8 2013/12/26 16:13:57 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.4.0.ebuild,v 1.9 2014/01/01 14:11:11 patrick Exp $ EAPI=5 # jruby → unneeded, this is part of the standard JRuby distribution, and # would just install a dummy. -USE_RUBY="ruby18 ruby19 ree18" +USE_RUBY="ruby19 ree18" RUBY_FAKEGEM_TASK_TEST="specs" diff --git a/dev-ruby/ffi/ffi-1.9.3.ebuild b/dev-ruby/ffi/ffi-1.9.3.ebuild index 27f0029d0f79..c1267a44728c 100644 --- a/dev-ruby/ffi/ffi-1.9.3.ebuild +++ b/dev-ruby/ffi/ffi-1.9.3.ebuild @@ -1,12 +1,12 @@ -# 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/ffi/ffi-1.9.3.ebuild,v 1.2 2013/12/22 18:55:50 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.3.ebuild,v 1.3 2014/01/01 14:11:11 patrick Exp $ EAPI=5 # jruby → unneeded, this is part of the standard JRuby distribution, and # would just install a dummy. -USE_RUBY="ruby18 ruby19 ruby20" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_TASK_TEST="specs" |