mrueg 14/08/10 23:15:45 Modified: ChangeLog Added: hitimes-1.2.2.ebuild Log: Version bump. (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.3 dev-ruby/hitimes/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hitimes/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hitimes/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hitimes/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hitimes/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 5 Aug 2014 16:00:59 -0000 1.2 +++ ChangeLog 10 Aug 2014 23:15:45 -0000 1.3 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/hitimes # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hitimes/ChangeLog,v 1.2 2014/08/05 16:00:59 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hitimes/ChangeLog,v 1.3 2014/08/10 23:15:45 mrueg Exp $ + +*hitimes-1.2.2 (10 Aug 2014) + + 10 Aug 2014; Manuel Rüger <mr...@gentoo.org> +hitimes-1.2.2.ebuild: + Version bump. 05 Aug 2014; Manuel Rüger <mr...@gentoo.org> hitimes-1.2.1.ebuild: Remove trailing '.' from DESCRIPTION. 1.1 dev-ruby/hitimes/hitimes-1.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hitimes/hitimes-1.2.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hitimes/hitimes-1.2.2.ebuild?rev=1.1&content-type=text/plain Index: hitimes-1.2.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/hitimes/hitimes-1.2.2.ebuild,v 1.1 2014/08/10 23:15:45 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="README.md HISTORY.md" inherit multilib ruby-fakegem DESCRIPTION="A fast, high resolution timer library" HOMEPAGE="https://github.com/copiousfreetime/hitimes" LICENSE="ISC" SLOT="0" KEYWORDS="~amd64" IUSE="" all_ruby_prepare() { sed -i -e "/RUBY_VERSION >= '1.9.2'/,+4d" spec/spec_helper.rb || die } each_ruby_configure() { ${RUBY} -Cext/hitimes/c extconf.rb || die } each_ruby_compile() { emake -Cext/hitimes/c V=1 cp ext/hitimes/c/hitimes$(get_modname) lib/hitimes || die } each_ruby_test() { ${RUBY} -S testrb -Ilib:spec spec/*_spec.rb || die }