mrueg 15/01/17 19:59:21 Modified: crack-0.4.2.ebuild ChangeLog Added: crack-0.4.2-r1.ebuild Removed: crack-0.3.2-r1.ebuild Log: Create new stable candidate. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.8 dev-ruby/crack/crack-0.4.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/crack/crack-0.4.2.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/crack/crack-0.4.2.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/crack/crack-0.4.2.ebuild?r1=1.7&r2=1.8 Index: crack-0.4.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/crack/crack-0.4.2.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- crack-0.4.2.ebuild 22 Dec 2014 13:53:43 -0000 1.7 +++ crack-0.4.2.ebuild 17 Jan 2015 19:59:21 -0000 1.8 @@ -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/crack/crack-0.4.2.ebuild,v 1.7 2014/12/22 13:53:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/crack/crack-0.4.2.ebuild,v 1.8 2015/01/17 19:59:21 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="README.md History" 1.43 dev-ruby/crack/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/crack/ChangeLog?rev=1.43&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/crack/ChangeLog?rev=1.43&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/crack/ChangeLog?r1=1.42&r2=1.43 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/crack/ChangeLog,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- ChangeLog 22 Dec 2014 13:53:43 -0000 1.42 +++ ChangeLog 17 Jan 2015 19:59:21 -0000 1.43 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/crack -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/crack/ChangeLog,v 1.42 2014/12/22 13:53:43 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/crack/ChangeLog,v 1.43 2015/01/17 19:59:21 mrueg Exp $ + +*crack-0.4.2-r1 (17 Jan 2015) + + 17 Jan 2015; Manuel RĂ¼ger <[email protected]> +crack-0.4.2-r1.ebuild, + -crack-0.3.2-r1.ebuild, crack-0.4.2.ebuild: + Create new stable candidate. 22 Dec 2014; Agostino Sarubbo <[email protected]> crack-0.4.2.ebuild: Add ~x86, wrt bug #491822 1.1 dev-ruby/crack/crack-0.4.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/crack/crack-0.4.2-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/crack/crack-0.4.2-r1.ebuild?rev=1.1&content-type=text/plain Index: crack-0.4.2-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/crack/crack-0.4.2-r1.ebuild,v 1.1 2015/01/17 19:59:21 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="README.md History" inherit ruby-fakegem DESCRIPTION="Really simple JSON and XML parsing, ripped from Merb and Rails" HOMEPAGE="https://github.com/jnunemaker/crack" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos ~x64-solaris" IUSE="" ruby_add_bdepend "test? ( dev-ruby/minitest )" ruby_add_rdepend ">=dev-ruby/safe_yaml-1.0.0" each_ruby_prepare() { # Remove tests which fail when run by portage but pass when run by hand sed -i -e '/{"regex": \/foo.*\/}/d' test/json_test.rb || die sed -i -e '/{"regex": \/foo.*\/i}/d' test/json_test.rb || die sed -i -e '/{"regex": \/foo.*\/mix}/d' test/json_test.rb || die } each_ruby_test() { ${RUBY} -Itest -Ilib -e 'Dir["test/*_test.rb"].each { |f| load f }' || die }
