summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2013-08-11 07:17:12 +0000
committerHans de Graaff <graaff@gentoo.org>2013-08-11 07:17:12 +0000
commit66453ec622da222bbce4374b1f81f4b7cafcd318 (patch)
tree17d33c53f4b383ccc487d8dae3400f68afede983 /dev-ruby/async_sinatra
parentAdd myself as maintainer since ruby will not be the primary maintainer anymore. (diff)
downloadgentoo-2-66453ec622da222bbce4374b1f81f4b7cafcd318.tar.gz
gentoo-2-66453ec622da222bbce4374b1f81f4b7cafcd318.tar.bz2
gentoo-2-66453ec622da222bbce4374b1f81f4b7cafcd318.zip
Cleanup.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/async_sinatra')
-rw-r--r--dev-ruby/async_sinatra/ChangeLog7
-rw-r--r--dev-ruby/async_sinatra/async_sinatra-0.4.0.ebuild45
2 files changed, 5 insertions, 47 deletions
diff --git a/dev-ruby/async_sinatra/ChangeLog b/dev-ruby/async_sinatra/ChangeLog
index 7f1d637efe3d..58052151388d 100644
--- a/dev-ruby/async_sinatra/ChangeLog
+++ b/dev-ruby/async_sinatra/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/async_sinatra
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v 1.6 2012/12/14 16:08:57 graaff Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v 1.7 2013/08/11 07:17:12 graaff Exp $
+
+ 11 Aug 2013; Hans de Graaff <graaff@gentoo.org> -async_sinatra-0.4.0.ebuild:
+ Cleanup.
*async_sinatra-1.0.0 (14 Dec 2012)
diff --git a/dev-ruby/async_sinatra/async_sinatra-0.4.0.ebuild b/dev-ruby/async_sinatra/async_sinatra-0.4.0.ebuild
deleted file mode 100644
index ea353de8ef16..000000000000
--- a/dev-ruby/async_sinatra/async_sinatra-0.4.0.ebuild
+++ /dev/null
@@ -1,45 +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.4.0.ebuild,v 1.1 2011/02/20 14:15:24 graaff Exp $
-
-EAPI="2"
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_DOCDIR="html"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc 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_PATCHES=( "${FILESDIR}/${P}-rack.patch" )
-
-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"
-}