mrueg 14/05/21 01:43:26 Modified: flog-4.2.0.ebuild ChangeLog Removed: flog-4.1.2.ebuild Log: Remove ruby18 target. Cleanup old. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.2 dev-ruby/flog/flog-4.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/flog/flog-4.2.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/flog/flog-4.2.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/flog/flog-4.2.0.ebuild?r1=1.1&r2=1.2 Index: flog-4.2.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/flog/flog-4.2.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- flog-4.2.0.ebuild 7 Nov 2013 06:30:48 -0000 1.1 +++ flog-4.2.0.ebuild 21 May 2014 01:43:26 -0000 1.2 @@ -1,20 +1,20 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/flog/flog-4.2.0.ebuild,v 1.1 2013/11/07 06:30:48 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/flog/flog-4.2.0.ebuild,v 1.2 2014/05/21 01:43:26 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19 ruby20 jruby" +USE_RUBY="ruby19 ruby20 jruby" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="History.txt README.txt" inherit ruby-fakegem -DESCRIPTION="Flog reports the most tortured code in an easy to read pain report." +DESCRIPTION="Flog reports the most tortured code in an easy to read pain report" HOMEPAGE="http://ruby.sadi.st/" LICENSE="MIT" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="" 1.13 dev-ruby/flog/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/flog/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/flog/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/flog/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/flog/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 7 Nov 2013 06:30:48 -0000 1.12 +++ ChangeLog 21 May 2014 01:43:26 -0000 1.13 @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/flog -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/flog/ChangeLog,v 1.12 2013/11/07 06:30:48 graaff Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/flog/ChangeLog,v 1.13 2014/05/21 01:43:26 mrueg Exp $ + + 21 May 2014; Manuel RĂ¼ger <[email protected]> -flog-4.1.2.ebuild, + flog-4.2.0.ebuild: + Remove ruby18 target. Cleanup old. *flog-4.2.0 (07 Nov 2013)
