graaff 14/05/20 06:13:40 Modified: ChangeLog Added: color-1.6.ebuild Log: Version bump. Add ruby21. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.25 dev-ruby/color/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/color/ChangeLog?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/color/ChangeLog?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/color/ChangeLog?r1=1.24&r2=1.25 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/color/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 5 Apr 2014 14:16:28 -0000 1.24 +++ ChangeLog 20 May 2014 06:13:40 -0000 1.25 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/color # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/color/ChangeLog,v 1.24 2014/04/05 14:16:28 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/color/ChangeLog,v 1.25 2014/05/20 06:13:40 graaff Exp $ + +*color-1.6 (20 May 2014) + + 20 May 2014; Hans de Graaff <[email protected]> +color-1.6.ebuild: + Version bump. Add ruby21. 05 Apr 2014; Manuel RĂ¼ger <[email protected]> color-1.4.1-r1.ebuild, color-1.4.2-r1.ebuild, color-1.5.1.ebuild: 1.1 dev-ruby/color/color-1.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/color/color-1.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/color/color-1.6.ebuild?rev=1.1&content-type=text/plain Index: color-1.6.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/color/color-1.6.ebuild,v 1.1 2014/05/20 06:13:40 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 jruby" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc" inherit ruby-fakegem DESCRIPTION="Colour management with Ruby" HOMEPAGE="http://color.rubyforge.org/" SRC_URI="https://github.com/halostatue/color/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" ruby_add_bdepend " test? ( >=dev-ruby/minitest-5.0 )" each_ruby_test() { ${RUBY} -S testrb -Ilib test/test_*.rb || die }
