summaryrefslogtreecommitdiff
path: root/dev-ruby/path_expander
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/path_expander')
-rw-r--r--dev-ruby/path_expander/Manifest3
-rw-r--r--dev-ruby/path_expander/metadata.xml11
-rw-r--r--dev-ruby/path_expander/path_expander-1.1.3.ebuild29
-rw-r--r--dev-ruby/path_expander/path_expander-2.0.0.ebuild29
-rw-r--r--dev-ruby/path_expander/path_expander-2.0.1.ebuild29
5 files changed, 0 insertions, 101 deletions
diff --git a/dev-ruby/path_expander/Manifest b/dev-ruby/path_expander/Manifest
deleted file mode 100644
index 8580fddfb204..000000000000
--- a/dev-ruby/path_expander/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST path_expander-1.1.3.gem 13824 BLAKE2B 7852be8bb3ba816c0e2ac80f381a4b56913b4f928a79bacd488f0d761c700ef615d6f4c1e191d1fa4ae82a1f64d66bb46bf2a2863a971f0763e38f334a60a9ab SHA512 b522a7b43b72e33dd3d176067cbb53417620f13ee0c270993edcd3c9bc7ab0f36ecaa8feca0bca258c416ecf37855e1eb1ca2abbafccbbd08ed7a19a3556a035
-DIST path_expander-2.0.0.gem 13824 BLAKE2B db90b6321b8ea09052f3fb35c26f7f7db799c3077f62feb0497c321ab851806c8078476476b97a582f07a139c10088c17cc2f6c1f965f007719745feb9eea11c SHA512 730691ee2a7940dfc133080ddf8d13d5eb60d28c6624ff5c8ad8bf8f54c5866459c70c5be520699389a71c5d7ea5ada7d6d3f003f0b0bab62157c042d1dcf113
-DIST path_expander-2.0.1.gem 14336 BLAKE2B c6f9a980354a257113ba2c8cc45f48f79377a63b1b25264b0ba6ccbbb26ccf96a91f1d82bf11af36f5b5e6f64b0ccda25605051a4d765b972dd8c4744f35a039 SHA512 170653318502bce1d4e6e39edbe7c89d66c57a2e11647156b7e521ae34a521b28cbb8c8279bb3e45a5eb4fc67e2e1b4aa1a5f7032e49d3c6eed4e816fd1e8764
diff --git a/dev-ruby/path_expander/metadata.xml b/dev-ruby/path_expander/metadata.xml
deleted file mode 100644
index 826541e44c47..000000000000
--- a/dev-ruby/path_expander/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://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">seattlerb/path_expander</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ruby/path_expander/path_expander-1.1.3.ebuild b/dev-ruby/path_expander/path_expander-1.1.3.ebuild
deleted file mode 100644
index 23cb927a2254..000000000000
--- a/dev-ruby/path_expander/path_expander-1.1.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby32 ruby33 ruby34 ruby40"
-
-RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Pre-process CLI arguments expanding directories into their constituent files"
-HOMEPAGE="https://github.com/seattlerb/path_expander"
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="~amd64 ~x86"
-
-all_ruby_prepare() {
- # Fix tests depending on sort order
- sed -i -e '/test_process_args_dir/,/^ end/ s:^:#:' \
- -e '33 s/$/.sort/' \
- -e '83 s/act/act.sort/' \
- test/test_path_expander.rb || die
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib:.:test -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
-}
diff --git a/dev-ruby/path_expander/path_expander-2.0.0.ebuild b/dev-ruby/path_expander/path_expander-2.0.0.ebuild
deleted file mode 100644
index b3004dedc26a..000000000000
--- a/dev-ruby/path_expander/path_expander-2.0.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby32 ruby33 ruby34 ruby40"
-
-RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Pre-process CLI arguments expanding directories into their constituent files"
-HOMEPAGE="https://github.com/seattlerb/path_expander"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~x86"
-
-all_ruby_prepare() {
- # Fix tests depending on sort order
- sed -i -e '/test_process_args_dir/,/^ end/ s:^:#:' \
- -e '33 s/$/.sort/' \
- -e '83 s/act/act.sort/' \
- test/test_path_expander.rb || die
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib:.:test -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
-}
diff --git a/dev-ruby/path_expander/path_expander-2.0.1.ebuild b/dev-ruby/path_expander/path_expander-2.0.1.ebuild
deleted file mode 100644
index b3004dedc26a..000000000000
--- a/dev-ruby/path_expander/path_expander-2.0.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby32 ruby33 ruby34 ruby40"
-
-RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Pre-process CLI arguments expanding directories into their constituent files"
-HOMEPAGE="https://github.com/seattlerb/path_expander"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~x86"
-
-all_ruby_prepare() {
- # Fix tests depending on sort order
- sed -i -e '/test_process_args_dir/,/^ end/ s:^:#:' \
- -e '33 s/$/.sort/' \
- -e '83 s/act/act.sort/' \
- test/test_path_expander.rb || die
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib:.:test -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
-}