diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2013-11-11 10:53:26 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2013-11-11 10:53:26 +0000 |
commit | 9f763e01fdfe5f5d74efc73906f14c5b60c75945 (patch) | |
tree | 66b97c70c5fb11edc2d455bd8d0600f18862488c /dev-ruby/termcolor | |
parent | Add ruby20 target. ppc64 keyword dropped. Rekeywording in bug #465948 (diff) | |
download | gentoo-2-9f763e01fdfe5f5d74efc73906f14c5b60c75945.tar.gz gentoo-2-9f763e01fdfe5f5d74efc73906f14c5b60c75945.tar.bz2 gentoo-2-9f763e01fdfe5f5d74efc73906f14c5b60c75945.zip |
Add ruby20 target. Cleanup old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/termcolor')
-rw-r--r-- | dev-ruby/termcolor/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ruby/termcolor/termcolor-1.2.1-r1.ebuild (renamed from dev-ruby/termcolor/termcolor-1.2.1.ebuild) | 8 |
2 files changed, 12 insertions, 6 deletions
diff --git a/dev-ruby/termcolor/ChangeLog b/dev-ruby/termcolor/ChangeLog index 37d0232c254f..b7088a105183 100644 --- a/dev-ruby/termcolor/ChangeLog +++ b/dev-ruby/termcolor/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/termcolor -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/termcolor/ChangeLog,v 1.5 2012/08/13 17:42:57 flameeyes Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/termcolor/ChangeLog,v 1.6 2013/11/11 10:53:26 mrueg Exp $ + +*termcolor-1.2.1-r1 (11 Nov 2013) + + 11 Nov 2013; Manuel Rüger <mrueg@gentoo.org> +termcolor-1.2.1-r1.ebuild, + -termcolor-1.2.1.ebuild: + Add ruby20 target. Cleanup old. 13 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> -termcolor-1.2.0.ebuild, termcolor-1.2.1.ebuild: diff --git a/dev-ruby/termcolor/termcolor-1.2.1.ebuild b/dev-ruby/termcolor/termcolor-1.2.1-r1.ebuild index 631f65dce7e4..2f4845fa0dc7 100644 --- a/dev-ruby/termcolor/termcolor-1.2.1.ebuild +++ b/dev-ruby/termcolor/termcolor-1.2.1-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/termcolor/termcolor-1.2.1.ebuild,v 1.3 2012/08/13 17:42:57 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/termcolor/termcolor-1.2.1-r1.ebuild,v 1.1 2013/11/11 10:53:26 mrueg Exp $ -EAPI=4 +EAPI=5 #*** Using highline effectively in JRuby requires manually installing the ffi-ncurses gem. -USE_RUBY="ruby18 ruby19 ree18" +USE_RUBY="ruby18 ruby19 ruby20" RUBY_FAKEGEM_RECIPE_TEST="rspec" |