summaryrefslogtreecommitdiff
path: root/dev-ruby/evented-spec
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-ruby/evented-spec
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-ruby/evented-spec')
-rw-r--r--dev-ruby/evented-spec/Manifest3
-rw-r--r--dev-ruby/evented-spec/evented-spec-0.9.0.ebuild29
-rw-r--r--dev-ruby/evented-spec/metadata.xml11
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-ruby/evented-spec/Manifest b/dev-ruby/evented-spec/Manifest
deleted file mode 100644
index 594b927a85d9..000000000000
--- a/dev-ruby/evented-spec/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST evented-spec-0.9.0.gem 22016 BLAKE2B a8aca8eb4d5931b2deefef60d19d3cd4e65ab2c9a010f1b98bf07917ddaf644b65b321f90e81bbe097ce57b455f6bd87528ecc8f5a13f018b04b4f5413b3b945 SHA512 48c5de98aa580127c492d91dce709a4a3bf7449c2880971ad1b744345db308ba6b5ded8aff23b3f42794949b8474d35e5fe148bc7cc4f88f23980da0ab1fc064
-EBUILD evented-spec-0.9.0.ebuild 783 BLAKE2B dcc7bd7634edb3d3685eb151cc4f0c40388465b5d92d912d7635dd6315ae57c4a2ce0130f38c6eb7a59e40145a8ba5d4b43018e575aba6b81a82c1d725c5c422 SHA512 c7db45be1d77cc0d7ac63fb5e8f880d7bbb6eb792443c69a06dfe2a09c74a75ddd4bc2f71aeba6943d7c6e955ee0d6402f56541367da1ca55d44d4885f4544f3
-MISC metadata.xml 348 BLAKE2B 4245deb206984ca328f70713671db5f04189e3c12f01c40f43425b05fcc1d4a2b50f342407a58d4b30e7f6dfaee5e67a3546873f1fb0122cccf4118c286dd657 SHA512 ab9a98944141883fa0c4802d9d9d151efd80fc927466aae560526e84c84c8ccfbd6c5f229e34b913802085d838da52f05dbbee5888e60abbe5e6a7cecfe108d2
diff --git a/dev-ruby/evented-spec/evented-spec-0.9.0.ebuild b/dev-ruby/evented-spec/evented-spec-0.9.0.ebuild
deleted file mode 100644
index 7ec3cdbefe70..000000000000
--- a/dev-ruby/evented-spec/evented-spec-0.9.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.textile"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit versionator ruby-fakegem
-
-DESCRIPTION="A set of helpers to help you test your asynchronous code"
-HOMEPAGE="https://github.com/ruby-amqp/evented-spec"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-# Tests require a running AMQP server and AMQP installed. Since
-# currently AMQP is the only package using evented-spec we just skip the
-# tests here altogether to avoid circular dependencies.
-RESTRICT="test"
-
-all_ruby_prepare() {
- sed -i -e '/[Bb]undler/ s:^:#:' -e '/effin_utf8/ s:^:#:' spec/spec_helper.rb || die
-}
diff --git a/dev-ruby/evented-spec/metadata.xml b/dev-ruby/evented-spec/metadata.xml
deleted file mode 100644
index 169da33a8735..000000000000
--- a/dev-ruby/evented-spec/metadata.xml
+++ /dev/null
@@ -1,11 +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>
- <upstream>
- <remote-id type="github">ruby-amqp/evented-spec</remote-id>
- </upstream>
-</pkgmetadata>