mrueg 15/02/04 20:04:26 Modified: heredoc_unindent-1.1.2-r3.ebuild ChangeLog Added: heredoc_unindent-1.1.2-r4.ebuild Log: Prepare a stabilization candidate. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.7 dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r3.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r3.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r3.ebuild?r1=1.6&r2=1.7 Index: heredoc_unindent-1.1.2-r3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r3.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- heredoc_unindent-1.1.2-r3.ebuild 22 Dec 2014 13:53:39 -0000 1.6 +++ heredoc_unindent-1.1.2-r3.ebuild 4 Feb 2015 20:04:26 -0000 1.7 @@ -1,10 +1,10 @@ -# 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/heredoc_unindent/heredoc_unindent-1.1.2-r3.ebuild,v 1.6 2014/12/22 13:53:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r3.ebuild,v 1.7 2015/02/04 20:04:26 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby19 ruby20" inherit ruby-fakegem 1.11 dev-ruby/heredoc_unindent/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/heredoc_unindent/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/heredoc_unindent/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/heredoc_unindent/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/heredoc_unindent/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 22 Dec 2014 13:53:39 -0000 1.10 +++ ChangeLog 4 Feb 2015 20:04:26 -0000 1.11 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/heredoc_unindent -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/heredoc_unindent/ChangeLog,v 1.10 2014/12/22 13:53:39 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/heredoc_unindent/ChangeLog,v 1.11 2015/02/04 20:04:26 mrueg Exp $ + +*heredoc_unindent-1.1.2-r4 (04 Feb 2015) + + 04 Feb 2015; Manuel RĂ¼ger <[email protected]> + +heredoc_unindent-1.1.2-r4.ebuild, heredoc_unindent-1.1.2-r3.ebuild: + Prepare a stabilization candidate. 22 Dec 2014; Agostino Sarubbo <[email protected]> heredoc_unindent-1.1.2-r3.ebuild: 1.1 dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r4.ebuild?rev=1.1&content-type=text/plain Index: heredoc_unindent-1.1.2-r4.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r4.ebuild,v 1.1 2015/02/04 20:04:26 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" inherit ruby-fakegem RUBY_FAKEGEM_TASK_DOC="docs" RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc Wishlist.rdoc" DESCRIPTION="Removes leading whitespace from Ruby heredocs" HOMEPAGE="https://github.com/adrianomitre/heredoc_unindent" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="doc test" ruby_add_bdepend "test? ( >=dev-ruby/hoe-2.8.0 dev-ruby/test-unit:2 ) doc? ( >=dev-ruby/hoe-2.8.0 )" all_ruby_prepare() { sed -i -e '1igem "test-unit"' test/test_heredoc_unindent.rb || die }
