mrueg 14/08/13 01:58:45 Modified: ChangeLog Added: rainbow-1.1.4-r1.ebuild Log: Add ruby21 target. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.12 dev-ruby/rainbow/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rainbow/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rainbow/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rainbow/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rainbow/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 5 Aug 2014 15:47:17 -0000 1.11 +++ ChangeLog 13 Aug 2014 01:58:44 -0000 1.12 @@ -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.11 2014/08/05 15:47:17 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rainbow/ChangeLog,v 1.12 2014/08/13 01:58:44 mrueg Exp $ + +*rainbow-1.1.4-r1 (13 Aug 2014) + + 13 Aug 2014; Manuel Rüger <[email protected]> +rainbow-1.1.4-r1.ebuild: + Add ruby21 target. 05 Aug 2014; Raúl Porcel <[email protected]> rainbow-1.1.4.ebuild: sparc stable, bug #505100 1.1 dev-ruby/rainbow/rainbow-1.1.4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rainbow/rainbow-1.1.4-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rainbow/rainbow-1.1.4-r1.ebuild?rev=1.1&content-type=text/plain Index: rainbow-1.1.4-r1.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-1.1.4-r1.ebuild,v 1.1 2014/08/13 01:58:44 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 jruby" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="Changelog README.markdown" inherit ruby-fakegem DESCRIPTION="Extends ruby's String class with colored 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="0" KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" IUSE=""
