mrueg 15/01/17 20:03:02 Modified: color-1.7.1.ebuild ChangeLog Added: color-1.7.1-r1.ebuild Log: Create new stable candidate. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.3 dev-ruby/color/color-1.7.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/color/color-1.7.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/color/color-1.7.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/color/color-1.7.1.ebuild?r1=1.2&r2=1.3 Index: color-1.7.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/color/color-1.7.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- color-1.7.1.ebuild 30 Oct 2014 13:50:11 -0000 1.2 +++ color-1.7.1.ebuild 17 Jan 2015 20:03:02 -0000 1.3 @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/color/color-1.7.1.ebuild,v 1.2 2014/10/30 13:50:11 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/color/color-1.7.1.ebuild,v 1.3 2015/01/17 20:03:02 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc" 1.30 dev-ruby/color/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/color/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/color/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/color/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/color/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 30 Oct 2014 13:50:11 -0000 1.29 +++ ChangeLog 17 Jan 2015 20:03:02 -0000 1.30 @@ -1,6 +1,12 @@ # 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.29 2014/10/30 13:50:11 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/color/ChangeLog,v 1.30 2015/01/17 20:03:02 mrueg Exp $ + +*color-1.7.1-r1 (17 Jan 2015) + + 17 Jan 2015; Manuel Rüger <mr...@gentoo.org> +color-1.7.1-r1.ebuild, + color-1.7.1.ebuild: + Create new stable candidate. 30 Oct 2014; Manuel Rüger <mr...@gentoo.org> color-1.4.1-r1.ebuild, color-1.7.1.ebuild: 1.1 dev-ruby/color/color-1.7.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/color/color-1.7.1-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/color/color-1.7.1-r1.ebuild?rev=1.1&content-type=text/plain Index: color-1.7.1-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/color/color-1.7.1-r1.ebuild,v 1.1 2015/01/17 20:03:02 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" 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 }