diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-ruby/path_expander | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-ruby/path_expander')
| -rw-r--r-- | dev-ruby/path_expander/Manifest | 3 | ||||
| -rw-r--r-- | dev-ruby/path_expander/metadata.xml | 9 | ||||
| -rw-r--r-- | dev-ruby/path_expander/path_expander-1.1.3.ebuild | 29 | ||||
| -rw-r--r-- | dev-ruby/path_expander/path_expander-2.0.0.ebuild | 29 | ||||
| -rw-r--r-- | dev-ruby/path_expander/path_expander-2.0.1.ebuild | 29 |
5 files changed, 99 insertions, 0 deletions
diff --git a/dev-ruby/path_expander/Manifest b/dev-ruby/path_expander/Manifest new file mode 100644 index 000000000000..8580fddfb204 --- /dev/null +++ b/dev-ruby/path_expander/Manifest @@ -0,0 +1,3 @@ +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 new file mode 100644 index 000000000000..c685ebad7e3a --- /dev/null +++ b/dev-ruby/path_expander/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>ruby@gentoo.org</email> + <name>Gentoo Ruby Project</name> + </maintainer> + <origin>baldeagleos-repo</origin> +</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 new file mode 100644 index 000000000000..23cb927a2254 --- /dev/null +++ b/dev-ruby/path_expander/path_expander-1.1.3.ebuild @@ -0,0 +1,29 @@ +# 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 new file mode 100644 index 000000000000..b3004dedc26a --- /dev/null +++ b/dev-ruby/path_expander/path_expander-2.0.0.ebuild @@ -0,0 +1,29 @@ +# 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 new file mode 100644 index 000000000000..b3004dedc26a --- /dev/null +++ b/dev-ruby/path_expander/path_expander-2.0.1.ebuild @@ -0,0 +1,29 @@ +# 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 +} |
