diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-04-05 23:06:58 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-04-05 23:06:58 +0000 |
commit | a548fbdebdba455a18aeeebab50105b82d2d4420 (patch) | |
tree | 33cafbb3617f537dca6def59add12cc1f46f1e18 /dev-ruby/right_http_connection | |
parent | Remove ree18 and ruby18 target. (diff) | |
download | gentoo-2-a548fbdebdba455a18aeeebab50105b82d2d4420.tar.gz gentoo-2-a548fbdebdba455a18aeeebab50105b82d2d4420.tar.bz2 gentoo-2-a548fbdebdba455a18aeeebab50105b82d2d4420.zip |
Remove ruby18 target.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/right_http_connection')
-rw-r--r-- | dev-ruby/right_http_connection/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-ruby/right_http_connection/ChangeLog b/dev-ruby/right_http_connection/ChangeLog index 56297f42ee7b..47686b6d16f1 100644 --- a/dev-ruby/right_http_connection/ChangeLog +++ b/dev-ruby/right_http_connection/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/right_http_connection -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/right_http_connection/ChangeLog,v 1.16 2013/11/05 20:28:36 graaff Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/right_http_connection/ChangeLog,v 1.17 2014/04/05 23:06:58 mrueg Exp $ + + 05 Apr 2014; Manuel Rüger <mrueg@gentoo.org> + right_http_connection-1.3.0.ebuild: + Remove ruby18 target. 05 Nov 2013; Hans de Graaff <graaff@gentoo.org> right_http_connection-1.3.0.ebuild: diff --git a/dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild b/dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild index b8107c45f3c0..671eed7f9225 100644 --- a/dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild +++ b/dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild @@ -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/right_http_connection/right_http_connection-1.3.0.ebuild,v 1.6 2013/11/05 20:28:36 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild,v 1.7 2014/04/05 23:06:58 mrueg Exp $ EAPI=4 -USE_RUBY="ruby18 ruby19 ruby20 jruby" +USE_RUBY="ruby19 ruby20 jruby" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.txt History.txt" @@ -24,7 +24,7 @@ KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="" RESTRICT="test" -#USE_RUBY="ruby19 ree18" ruby_add_bdepend "test? ( dev-util/cucumber )" +#USE_RUBY="ruby19" ruby_add_bdepend "test? ( dev-util/cucumber )" all_ruby_prepare() { rm Gemfile Gemfile.lock || die |