[gentoo-commits] repo/gentoo:master commit in: dev-ruby/path_expander/

2024-09-11 Thread Hans de Graaff
commit: 72ccd53bb0febc863b12a4128eecc06c98e149e9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Sep 12 05:33:13 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Sep 12 05:33:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ccd53b

dev-ruby/path_expander: add 1.1.3

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/path_expander/Manifest   |  1 +
 dev-ruby/path_expander/path_expander-1.1.3.ebuild | 28 +++
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/path_expander/Manifest b/dev-ruby/path_expander/Manifest
index 7f53854657f0..7b5423e5293a 100644
--- a/dev-ruby/path_expander/Manifest
+++ b/dev-ruby/path_expander/Manifest
@@ -1,2 +1,3 @@
 DIST path_expander-1.1.1.gem 13312 BLAKE2B 
d22b7253be821f7bf73bef48843b64356e5a4c66fb532844e4de25e9f4e01486560defda00d8cbc698a3d3b936cff742bdd3005afb32f9a41318d380d2f575cc
 SHA512 
bd670b45bf8a265faf0ab9e845782e7bb6fa62e4360d3b5109b83b27afc54d3d372db1d0df9a098eb6935d24d29a973848c7b914b5ee0d67069ddc88c0aa79b7
 DIST path_expander-1.1.2.gem 13824 BLAKE2B 
0f618b136b0322c8fcde8c2acbcc594108aaef4765d336f26ab8fa5bdd433d1577795f8a946987370fed4da5d7219d6b1115c930fd0a87a06d11579bd24420b8
 SHA512 
998aa55fa1cc31498ef65753aab734650031ae1e42a7f2b5757edd50ea57076f87ee6d5a03bc62d93768709f06dd0a0564080d8563dec0f9d7605501348dd718
+DIST path_expander-1.1.3.gem 13824 BLAKE2B 
7852be8bb3ba816c0e2ac80f381a4b56913b4f928a79bacd488f0d761c700ef615d6f4c1e191d1fa4ae82a1f64d66bb46bf2a2863a971f0763e38f334a60a9ab
 SHA512 
b522a7b43b72e33dd3d176067cbb53417620f13ee0c270993edcd3c9bc7ab0f36ecaa8feca0bca258c416ecf37855e1eb1ca2abbafccbbd08ed7a19a3556a035

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 ..42eac7956233
--- /dev/null
+++ b/dev-ruby/path_expander/path_expander-1.1.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/path_expander/

2024-07-11 Thread Hans de Graaff
commit: a5fa7f28843630ccf4380097b3346834ae22a3a5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul 12 05:56:48 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 12 05:59:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5fa7f28

dev-ruby/path_expander: add 1.1.2

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/path_expander/Manifest   |  1 +
 dev-ruby/path_expander/path_expander-1.1.2.ebuild | 28 +++
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/path_expander/Manifest b/dev-ruby/path_expander/Manifest
index ae36185b00fc..7f53854657f0 100644
--- a/dev-ruby/path_expander/Manifest
+++ b/dev-ruby/path_expander/Manifest
@@ -1 +1,2 @@
 DIST path_expander-1.1.1.gem 13312 BLAKE2B 
d22b7253be821f7bf73bef48843b64356e5a4c66fb532844e4de25e9f4e01486560defda00d8cbc698a3d3b936cff742bdd3005afb32f9a41318d380d2f575cc
 SHA512 
bd670b45bf8a265faf0ab9e845782e7bb6fa62e4360d3b5109b83b27afc54d3d372db1d0df9a098eb6935d24d29a973848c7b914b5ee0d67069ddc88c0aa79b7
+DIST path_expander-1.1.2.gem 13824 BLAKE2B 
0f618b136b0322c8fcde8c2acbcc594108aaef4765d336f26ab8fa5bdd433d1577795f8a946987370fed4da5d7219d6b1115c930fd0a87a06d11579bd24420b8
 SHA512 
998aa55fa1cc31498ef65753aab734650031ae1e42a7f2b5757edd50ea57076f87ee6d5a03bc62d93768709f06dd0a0564080d8563dec0f9d7605501348dd718

diff --git a/dev-ruby/path_expander/path_expander-1.1.2.ebuild 
b/dev-ruby/path_expander/path_expander-1.1.2.ebuild
new file mode 100644
index ..42eac7956233
--- /dev/null
+++ b/dev-ruby/path_expander/path_expander-1.1.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/path_expander/

2023-12-27 Thread Hans de Graaff
commit: 140380f14d69b18daa31e5a518482dd122b63a92
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec 27 13:51:10 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec 27 13:55:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=140380f1

dev-ruby/path_expander: enable ruby33

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/path_expander/path_expander-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/path_expander/path_expander-1.1.1.ebuild 
b/dev-ruby/path_expander/path_expander-1.1.1.ebuild
index 700b5792cdda..a7ddd0c6c45e 100644
--- a/dev-ruby/path_expander/path_expander-1.1.1.ebuild
+++ b/dev-ruby/path_expander/path_expander-1.1.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/path_expander/

2023-06-17 Thread Hans de Graaff
commit: 750b3946556a002897a1eaaf7507fb440aed4bca
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun 17 06:38:20 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jun 17 08:15:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=750b3946

dev-ruby/path_expander: drop 1.1.0

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/path_expander/Manifest   |  1 -
 dev-ruby/path_expander/path_expander-1.1.0.ebuild | 29 ---
 2 files changed, 30 deletions(-)

diff --git a/dev-ruby/path_expander/Manifest b/dev-ruby/path_expander/Manifest
index c59f2ebf4c0e..ae36185b00fc 100644
--- a/dev-ruby/path_expander/Manifest
+++ b/dev-ruby/path_expander/Manifest
@@ -1,2 +1 @@
-DIST path_expander-1.1.0.gem 13312 BLAKE2B 
dca42a0e995d7ef87cef3dd26251ce378df33db557c5089b58f1130ed4c61b5521012198e381853c3583601d990aeff3a8463393e89e891b2ca9c923831ba31d
 SHA512 
eebcd1caafba5c40512cc0c6e3419137fc169215d2eac77914419d9f3a6e200350d742b13953b2dbbdd532c9ef73e950c920017a4f178941c1e04ee832e038f7
 DIST path_expander-1.1.1.gem 13312 BLAKE2B 
d22b7253be821f7bf73bef48843b64356e5a4c66fb532844e4de25e9f4e01486560defda00d8cbc698a3d3b936cff742bdd3005afb32f9a41318d380d2f575cc
 SHA512 
bd670b45bf8a265faf0ab9e845782e7bb6fa62e4360d3b5109b83b27afc54d3d372db1d0df9a098eb6935d24d29a973848c7b914b5ee0d67069ddc88c0aa79b7

diff --git a/dev-ruby/path_expander/path_expander-1.1.0.ebuild 
b/dev-ruby/path_expander/path_expander-1.1.0.ebuild
deleted file mode 100644
index 0d35b7ab7044..
--- a/dev-ruby/path_expander/path_expander-1.1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-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"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="1"
-IUSE=""
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/path_expander/

2023-03-27 Thread Sam James
commit: 7893caf14c7c3aa65d7a8293f2d714a4d509ce5f
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 27 08:59:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 27 09:14:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7893caf1

dev-ruby/path_expander: enable ruby32

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/path_expander/path_expander-1.1.1.ebuild | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-ruby/path_expander/path_expander-1.1.1.ebuild 
b/dev-ruby/path_expander/path_expander-1.1.1.ebuild
index 6b828c31ed55..700b5792cdda 100644
--- a/dev-ruby/path_expander/path_expander-1.1.1.ebuild
+++ b/dev-ruby/path_expander/path_expander-1.1.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
 
@@ -10,11 +10,10 @@ inherit ruby-fakegem
 
 DESCRIPTION="Pre-process CLI arguments expanding directories into their 
constituent files"
 HOMEPAGE="https://github.com/seattlerb/path_expander";
-LICENSE="MIT"
 
-KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
 SLOT="1"
-IUSE=""
+KEYWORDS="~amd64 ~x86"
 
 all_ruby_prepare() {
# Fix tests depending on sort order



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/path_expander/

2022-07-03 Thread Hans de Graaff
commit: 07bd3b0780a43d837073dc725aff770d4ab195a9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jul  4 05:10:39 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jul  4 05:10:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07bd3b07

dev-ruby/path_expander: add 1.1.1

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/path_expander/Manifest   |  1 +
 dev-ruby/path_expander/path_expander-1.1.1.ebuild | 29 +++
 2 files changed, 30 insertions(+)

diff --git a/dev-ruby/path_expander/Manifest b/dev-ruby/path_expander/Manifest
index 13653294f35d..c59f2ebf4c0e 100644
--- a/dev-ruby/path_expander/Manifest
+++ b/dev-ruby/path_expander/Manifest
@@ -1 +1,2 @@
 DIST path_expander-1.1.0.gem 13312 BLAKE2B 
dca42a0e995d7ef87cef3dd26251ce378df33db557c5089b58f1130ed4c61b5521012198e381853c3583601d990aeff3a8463393e89e891b2ca9c923831ba31d
 SHA512 
eebcd1caafba5c40512cc0c6e3419137fc169215d2eac77914419d9f3a6e200350d742b13953b2dbbdd532c9ef73e950c920017a4f178941c1e04ee832e038f7
+DIST path_expander-1.1.1.gem 13312 BLAKE2B 
d22b7253be821f7bf73bef48843b64356e5a4c66fb532844e4de25e9f4e01486560defda00d8cbc698a3d3b936cff742bdd3005afb32f9a41318d380d2f575cc
 SHA512 
bd670b45bf8a265faf0ab9e845782e7bb6fa62e4360d3b5109b83b27afc54d3d372db1d0df9a098eb6935d24d29a973848c7b914b5ee0d67069ddc88c0aa79b7

diff --git a/dev-ruby/path_expander/path_expander-1.1.1.ebuild 
b/dev-ruby/path_expander/path_expander-1.1.1.ebuild
new file mode 100644
index ..6b828c31ed55
--- /dev/null
+++ b/dev-ruby/path_expander/path_expander-1.1.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+
+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"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="1"
+IUSE=""
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/path_expander/

2022-04-09 Thread Hans de Graaff
commit: c6d90b92775d1a9104d318d623da3f02e646120e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 10 04:45:30 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 10 04:45:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6d90b92

dev-ruby/path_expander: enable ruby31 and disable ruby25

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/path_expander/path_expander-1.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/path_expander/path_expander-1.1.0.ebuild 
b/dev-ruby/path_expander/path_expander-1.1.0.ebuild
index 465b25df2d46..0d35b7ab7044 100644
--- a/dev-ruby/path_expander/path_expander-1.1.0.ebuild
+++ b/dev-ruby/path_expander/path_expander-1.1.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/path_expander/

2021-07-07 Thread Hans de Graaff
commit: c85b37ff5c3783f9a2f8ee61a572a2bce0b21969
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul  7 07:29:35 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul  7 07:29:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c85b37ff

dev-ruby/path_expander: add ruby27, ruby30

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/path_expander/path_expander-1.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/path_expander/path_expander-1.1.0.ebuild 
b/dev-ruby/path_expander/path_expander-1.1.0.ebuild
index 6c8722ce1e1..465b25df2d4 100644
--- a/dev-ruby/path_expander/path_expander-1.1.0.ebuild
+++ b/dev-ruby/path_expander/path_expander-1.1.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/path_expander/

2020-09-10 Thread Hans de Graaff
commit: 13ad1881a9bd1ed2cb2c1b15535ffb00aa23fc6c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Sep 11 04:52:38 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Sep 11 04:52:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13ad1881

dev-ruby/path_expander: cleanup

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/path_expander/Manifest   |  3 ---
 dev-ruby/path_expander/path_expander-1.0.3.ebuild | 30 ---
 dev-ruby/path_expander/path_expander-1.0.4.ebuild | 30 ---
 dev-ruby/path_expander/path_expander-1.0.5.ebuild | 29 --
 4 files changed, 92 deletions(-)

diff --git a/dev-ruby/path_expander/Manifest b/dev-ruby/path_expander/Manifest
index 2dd42752f29..13653294f35 100644
--- a/dev-ruby/path_expander/Manifest
+++ b/dev-ruby/path_expander/Manifest
@@ -1,4 +1 @@
-DIST path_expander-1.0.3.gem 13312 BLAKE2B 
79be135b73f192e86cbdfae7a203434c4c8b1535c2db959141db79fd6a2eedd92c6436376485ccf3f8c15efcda31de40a7dd5a8c71eece17ca1e72f7bd7e95b7
 SHA512 
e05d66759a863f69845e41da1677f2020111e85e206d58acb93d18e044833f70b9420929e731884e6bcd156988ca3ae836f9913697ec85756a71f68499469ef2
-DIST path_expander-1.0.4.gem 13312 BLAKE2B 
9372b904a490cc07a29430a397d84d09484486517769a7803e983af31f6a181c7a5f8c2af15e5fcdfd9b794c9bfa1f5bd908c39d22c2b2e2dc7b8eb0a929592c
 SHA512 
69d45724f3ba406a6dc96df06be1dd9cc869a52c4ea19eac9b900a8db083ce04fad4dbb37e5e75f5a229114f7b65023df2edd7c367a0670432e74105cd3c298c
-DIST path_expander-1.0.5.gem 13312 BLAKE2B 
2edea26334df78dc5f3b9b4b0030141c7af61c93c47a921b6dffe02dd8018336dedb9d5a5dba92ccad42ca935d8e4c58be9f3c284263bac56af4d31c107f9258
 SHA512 
ef5d4798481988ed07ea801c8e7173ac6bdc62554a9c38337e09853f87e49783b64a4e9ee4f4fc63968ebbd324e4960a4ccbc53bded64248d89de25a930c11fb
 DIST path_expander-1.1.0.gem 13312 BLAKE2B 
dca42a0e995d7ef87cef3dd26251ce378df33db557c5089b58f1130ed4c61b5521012198e381853c3583601d990aeff3a8463393e89e891b2ca9c923831ba31d
 SHA512 
eebcd1caafba5c40512cc0c6e3419137fc169215d2eac77914419d9f3a6e200350d742b13953b2dbbdd532c9ef73e950c920017a4f178941c1e04ee832e038f7

diff --git a/dev-ruby/path_expander/path_expander-1.0.3.ebuild 
b/dev-ruby/path_expander/path_expander-1.0.3.ebuild
deleted file mode 100644
index e197c8a5c3a..000
--- a/dev-ruby/path_expander/path_expander-1.0.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-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"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="1"
-IUSE=""
-
-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-1.0.4.ebuild 
b/dev-ruby/path_expander/path_expander-1.0.4.ebuild
deleted file mode 100644
index 8bca9466ad0..000
--- a/dev-ruby/path_expander/path_expander-1.0.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-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"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="1"
-IUSE=""
-
-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-1.0.5.ebuild 
b/dev-ruby/path_expander/path_expander-1.0.5.ebuild
deleted file mode 100644
index 6c8722ce1e1..000
--- a/dev-ruby/path_expander/path_expander-1.0.5.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Pre-process CLI arguments expanding directories into their 
constituent files"

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/path_expander/

2019-09-25 Thread Hans de Graaff
commit: bb3019aeb73e1b7bc09d948dd1bfc4d61bc77478
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Sep 26 03:45:42 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Sep 26 03:45:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb3019ae

dev-ruby/path_expander: add 1.1.0

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/path_expander/Manifest   |  1 +
 dev-ruby/path_expander/path_expander-1.1.0.ebuild | 29 +++
 2 files changed, 30 insertions(+)

diff --git a/dev-ruby/path_expander/Manifest b/dev-ruby/path_expander/Manifest
index a4bbca23e8b..2dd42752f29 100644
--- a/dev-ruby/path_expander/Manifest
+++ b/dev-ruby/path_expander/Manifest
@@ -1,3 +1,4 @@
 DIST path_expander-1.0.3.gem 13312 BLAKE2B 
79be135b73f192e86cbdfae7a203434c4c8b1535c2db959141db79fd6a2eedd92c6436376485ccf3f8c15efcda31de40a7dd5a8c71eece17ca1e72f7bd7e95b7
 SHA512 
e05d66759a863f69845e41da1677f2020111e85e206d58acb93d18e044833f70b9420929e731884e6bcd156988ca3ae836f9913697ec85756a71f68499469ef2
 DIST path_expander-1.0.4.gem 13312 BLAKE2B 
9372b904a490cc07a29430a397d84d09484486517769a7803e983af31f6a181c7a5f8c2af15e5fcdfd9b794c9bfa1f5bd908c39d22c2b2e2dc7b8eb0a929592c
 SHA512 
69d45724f3ba406a6dc96df06be1dd9cc869a52c4ea19eac9b900a8db083ce04fad4dbb37e5e75f5a229114f7b65023df2edd7c367a0670432e74105cd3c298c
 DIST path_expander-1.0.5.gem 13312 BLAKE2B 
2edea26334df78dc5f3b9b4b0030141c7af61c93c47a921b6dffe02dd8018336dedb9d5a5dba92ccad42ca935d8e4c58be9f3c284263bac56af4d31c107f9258
 SHA512 
ef5d4798481988ed07ea801c8e7173ac6bdc62554a9c38337e09853f87e49783b64a4e9ee4f4fc63968ebbd324e4960a4ccbc53bded64248d89de25a930c11fb
+DIST path_expander-1.1.0.gem 13312 BLAKE2B 
dca42a0e995d7ef87cef3dd26251ce378df33db557c5089b58f1130ed4c61b5521012198e381853c3583601d990aeff3a8463393e89e891b2ca9c923831ba31d
 SHA512 
eebcd1caafba5c40512cc0c6e3419137fc169215d2eac77914419d9f3a6e200350d742b13953b2dbbdd532c9ef73e950c920017a4f178941c1e04ee832e038f7

diff --git a/dev-ruby/path_expander/path_expander-1.1.0.ebuild 
b/dev-ruby/path_expander/path_expander-1.1.0.ebuild
new file mode 100644
index 000..6c8722ce1e1
--- /dev/null
+++ b/dev-ruby/path_expander/path_expander-1.1.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+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"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="1"
+IUSE=""
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/path_expander/

2019-09-15 Thread Hans de Graaff
commit: 36aebc01c1151e41c7d31fcbf3ad2d95b3b8faa3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Sep 16 05:57:42 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Sep 16 05:57:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36aebc01

dev-ruby/path_expander: add 1.0.5

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/path_expander/Manifest   |  1 +
 dev-ruby/path_expander/path_expander-1.0.5.ebuild | 29 +++
 2 files changed, 30 insertions(+)

diff --git a/dev-ruby/path_expander/Manifest b/dev-ruby/path_expander/Manifest
index b55ff52abb5..a4bbca23e8b 100644
--- a/dev-ruby/path_expander/Manifest
+++ b/dev-ruby/path_expander/Manifest
@@ -1,2 +1,3 @@
 DIST path_expander-1.0.3.gem 13312 BLAKE2B 
79be135b73f192e86cbdfae7a203434c4c8b1535c2db959141db79fd6a2eedd92c6436376485ccf3f8c15efcda31de40a7dd5a8c71eece17ca1e72f7bd7e95b7
 SHA512 
e05d66759a863f69845e41da1677f2020111e85e206d58acb93d18e044833f70b9420929e731884e6bcd156988ca3ae836f9913697ec85756a71f68499469ef2
 DIST path_expander-1.0.4.gem 13312 BLAKE2B 
9372b904a490cc07a29430a397d84d09484486517769a7803e983af31f6a181c7a5f8c2af15e5fcdfd9b794c9bfa1f5bd908c39d22c2b2e2dc7b8eb0a929592c
 SHA512 
69d45724f3ba406a6dc96df06be1dd9cc869a52c4ea19eac9b900a8db083ce04fad4dbb37e5e75f5a229114f7b65023df2edd7c367a0670432e74105cd3c298c
+DIST path_expander-1.0.5.gem 13312 BLAKE2B 
2edea26334df78dc5f3b9b4b0030141c7af61c93c47a921b6dffe02dd8018336dedb9d5a5dba92ccad42ca935d8e4c58be9f3c284263bac56af4d31c107f9258
 SHA512 
ef5d4798481988ed07ea801c8e7173ac6bdc62554a9c38337e09853f87e49783b64a4e9ee4f4fc63968ebbd324e4960a4ccbc53bded64248d89de25a930c11fb

diff --git a/dev-ruby/path_expander/path_expander-1.0.5.ebuild 
b/dev-ruby/path_expander/path_expander-1.0.5.ebuild
new file mode 100644
index 000..6c8722ce1e1
--- /dev/null
+++ b/dev-ruby/path_expander/path_expander-1.0.5.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+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"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="1"
+IUSE=""
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/path_expander/

2019-05-26 Thread Hans de Graaff
commit: f90717934d9dc778877f72e6b3054bc3b1a1ddc1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May 27 05:11:19 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May 27 05:21:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9071793

dev-ruby/path_expander: add 1.0.4

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-ruby/path_expander/Manifest   |  1 +
 dev-ruby/path_expander/path_expander-1.0.4.ebuild | 30 +++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/path_expander/Manifest b/dev-ruby/path_expander/Manifest
index bbeb535fc36..04091576b14 100644
--- a/dev-ruby/path_expander/Manifest
+++ b/dev-ruby/path_expander/Manifest
@@ -1,2 +1,3 @@
 DIST path_expander-1.0.2.gem 12800 BLAKE2B 
99bc161e39803b01f2bac48eaca063a00473db1cf2f033837a1ffc187847a32aa5a88077d163b8acb2a75171a5fb134f47ee6d82cc8105d4ce297919ea8fce76
 SHA512 
550d20be7f3379ccb30e2e0c86c26348103d7d11d7b5d21c684c341cdb7cf1aaa29886c7b1210265af7bbc1853b8c26a0048d6bd40a8a2752938101e64a23468
 DIST path_expander-1.0.3.gem 13312 BLAKE2B 
79be135b73f192e86cbdfae7a203434c4c8b1535c2db959141db79fd6a2eedd92c6436376485ccf3f8c15efcda31de40a7dd5a8c71eece17ca1e72f7bd7e95b7
 SHA512 
e05d66759a863f69845e41da1677f2020111e85e206d58acb93d18e044833f70b9420929e731884e6bcd156988ca3ae836f9913697ec85756a71f68499469ef2
+DIST path_expander-1.0.4.gem 13312 BLAKE2B 
9372b904a490cc07a29430a397d84d09484486517769a7803e983af31f6a181c7a5f8c2af15e5fcdfd9b794c9bfa1f5bd908c39d22c2b2e2dc7b8eb0a929592c
 SHA512 
69d45724f3ba406a6dc96df06be1dd9cc869a52c4ea19eac9b900a8db083ce04fad4dbb37e5e75f5a229114f7b65023df2edd7c367a0670432e74105cd3c298c

diff --git a/dev-ruby/path_expander/path_expander-1.0.4.ebuild 
b/dev-ruby/path_expander/path_expander-1.0.4.ebuild
new file mode 100644
index 000..8bca9466ad0
--- /dev/null
+++ b/dev-ruby/path_expander/path_expander-1.0.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+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"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="1"
+IUSE=""
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/path_expander/

2019-05-26 Thread Hans de Graaff
commit: a4bbdc295e262f088874dc9386a87c0f683b6d25
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May 27 05:11:55 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May 27 05:21:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4bbdc29

dev-ruby/path_expander: cleanup

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-ruby/path_expander/Manifest   |  1 -
 dev-ruby/path_expander/path_expander-1.0.2.ebuild | 30 ---
 2 files changed, 31 deletions(-)

diff --git a/dev-ruby/path_expander/Manifest b/dev-ruby/path_expander/Manifest
index 04091576b14..b55ff52abb5 100644
--- a/dev-ruby/path_expander/Manifest
+++ b/dev-ruby/path_expander/Manifest
@@ -1,3 +1,2 @@
-DIST path_expander-1.0.2.gem 12800 BLAKE2B 
99bc161e39803b01f2bac48eaca063a00473db1cf2f033837a1ffc187847a32aa5a88077d163b8acb2a75171a5fb134f47ee6d82cc8105d4ce297919ea8fce76
 SHA512 
550d20be7f3379ccb30e2e0c86c26348103d7d11d7b5d21c684c341cdb7cf1aaa29886c7b1210265af7bbc1853b8c26a0048d6bd40a8a2752938101e64a23468
 DIST path_expander-1.0.3.gem 13312 BLAKE2B 
79be135b73f192e86cbdfae7a203434c4c8b1535c2db959141db79fd6a2eedd92c6436376485ccf3f8c15efcda31de40a7dd5a8c71eece17ca1e72f7bd7e95b7
 SHA512 
e05d66759a863f69845e41da1677f2020111e85e206d58acb93d18e044833f70b9420929e731884e6bcd156988ca3ae836f9913697ec85756a71f68499469ef2
 DIST path_expander-1.0.4.gem 13312 BLAKE2B 
9372b904a490cc07a29430a397d84d09484486517769a7803e983af31f6a181c7a5f8c2af15e5fcdfd9b794c9bfa1f5bd908c39d22c2b2e2dc7b8eb0a929592c
 SHA512 
69d45724f3ba406a6dc96df06be1dd9cc869a52c4ea19eac9b900a8db083ce04fad4dbb37e5e75f5a229114f7b65023df2edd7c367a0670432e74105cd3c298c

diff --git a/dev-ruby/path_expander/path_expander-1.0.2.ebuild 
b/dev-ruby/path_expander/path_expander-1.0.2.ebuild
deleted file mode 100644
index d63deb96850..000
--- a/dev-ruby/path_expander/path_expander-1.0.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-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"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="1"
-IUSE=""
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/path_expander/

2019-01-28 Thread Hans de Graaff
commit: 5a8d35a4aff52495a7d01fdd3d4c548a5d307831
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan 28 21:21:15 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan 28 21:45:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a8d35a4

dev-ruby/path_expander: add ruby26

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/path_expander/path_expander-1.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/path_expander/path_expander-1.0.3.ebuild 
b/dev-ruby/path_expander/path_expander-1.0.3.ebuild
index d63deb96850..e197c8a5c3a 100644
--- a/dev-ruby/path_expander/path_expander-1.0.3.ebuild
+++ b/dev-ruby/path_expander/path_expander-1.0.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/path_expander/

2018-03-24 Thread Hans de Graaff
commit: de0c3f8ac1b734ec4a035820f89d703121819052
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Mar 24 06:36:35 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Mar 24 08:35:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de0c3f8a

dev-ruby/path_expander: add 1.0.3

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/path_expander/Manifest   |  1 +
 dev-ruby/path_expander/path_expander-1.0.3.ebuild | 30 +++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/path_expander/Manifest b/dev-ruby/path_expander/Manifest
index f6675e7dc47..bbeb535fc36 100644
--- a/dev-ruby/path_expander/Manifest
+++ b/dev-ruby/path_expander/Manifest
@@ -1 +1,2 @@
 DIST path_expander-1.0.2.gem 12800 BLAKE2B 
99bc161e39803b01f2bac48eaca063a00473db1cf2f033837a1ffc187847a32aa5a88077d163b8acb2a75171a5fb134f47ee6d82cc8105d4ce297919ea8fce76
 SHA512 
550d20be7f3379ccb30e2e0c86c26348103d7d11d7b5d21c684c341cdb7cf1aaa29886c7b1210265af7bbc1853b8c26a0048d6bd40a8a2752938101e64a23468
+DIST path_expander-1.0.3.gem 13312 BLAKE2B 
79be135b73f192e86cbdfae7a203434c4c8b1535c2db959141db79fd6a2eedd92c6436376485ccf3f8c15efcda31de40a7dd5a8c71eece17ca1e72f7bd7e95b7
 SHA512 
e05d66759a863f69845e41da1677f2020111e85e206d58acb93d18e044833f70b9420929e731884e6bcd156988ca3ae836f9913697ec85756a71f68499469ef2

diff --git a/dev-ruby/path_expander/path_expander-1.0.3.ebuild 
b/dev-ruby/path_expander/path_expander-1.0.3.ebuild
new file mode 100644
index 000..d63deb96850
--- /dev/null
+++ b/dev-ruby/path_expander/path_expander-1.0.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+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"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="1"
+IUSE=""
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/path_expander/

2018-01-08 Thread Thomas Deutschmann
commit: 46cbe2f16a7897fbc19b0eb0173c7f304c6cb9e1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jan  8 23:46:07 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jan  8 23:57:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46cbe2f1

dev-ruby/path_expander: x86 keyworded (bug #605950)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/path_expander/path_expander-1.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/path_expander/path_expander-1.0.2.ebuild 
b/dev-ruby/path_expander/path_expander-1.0.2.ebuild
index 97d13e7f16f..d63deb96850 100644
--- a/dev-ruby/path_expander/path_expander-1.0.2.ebuild
+++ b/dev-ruby/path_expander/path_expander-1.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ DESCRIPTION="Pre-process CLI arguments expanding directories 
into their constitu
 HOMEPAGE="https://github.com/seattlerb/path_expander";
 LICENSE="MIT"
 
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 SLOT="1"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/path_expander/

2017-12-28 Thread Hans de Graaff
commit: 1f9e37adf82c4dd36e1fe7d1d62c1c421217ae78
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 06:25:51 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 06:25:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f9e37ad

dev-ruby/path_expander: cleanup

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/path_expander/Manifest   |  1 -
 dev-ruby/path_expander/path_expander-1.0.1.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-ruby/path_expander/Manifest b/dev-ruby/path_expander/Manifest
index 5761f3698e1..f6675e7dc47 100644
--- a/dev-ruby/path_expander/Manifest
+++ b/dev-ruby/path_expander/Manifest
@@ -1,2 +1 @@
-DIST path_expander-1.0.1.gem 12800 BLAKE2B 
a06b835f303693d8cf6bd29c3adcf715f5a3aab6053697ff145aacaca2b0bcaea80aff929600683335772ee51c06c155e923990343c60d8f5e1d0cc39e9ca12b
 SHA512 
a87fb90ca9af0a28c51339761dd0b66926d1288009cb5cae32793587a59cf8a81cc8cacf8561ea49d1d77ddec49385892d0c3bf70cfa7da29390c4d32f9a29b2
 DIST path_expander-1.0.2.gem 12800 BLAKE2B 
99bc161e39803b01f2bac48eaca063a00473db1cf2f033837a1ffc187847a32aa5a88077d163b8acb2a75171a5fb134f47ee6d82cc8105d4ce297919ea8fce76
 SHA512 
550d20be7f3379ccb30e2e0c86c26348103d7d11d7b5d21c684c341cdb7cf1aaa29886c7b1210265af7bbc1853b8c26a0048d6bd40a8a2752938101e64a23468

diff --git a/dev-ruby/path_expander/path_expander-1.0.1.ebuild 
b/dev-ruby/path_expander/path_expander-1.0.1.ebuild
deleted file mode 100644
index d2f6f19699b..000
--- a/dev-ruby/path_expander/path_expander-1.0.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Helps pre-process command-line arguments expanding directories 
into their constituent files."
-HOMEPAGE="https://github.com/seattlerb/path_expander";
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="1"
-IUSE=""
-
-each_ruby_test() {
-   ${RUBY} -Ilib:.:test -e 'Dir["test/test_*.rb"].each{|f| require f}' || 
die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/path_expander/

2017-12-28 Thread Hans de Graaff
commit: 7eae263fe330bb7bd5e09f5cb6813ebaa5f2daf5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 06:26:49 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 06:26:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eae263f

dev-ruby/path_expander: add ruby25

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/path_expander/path_expander-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/path_expander/path_expander-1.0.2.ebuild 
b/dev-ruby/path_expander/path_expander-1.0.2.ebuild
index 273f8c24c1e..97d13e7f16f 100644
--- a/dev-ruby/path_expander/path_expander-1.0.2.ebuild
+++ b/dev-ruby/path_expander/path_expander-1.0.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/path_expander/

2017-07-19 Thread Hans de Graaff
commit: 9947765326686950e4d451f32463b6608f51cb1e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jul 20 05:59:47 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jul 20 06:25:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99477653

dev-ruby/path_expander: add 1.0.2; fix tests, bug 623312

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/path_expander/Manifest   |  1 +
 dev-ruby/path_expander/path_expander-1.0.2.ebuild | 30 +++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/path_expander/Manifest b/dev-ruby/path_expander/Manifest
index 30a8d8726b8..aca9949ae8e 100644
--- a/dev-ruby/path_expander/Manifest
+++ b/dev-ruby/path_expander/Manifest
@@ -1 +1,2 @@
 DIST path_expander-1.0.1.gem 12800 SHA256 
a940510b051d0811a7b1cef8284114256423bff876fe22a8e9d5e40596b37442 SHA512 
a87fb90ca9af0a28c51339761dd0b66926d1288009cb5cae32793587a59cf8a81cc8cacf8561ea49d1d77ddec49385892d0c3bf70cfa7da29390c4d32f9a29b2
 WHIRLPOOL 
9e3bc78af7098d9839dd7b7086a727677b0e328d19528ee1878226ca981ae6d5cf9290853533a3daf3357d68ac99c80f6eeef011c69a900c53945bff667abe23
+DIST path_expander-1.0.2.gem 12800 SHA256 
8a8cf958f54b9b02f34a4fe2ce239b52f238e2d45380edea6c5f49972fac5e73 SHA512 
550d20be7f3379ccb30e2e0c86c26348103d7d11d7b5d21c684c341cdb7cf1aaa29886c7b1210265af7bbc1853b8c26a0048d6bd40a8a2752938101e64a23468
 WHIRLPOOL 
5b26ec807b8a4d1b6958ea3c62b141454d1f436c04ba4a4b70fa56574c9a4fa3fb35283ca6a774c54514763c1d707276143cacd7482cb3e7251995e3a7c97935

diff --git a/dev-ruby/path_expander/path_expander-1.0.2.ebuild 
b/dev-ruby/path_expander/path_expander-1.0.2.ebuild
new file mode 100644
index 000..273f8c24c1e
--- /dev/null
+++ b/dev-ruby/path_expander/path_expander-1.0.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+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"
+
+KEYWORDS="~amd64"
+SLOT="1"
+IUSE=""
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/path_expander/

2017-01-16 Thread Hans de Graaff
commit: a321d0866367ea5382ab081414acc2ed6dc21d4b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan 17 07:11:00 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jan 17 07:11:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a321d086

dev-ruby/path_expander: initial import of 1.0.1

Package-Manager: portage-2.3.0

 dev-ruby/path_expander/Manifest   |  1 +
 dev-ruby/path_expander/metadata.xml   |  8 
 dev-ruby/path_expander/path_expander-1.0.1.ebuild | 23 +++
 3 files changed, 32 insertions(+)

diff --git a/dev-ruby/path_expander/Manifest b/dev-ruby/path_expander/Manifest
new file mode 100644
index ..30a8d87
--- /dev/null
+++ b/dev-ruby/path_expander/Manifest
@@ -0,0 +1 @@
+DIST path_expander-1.0.1.gem 12800 SHA256 
a940510b051d0811a7b1cef8284114256423bff876fe22a8e9d5e40596b37442 SHA512 
a87fb90ca9af0a28c51339761dd0b66926d1288009cb5cae32793587a59cf8a81cc8cacf8561ea49d1d77ddec49385892d0c3bf70cfa7da29390c4d32f9a29b2
 WHIRLPOOL 
9e3bc78af7098d9839dd7b7086a727677b0e328d19528ee1878226ca981ae6d5cf9290853533a3daf3357d68ac99c80f6eeef011c69a900c53945bff667abe23

diff --git a/dev-ruby/path_expander/metadata.xml 
b/dev-ruby/path_expander/metadata.xml
new file mode 100644
index ..28ab0c1
--- /dev/null
+++ b/dev-ruby/path_expander/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+   r...@gentoo.org
+   Gentoo Ruby Project
+
+

diff --git a/dev-ruby/path_expander/path_expander-1.0.1.ebuild 
b/dev-ruby/path_expander/path_expander-1.0.1.ebuild
new file mode 100644
index ..8b1bec6
--- /dev/null
+++ b/dev-ruby/path_expander/path_expander-1.0.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Helps pre-process command-line arguments expanding directories 
into their constituent files."
+HOMEPAGE="https://github.com/seattlerb/path_expander";
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="1"
+IUSE=""
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e 'Dir["test/test_*.rb"].each{|f| require f}' || 
die
+}