summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-03-19 06:31:32 +0000
committerHans de Graaff <graaff@gentoo.org>2011-03-19 06:31:32 +0000
commited94cd46435440e32a22edf46255cc341ebe3f60 (patch)
tree26f5883903aeae9be54a0d4e294d37da1b562407 /dev-ruby/async_sinatra
parentDrop 0.36. (diff)
downloadgentoo-2-ed94cd46435440e32a22edf46255cc341ebe3f60.tar.gz
gentoo-2-ed94cd46435440e32a22edf46255cc341ebe3f60.tar.bz2
gentoo-2-ed94cd46435440e32a22edf46255cc341ebe3f60.zip
Remove old versions.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/async_sinatra')
-rw-r--r--dev-ruby/async_sinatra/ChangeLog6
-rw-r--r--dev-ruby/async_sinatra/async_sinatra-0.1.5.ebuild38
-rw-r--r--dev-ruby/async_sinatra/async_sinatra-0.3.0.ebuild43
3 files changed, 5 insertions, 82 deletions
diff --git a/dev-ruby/async_sinatra/ChangeLog b/dev-ruby/async_sinatra/ChangeLog
index 6bf3153d0e88..9b37e4dd9678 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v 1.4 2011/02/20 14:15:24 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v 1.5 2011/03/19 06:31:31 graaff Exp $
+
+ 19 Mar 2011; Hans de Graaff <graaff@gentoo.org>
+ -async_sinatra-0.1.5.ebuild, -async_sinatra-0.3.0.ebuild:
+ Remove old versions.
*async_sinatra-0.4.0 (20 Feb 2011)
diff --git a/dev-ruby/async_sinatra/async_sinatra-0.1.5.ebuild b/dev-ruby/async_sinatra/async_sinatra-0.1.5.ebuild
deleted file mode 100644
index e9abbb2119f0..000000000000
--- a/dev-ruby/async_sinatra/async_sinatra-0.1.5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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.2 2010/04/19 18:10:10 flameeyes Exp $
-
-EAPI="2"
-USE_RUBY="ruby18"
-
-RUBY_FAKEGEM_DOCDIR="html"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-# there are no tests
-RUBY_FAKEGEM_TASK_TEST=""
-
-# the documentation-building requires the gemspec file that is not
-# packaged, this is very unfortunate for us, but the doc does not
-# really tell us much so we're not going out of our way to get this
-# from GIT.
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Asynchronous response API for Sinatra and Thin"
-HOMEPAGE="http://libraggi.rubyforge.org/async_sinatra"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend '>=dev-ruby/sinatra-0.9.1
- >=www-servers/thin-1.2.0'
-
-all_ruby_install() {
- all_fakegem_install
-
- insinto /usr/share/doc/${PF}/
- doins -r examples || die "Failed to install examples"
-}
diff --git a/dev-ruby/async_sinatra/async_sinatra-0.3.0.ebuild b/dev-ruby/async_sinatra/async_sinatra-0.3.0.ebuild
deleted file mode 100644
index bcb2048e2372..000000000000
--- a/dev-ruby/async_sinatra/async_sinatra-0.3.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2011 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.3.0.ebuild,v 1.1 2011/01/02 08:36:17 graaff Exp $
-
-EAPI="2"
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_DOCDIR="html"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-# the documentation-building requires the gemspec file that is not
-# packaged, this is very unfortunate for us, but the doc does not
-# really tell us much so we're not going out of our way to get this
-# from GIT. Upstream bug filed.
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Asynchronous response API for Sinatra and Thin"
-HOMEPAGE="http://libraggi.rubyforge.org/async_sinatra"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/test-unit:2 dev-ruby/eventmachine )"
-
-ruby_add_rdepend '>=dev-ruby/sinatra-1.0
- >=www-servers/thin-1.2.0'
-
-each_ruby_test() {
- ${RUBY} -Ilib test/test_async.rb || die "Tests failed."
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- insinto /usr/share/doc/${PF}/
- doins -r examples || die "Failed to install examples"
-}