graaff 15/05/25 04:38:10 Modified: semantic_puppet-0.1.1.ebuild ChangeLog Log: Run tests. Install documentation. Remove default SRC_URI. Use metadata since it seems fine. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.2 dev-ruby/semantic_puppet/semantic_puppet-0.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/semantic_puppet/semantic_puppet-0.1.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/semantic_puppet/semantic_puppet-0.1.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/semantic_puppet/semantic_puppet-0.1.1.ebuild?r1=1.1&r2=1.2 Index: semantic_puppet-0.1.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/semantic_puppet/semantic_puppet-0.1.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- semantic_puppet-0.1.1.ebuild 24 May 2015 22:54:59 -0000 1.1 +++ semantic_puppet-0.1.1.ebuild 25 May 2015 04:38:10 -0000 1.2 @@ -1,12 +1,12 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/semantic_puppet/semantic_puppet-0.1.1.ebuild,v 1.1 2015/05/24 22:54:59 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/semantic_puppet/semantic_puppet-0.1.1.ebuild,v 1.2 2015/05/25 04:38:10 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22" -RUBY_FAKEGEM_TASK_TEST="" -RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_RECIPE_TEST="rspec" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md" @@ -14,15 +14,8 @@ DESCRIPTION="Library of useful tools for working with Semantic Versions and module dependencies." HOMEPAGE="https://github.com/puppetlabs/semantic_puppet" -SRC_URI="mirror://rubygems/${P}.gem" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" - -all_ruby_prepare() { - # ignore faulty metadata - rm -f ../metadata || die - -} 1.2 dev-ruby/semantic_puppet/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/semantic_puppet/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/semantic_puppet/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/semantic_puppet/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/semantic_puppet/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 24 May 2015 22:54:59 -0000 1.1 +++ ChangeLog 25 May 2015 04:38:10 -0000 1.2 @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/semantic_puppet # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/semantic_puppet/ChangeLog,v 1.1 2015/05/24 22:54:59 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/semantic_puppet/ChangeLog,v 1.2 2015/05/25 04:38:10 graaff Exp $ + + 25 May 2015; Hans de Graaff <[email protected]> semantic_puppet-0.1.1.ebuild: + Run tests. Install documentation. Remove default SRC_URI. Use metadata since + it seems fine. *semantic_puppet-0.1.1 (24 May 2015)
