diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-05-26 05:35:58 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-05-26 05:35:58 +0000 |
commit | 3058cdf0cbea8e5357c6993417aff29f134b410d (patch) | |
tree | 4d27523f31e65904f83dfa87ce92df8dcffd8122 /dev-ruby/dotenv | |
parent | Remove ruby18 target. (diff) | |
download | gentoo-2-3058cdf0cbea8e5357c6993417aff29f134b410d.tar.gz gentoo-2-3058cdf0cbea8e5357c6993417aff29f134b410d.tar.bz2 gentoo-2-3058cdf0cbea8e5357c6993417aff29f134b410d.zip |
Remove ruby18 target.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/dotenv')
-rw-r--r-- | dev-ruby/dotenv/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/dotenv/dotenv-0.9.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-ruby/dotenv/ChangeLog b/dev-ruby/dotenv/ChangeLog index ef4b62439262..01aa3ee4c902 100644 --- a/dev-ruby/dotenv/ChangeLog +++ b/dev-ruby/dotenv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/dotenv # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dotenv/ChangeLog,v 1.2 2014/05/17 06:12:37 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dotenv/ChangeLog,v 1.3 2014/05/26 05:35:58 mrueg Exp $ + + 26 May 2014; Manuel Rüger <mrueg@gentoo.org> dotenv-0.9.0.ebuild: + Remove ruby18 target. *dotenv-0.11.1 (17 May 2014) diff --git a/dev-ruby/dotenv/dotenv-0.9.0.ebuild b/dev-ruby/dotenv/dotenv-0.9.0.ebuild index 80b87bde6d81..7546875747fe 100644 --- a/dev-ruby/dotenv/dotenv-0.9.0.ebuild +++ b/dev-ruby/dotenv/dotenv-0.9.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/dotenv/dotenv-0.9.0.ebuild,v 1.1 2013/11/20 15:46:54 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dotenv/dotenv-0.9.0.ebuild,v 1.2 2014/05/26 05:35:58 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19 ruby20" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_EXTRADOC="README.md Changelog.md" RUBY_FAKEGEM_RECIPE_TEST="rspec" |