mrueg 14/12/09 15:34:07 Modified: ChangeLog Added: bourne-1.6.0.ebuild Log: Version bump. Drop x86 keyword, rekeywording in bug 501152 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.16 dev-ruby/bourne/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bourne/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bourne/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bourne/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bourne/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 11 Nov 2014 11:09:07 -0000 1.15 +++ ChangeLog 9 Dec 2014 15:34:07 -0000 1.16 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/bourne # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bourne/ChangeLog,v 1.15 2014/11/11 11:09:07 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bourne/ChangeLog,v 1.16 2014/12/09 15:34:07 mrueg Exp $ + +*bourne-1.6.0 (09 Dec 2014) + + 09 Dec 2014; Manuel Rüger <[email protected]> +bourne-1.6.0.ebuild: + Version bump. Drop x86 keyword, rekeywording in bug 501152 11 Nov 2014; Manuel Rüger <[email protected]> bourne-1.5.0-r1.ebuild: Drop jruby target. 1.1 dev-ruby/bourne/bourne-1.6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bourne/bourne-1.6.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bourne/bourne-1.6.0.ebuild?rev=1.1&content-type=text/plain Index: bourne-1.6.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/bourne/bourne-1.6.0.ebuild,v 1.1 2014/12/09 15:34:07 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md" RUBY_FAKEGEM_TASK_TEST="MOCHA_OPTIONS=use_test_unit_gem test:units test:acceptance" RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" inherit ruby-fakegem DESCRIPTION="Extends mocha to allow detailed tracking and querying of stub and mock invocations" HOMEPAGE="http://github.com/thoughtbot/bourne" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="" ruby_add_rdepend ">=dev-ruby/mocha-1.1:1.0" ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )" all_ruby_prepare() { sed -i -e '/git ls-files/d' "${RUBY_FAKEGEM_GEMSPEC}" || die sed -i -e '/bundler/d' Rakefile || die }
