summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2018-02-24 09:44:19 +0100
committerHans de Graaff <graaff@gentoo.org>2018-02-24 09:48:47 +0100
commita5e25f8c15c90c4b15a09eafc2fe80d626d235a3 (patch)
tree6da516dd72baa3c88c05cb2ebd07b8b2c2ae27e9 /dev-ruby
parentdev-ruby/tilt: remove masked version (diff)
downloadgentoo-a5e25f8c15c90c4b15a09eafc2fe80d626d235a3.tar.gz
gentoo-a5e25f8c15c90c4b15a09eafc2fe80d626d235a3.tar.bz2
gentoo-a5e25f8c15c90c4b15a09eafc2fe80d626d235a3.zip
dev-ruby/camping: remove masked package
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/camping/Manifest1
-rw-r--r--dev-ruby/camping/camping-2.1.532.ebuild32
-rw-r--r--dev-ruby/camping/metadata.xml8
3 files changed, 0 insertions, 41 deletions
diff --git a/dev-ruby/camping/Manifest b/dev-ruby/camping/Manifest
deleted file mode 100644
index 15cd2909df39..000000000000
--- a/dev-ruby/camping/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST camping-2.1.532.gem 375808 BLAKE2B 332e3a3111fc0fa812ef976769ddfaa0b6ab1fa0fcf55fde12cf0bba28913a9f94c0f55f33fdd855262436fbb7f1753245fdfd07a371bf5ec6581203b022c760 SHA512 0a061ed886b7bb86bfe0906e8a7950b96d2c8360bde3c0545b52d41b3012b1c3975a056449f1919c8ba454ee6457738bfc9f815da8ce764e79ef3cf9981e9408
diff --git a/dev-ruby/camping/camping-2.1.532.ebuild b/dev-ruby/camping/camping-2.1.532.ebuild
deleted file mode 100644
index d3557862b96f..000000000000
--- a/dev-ruby/camping/camping-2.1.532.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A small web framework modeled after Ruby on Rails"
-HOMEPAGE="https://wiki.github.com/camping/camping"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/rack-test >=dev-ruby/minitest-4:0 dev-ruby/tilt:0 )"
-
-ruby_add_rdepend "
- >=dev-ruby/mab-0.0.3
- >=dev-ruby/rack-1.0:*"
-
-all_ruby_prepare() {
- sed -i -e '1igem "minitest", "~> 4.0"; gem "tilt", "~>1.0"' test/test_helper.rb || die
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib:test:. -e 'Dir["test/app_*.rb"].each{|f| require f}' || die
-}
diff --git a/dev-ruby/camping/metadata.xml b/dev-ruby/camping/metadata.xml
deleted file mode 100644
index 3df5c34efc94..000000000000
--- a/dev-ruby/camping/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>ruby@gentoo.org</email>
- <name>Gentoo Ruby Project</name>
- </maintainer>
-</pkgmetadata>