summaryrefslogtreecommitdiff
path: root/dev-ruby/celluloid-essentials
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/celluloid-essentials')
-rw-r--r--dev-ruby/celluloid-essentials/Manifest3
-rw-r--r--dev-ruby/celluloid-essentials/celluloid-essentials-0.20.5.ebuild37
-rw-r--r--dev-ruby/celluloid-essentials/metadata.xml11
3 files changed, 0 insertions, 51 deletions
diff --git a/dev-ruby/celluloid-essentials/Manifest b/dev-ruby/celluloid-essentials/Manifest
deleted file mode 100644
index 498f0a77d71b..000000000000
--- a/dev-ruby/celluloid-essentials/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST celluloid-essentials-0.20.5.tar.gz 20403 BLAKE2B 289ca65cafce0f37e36ada5bed0e4c226b3938d6b2e39f5090828856b35b88b977ec13294dd0abc7ab0d53a4d72e841c6eb8efd2daa5cfff5299188566570aee SHA512 66b03babcc5b0795147140e9a1d5552b6f8232c0ad3b444db04f397b919da57d7b4a0fa1427d2d0aa1904c6eefb78ddc7b0a607b8df9e7291d3a1732e6303d33
-EBUILD celluloid-essentials-0.20.5.ebuild 1049 BLAKE2B b686989a75bb05b1b6917dcbb9831123d5b1588461abf9f351a0354c7430b35c2e10ee71d1f34a6f7eae8d30b8cff92b9ab56d78adf5fbc1ed8b0a351fd110f7 SHA512 b75cc7adb74255c8879b8286eb2d448ed656a43c8256054bf1f233b2e69b615dbaea321f45236b1930d13bbcf47bac71d1b8219cc2eb69c95f089f6cd2e902ef
-MISC metadata.xml 356 BLAKE2B 2c0dbc59a05d639640c2686a83e54414053eaad6feb8bc3e7836d4762a0b59a7b96ee09128c06133a710c27731bf68be92a3056c963d846f39db03e4d179c682 SHA512 c4fc233f49162dc9694879547f50ac05da8ec64799c729e41e103de0c56cb4bf42dbe5c429080aad10415b4cecc9058bb6224a6544fe790d4b06d1cb5b2a3197
diff --git a/dev-ruby/celluloid-essentials/celluloid-essentials-0.20.5.ebuild b/dev-ruby/celluloid-essentials/celluloid-essentials-0.20.5.ebuild
deleted file mode 100644
index 9a8418d69084..000000000000
--- a/dev-ruby/celluloid-essentials/celluloid-essentials-0.20.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Provides a simple and natural way to build fault-tolerant concurrent programs"
-HOMEPAGE="https://github.com/celluloid/celluloid"
-SRC_URI="https://github.com/celluloid/celluloid-essentials/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-IUSE=""
-SLOT="0"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-ruby_add_rdepend "
- >=dev-ruby/timers-4.1.1"
-
-ruby_add_bdepend "test? (
- dev-ruby/celluloid
- dev-ruby/dotenv
- dev-ruby/nenv
- dev-ruby/rspec-retry
-)"
-
-all_ruby_prepare() {
- sed -i -e '/[Bb]undler/d' -e '/coveralls/I s:^:#:' spec/spec_helper.rb || die
-
- sed -i -e '1irequire "pathname"' spec/spec_helper.rb || die
- sed -i -e "s:log/test.log:${TMPDIR}/test.log:" .env-dev || die
-}
diff --git a/dev-ruby/celluloid-essentials/metadata.xml b/dev-ruby/celluloid-essentials/metadata.xml
deleted file mode 100644
index feabdec40c47..000000000000
--- a/dev-ruby/celluloid-essentials/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">celluloid/celluloid-essentials</remote-id>
- </upstream>
-</pkgmetadata>