summaryrefslogtreecommitdiff
path: root/dev-ruby/pathutil
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-01-31 16:00:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-01-31 16:00:27 +0000
commit1db00cc6e94b90c08090bb5b8c406622946c4ae5 (patch)
treec34bf820c2809fb7e08ed5564df2a25cf759516f /dev-ruby/pathutil
parent693cc9b6e847a01c1bb692153021aaf9fb0fab25 (diff)
gentoo resync 31.01.2019
Diffstat (limited to 'dev-ruby/pathutil')
-rw-r--r--dev-ruby/pathutil/Manifest2
-rw-r--r--dev-ruby/pathutil/pathutil-0.16.2.ebuild6
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-ruby/pathutil/Manifest b/dev-ruby/pathutil/Manifest
index 882a8b0f801a..482bc29a8a27 100644
--- a/dev-ruby/pathutil/Manifest
+++ b/dev-ruby/pathutil/Manifest
@@ -1,3 +1,3 @@
DIST pathutil-0.16.2.tar.gz 26079 BLAKE2B 5a9d1dac1f1171ee6bc447725c04883cb56a9071927f3e0fdbcb9754345ac77a6609533a1308a411cb22658caeb2a4bed49225923af109bca288cfb3aeb3d669 SHA512 d06daf365b94dacd33966f3928a53f0f00d2fca7b9f6348a7efd2b55ab5ba937459e5bd78fde241f30749a1ae55e4ae3ba1ed8945b5333464e7d3ce9666cd054
-EBUILD pathutil-0.16.2.ebuild 869 BLAKE2B f854b07b9aea62409c2a3abd3ce6d7d421a5993612e1a6a0eb0ae14d1396fc92fdde63108647c1585b2206e06945ccf20facb3fa1e182090387ed75f45b60e00 SHA512 f66fac58463d3f7a0b0cfe8a7a536b0271d64c1a9662bb55f5845bec40354445b6d4b9c0252cc8c866157e0a10a2ab54b5a3ec988bda4de2da796832831e4b20
+EBUILD pathutil-0.16.2.ebuild 925 BLAKE2B ebc2511a3ee25cb6582d48d43f8477012db824041357e79d45f1c91e5831d6d3dc3547e04e4f385c3ea628ded755fdd05ab34e51e5db7662d2b469323bbd7cf3 SHA512 ff5d0052325fd3daecc03fb3c097cfa8b51f96a546e8168377cf98d22ab67fa94db5b2fce9766a4170eebd5e00f510751e314ba076583d9871eca9422950217f
MISC metadata.xml 397 BLAKE2B 5d92c61c8d5bd93ada1cfb8cf312518568a379c6fec784480adfe804458b6de4b05d22886dcc4df14dc4ceb196cac22d485b8748533c94179c82c26fb71ef1df SHA512 ad03cd42ae59368a0642c46f3ae06ddbb14e003ebaeb79e0a93ff9212ba9fc16bcfb20e90f9f5be49cd8e79a80355bcccbfbbdc44845df0d9b678a2c4a20debe
diff --git a/dev-ruby/pathutil/pathutil-0.16.2.ebuild b/dev-ruby/pathutil/pathutil-0.16.2.ebuild
index de1ff3557b23..8b97ba38abb5 100644
--- a/dev-ruby/pathutil/pathutil-0.16.2.ebuild
+++ b/dev-ruby/pathutil/pathutil-0.16.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
@@ -24,6 +24,8 @@ IUSE=""
ruby_add_rdepend ">=dev-ruby/forwardable-extended-2.6
<dev-ruby/forwardable-extended-3"
+ruby_add_bdepend "test? ( dev-ruby/safe_yaml )"
+
all_ruby_prepare() {
sed -i -e '/\(coverage\|luna\|rspec\/helpers\)/ s:^:#:' \
-e '1irequire "pathname"; require "tempfile"; require "tmpdir"; require "json"' \