summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2020-01-26 08:12:28 +0100
committerHans de Graaff <graaff@gentoo.org>2020-01-26 08:12:28 +0100
commitfe05e036098a7dda089293334dff0a5bd388c087 (patch)
tree61a117bd7e825bb23467f9331cc35acbb98b9b06 /dev-ruby/thread_order
parentdev-ruby/backports: document ruby27 status (diff)
downloadgentoo-fe05e036098a7dda089293334dff0a5bd388c087.tar.gz
gentoo-fe05e036098a7dda089293334dff0a5bd388c087.tar.bz2
gentoo-fe05e036098a7dda089293334dff0a5bd388c087.zip
dev-ruby/thread_order: cleanup
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/thread_order')
-rw-r--r--dev-ruby/thread_order/Manifest1
-rw-r--r--dev-ruby/thread_order/thread_order-1.1.0.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-ruby/thread_order/Manifest b/dev-ruby/thread_order/Manifest
index 5ff582ab8d47..b67dc936fb7c 100644
--- a/dev-ruby/thread_order/Manifest
+++ b/dev-ruby/thread_order/Manifest
@@ -1,2 +1 @@
-DIST thread_order-1.1.0.gem 10752 BLAKE2B ff212d2a2b441f4100980ff0a02c444230cd88a1b0ca22b358b882248f8fed9a25a7d074523ef21247bcab6a89e352831aa4e742f9d4f801833bbe0a2622d6f5 SHA512 e460d23fb33e8254c389d94ae17c4c2bba8f9aeeb7987d479f31c3e334a7e87b919f3f74abd51181072c7eeb48ec2f1d222e2c1a4025f2d7a05016ac93ca80c0
DIST thread_order-1.1.1.gem 10752 BLAKE2B 2d4677fa1f58cad02697d7946ec57080622deea6853b24d176cd3d77d857275d0f7b97a8701620e4afc7c4658de51a889b72fd7755c8edae03e00bf9b9b560ab SHA512 6c6ab86f7d0472d503107a7c58f84f24948e9418b00ad0076be40ac667f97f1cac78b1cc23692e73e37e2b3ebe1e2ea96c1b95c08d97984944860522d278ef25
diff --git a/dev-ruby/thread_order/thread_order-1.1.0.ebuild b/dev-ruby/thread_order/thread_order-1.1.0.ebuild
deleted file mode 100644
index eb71fc2f9626..000000000000
--- a/dev-ruby/thread_order/thread_order-1.1.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="Readme.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Test helper for ordering threaded code"
-HOMEPAGE="https://github.com/JoshCheek/thread_order"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-all_ruby_prepare() {
- # Avoid failing spec that already has exceptions for some ruby
- # implementations and is not essential.
- sed -i -e '/depending on the stdlib/,/^ end/ s:^:#:' \
- spec/thread_order_spec.rb || die
-}