graaff 15/05/01 04:45:03 Modified: ChangeLog Added: tins-1.5.1.ebuild Log: Version bump. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.47 dev-ruby/tins/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tins/ChangeLog?rev=1.47&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tins/ChangeLog?rev=1.47&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tins/ChangeLog?r1=1.46&r2=1.47 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- ChangeLog 13 Apr 2015 12:20:12 -0000 1.46 +++ ChangeLog 1 May 2015 04:45:03 -0000 1.47 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/tins # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v 1.46 2015/04/13 12:20:12 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v 1.47 2015/05/01 04:45:03 graaff Exp $ + +*tins-1.5.1 (01 May 2015) + + 01 May 2015; Hans de Graaff <[email protected]> +tins-1.5.1.ebuild: + Version bump. *tins-1.3.5 (13 Apr 2015) 1.1 dev-ruby/tins/tins-1.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tins/tins-1.5.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tins/tins-1.5.1.ebuild?rev=1.1&content-type=text/plain Index: tins-1.5.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/tins-1.5.1.ebuild,v 1.1 2015/05/01 04:45:03 graaff Exp $ EAPI=5 # Ruby 1.9 fails tests USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_TEST="none" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md" RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" inherit ruby-fakegem DESCRIPTION="All the stuff that isn't good enough for a real library" HOMEPAGE="https://github.com/flori/tins" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" IUSE="" ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )" each_ruby_test() { ruby-ng_testrb-2 -Ilib tests/*_test.rb }
