graaff 15/04/28 18:34:11 Modified: ChangeLog shorturl-1.0.0-r1.ebuild Added: shorturl-1.0.0-r2.ebuild Log: Create stable candidate. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.30 dev-ruby/shorturl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shorturl/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shorturl/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shorturl/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 26 Jan 2015 18:24:20 -0000 1.29 +++ ChangeLog 28 Apr 2015 18:34:11 -0000 1.30 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/shorturl # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v 1.29 2015/01/26 18:24:20 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v 1.30 2015/04/28 18:34:11 graaff Exp $ + +*shorturl-1.0.0-r2 (28 Apr 2015) + + 28 Apr 2015; Hans de Graaff <[email protected]> shorturl-1.0.0-r1.ebuild, + +shorturl-1.0.0-r2.ebuild: + Create stable candidate. 26 Jan 2015; Manuel RĂ¼ger <[email protected]> shorturl-1.0.0-r1.ebuild: Add ruby22 target. 1.8 dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild?r1=1.7&r2=1.8 Index: shorturl-1.0.0-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- shorturl-1.0.0-r1.ebuild 26 Jan 2015 18:24:20 -0000 1.7 +++ shorturl-1.0.0-r1.ebuild 28 Apr 2015 18:34:11 -0000 1.8 @@ -1,10 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild,v 1.7 2015/01/26 18:24:20 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild,v 1.8 2015/04/28 18:34:11 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_TASK_TEST="" RUBY_FAKEGEM_TASK_DOC="" 1.1 dev-ruby/shorturl/shorturl-1.0.0-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shorturl/shorturl-1.0.0-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shorturl/shorturl-1.0.0-r2.ebuild?rev=1.1&content-type=text/plain Index: shorturl-1.0.0-r2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-1.0.0-r2.ebuild,v 1.1 2015/04/28 18:34:11 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_TEST="" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="ChangeLog.txt README.rdoc TODO.rdoc" inherit ruby-fakegem eutils DESCRIPTION="A very simple library to use URL shortening services such as TinyURL or RubyURL" HOMEPAGE="http://shorturl.rubyforge.org/" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~x86-macos" IUSE="" # All tests require network connectivity. RESTRICT="test" each_ruby_test() { ${RUBY} -Ilib:test test/ts_all.rb || die "tests failed" } all_ruby_install() { all_fakegem_install pushd doc &>/dev/null dohtml -r . popd &>/dev/null }
