graaff 15/03/01 08:10:15 Added: metadata.xml ChangeLog test_construct-2.0.1.ebuild Log: Initial import. Missing dependency for dev-ruby/jeweler. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.1 dev-ruby/test_construct/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test_construct/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test_construct/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>ruby</herd> </pkgmetadata> 1.1 dev-ruby/test_construct/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test_construct/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test_construct/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # ChangeLog for dev-ruby/test_construct # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/test_construct/ChangeLog,v 1.1 2015/03/01 08:10:15 graaff Exp $ *test_construct-2.0.1 (01 Mar 2015) 01 Mar 2015; Hans de Graaff <[email protected]> +test_construct-2.0.1.ebuild, +metadata.xml: Initial import. Missing dependency for dev-ruby/jeweler. 1.1 dev-ruby/test_construct/test_construct-2.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test_construct/test_construct-2.0.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test_construct/test_construct-2.0.1.ebuild?rev=1.1&content-type=text/plain Index: test_construct-2.0.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/test_construct/test_construct-2.0.1.ebuild,v 1.1 2015/03/01 08:10:15 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" inherit ruby-fakegem DESCRIPTION="Creates temporary files and directories for testing" HOMEPAGE="https://github.com/bhb/test_construct" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.0.8 >=dev-ruby/mocha-0.14.0 dev-ruby/rspec:3 )" all_ruby_prepare () { sed -i -e '/bundler/ s:^:#:' Rakefile || die }
