graaff 15/06/07 06:20:44 Modified: ChangeLog builder-3.0.4-r1.ebuild Added: builder-3.0.4-r2.ebuild Log: Create stable candidate. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.116 dev-ruby/builder/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/builder/ChangeLog?rev=1.116&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/builder/ChangeLog?rev=1.116&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/builder/ChangeLog?r1=1.115&r2=1.116 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/builder/ChangeLog,v retrieving revision 1.115 retrieving revision 1.116 diff -u -r1.115 -r1.116 --- ChangeLog 31 May 2015 10:45:26 -0000 1.115 +++ ChangeLog 7 Jun 2015 06:20:44 -0000 1.116 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/builder # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/builder/ChangeLog,v 1.115 2015/05/31 10:45:26 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/builder/ChangeLog,v 1.116 2015/06/07 06:20:44 graaff Exp $ + +*builder-3.0.4-r2 (07 Jun 2015) + + 07 Jun 2015; Hans de Graaff <[email protected]> builder-3.0.4-r1.ebuild, + +builder-3.0.4-r2.ebuild: + Create stable candidate. 31 May 2015; Markus Meier <[email protected]> builder-3.2.2.ebuild: arm stable, bug #542574 1.4 dev-ruby/builder/builder-3.0.4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/builder/builder-3.0.4-r1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/builder/builder-3.0.4-r1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/builder/builder-3.0.4-r1.ebuild?r1=1.3&r2=1.4 Index: builder-3.0.4-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/builder/builder-3.0.4-r1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- builder-3.0.4-r1.ebuild 3 Nov 2014 15:41:21 -0000 1.3 +++ builder-3.0.4-r1.ebuild 7 Jun 2015 06:20:44 -0000 1.4 @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/builder/builder-3.0.4-r1.ebuild,v 1.3 2014/11/03 15:41:21 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/builder/builder-3.0.4-r1.ebuild,v 1.4 2015/06/07 06:20:44 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_TASK_TEST="test_all" 1.1 dev-ruby/builder/builder-3.0.4-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/builder/builder-3.0.4-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/builder/builder-3.0.4-r2.ebuild?rev=1.1&content-type=text/plain Index: builder-3.0.4-r2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/builder/builder-3.0.4-r2.ebuild,v 1.1 2015/06/07 06:20:44 graaff Exp $ EAPI=5 # ruby22 - code incompatability USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_TEST="test_all" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="README.rdoc CHANGES" inherit ruby-fakegem eutils DESCRIPTION="A builder to facilitate programatic generation of XML markup" HOMEPAGE="http://rubyforge.org/projects/builder/" LICENSE="MIT" SLOT="3" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "doc? ( dev-ruby/rdoc )" all_ruby_prepare() { sed -i \ -e '/rdoc\.template .*jamis/d' \ Rakefile || die # Backport for from 3.2 for ruby20 file encoding. sed -i -e '1i# encoding: us-ascii' test/test_xchar.rb || die }
