diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-04-19 18:10:10 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-04-19 18:10:10 +0000 |
commit | e54f98909c9607e4bce37764c109d7326d3fa0f1 (patch) | |
tree | 4c105a77dfa3de7a2cb635bdbcab2adafdbd4734 /dev-ruby/async_sinatra | |
parent | Initial import of async_sinatra gem. (diff) | |
download | gentoo-2-e54f98909c9607e4bce37764c109d7326d3fa0f1.tar.gz gentoo-2-e54f98909c9607e4bce37764c109d7326d3fa0f1.tar.bz2 gentoo-2-e54f98909c9607e4bce37764c109d7326d3fa0f1.zip |
Fix SRC_URI.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/async_sinatra')
-rw-r--r-- | dev-ruby/async_sinatra/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/async_sinatra/async_sinatra-0.1.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/async_sinatra/ChangeLog b/dev-ruby/async_sinatra/ChangeLog index 7e733eb961dd..47044ce3e5d6 100644 --- a/dev-ruby/async_sinatra/ChangeLog +++ b/dev-ruby/async_sinatra/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/async_sinatra # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v 1.1 2010/04/19 18:09:22 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v 1.2 2010/04/19 18:10:10 flameeyes Exp $ + + 19 Apr 2010; Diego E. Pettenò <flameeyes@gentoo.org> + async_sinatra-0.1.5.ebuild: + Fix SRC_URI. *async_sinatra-0.1.5 (19 Apr 2010) diff --git a/dev-ruby/async_sinatra/async_sinatra-0.1.5.ebuild b/dev-ruby/async_sinatra/async_sinatra-0.1.5.ebuild index ca3f4aed783e..e9abbb2119f0 100644 --- a/dev-ruby/async_sinatra/async_sinatra-0.1.5.ebuild +++ b/dev-ruby/async_sinatra/async_sinatra-0.1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/async_sinatra-0.1.5.ebuild,v 1.1 2010/04/19 18:09:22 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/async_sinatra-0.1.5.ebuild,v 1.2 2010/04/19 18:10:10 flameeyes Exp $ EAPI="2" USE_RUBY="ruby18" @@ -20,7 +20,7 @@ RUBY_FAKEGEM_TASK_DOC="" inherit ruby-fakegem DESCRIPTION="Asynchronous response API for Sinatra and Thin" -HOMEPAGE="http://rubyeventmachine.com" +HOMEPAGE="http://libraggi.rubyforge.org/async_sinatra" LICENSE="MIT" SLOT="0" |