graaff 14/05/04 06:55:26 Modified: ChangeLog Added: termcolor-1.2.2.ebuild Log: Version bump. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.8 dev-ruby/termcolor/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/termcolor/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/termcolor/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/termcolor/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/termcolor/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 24 Apr 2014 16:49:24 -0000 1.7 +++ ChangeLog 4 May 2014 06:55:26 -0000 1.8 @@ -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 <[email protected]> +termcolor-1.2.2.ebuild: + Version bump. 24 Apr 2014; Manuel RĂ¼ger <[email protected]> termcolor-1.2.1-r1.ebuild: Remove ruby18 support. 1.1 dev-ruby/termcolor/termcolor-1.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/termcolor/termcolor-1.2.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/termcolor/termcolor-1.2.2.ebuild?rev=1.1&content-type=text/plain Index: termcolor-1.2.2.ebuild =================================================================== # 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"
