summaryrefslogtreecommitdiff
path: root/dev-ruby/test_construct
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /dev-ruby/test_construct
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'dev-ruby/test_construct')
-rw-r--r--dev-ruby/test_construct/Manifest4
-rw-r--r--dev-ruby/test_construct/test_construct-2.0.1-r1.ebuild28
-rw-r--r--dev-ruby/test_construct/test_construct-2.0.2.ebuild6
3 files changed, 4 insertions, 34 deletions
diff --git a/dev-ruby/test_construct/Manifest b/dev-ruby/test_construct/Manifest
index 21fae8f17058..e26c70d568e9 100644
--- a/dev-ruby/test_construct/Manifest
+++ b/dev-ruby/test_construct/Manifest
@@ -1,5 +1,3 @@
-DIST test_construct-2.0.1.gem 13312 BLAKE2B cda8bec1e1fe343ae506c73bf480a982fdd1224da1e77ab19827a3b76dba57294397d811040448cef6956c8492c9c5cb618d204834d31b54e8619b3d224da20c SHA512 c9898beb04d23974dc5b66a9d7bb4a77cd040cc63b724108c4fc4b81f0680d23a9e09b96110c1b5458107d0c2c8714cbed8b2e81611eef8ca7fab92b31014e98
DIST test_construct-2.0.2.gem 13312 BLAKE2B e1a5068e8133f739dfc407e943b0486c0c2bb2a8f18943a23b366205b206a56b792630daad7a92a021ea367d490b117aec1313faa0e5360bf6b984df3b82c16c SHA512 d73e2daf5c5974c79aedfcd7e1cd6681a3f1f6fe3f2c68bcde26690a18be920ea53b648407e4ee33444364b2a02f1517362c876e703abad02fc528a47de092ff
-EBUILD test_construct-2.0.1-r1.ebuild 605 BLAKE2B e196f6c66397ede5b6ac53867d11f51a341eda3a1a9851e4431234cd6b14089b9611ca28741af2d465a1b99c73cf16cd76b5a8be55c5a796ae9febb42c0a5dc7 SHA512 16fafa0e0090a2fb076715008b2c466515cb48bf548404e9635a2fc6e1d31a18008414ba1ab1a5bfec0a845ba8fb53f7d251f8b1a8ba58371fd3aaa6ecd5007c
-EBUILD test_construct-2.0.2.ebuild 598 BLAKE2B 44b65fe864a73e394d14ef583bad03815971df4dec8c0853fede1251a8be66c7356605aa9420a3697a51d240aa135d21c507868a8bc570016de08bfb9d3ea8e4 SHA512 c65c2c2a6246b1b47669b07d45eb1d2b48f60b55ebc12b995911534eb8290a81141bcc4093929e79e9a416059fc40526d0b04fe75e73a7a326323227e520c882
+EBUILD test_construct-2.0.2.ebuild 612 BLAKE2B b649d6428b6bd58d4835c8c4fb266aec7a2aedadca50419b415797e1bc5835623aee3f9f9bfcd3cae17bf0e8cebb37641ae2d1d78f683b82d952c339b9cda32f SHA512 03ba9d31bd4765c0a0ac853aa158d0263180550912b85190ca92b1c2a054addf8c9465ab429df4d1da03d4d8c7d39e9bc3fde34ce7162c66081898737b9e7420
MISC metadata.xml 344 BLAKE2B 57f981c2fc03d23ec6e61d5eed8c83a647e6e01273fe5c8d30bc3aeb2ad206e47cf11a4febea9f5fb4af1c4f112ad5d90e30d6669b9d77bb16fe939ab305a9e3 SHA512 a22764193d618f851e61007e23776099d89f6f81345326ca65916671ce532a0de0ca7bfe0714903ca004d19b876975b9d005980336731babea75d6e711fa9199
diff --git a/dev-ruby/test_construct/test_construct-2.0.1-r1.ebuild b/dev-ruby/test_construct/test_construct-2.0.1-r1.ebuild
deleted file mode 100644
index a4233d5a6d9a..000000000000
--- a/dev-ruby/test_construct/test_construct-2.0.1-r1.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="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Creates temporary files and directories for testing"
-HOMEPAGE="https://github.com/bhb/test_construct"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? (
- >=dev-ruby/minitest-5.0.8
- >=dev-ruby/mocha-0.14.0
- dev-ruby/rspec:3
-)"
-
-all_ruby_prepare() {
- sed -i -e '/bundler/ s:^:#:' Rakefile || die
-}
diff --git a/dev-ruby/test_construct/test_construct-2.0.2.ebuild b/dev-ruby/test_construct/test_construct-2.0.2.ebuild
index dd4b939f5a67..c3b98c578632 100644
--- a/dev-ruby/test_construct/test_construct-2.0.2.ebuild
+++ b/dev-ruby/test_construct/test_construct-2.0.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/bhb/test_construct"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
IUSE=""
ruby_add_bdepend "test? (