mrueg 14/10/21 13:44:58 Modified: ChangeLog Added: toml-0.1.2.ebuild Log: Version bump. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.8 dev-ruby/toml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/toml/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/toml/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/toml/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/toml/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 11 Aug 2014 01:18:17 -0000 1.7 +++ ChangeLog 21 Oct 2014 13:44:58 -0000 1.8 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/toml # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/toml/ChangeLog,v 1.7 2014/08/11 01:18:17 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/toml/ChangeLog,v 1.8 2014/10/21 13:44:58 mrueg Exp $ + +*toml-0.1.2 (21 Oct 2014) + + 21 Oct 2014; Manuel Rüger <[email protected]> +toml-0.1.2.ebuild: + Version bump. 11 Aug 2014; Manuel Rüger <[email protected]> toml-0.1.1.ebuild: Use correct gemspec. 1.1 dev-ruby/toml/toml-0.1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/toml/toml-0.1.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/toml/toml-0.1.2.ebuild?rev=1.1&content-type=text/plain Index: toml-0.1.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/toml/toml-0.1.2.ebuild,v 1.1 2014/10/21 13:44:58 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_EXTRADOC="README.md" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" inherit ruby-fakegem DESCRIPTION="A sane configuration format" HOMEPAGE="https://github.com/jm/toml" SRC_URI="https://github.com/jm/toml/archive/v${PV}.tar.gz -> ${P}.tar.gz" IUSE="test" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" ruby_add_bdepend "test? ( dev-ruby/minitest dev-ruby/multi_json )" ruby_add_rdepend "dev-ruby/parslet" all_ruby_prepare() { sed -i -e "s/, \"~> 1.5.0\"//" ${PN}.gemspec || die sed -i -e "s/, '~> 1.7.8'//" Gemfile || die sed -i -e "/simplecov/d" -e "/[Bb]undle/d" Rakefile Gemfile || die sed -i -e "/bundler/d" -e "1igem 'minitest', '~>5'" -e "s/MiniTest/Minitest/" test/test_*.rb || die } each_ruby_test() { ${RUBY} -S testrb -Ilib:test test/test_*.rb || die }
