mrueg 14/11/20 22:22:12 Modified: ChangeLog Added: paint-0.9.0.ebuild Log: Version bump. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.10 dev-ruby/paint/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/paint/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/paint/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/paint/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/paint/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 3 Nov 2014 15:43:13 -0000 1.9 +++ ChangeLog 20 Nov 2014 22:22:12 -0000 1.10 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/paint # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/paint/ChangeLog,v 1.9 2014/11/03 15:43:13 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/paint/ChangeLog,v 1.10 2014/11/20 22:22:12 mrueg Exp $ + +*paint-0.9.0 (20 Nov 2014) + + 20 Nov 2014; Manuel Rüger <[email protected]> +paint-0.9.0.ebuild: + Version bump. 03 Nov 2014; Manuel Rüger <[email protected]> paint-0.8.7.ebuild: Drop jruby. 1.1 dev-ruby/paint/paint-0.9.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/paint/paint-0.9.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/paint/paint-0.9.0.ebuild?rev=1.1&content-type=text/plain Index: paint-0.9.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/paint/paint-0.9.0.ebuild,v 1.1 2014/11/20 22:22:12 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc" inherit ruby-fakegem DESCRIPTION="Terminal painter" HOMEPAGE="https://github.com/janlelis/paint" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test doc"
