graaff 15/05/05 05:47:52 Added: metadata.xml unindent-1.0.ebuild ChangeLog Log: Initial import. Dependency for forthcoming dev-util/cucumber-core. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.1 dev-ruby/unindent/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unindent/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unindent/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/unindent/unindent-1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unindent/unindent-1.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unindent/unindent-1.0.ebuild?rev=1.1&content-type=text/plain Index: unindent-1.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/unindent/unindent-1.0.ebuild,v 1.1 2015/05/05 05:47:52 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_EXTRADOC="README.md" RUBY_FAKEGEM_RECIPE_DOC="rdoc" inherit ruby-fakegem DESCRIPTION="Ruby method to unindent strings" HOMEPAGE="https://github.com/mynyml/unindent" LICENSE="MIT" KEYWORDS="~amd64" SLOT="0" IUSE="" each_ruby_test() { ${RUBY} -I.:lib test/test_unindent.rb || die } 1.1 dev-ruby/unindent/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unindent/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unindent/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # ChangeLog for dev-ruby/unindent # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/unindent/ChangeLog,v 1.1 2015/05/05 05:47:52 graaff Exp $ *unindent-1.0 (05 May 2015) 05 May 2015; Hans de Graaff <[email protected]> +unindent-1.0.ebuild, +metadata.xml: Initial import. Dependency for forthcoming dev-util/cucumber-core.
