mrueg 14/09/21 16:20:23 Modified: ChangeLog Added: tins-1.3.3.ebuild Removed: tins-0.13.2.ebuild tins-1.3.1.ebuild Log: Version bump. Cleanup old. (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.43 dev-ruby/tins/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tins/ChangeLog?rev=1.43&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tins/ChangeLog?rev=1.43&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tins/ChangeLog?r1=1.42&r2=1.43 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- ChangeLog 20 Aug 2014 13:05:29 -0000 1.42 +++ ChangeLog 21 Sep 2014 16:20:23 -0000 1.43 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/tins # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v 1.42 2014/08/20 13:05:29 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v 1.43 2014/09/21 16:20:23 mrueg Exp $ + +*tins-1.3.3 (21 Sep 2014) + + 21 Sep 2014; Manuel RĂ¼ger <[email protected]> +tins-1.3.3.ebuild, + -tins-0.13.2.ebuild, -tins-1.3.1.ebuild: + Version bump. Cleanup old. *tins-1.3.2 (20 Aug 2014) 1.1 dev-ruby/tins/tins-1.3.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tins/tins-1.3.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tins/tins-1.3.3.ebuild?rev=1.1&content-type=text/plain Index: tins-1.3.3.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/tins-1.3.3.ebuild,v 1.1 2014/09/21 16:20:23 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="none" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.rdoc" RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" inherit ruby-fakegem DESCRIPTION="All the stuff that isn't good enough for a real library" HOMEPAGE="http://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 }
