graaff 14/04/04 14:20:28 Modified: ChangeLog Added: rainbow-2.0.0.ebuild Log: Version bump. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.7 dev-ruby/rainbow/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rainbow/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rainbow/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rainbow/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rainbow/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 20 Mar 2014 17:46:25 -0000 1.6 +++ ChangeLog 4 Apr 2014 14:20:28 -0000 1.7 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/rainbow # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rainbow/ChangeLog,v 1.6 2014/03/20 17:46:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rainbow/ChangeLog,v 1.7 2014/04/04 14:20:28 graaff Exp $ + +*rainbow-2.0.0 (04 Apr 2014) + + 04 Apr 2014; Hans de Graaff <[email protected]> +rainbow-2.0.0.ebuild: + Version bump. 20 Mar 2014; Jeroen Roovers <[email protected]> rainbow-1.1.4.ebuild: Stable for HPPA (bug #505100). 1.1 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.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rainbow/rainbow-2.0.0.ebuild?rev=1.1&content-type=text/plain Index: rainbow-2.0.0.ebuild =================================================================== # Copyright 1999-2014 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.1 2014/04/04 14:20:28 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" 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 ~x86" IUSE=""
