graaff 14/04/08 06:45:00 Modified: ChangeLog Added: amatch-0.3.0.ebuild Log: Version bump. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.39 dev-ruby/amatch/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amatch/ChangeLog?rev=1.39&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amatch/ChangeLog?rev=1.39&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amatch/ChangeLog?r1=1.38&r2=1.39 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/amatch/ChangeLog,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- ChangeLog 17 Nov 2013 20:49:29 -0000 1.38 +++ ChangeLog 8 Apr 2014 06:45:00 -0000 1.39 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/amatch -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amatch/ChangeLog,v 1.38 2013/11/17 20:49:29 mrueg Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amatch/ChangeLog,v 1.39 2014/04/08 06:45:00 graaff Exp $ + +*amatch-0.3.0 (08 Apr 2014) + + 08 Apr 2014; Hans de Graaff <[email protected]> +amatch-0.3.0.ebuild: + Version bump. 17 Nov 2013; Manuel RĂ¼ger <[email protected]> -amatch-0.2.11.ebuild: Cleanup old. 1.1 dev-ruby/amatch/amatch-0.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amatch/amatch-0.3.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amatch/amatch-0.3.0.ebuild?rev=1.1&content-type=text/plain Index: amatch-0.3.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/amatch/amatch-0.3.0.ebuild,v 1.1 2014/04/08 06:45:00 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc" inherit multilib ruby-fakegem DESCRIPTION="Approximate Matching Extension for Ruby" HOMEPAGE="http://flori.github.com/amatch/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" IUSE="" ruby_add_rdepend ">=dev-ruby/tins-0.3" each_ruby_configure() { ${RUBY} -Cext extconf.rb || die } each_ruby_compile() { emake -Cext V=1 cp ext/amatch_ext$(get_modname) lib/ || die } each_ruby_test() { ${RUBY} -Ilib -S testrb tests/* || die }
