diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-05-21 01:50:31 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-05-21 01:50:31 +0000 |
commit | a9bbcd511ce911905634fbf721583a1db383c5e8 (patch) | |
tree | b23fd90eeda446b74080091d3a8910bffd3671e9 /dev-ruby/countdownlatch | |
parent | Remove ruby18 target. (diff) | |
download | gentoo-2-a9bbcd511ce911905634fbf721583a1db383c5e8.tar.gz gentoo-2-a9bbcd511ce911905634fbf721583a1db383c5e8.tar.bz2 gentoo-2-a9bbcd511ce911905634fbf721583a1db383c5e8.zip |
Remove ruby18 target.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/countdownlatch')
-rw-r--r-- | dev-ruby/countdownlatch/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/countdownlatch/countdownlatch-1.0.0-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-ruby/countdownlatch/countdownlatch-1.0.0.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-ruby/countdownlatch/ChangeLog b/dev-ruby/countdownlatch/ChangeLog index 5784a7fd0374..b10841eaa544 100644 --- a/dev-ruby/countdownlatch/ChangeLog +++ b/dev-ruby/countdownlatch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/countdownlatch -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/countdownlatch/ChangeLog,v 1.4 2013/12/28 08:02:06 graaff Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/countdownlatch/ChangeLog,v 1.5 2014/05/21 01:50:31 mrueg Exp $ + + 21 May 2014; Manuel Rüger <mrueg@gentoo.org> countdownlatch-1.0.0-r1.ebuild, + countdownlatch-1.0.0.ebuild: + Remove ruby18 target. 28 Dec 2013; Hans de Graaff <graaff@gentoo.org> countdownlatch-1.0.0-r1.ebuild: diff --git a/dev-ruby/countdownlatch/countdownlatch-1.0.0-r1.ebuild b/dev-ruby/countdownlatch/countdownlatch-1.0.0-r1.ebuild index 5349ed17f031..a45ada1114be 100644 --- a/dev-ruby/countdownlatch/countdownlatch-1.0.0-r1.ebuild +++ b/dev-ruby/countdownlatch/countdownlatch-1.0.0-r1.ebuild @@ -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/countdownlatch/countdownlatch-1.0.0-r1.ebuild,v 1.2 2013/12/28 08:02:06 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/countdownlatch/countdownlatch-1.0.0-r1.ebuild,v 1.3 2014/05/21 01:50:30 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19 ruby20 ruby21 jruby" +USE_RUBY="ruby19 ruby20 ruby21 jruby" RUBY_FAKEGEM_TASK_TEST="test" RUBY_FAKEGEM_TASK_DOC="" diff --git a/dev-ruby/countdownlatch/countdownlatch-1.0.0.ebuild b/dev-ruby/countdownlatch/countdownlatch-1.0.0.ebuild index c47d4b813fa6..9387e6f00d01 100644 --- a/dev-ruby/countdownlatch/countdownlatch-1.0.0.ebuild +++ b/dev-ruby/countdownlatch/countdownlatch-1.0.0.ebuild @@ -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/countdownlatch/countdownlatch-1.0.0.ebuild,v 1.2 2013/07/26 21:13:20 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/countdownlatch/countdownlatch-1.0.0.ebuild,v 1.3 2014/05/21 01:50:30 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19 jruby" +USE_RUBY="ruby19 jruby" RUBY_FAKEGEM_TASK_TEST="test" RUBY_FAKEGEM_TASK_DOC="" |