summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2023-07-18 11:10:29 +0200
committerHans de Graaff <graaff@gentoo.org>2023-07-18 11:34:11 +0200
commitaad74bd99153c6fa0834eb192bc61321d66cddb8 (patch)
treefcdd504393319ced36eee889f8d42259b5c2c907 /dev-ruby/pathutil
parentsys-fs/udisks: add 2.10.0 (diff)
downloadgentoo-aad74bd99153c6fa0834eb192bc61321d66cddb8.tar.gz
gentoo-aad74bd99153c6fa0834eb192bc61321d66cddb8.tar.bz2
gentoo-aad74bd99153c6fa0834eb192bc61321d66cddb8.zip
dev-ruby/pathutil: drop 0.16.2-r1
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/pathutil')
-rw-r--r--dev-ruby/pathutil/pathutil-0.16.2-r1.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-ruby/pathutil/pathutil-0.16.2-r1.ebuild b/dev-ruby/pathutil/pathutil-0.16.2-r1.ebuild
deleted file mode 100644
index a2d80d2c8ccf..000000000000
--- a/dev-ruby/pathutil/pathutil-0.16.2-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby27 ruby30"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_GEMSPEC="Gem.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Like Pathname but a little less insane"
-HOMEPAGE="https://rubygems.org/gems/pathutil https://github.com/envygeeks/pathutil"
-SRC_URI="https://github.com/envygeeks/pathutil/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE=""
-
-PATCHES=( "${FILESDIR}/${P}-ruby30.patch" )
-
-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" ; gem "psych", "~> 3.0"' \
- spec/rspec/helper.rb || die
- rm -f spec/support/coverage.rb || die
-}