graaff 15/04/11 05:35:23 Modified: transaction-simple-1.4.0.2-r1.ebuild ChangeLog Added: transaction-simple-1.4.0.2-r2.ebuild Log: Create stable candidate. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.5 dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r1.ebuild?r1=1.4&r2=1.5 Index: transaction-simple-1.4.0.2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- transaction-simple-1.4.0.2-r1.ebuild 26 Mar 2015 17:02:38 -0000 1.4 +++ transaction-simple-1.4.0.2-r1.ebuild 11 Apr 2015 05:35:23 -0000 1.5 @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r1.ebuild,v 1.4 2015/03/26 17:02:38 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r1.ebuild,v 1.5 2015/04/11 05:35:23 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_RECIPE_TEST="none" 1.34 dev-ruby/transaction-simple/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/transaction-simple/ChangeLog?rev=1.34&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/transaction-simple/ChangeLog?rev=1.34&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/transaction-simple/ChangeLog?r1=1.33&r2=1.34 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/ChangeLog,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- ChangeLog 26 Mar 2015 17:02:38 -0000 1.33 +++ ChangeLog 11 Apr 2015 05:35:23 -0000 1.34 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/transaction-simple # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/ChangeLog,v 1.33 2015/03/26 17:02:38 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/ChangeLog,v 1.34 2015/04/11 05:35:23 graaff Exp $ + +*transaction-simple-1.4.0.2-r2 (11 Apr 2015) + + 11 Apr 2015; Hans de Graaff <[email protected]> + transaction-simple-1.4.0.2-r1.ebuild, +transaction-simple-1.4.0.2-r2.ebuild: + Create stable candidate. 26 Mar 2015; Hans de Graaff <[email protected]> transaction-simple-1.4.0.2-r1.ebuild: 1.1 dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r2.ebuild?rev=1.1&content-type=text/plain Index: transaction-simple-1.4.0.2-r2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r2.ebuild,v 1.1 2015/04/11 05:35:23 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_RECIPE_TEST="none" RUBY_FAKEGEM_TASK_DOC="docs" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc" inherit ruby-fakegem DESCRIPTION="Provides transaction support at the object level" HOMEPAGE="https://github.com/halostatue/transaction-simple" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="test" ruby_add_bdepend " test? ( >=dev-ruby/test-unit-2.5.1-r1 )" each_ruby_test() { ruby-ng_testrb-2 -Ilib test/test_*.rb }
