mrueg 15/05/27 06:39:14 Modified: rainbow-2.0.0.ebuild ChangeLog Added: rainbow-2.0.0-r1.ebuild Log: Create stable candidate. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.4 dev-ruby/rainbow/rainbow-2.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rainbow/rainbow-2.0.0.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rainbow/rainbow-2.0.0.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rainbow/rainbow-2.0.0.ebuild?r1=1.3&r2=1.4 Index: rainbow-2.0.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rainbow/rainbow-2.0.0.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- rainbow-2.0.0.ebuild 25 Mar 2015 06:47:34 -0000 1.3 +++ rainbow-2.0.0.ebuild 27 May 2015 06:39:14 -0000 1.4 @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rainbow/rainbow-2.0.0.ebuild,v 1.3 2015/03/25 06:47:34 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rainbow/rainbow-2.0.0.ebuild,v 1.4 2015/05/27 06:39:14 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_RECIPE_DOC="rdoc" 1.16 dev-ruby/rainbow/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rainbow/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rainbow/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rainbow/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rainbow/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 25 Mar 2015 06:47:34 -0000 1.15 +++ ChangeLog 27 May 2015 06:39:14 -0000 1.16 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/rainbow # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rainbow/ChangeLog,v 1.15 2015/03/25 06:47:34 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rainbow/ChangeLog,v 1.16 2015/05/27 06:39:14 mrueg Exp $ + +*rainbow-2.0.0-r1 (27 May 2015) + + 27 May 2015; Manuel RĂ¼ger <[email protected]> +rainbow-2.0.0-r1.ebuild, + rainbow-2.0.0.ebuild: + Create stable candidate. 25 Mar 2015; Hans de Graaff <[email protected]> rainbow-1.1.4-r1.ebuild, rainbow-2.0.0.ebuild: 1.1 dev-ruby/rainbow/rainbow-2.0.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rainbow/rainbow-2.0.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rainbow/rainbow-2.0.0-r1.ebuild?rev=1.1&content-type=text/plain Index: rainbow-2.0.0-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/rainbow/rainbow-2.0.0-r1.ebuild,v 1.1 2015/05/27 06:39:14 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="Changelog.md README.markdown" inherit ruby-fakegem DESCRIPTION="Colorize printed text on ANSI terminals" HOMEPAGE="http://github.com/sickill/rainbow" SRC_URI="https://github.com/sickill/rainbow/archive/v${PV}.tar.gz -> ${PN}-git-${PV}.tgz" LICENSE="MIT" SLOT="2" KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" IUSE=""
