summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/gemcutter/gemcutter-0.5.0.ebuild')
-rw-r--r--dev-ruby/gemcutter/gemcutter-0.5.0.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-ruby/gemcutter/gemcutter-0.5.0.ebuild b/dev-ruby/gemcutter/gemcutter-0.5.0.ebuild
deleted file mode 100644
index 847acfc5fb6d..000000000000
--- a/dev-ruby/gemcutter/gemcutter-0.5.0.ebuild
+++ /dev/null
@@ -1,31 +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/gemcutter/gemcutter-0.5.0.ebuild,v 1.2 2010/07/20 07:37:01 fauli Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18"
-
-RUBY_FAKEGEM_TASK_TEST="test"
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_VERSION="${PV/_pre/.pre}"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Add commands to gem for gemcutter.org operations"
-HOMEPAGE="http://github.com/rubygems/gemcutter"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# Tests don't work due to missing files. Upstream repository has
-# already changed so much in this respect that is makes more sense to
-# wait for the next release.
-RESTRICT="test"
-
-ruby_add_rdepend dev-ruby/json
-
-ruby_add_bdepend test "dev-ruby/shoulda dev-ruby/webmock dev-ruby/rr dev-ruby/activesupport"