diff options
author | Hans de Graaff <graaff@gentoo.org> | 2014-05-04 06:55:26 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2014-05-04 06:55:26 +0000 |
commit | e53c01b7736d697d07e7b538138fa2f2b18a9ca3 (patch) | |
tree | b0e949f9dfaa7f68e747d39bfe894ee4d219772d /dev-ruby/termcolor | |
parent | Update VALA_MAX_API_VERSION (bug #509222, thanks to Arfrever) and modernize V... (diff) | |
download | gentoo-2-e53c01b7736d697d07e7b538138fa2f2b18a9ca3.tar.gz gentoo-2-e53c01b7736d697d07e7b538138fa2f2b18a9ca3.tar.bz2 gentoo-2-e53c01b7736d697d07e7b538138fa2f2b18a9ca3.zip |
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/termcolor')
-rw-r--r-- | dev-ruby/termcolor/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/termcolor/termcolor-1.2.2.ebuild | 25 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-ruby/termcolor/ChangeLog b/dev-ruby/termcolor/ChangeLog index c9d8f7953f99..10147de58e5b 100644 --- a/dev-ruby/termcolor/ChangeLog +++ b/dev-ruby/termcolor/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/termcolor # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/termcolor/ChangeLog,v 1.7 2014/04/24 16:49:24 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/termcolor/ChangeLog,v 1.8 2014/05/04 06:55:26 graaff Exp $ + +*termcolor-1.2.2 (04 May 2014) + + 04 May 2014; Hans de Graaff <graaff@gentoo.org> +termcolor-1.2.2.ebuild: + Version bump. 24 Apr 2014; Manuel Rüger <mrueg@gentoo.org> termcolor-1.2.1-r1.ebuild: Remove ruby18 support. diff --git a/dev-ruby/termcolor/termcolor-1.2.2.ebuild b/dev-ruby/termcolor/termcolor-1.2.2.ebuild new file mode 100644 index 000000000000..f1d618bcc325 --- /dev/null +++ b/dev-ruby/termcolor/termcolor-1.2.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/termcolor/termcolor-1.2.2.ebuild,v 1.1 2014/05/04 06:55:26 graaff Exp $ + +EAPI=5 + +#*** Using highline effectively in JRuby requires manually installing the ffi-ncurses gem. +USE_RUBY="ruby19 ruby20 ruby21" + +RUBY_FAKEGEM_RECIPE_TEST="rspec" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc" + +inherit ruby-fakegem + +DESCRIPTION="a library for ANSI color formatting like HTML for output in terminal" +HOMEPAGE="http://termcolor.rubyforge.org/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/highline-1.5.0" |