graaff 15/04/03 07:11:56 Modified: async_sinatra-1.1.0.ebuild ChangeLog Log: Fix HOMEPAGE. Add missing dependency on dev-ruby/rack-test. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.4 dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild?r1=1.3&r2=1.4 Index: async_sinatra-1.1.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- async_sinatra-1.1.0.ebuild 5 Oct 2014 09:17:56 -0000 1.3 +++ async_sinatra-1.1.0.ebuild 3 Apr 2015 07:11:56 -0000 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild,v 1.3 2014/10/05 09:17:56 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild,v 1.4 2015/04/03 07:11:56 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" @@ -12,7 +12,7 @@ inherit ruby-fakegem DESCRIPTION="Asynchronous response API for Sinatra and Thin" -HOMEPAGE="http://libraggi.rubyforge.org/async_sinatra" +HOMEPAGE="https://github.com/raggi/async_sinatra" SRC_URI="https://github.com/raggi/async_sinatra/archive/v${PV}.tar.gz -> ${P}-git.tgz" LICENSE="MIT" @@ -24,6 +24,7 @@ >=dev-ruby/hoe-2.9.1 >=dev-ruby/minitest-2.5.1 >=dev-ruby/eventmachine-0.12.11 + dev-ruby/rack-test )" ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.9.1 )" 1.12 dev-ruby/async_sinatra/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/async_sinatra/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/async_sinatra/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/async_sinatra/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 5 Oct 2014 09:17:56 -0000 1.11 +++ ChangeLog 3 Apr 2015 07:11:56 -0000 1.12 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/async_sinatra -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v 1.11 2014/10/05 09:17:56 graaff Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v 1.12 2015/04/03 07:11:56 graaff Exp $ + + 03 Apr 2015; Hans de Graaff <[email protected]> async_sinatra-1.1.0.ebuild: + Fix HOMEPAGE. Add missing dependency on dev-ruby/rack-test. 05 Oct 2014; Hans de Graaff <[email protected]> async_sinatra-1.1.0.ebuild: Drop obsolete rubyforge dependency.
