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

2024-05-26 Thread Hans de Graaff
commit: 7169948f64028bb7d2918426729a62ca6b8b4e38
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May 26 08:43:45 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May 26 09:26:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7169948f

dev-ruby/tty-prompt: stabilize 0.23.1-r1 for amd64

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

 dev-ruby/tty-prompt/tty-prompt-0.23.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tty-prompt/tty-prompt-0.23.1-r1.ebuild 
b/dev-ruby/tty-prompt/tty-prompt-0.23.1-r1.ebuild
index cdefde250a22..c23b7cbd513a 100644
--- a/dev-ruby/tty-prompt/tty-prompt-0.23.1-r1.ebuild
+++ b/dev-ruby/tty-prompt/tty-prompt-0.23.1-r1.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/piotrmurach/tty-prompt/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE=""
 
 ruby_add_rdepend "



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

2024-01-01 Thread Hans de Graaff
commit: 79634f748613da3b27ea9d31ab60463832a61428
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan  2 06:41:50 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jan  2 07:05:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79634f74

dev-ruby/tty-prompt: update EAPI 7 -> 8, add ruby33

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

 dev-ruby/tty-prompt/tty-prompt-0.23.1-r1.ebuild | 32 +
 1 file changed, 32 insertions(+)

diff --git a/dev-ruby/tty-prompt/tty-prompt-0.23.1-r1.ebuild 
b/dev-ruby/tty-prompt/tty-prompt-0.23.1-r1.ebuild
new file mode 100644
index ..cdefde250a22
--- /dev/null
+++ b/dev-ruby/tty-prompt/tty-prompt-0.23.1-r1.ebuild
@@ -0,0 +1,32 @@
+# 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_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="tty-prompt.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A beautiful and powerful interactive command line prompt"
+HOMEPAGE="https://github.com/piotrmurach/tty-prompt;
+SRC_URI="https://github.com/piotrmurach/tty-prompt/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/pastel-0.8:0
+   >=dev-ruby/tty-reader-0.8:0
+"
+
+all_ruby_prepare() {
+   echo '-rspec_helper' > .rspec || die
+   sed -i -e 's:require_relative ":require "./:' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
+}



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

2023-03-17 Thread Sam James
commit: 614913e5aef3f7ef24cfb506b1583f8d8d4599cb
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 15 07:19:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 18 00:01:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=614913e5

dev-ruby/tty-prompt: enable ruby32

```
Finished in 6.88 seconds (files took 0.15954 seconds to load)
494 examples, 0 failures

Randomized with seed 5583
```

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

 dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild 
b/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
index 6128abe77738..83aeb404b223 100644
--- a/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
+++ b/dev-ruby/tty-prompt/tty-prompt-0.23.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=7
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2022-04-18 Thread Hans de Graaff
commit: 0a115a6ca1be7fe3cb88847016e0264729606534
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 18 06:16:11 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 18 06:20:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a115a6c

dev-ruby/tty-prompt: enable ruby31 and disable ruby25

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

 dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild 
b/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
index c9ddb1410361..2c65ddd67c3f 100644
--- a/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
+++ b/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
@@ -2,7 +2,7 @@
 # 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_RECIPE_TEST="rspec3"
 



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

2022-01-03 Thread Jakov Smolić
commit: 7315e9fbdca8a93ac84323219fd47f4f5030b8bd
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Jan  3 09:40:58 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Jan  3 09:40:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7315e9fb

dev-ruby/tty-prompt: Keyword 0.23.1 x86, #807685

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild 
b/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
index 24a2b47130d3..c9ddb1410361 100644
--- a/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
+++ b/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/piotrmurach/tty-prompt/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE=""
 
 ruby_add_rdepend "



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

2021-12-31 Thread Matt Turner
commit: f61b144e5817211faa275d3722866c386afe8489
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Dec 31 20:07:05 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Dec 31 20:07:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f61b144e

dev-ruby/tty-prompt: Keyword 0.23.1 alpha, #807685

Signed-off-by: Matt Turner  gentoo.org>

 dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild 
b/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
index e43d71b2c088..24a2b47130d3 100644
--- a/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
+++ b/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/piotrmurach/tty-prompt/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc"
 IUSE=""
 
 ruby_add_rdepend "



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

2021-10-09 Thread Sam James
commit: c67be885e528c316d5627a283606f26357830fa1
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 10 00:05:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 10 00:05:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c67be885

dev-ruby/tty-prompt: Keyword 0.23.1 ppc64, #807685

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

 dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild 
b/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
index 618fa1ca1e7..e43d71b2c08 100644
--- a/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
+++ b/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/piotrmurach/tty-prompt/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~riscv ~sparc"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc"
 IUSE=""
 
 ruby_add_rdepend "



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

2021-10-09 Thread Sam James
commit: dff43f94fad7285e63f053463eff019bc371f45c
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 10 00:04:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 10 00:04:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dff43f94

dev-ruby/tty-prompt: Keyword 0.23.1 ppc, #807685

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

 dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild 
b/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
index 2c855c1bce8..618fa1ca1e7 100644
--- a/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
+++ b/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/piotrmurach/tty-prompt/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~riscv ~sparc"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~riscv ~sparc"
 IUSE=""
 
 ruby_add_rdepend "



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

2021-09-26 Thread Sam James
commit: 53f69b9f57f47b507e187cdd418db7bade1c747e
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 27 05:07:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 27 05:07:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53f69b9f

dev-ruby/tty-prompt: Stabilize 0.23.1 amd64, #812425

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

 dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild 
b/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
index 1e908885132..2c855c1bce8 100644
--- a/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
+++ b/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/piotrmurach/tty-prompt/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~sparc"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~riscv ~sparc"
 IUSE=""
 
 ruby_add_rdepend "



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

2021-09-14 Thread Sam James
commit: d996f2e7bafb1e3dd00900b38d1e02c8c54e1189
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:31:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:31:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d996f2e7

dev-ruby/tty-prompt: Keyword 0.23.1 arm, #807685

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

 dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild 
b/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
index eb074e0862e..1e908885132 100644
--- a/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
+++ b/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/piotrmurach/tty-prompt/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~riscv ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~sparc"
 IUSE=""
 
 ruby_add_rdepend "



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

2021-09-08 Thread Sam James
commit: 52b00f4019138d4fe2394af20ffac41e6661f84d
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  9 04:21:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  9 04:21:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52b00f40

dev-ruby/tty-prompt: Keyword 0.23.1 arm64, #807685

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

 dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild 
b/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
index 1f6d5722b47..eb074e0862e 100644
--- a/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
+++ b/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/piotrmurach/tty-prompt/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~riscv ~sparc"
+KEYWORDS="~amd64 ~arm64 ~hppa ~riscv ~sparc"
 IUSE=""
 
 ruby_add_rdepend "



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

2021-08-17 Thread Sam James
commit: a28749cd444c54d9d7d8682d7783531368cb5709
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Aug 17 07:35:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 17 18:56:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a28749cd

dev-ruby/tty-prompt: keyworded 0.23.1 for hppa/sparc, bug #807685

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild 
b/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
index ce542756611..1f6d5722b47 100644
--- a/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
+++ b/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/piotrmurach/tty-prompt/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~hppa ~riscv ~sparc"
 IUSE=""
 
 ruby_add_rdepend "



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

2021-08-06 Thread Hans de Graaff
commit: 93af1330f788dc26aeec806bf91df14793c98cd5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Aug  6 07:27:30 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Aug  6 07:31:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93af1330

dev-ruby/tty-prompt: add ruby30

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

 dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild 
b/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
index 2e94736fe33..ce542756611 100644
--- a/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
+++ b/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2021-08-03 Thread Marek Szuba
commit: 6a5607908d04e4b9d551731b5b5127403797bbcf
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Aug  3 13:52:02 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Aug  3 15:42:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a560790

dev-ruby/tty-prompt: keyword 0.23.1 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild 
b/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
index ccd06d3c998..2e94736fe33 100644
--- a/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
+++ b/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/piotrmurach/tty-prompt/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 IUSE=""
 
 ruby_add_rdepend "



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

2021-07-06 Thread Hans de Graaff
commit: 50d66170c25d46859b2e1cb2a8cfa06c93e89fd8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul  6 09:28:03 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul  6 10:26:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50d66170

dev-ruby/tty-prompt: cleanup

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

 dev-ruby/tty-prompt/Manifest |  4 
 dev-ruby/tty-prompt/tty-prompt-0.20.0.ebuild | 30 -
 dev-ruby/tty-prompt/tty-prompt-0.21.0.ebuild | 33 
 dev-ruby/tty-prompt/tty-prompt-0.22.0.ebuild | 32 ---
 dev-ruby/tty-prompt/tty-prompt-0.23.0.ebuild | 32 ---
 5 files changed, 131 deletions(-)

diff --git a/dev-ruby/tty-prompt/Manifest b/dev-ruby/tty-prompt/Manifest
index 06ba7f101e7..94787486a85 100644
--- a/dev-ruby/tty-prompt/Manifest
+++ b/dev-ruby/tty-prompt/Manifest
@@ -1,5 +1 @@
-DIST tty-prompt-0.20.0.gem 72704 BLAKE2B 
c3a24544459bfd70aa1ada029211d8873665794ac0dfa19bd02c86e3104c937aefc50009763ccacc3b3eb7c91b220125279c4388a94cd4dab5bc2cb77bad701e
 SHA512 
d3e018465779d673bb80d15f2706edd762236dbee37bc9bd090138fb5dd918c63c4cda3418054391b9d15032fde399911e50c6fbed9d8063afc5896b31fb3fb1
-DIST tty-prompt-0.21.0.tar.gz 72679 BLAKE2B 
1693a2ad49d308975c0f03d9bbf01a192bc6e5c66eb04108a08a7d338c79d20ac80e8b45b0833f57b6a4f5191880160a8df0a9b9751c3af1f3d77b4952c99393
 SHA512 
e2963951523f9077a6aac20d12b88d261902c1f6ab1ab01bafd9eef94df76e37fd1448d5b5f81a3a8d2335eade4618896a64c77e80e369b3a660bc8d361cb53d
-DIST tty-prompt-0.22.0.tar.gz 551572 BLAKE2B 
b18e3acba984c6848161deff659112ee2342d4021c0fa8df1aed1f19d4530382b4c2d4e215b42820be9939a8a56c163217ac59809b3e9b1e4d68068647eb
 SHA512 
2bc87d41c9359da1bb04a53c2f3535e4845e1a55594624235434b4e6d5f870029ae72436487fa6d2a795101d1fc8263d63dd89cc5d3e59b0756b80448c23e514
-DIST tty-prompt-0.23.0.tar.gz 553952 BLAKE2B 
32ac89708b89550c0e46e9dd76cc4acbb1a8bdf6a365019e463c30bd60ee0e06a74a7c5b2c4f8f3cbda70f3a37ec86d6b5be788aec5f73411381f6195c13a467
 SHA512 
c37213f37c33c756e99ac5aa3c6124c25b94d53a72e013ccca31427a4e9bdb05284926cfc89d39b444cbe75946fe64f1ec40ad61e89f9440b946d9d32ce3ca1b
 DIST tty-prompt-0.23.1.tar.gz 554471 BLAKE2B 
ae39444b80781ee5c85df87f4ec2b2231b4551a23202070c4570d0e4807a3e4465bb026299dd775de9abf2b8cefe3157cb3fc5297cce4d248f6f8e2aca8c572d
 SHA512 
5e2762d2b229f0aadde7fa09e43ccd317dbda057d829c9003fc6b18f9aaacda1416357af733c4e4f308041c8119ef344b3adc1954a6d31abf801cffdb1848a61

diff --git a/dev-ruby/tty-prompt/tty-prompt-0.20.0.ebuild 
b/dev-ruby/tty-prompt/tty-prompt-0.20.0.ebuild
deleted file mode 100644
index 60974d95f5d..000
--- a/dev-ruby/tty-prompt/tty-prompt-0.20.0.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_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A beautiful and powerful interactive command line prompt"
-HOMEPAGE="https://github.com/piotrmurach/tty-prompt;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
-   =dev-ruby/necromancer-0.5*
-   =dev-ruby/pastel-0.7*
-   =dev-ruby/tty-reader-0.7*
-"
-
-all_ruby_prepare() {
-   echo '-rspec_helper' > .rspec || die
-}

diff --git a/dev-ruby/tty-prompt/tty-prompt-0.21.0.ebuild 
b/dev-ruby/tty-prompt/tty-prompt-0.21.0.ebuild
deleted file mode 100644
index 5bbc1b0938c..000
--- a/dev-ruby/tty-prompt/tty-prompt-0.21.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="tty-prompt.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A beautiful and powerful interactive command line prompt"
-HOMEPAGE="https://github.com/piotrmurach/tty-prompt;
-SRC_URI="https://github.com/piotrmurach/tty-prompt/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
-   =dev-ruby/necromancer-0.5*
-   =dev-ruby/pastel-0.7*
-   =dev-ruby/tty-reader-0.7*
-"
-
-all_ruby_prepare() {
-   echo '-rspec_helper' > .rspec || die
-   sed -i -e 's:require_relative ":require "./:' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
-}

diff --git a/dev-ruby/tty-prompt/tty-prompt-0.22.0.ebuild 
b/dev-ruby/tty-prompt/tty-prompt-0.22.0.ebuild
deleted file mode 100644
index 86c2dc4efca..000
--- a/dev-ruby/tty-prompt/tty-prompt-0.22.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-

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

2021-04-17 Thread Hans de Graaff
commit: 1538ab36e4aa046c33a2de282c3d2d3ba79c7169
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 18 05:33:52 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 18 05:34:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1538ab36

dev-ruby/tty-prompt: add 0.23.1

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

 dev-ruby/tty-prompt/Manifest |  1 +
 dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/tty-prompt/Manifest b/dev-ruby/tty-prompt/Manifest
index 8c52c279dbc..06ba7f101e7 100644
--- a/dev-ruby/tty-prompt/Manifest
+++ b/dev-ruby/tty-prompt/Manifest
@@ -2,3 +2,4 @@ DIST tty-prompt-0.20.0.gem 72704 BLAKE2B 
c3a24544459bfd70aa1ada029211d8873665794
 DIST tty-prompt-0.21.0.tar.gz 72679 BLAKE2B 
1693a2ad49d308975c0f03d9bbf01a192bc6e5c66eb04108a08a7d338c79d20ac80e8b45b0833f57b6a4f5191880160a8df0a9b9751c3af1f3d77b4952c99393
 SHA512 
e2963951523f9077a6aac20d12b88d261902c1f6ab1ab01bafd9eef94df76e37fd1448d5b5f81a3a8d2335eade4618896a64c77e80e369b3a660bc8d361cb53d
 DIST tty-prompt-0.22.0.tar.gz 551572 BLAKE2B 
b18e3acba984c6848161deff659112ee2342d4021c0fa8df1aed1f19d4530382b4c2d4e215b42820be9939a8a56c163217ac59809b3e9b1e4d68068647eb
 SHA512 
2bc87d41c9359da1bb04a53c2f3535e4845e1a55594624235434b4e6d5f870029ae72436487fa6d2a795101d1fc8263d63dd89cc5d3e59b0756b80448c23e514
 DIST tty-prompt-0.23.0.tar.gz 553952 BLAKE2B 
32ac89708b89550c0e46e9dd76cc4acbb1a8bdf6a365019e463c30bd60ee0e06a74a7c5b2c4f8f3cbda70f3a37ec86d6b5be788aec5f73411381f6195c13a467
 SHA512 
c37213f37c33c756e99ac5aa3c6124c25b94d53a72e013ccca31427a4e9bdb05284926cfc89d39b444cbe75946fe64f1ec40ad61e89f9440b946d9d32ce3ca1b
+DIST tty-prompt-0.23.1.tar.gz 554471 BLAKE2B 
ae39444b80781ee5c85df87f4ec2b2231b4551a23202070c4570d0e4807a3e4465bb026299dd775de9abf2b8cefe3157cb3fc5297cce4d248f6f8e2aca8c572d
 SHA512 
5e2762d2b229f0aadde7fa09e43ccd317dbda057d829c9003fc6b18f9aaacda1416357af733c4e4f308041c8119ef344b3adc1954a6d31abf801cffdb1848a61

diff --git a/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild 
b/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
new file mode 100644
index 000..ccd06d3c998
--- /dev/null
+++ b/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="tty-prompt.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A beautiful and powerful interactive command line prompt"
+HOMEPAGE="https://github.com/piotrmurach/tty-prompt;
+SRC_URI="https://github.com/piotrmurach/tty-prompt/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/pastel-0.8:0
+   >=dev-ruby/tty-reader-0.8:0
+"
+
+all_ruby_prepare() {
+   echo '-rspec_helper' > .rspec || die
+   sed -i -e 's:require_relative ":require "./:' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
+}



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

2020-12-14 Thread Hans de Graaff
commit: 3115e542f8de7438b94e9774f8ce1a1be5346c88
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Dec 15 06:03:36 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Dec 15 06:03:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3115e542

dev-ruby/tty-prompt: add 0.23.0

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

 dev-ruby/tty-prompt/Manifest |  1 +
 dev-ruby/tty-prompt/tty-prompt-0.23.0.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/tty-prompt/Manifest b/dev-ruby/tty-prompt/Manifest
index a954d2b7298..8c52c279dbc 100644
--- a/dev-ruby/tty-prompt/Manifest
+++ b/dev-ruby/tty-prompt/Manifest
@@ -1,3 +1,4 @@
 DIST tty-prompt-0.20.0.gem 72704 BLAKE2B 
c3a24544459bfd70aa1ada029211d8873665794ac0dfa19bd02c86e3104c937aefc50009763ccacc3b3eb7c91b220125279c4388a94cd4dab5bc2cb77bad701e
 SHA512 
d3e018465779d673bb80d15f2706edd762236dbee37bc9bd090138fb5dd918c63c4cda3418054391b9d15032fde399911e50c6fbed9d8063afc5896b31fb3fb1
 DIST tty-prompt-0.21.0.tar.gz 72679 BLAKE2B 
1693a2ad49d308975c0f03d9bbf01a192bc6e5c66eb04108a08a7d338c79d20ac80e8b45b0833f57b6a4f5191880160a8df0a9b9751c3af1f3d77b4952c99393
 SHA512 
e2963951523f9077a6aac20d12b88d261902c1f6ab1ab01bafd9eef94df76e37fd1448d5b5f81a3a8d2335eade4618896a64c77e80e369b3a660bc8d361cb53d
 DIST tty-prompt-0.22.0.tar.gz 551572 BLAKE2B 
b18e3acba984c6848161deff659112ee2342d4021c0fa8df1aed1f19d4530382b4c2d4e215b42820be9939a8a56c163217ac59809b3e9b1e4d68068647eb
 SHA512 
2bc87d41c9359da1bb04a53c2f3535e4845e1a55594624235434b4e6d5f870029ae72436487fa6d2a795101d1fc8263d63dd89cc5d3e59b0756b80448c23e514
+DIST tty-prompt-0.23.0.tar.gz 553952 BLAKE2B 
32ac89708b89550c0e46e9dd76cc4acbb1a8bdf6a365019e463c30bd60ee0e06a74a7c5b2c4f8f3cbda70f3a37ec86d6b5be788aec5f73411381f6195c13a467
 SHA512 
c37213f37c33c756e99ac5aa3c6124c25b94d53a72e013ccca31427a4e9bdb05284926cfc89d39b444cbe75946fe64f1ec40ad61e89f9440b946d9d32ce3ca1b

diff --git a/dev-ruby/tty-prompt/tty-prompt-0.23.0.ebuild 
b/dev-ruby/tty-prompt/tty-prompt-0.23.0.ebuild
new file mode 100644
index 000..86c2dc4efca
--- /dev/null
+++ b/dev-ruby/tty-prompt/tty-prompt-0.23.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="tty-prompt.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A beautiful and powerful interactive command line prompt"
+HOMEPAGE="https://github.com/piotrmurach/tty-prompt;
+SRC_URI="https://github.com/piotrmurach/tty-prompt/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/pastel-0.8:0
+   >=dev-ruby/tty-reader-0.8:0
+"
+
+all_ruby_prepare() {
+   echo '-rspec_helper' > .rspec || die
+   sed -i -e 's:require_relative ":require "./:' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
+}



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

2020-09-07 Thread Hans de Graaff
commit: ce4a067379e83b52c5d98197e2b2775c5e8bd8cd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Sep  7 06:31:35 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Sep  7 07:59:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce4a0673

dev-ruby/tty-prompt: cleanup

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

 dev-ruby/tty-prompt/Manifest |  1 -
 dev-ruby/tty-prompt/tty-prompt-0.19.0.ebuild | 30 
 2 files changed, 31 deletions(-)

diff --git a/dev-ruby/tty-prompt/Manifest b/dev-ruby/tty-prompt/Manifest
index 36aa20eeb36..a954d2b7298 100644
--- a/dev-ruby/tty-prompt/Manifest
+++ b/dev-ruby/tty-prompt/Manifest
@@ -1,4 +1,3 @@
-DIST tty-prompt-0.19.0.gem 71680 BLAKE2B 
67da3c428fa5ab602fa4735d06115ba5bab53f06d43109fa06810e538cafae5486767f41927fc77616e608278a0f955659734704c9536b40e87682e6f0e5718b
 SHA512 
958263a7b3b7cfbac2877d81878b324fe53bc258be36749597f959085643e50247651bf48fceff4bf1098b68cf47dae68f30173e45585bfdbf7126959387427a
 DIST tty-prompt-0.20.0.gem 72704 BLAKE2B 
c3a24544459bfd70aa1ada029211d8873665794ac0dfa19bd02c86e3104c937aefc50009763ccacc3b3eb7c91b220125279c4388a94cd4dab5bc2cb77bad701e
 SHA512 
d3e018465779d673bb80d15f2706edd762236dbee37bc9bd090138fb5dd918c63c4cda3418054391b9d15032fde399911e50c6fbed9d8063afc5896b31fb3fb1
 DIST tty-prompt-0.21.0.tar.gz 72679 BLAKE2B 
1693a2ad49d308975c0f03d9bbf01a192bc6e5c66eb04108a08a7d338c79d20ac80e8b45b0833f57b6a4f5191880160a8df0a9b9751c3af1f3d77b4952c99393
 SHA512 
e2963951523f9077a6aac20d12b88d261902c1f6ab1ab01bafd9eef94df76e37fd1448d5b5f81a3a8d2335eade4618896a64c77e80e369b3a660bc8d361cb53d
 DIST tty-prompt-0.22.0.tar.gz 551572 BLAKE2B 
b18e3acba984c6848161deff659112ee2342d4021c0fa8df1aed1f19d4530382b4c2d4e215b42820be9939a8a56c163217ac59809b3e9b1e4d68068647eb
 SHA512 
2bc87d41c9359da1bb04a53c2f3535e4845e1a55594624235434b4e6d5f870029ae72436487fa6d2a795101d1fc8263d63dd89cc5d3e59b0756b80448c23e514

diff --git a/dev-ruby/tty-prompt/tty-prompt-0.19.0.ebuild 
b/dev-ruby/tty-prompt/tty-prompt-0.19.0.ebuild
deleted file mode 100644
index 9e021c8b536..000
--- a/dev-ruby/tty-prompt/tty-prompt-0.19.0.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_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A beautiful and powerful interactive command line prompt"
-HOMEPAGE="https://github.com/piotrmurach/tty-prompt;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
-   =dev-ruby/necromancer-0.5*
-   =dev-ruby/pastel-0.7*
-   =dev-ruby/tty-reader-0.6*
-"
-
-all_ruby_prepare() {
-   echo '-rspec_helper' > .rspec || die
-}



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

2020-08-02 Thread Hans de Graaff
commit: ed6ea70a6bdfd3ca40d524d21d8bf1355afdba43
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Aug  3 05:06:49 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Aug  3 05:08:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed6ea70a

dev-ruby/tty-prompt: add 0.22.0

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

 dev-ruby/tty-prompt/Manifest |  1 +
 dev-ruby/tty-prompt/tty-prompt-0.22.0.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/tty-prompt/Manifest b/dev-ruby/tty-prompt/Manifest
index b859aaf0123..36aa20eeb36 100644
--- a/dev-ruby/tty-prompt/Manifest
+++ b/dev-ruby/tty-prompt/Manifest
@@ -1,3 +1,4 @@
 DIST tty-prompt-0.19.0.gem 71680 BLAKE2B 
67da3c428fa5ab602fa4735d06115ba5bab53f06d43109fa06810e538cafae5486767f41927fc77616e608278a0f955659734704c9536b40e87682e6f0e5718b
 SHA512 
958263a7b3b7cfbac2877d81878b324fe53bc258be36749597f959085643e50247651bf48fceff4bf1098b68cf47dae68f30173e45585bfdbf7126959387427a
 DIST tty-prompt-0.20.0.gem 72704 BLAKE2B 
c3a24544459bfd70aa1ada029211d8873665794ac0dfa19bd02c86e3104c937aefc50009763ccacc3b3eb7c91b220125279c4388a94cd4dab5bc2cb77bad701e
 SHA512 
d3e018465779d673bb80d15f2706edd762236dbee37bc9bd090138fb5dd918c63c4cda3418054391b9d15032fde399911e50c6fbed9d8063afc5896b31fb3fb1
 DIST tty-prompt-0.21.0.tar.gz 72679 BLAKE2B 
1693a2ad49d308975c0f03d9bbf01a192bc6e5c66eb04108a08a7d338c79d20ac80e8b45b0833f57b6a4f5191880160a8df0a9b9751c3af1f3d77b4952c99393
 SHA512 
e2963951523f9077a6aac20d12b88d261902c1f6ab1ab01bafd9eef94df76e37fd1448d5b5f81a3a8d2335eade4618896a64c77e80e369b3a660bc8d361cb53d
+DIST tty-prompt-0.22.0.tar.gz 551572 BLAKE2B 
b18e3acba984c6848161deff659112ee2342d4021c0fa8df1aed1f19d4530382b4c2d4e215b42820be9939a8a56c163217ac59809b3e9b1e4d68068647eb
 SHA512 
2bc87d41c9359da1bb04a53c2f3535e4845e1a55594624235434b4e6d5f870029ae72436487fa6d2a795101d1fc8263d63dd89cc5d3e59b0756b80448c23e514

diff --git a/dev-ruby/tty-prompt/tty-prompt-0.22.0.ebuild 
b/dev-ruby/tty-prompt/tty-prompt-0.22.0.ebuild
new file mode 100644
index 000..86c2dc4efca
--- /dev/null
+++ b/dev-ruby/tty-prompt/tty-prompt-0.22.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="tty-prompt.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A beautiful and powerful interactive command line prompt"
+HOMEPAGE="https://github.com/piotrmurach/tty-prompt;
+SRC_URI="https://github.com/piotrmurach/tty-prompt/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/pastel-0.8:0
+   >=dev-ruby/tty-reader-0.8:0
+"
+
+all_ruby_prepare() {
+   echo '-rspec_helper' > .rspec || die
+   sed -i -e 's:require_relative ":require "./:' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
+}



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

2020-04-11 Thread Hans de Graaff
commit: 5d0073d6b412ad938e44e5081db6a88b8cd8da49
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr 11 06:01:57 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr 11 06:05:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d0073d6

dev-ruby/tty-prompt: add 0.21.0

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

 dev-ruby/tty-prompt/Manifest |  1 +
 dev-ruby/tty-prompt/tty-prompt-0.21.0.ebuild | 33 
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/tty-prompt/Manifest b/dev-ruby/tty-prompt/Manifest
index c98ea6aff62..b859aaf0123 100644
--- a/dev-ruby/tty-prompt/Manifest
+++ b/dev-ruby/tty-prompt/Manifest
@@ -1,2 +1,3 @@
 DIST tty-prompt-0.19.0.gem 71680 BLAKE2B 
67da3c428fa5ab602fa4735d06115ba5bab53f06d43109fa06810e538cafae5486767f41927fc77616e608278a0f955659734704c9536b40e87682e6f0e5718b
 SHA512 
958263a7b3b7cfbac2877d81878b324fe53bc258be36749597f959085643e50247651bf48fceff4bf1098b68cf47dae68f30173e45585bfdbf7126959387427a
 DIST tty-prompt-0.20.0.gem 72704 BLAKE2B 
c3a24544459bfd70aa1ada029211d8873665794ac0dfa19bd02c86e3104c937aefc50009763ccacc3b3eb7c91b220125279c4388a94cd4dab5bc2cb77bad701e
 SHA512 
d3e018465779d673bb80d15f2706edd762236dbee37bc9bd090138fb5dd918c63c4cda3418054391b9d15032fde399911e50c6fbed9d8063afc5896b31fb3fb1
+DIST tty-prompt-0.21.0.tar.gz 72679 BLAKE2B 
1693a2ad49d308975c0f03d9bbf01a192bc6e5c66eb04108a08a7d338c79d20ac80e8b45b0833f57b6a4f5191880160a8df0a9b9751c3af1f3d77b4952c99393
 SHA512 
e2963951523f9077a6aac20d12b88d261902c1f6ab1ab01bafd9eef94df76e37fd1448d5b5f81a3a8d2335eade4618896a64c77e80e369b3a660bc8d361cb53d

diff --git a/dev-ruby/tty-prompt/tty-prompt-0.21.0.ebuild 
b/dev-ruby/tty-prompt/tty-prompt-0.21.0.ebuild
new file mode 100644
index 000..5bbc1b0938c
--- /dev/null
+++ b/dev-ruby/tty-prompt/tty-prompt-0.21.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="tty-prompt.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A beautiful and powerful interactive command line prompt"
+HOMEPAGE="https://github.com/piotrmurach/tty-prompt;
+SRC_URI="https://github.com/piotrmurach/tty-prompt/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+   =dev-ruby/necromancer-0.5*
+   =dev-ruby/pastel-0.7*
+   =dev-ruby/tty-reader-0.7*
+"
+
+all_ruby_prepare() {
+   echo '-rspec_helper' > .rspec || die
+   sed -i -e 's:require_relative ":require "./:' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
+}



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

2019-11-24 Thread Hans de Graaff
commit: 7f1b11642eaf187c9fe3a60870a0a1329c509c30
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Nov 25 06:22:20 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Nov 25 06:22:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f1b1164

dev-ruby/tty-prompt: add 0.20.0

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

 dev-ruby/tty-prompt/Manifest |  1 +
 dev-ruby/tty-prompt/tty-prompt-0.20.0.ebuild | 30 
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/tty-prompt/Manifest b/dev-ruby/tty-prompt/Manifest
index 17949469a8e..c98ea6aff62 100644
--- a/dev-ruby/tty-prompt/Manifest
+++ b/dev-ruby/tty-prompt/Manifest
@@ -1 +1,2 @@
 DIST tty-prompt-0.19.0.gem 71680 BLAKE2B 
67da3c428fa5ab602fa4735d06115ba5bab53f06d43109fa06810e538cafae5486767f41927fc77616e608278a0f955659734704c9536b40e87682e6f0e5718b
 SHA512 
958263a7b3b7cfbac2877d81878b324fe53bc258be36749597f959085643e50247651bf48fceff4bf1098b68cf47dae68f30173e45585bfdbf7126959387427a
+DIST tty-prompt-0.20.0.gem 72704 BLAKE2B 
c3a24544459bfd70aa1ada029211d8873665794ac0dfa19bd02c86e3104c937aefc50009763ccacc3b3eb7c91b220125279c4388a94cd4dab5bc2cb77bad701e
 SHA512 
d3e018465779d673bb80d15f2706edd762236dbee37bc9bd090138fb5dd918c63c4cda3418054391b9d15032fde399911e50c6fbed9d8063afc5896b31fb3fb1

diff --git a/dev-ruby/tty-prompt/tty-prompt-0.20.0.ebuild 
b/dev-ruby/tty-prompt/tty-prompt-0.20.0.ebuild
new file mode 100644
index 000..60974d95f5d
--- /dev/null
+++ b/dev-ruby/tty-prompt/tty-prompt-0.20.0.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_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A beautiful and powerful interactive command line prompt"
+HOMEPAGE="https://github.com/piotrmurach/tty-prompt;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+   =dev-ruby/necromancer-0.5*
+   =dev-ruby/pastel-0.7*
+   =dev-ruby/tty-reader-0.7*
+"
+
+all_ruby_prepare() {
+   echo '-rspec_helper' > .rspec || die
+}



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

2019-06-16 Thread Hans de Graaff
commit: 22b91e85c3042871bc130170d76e1e15efc58016
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jun 16 06:17:04 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 16 06:37:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22b91e85

dev-ruby/tty-prompt: add missing deps

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

 dev-ruby/tty-prompt/tty-prompt-0.19.0.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/dev-ruby/tty-prompt/tty-prompt-0.19.0.ebuild 
b/dev-ruby/tty-prompt/tty-prompt-0.19.0.ebuild
index dc49d8a9461..9e021c8b536 100644
--- a/dev-ruby/tty-prompt/tty-prompt-0.19.0.ebuild
+++ b/dev-ruby/tty-prompt/tty-prompt-0.19.0.ebuild
@@ -19,6 +19,12 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 
+ruby_add_rdepend "
+   =dev-ruby/necromancer-0.5*
+   =dev-ruby/pastel-0.7*
+   =dev-ruby/tty-reader-0.6*
+"
+
 all_ruby_prepare() {
echo '-rspec_helper' > .rspec || die
 }



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

2019-06-16 Thread Hans de Graaff
commit: c203b35358f8b3c0b8ebb778ac00f96135ccd1cb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jun 16 06:15:37 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 16 06:37:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c203b353

dev-ruby/tty-prompt: initial import of 0.19.0

Dependency for forthcoming dev-ruby/tty-file

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

 dev-ruby/tty-prompt/Manifest |  1 +
 dev-ruby/tty-prompt/metadata.xml | 11 +++
 dev-ruby/tty-prompt/tty-prompt-0.19.0.ebuild | 24 
 3 files changed, 36 insertions(+)

diff --git a/dev-ruby/tty-prompt/Manifest b/dev-ruby/tty-prompt/Manifest
new file mode 100644
index 000..17949469a8e
--- /dev/null
+++ b/dev-ruby/tty-prompt/Manifest
@@ -0,0 +1 @@
+DIST tty-prompt-0.19.0.gem 71680 BLAKE2B 
67da3c428fa5ab602fa4735d06115ba5bab53f06d43109fa06810e538cafae5486767f41927fc77616e608278a0f955659734704c9536b40e87682e6f0e5718b
 SHA512 
958263a7b3b7cfbac2877d81878b324fe53bc258be36749597f959085643e50247651bf48fceff4bf1098b68cf47dae68f30173e45585bfdbf7126959387427a

diff --git a/dev-ruby/tty-prompt/metadata.xml b/dev-ruby/tty-prompt/metadata.xml
new file mode 100644
index 000..a2602b5574e
--- /dev/null
+++ b/dev-ruby/tty-prompt/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   r...@gentoo.org
+   Gentoo Ruby Project
+   
+   
+   piotrmurach/tty-prompt
+   
+

diff --git a/dev-ruby/tty-prompt/tty-prompt-0.19.0.ebuild 
b/dev-ruby/tty-prompt/tty-prompt-0.19.0.ebuild
new file mode 100644
index 000..dc49d8a9461
--- /dev/null
+++ b/dev-ruby/tty-prompt/tty-prompt-0.19.0.ebuild
@@ -0,0 +1,24 @@
+# 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_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A beautiful and powerful interactive command line prompt"
+HOMEPAGE="https://github.com/piotrmurach/tty-prompt;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+   echo '-rspec_helper' > .rspec || die
+}