mrueg 14/09/04 00:37:34 Added: metadata.xml ast-2.0.0.ebuild Manifest ChangeLog Log: Initial version. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.1 dev-ruby/ast/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ast/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ast/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/ast/ast-2.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ast/ast-2.0.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ast/ast-2.0.0.ebuild?rev=1.1&content-type=text/plain Index: ast-2.0.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ast/ast-2.0.0.ebuild,v 1.1 2014/09/04 00:37:34 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_DOC="yard" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" inherit ruby-fakegem DESCRIPTION="A library for working with abstract syntax trees" HOMEPAGE="https://github.com/whitequark/ast" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="" ruby_add_bdepend "test? ( dev-ruby/bacon )" all_ruby_prepare() { sed -i -e "/[Bb]undler/d" Rakefile || die sed -i -e "/git ls/d" ${PN}.gemspec || die sed -i -e "/simplecov/,+11d" -e "/colored_output/d" test/helper.rb || die } each_ruby_test() { ${RUBY} -S bacon -Itest -a || die } 1.1 dev-ruby/ast/Manifest file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ast/Manifest?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ast/Manifest?rev=1.1&content-type=text/plain Index: Manifest =================================================================== DIST ast-2.0.0.gem 14336 SHA256 e8912628cabb49357e69f741b707b5b92c1be8be596e236589c4c44e6d453cd2 SHA512 dee0296c4d1bcad6454930778cadf0395b25a87b4c24d15a74d190739344c66bce3f08451868278fc9cea1a420e8548698342264edeccda76b793afabc5ebf6b WHIRLPOOL 3a8ea7c502324261628711ebeb2391045938aa7e95e1d18e235365f58ab89f407162787a7299df3e0a2c112c6943d40e407b38509f993bd627a8d7216e041b6b EBUILD ast-2.0.0.ebuild 819 SHA256 c1bcd92191d282ea9c6fa37a1704230854bea16fad6e680ffb3ea0d7eb3e51a4 SHA512 446c3f0df28ae5d5c2a96b27af468d03594ef184b639f087962f4635b590b509fbba4bd8074120d03e79711ad77c8688c7921cf94f4275a7c1bb06cc1e22ffee WHIRLPOOL 13c296a4bf106c6707f6dcf0138fa5457136652dd6ab01f52caec55201ad048cac71e470a088bc4a5792265d6035d94c585a1a5976bc9636b98c2bb239c9f1b6 MISC metadata.xml 157 SHA256 11fba03a217e2d996f5cd8895493a5692ece8ddac2c1a2dfc71d0e830555121c SHA512 0cec73b966de88015ea4c7212723d848d367608aa93658bb945f298a8000c4ba8aba73c9eb8481859fb5bbed45e80dae32c628caf81e027a4ad8eafa7e632851 WHIRLPOOL 4da25c81e21173ad8b7b5f35b056264869d9a16741062aa4422c5ea1aa9e73da8eb700b0d54de84c169d702fbb3f41ed157c9dc7c9daac110849ae84715c051b 1.1 dev-ruby/ast/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ast/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ast/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # ChangeLog for dev-ruby/ast # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ast/ChangeLog,v 1.1 2014/09/04 00:37:34 mrueg Exp $ *ast-2.0.0 (04 Sep 2014) 04 Sep 2014; Manuel RĂ¼ger <[email protected]> +ast-2.0.0.ebuild, +metadata.xml: Initial version.
