graaff 14/10/26 13:55:11 Modified: ChangeLog Added: permutation-0.1.8-r1.ebuild Removed: permutation-0.1.8.ebuild Log: Revision bump. Install documentation. Run documentation and tests directly to avoid obsolete rake code. (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.3 dev-ruby/permutation/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/permutation/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/permutation/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/permutation/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/permutation/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 6 Aug 2014 07:00:07 -0000 1.2 +++ ChangeLog 26 Oct 2014 13:55:11 -0000 1.3 @@ -1,6 +1,13 @@ # ChangeLog for dev-ruby/permutation # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/permutation/ChangeLog,v 1.2 2014/08/06 07:00:07 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/permutation/ChangeLog,v 1.3 2014/10/26 13:55:11 graaff Exp $ + +*permutation-0.1.8-r1 (26 Oct 2014) + + 26 Oct 2014; Hans de Graaff <gra...@gentoo.org> -permutation-0.1.8.ebuild, + +permutation-0.1.8-r1.ebuild: + Revision bump. Install documentation. Run documentation and tests directly to + avoid obsolete rake code. 06 Aug 2014; Manuel RĂ¼ger <mr...@gentoo.org> permutation-0.1.8.ebuild: Add ruby21 target. 1.1 dev-ruby/permutation/permutation-0.1.8-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/permutation/permutation-0.1.8-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/permutation/permutation-0.1.8-r1.ebuild?rev=1.1&content-type=text/plain Index: permutation-0.1.8-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/permutation/permutation-0.1.8-r1.ebuild,v 1.1 2014/10/26 13:55:11 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="CHANGES README" inherit multilib ruby-fakegem DESCRIPTION="Library to perform different operations with permutations of sequences (strings, arrays, etc.)" HOMEPAGE="http://flori.github.com/permutation" LICENSE="|| ( Ruby-BSD BSD-2 )" SLOT="0" KEYWORDS="~amd64" IUSE="doc" each_ruby_test() { ${RUBY} -Ilib test/test.rb || die }