summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-09-23 06:50:20 +0000
committerHans de Graaff <graaff@gentoo.org>2012-09-23 06:50:20 +0000
commit38fd42494fd179e53e0c4e3fc3f7a3ea45d7527d (patch)
treeef1dc3c62351f6b781fc6c66dcc4b1112d12af24 /dev-ruby/shotgun
parentCleanup. (diff)
downloadgentoo-2-38fd42494fd179e53e0c4e3fc3f7a3ea45d7527d.tar.gz
gentoo-2-38fd42494fd179e53e0c4e3fc3f7a3ea45d7527d.tar.bz2
gentoo-2-38fd42494fd179e53e0c4e3fc3f7a3ea45d7527d.zip
Cleanup.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/shotgun')
-rw-r--r--dev-ruby/shotgun/ChangeLog7
-rw-r--r--dev-ruby/shotgun/shotgun-0.8.ebuild32
2 files changed, 5 insertions, 34 deletions
diff --git a/dev-ruby/shotgun/ChangeLog b/dev-ruby/shotgun/ChangeLog
index 9cf5a7cb1edd..919260ef91bf 100644
--- a/dev-ruby/shotgun/ChangeLog
+++ b/dev-ruby/shotgun/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/shotgun
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shotgun/ChangeLog,v 1.5 2011/02/25 07:13:58 graaff Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shotgun/ChangeLog,v 1.6 2012/09/23 06:50:20 graaff Exp $
+
+ 23 Sep 2012; Hans de Graaff <graaff@gentoo.org> -shotgun-0.8.ebuild:
+ Cleanup.
*shotgun-0.9 (25 Feb 2011)
diff --git a/dev-ruby/shotgun/shotgun-0.8.ebuild b/dev-ruby/shotgun/shotgun-0.8.ebuild
deleted file mode 100644
index 0047e57a2f00..000000000000
--- a/dev-ruby/shotgun/shotgun-0.8.ebuild
+++ /dev/null
@@ -1,32 +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/shotgun/shotgun-0.8.ebuild,v 1.2 2011/01/22 16:38:07 graaff Exp $
-
-EAPI=2
-USE_RUBY="ruby18"
-
-# No documentation task
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Forking implementation of rackup"
-HOMEPAGE="http://rtomayko.github.com/shotgun/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# Warning: the code does not use gem versioning to make sure to load
-# only the right rack version so we might need to patch it to work :/
-ruby_add_rdepend 'dev-ruby/rack'
-ruby_add_bdepend test dev-ruby/bacon
-
-all_ruby_install() {
- all_fakegem_install
-
- doman man/shotgun.1
-}