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

2023-12-31 Thread Hans de Graaff
commit: fbe684c272565cd2c8ca72e0dd04eab09ac3af32
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 31 08:29:42 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 31 08:45:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbe684c2

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

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

 dev-ruby/tty-cursor/tty-cursor-0.7.1-r1.ebuild | 29 ++
 1 file changed, 29 insertions(+)

diff --git a/dev-ruby/tty-cursor/tty-cursor-0.7.1-r1.ebuild 
b/dev-ruby/tty-cursor/tty-cursor-0.7.1-r1.ebuild
new file mode 100644
index ..bf71d2b5e4ef
--- /dev/null
+++ b/dev-ruby/tty-cursor/tty-cursor-0.7.1-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 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_BINWRAP=""
+RUBY_FAKEGEM_GEMSPEC="tty-cursor.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Move the terminal cursor around and manipulate text using 
intuitive method calls"
+HOMEPAGE="https://github.com/piotrmurach/tty-cursor";
+SRC_URI="https://github.com/piotrmurach/tty-cursor/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+
+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-cursor/

2023-03-17 Thread Sam James
commit: b17cc98d9ac9c531b0673498186639782a66b28d
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 15 07:10:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 18 00:01:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b17cc98d

dev-ruby/tty-cursor: enable ruby32

```
Finished in 0.00851 seconds (files took 0.07127 seconds to load)
42 examples, 0 failures

Randomized with seed 16312
```

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

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

diff --git a/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild 
b/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
index 73023cfff948..bba595145135 100644
--- a/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
+++ b/dev-ruby/tty-cursor/tty-cursor-0.7.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="ruby26 ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2022-04-17 Thread Hans de Graaff
commit: 64c3320d36ce3668002b96385c75d272f560bcb0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 17 16:22:11 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 18 06:20:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64c3320d

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

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

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

diff --git a/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild 
b/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
index 1830b2b54402..df93cfe31699 100644
--- a/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
+++ b/dev-ruby/tty-cursor/tty-cursor-0.7.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-cursor/

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

dev-ruby/tty-cursor: Keyword 0.7.1 x86, #807685

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

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

diff --git a/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild 
b/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
index b2a1c57bb40c..1830b2b54402 100644
--- a/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
+++ b/dev-ruby/tty-cursor/tty-cursor-0.7.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
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/piotrmurach/tty-cursor/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=""
 
 all_ruby_prepare() {



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

2021-12-31 Thread Matt Turner
commit: 9ee8ae1ba201233af6162e4c1f07a05fd66483d2
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Dec 31 20:07:04 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Dec 31 20:07:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ee8ae1b

dev-ruby/tty-cursor: Keyword 0.7.1 alpha, #807685

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

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

diff --git a/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild 
b/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
index aa8301985634..b2a1c57bb40c 100644
--- a/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
+++ b/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/piotrmurach/tty-cursor/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=""
 
 all_ruby_prepare() {



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

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

dev-ruby/tty-cursor: Keyword 0.7.1 ppc64, #807685

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

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

diff --git a/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild 
b/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
index 99fc6257fff..aa830198563 100644
--- a/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
+++ b/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/piotrmurach/tty-cursor/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=""
 
 all_ruby_prepare() {



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

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

dev-ruby/tty-cursor: Keyword 0.7.1 ppc, #807685

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

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

diff --git a/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild 
b/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
index fa2f0e21e8f..99fc6257fff 100644
--- a/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
+++ b/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/piotrmurach/tty-cursor/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=""
 
 all_ruby_prepare() {



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

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

dev-ruby/tty-cursor: Stabilize 0.7.1 amd64, #812425

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

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

diff --git a/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild 
b/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
index e15b775b761..fa2f0e21e8f 100644
--- a/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
+++ b/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/piotrmurach/tty-cursor/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=""
 
 all_ruby_prepare() {



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

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

dev-ruby/tty-cursor: Keyword 0.7.1 arm, #807685

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

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

diff --git a/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild 
b/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
index 83099807c47..e15b775b761 100644
--- a/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
+++ b/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/piotrmurach/tty-cursor/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~riscv ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~sparc"
 IUSE=""
 
 all_ruby_prepare() {



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

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

dev-ruby/tty-cursor: Keyword 0.7.1 arm64, #807685

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

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

diff --git a/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild 
b/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
index 82a486da5e0..83099807c47 100644
--- a/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
+++ b/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/piotrmurach/tty-cursor/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~riscv ~sparc"
+KEYWORDS="~amd64 ~arm64 ~hppa ~riscv ~sparc"
 IUSE=""
 
 all_ruby_prepare() {



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

2021-08-15 Thread Sam James
commit: d65e41169e107327f659a89ddca96691f5c7de48
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Aug 14 08:03:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 15 19:50:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d65e4116

dev-ruby/tty-cursor: keyworded 0.7.1 for hppa/sparc, bug #807685

Package-Manager: Portage-3.0.20, Repoman-3.0.2
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-cursor/tty-cursor-0.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild 
b/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
index 59e1350e225..82a486da5e0 100644
--- a/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
+++ b/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/piotrmurach/tty-cursor/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~hppa ~riscv ~sparc"
 IUSE=""
 
 all_ruby_prepare() {



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

2021-08-03 Thread Marek Szuba
commit: 178e9ee905ca12cd0573be36ca1e514fbd29a303
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Aug  3 13:32:38 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Aug  3 15:42:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=178e9ee9

dev-ruby/tty-cursor: keyword 0.7.1 for ~riscv

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

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

diff --git a/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild 
b/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
index ff798696483..59e1350e225 100644
--- a/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
+++ b/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/piotrmurach/tty-cursor/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 IUSE=""
 
 all_ruby_prepare() {



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

2021-04-17 Thread Hans de Graaff
commit: 1de472ff159431fcdf24209461c9b5d141e3f9d5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 18 05:32:12 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 18 05:34:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1de472ff

dev-ruby/tty-cursor: add ruby30

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

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

diff --git a/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild 
b/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
index db36fec431a..ff798696483 100644
--- a/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
+++ b/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 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 ruby27"
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2020-09-07 Thread Hans de Graaff
commit: 266e11f1adc2e239033d2b18b6862b28e3d21724
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Sep  7 08:01:34 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Sep  8 05:48:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=266e11f1

dev-ruby/tty-cursor: cleanup

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

 dev-ruby/tty-cursor/Manifest|  1 -
 dev-ruby/tty-cursor/tty-cursor-0.7.0.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-ruby/tty-cursor/Manifest b/dev-ruby/tty-cursor/Manifest
index 232708c13b7..7d714e52e27 100644
--- a/dev-ruby/tty-cursor/Manifest
+++ b/dev-ruby/tty-cursor/Manifest
@@ -1,2 +1 @@
-DIST tty-cursor-0.7.0.gem 11776 BLAKE2B 
5dea8f2bde63f803639b4300bf3a8b22a89de7a20530ede38f75bdae7fbb522fe70adb0c78e20cc45e8001dba9fb378722f9fce6d26a68c0af00b7bc98a62a96
 SHA512 
00de195ba183174ebd10da7f1fdbb436a17fe9befc6eacb2d4cf4b1505be2c7d0719c0dc32d75a82900b2252ffbed00219ce31836c442b63c267e26dad40da63
 DIST tty-cursor-0.7.1.tar.gz 11015 BLAKE2B 
222602d7dd3ef2372555913dc59bdd4b4965ac5c3601268d0f77060835d4ae9bc9fa23d54f811e7c0a453b80786d4ef07e0bd26cc8d76f6b963787a04b17569b
 SHA512 
7c1f664bfb3c8c46aab08cb3806b8a00d92b45195fae47e851967f88040cc64d598bdd80e37f782be83fa60dff82c607d93026ffbf003125fea8230f4e18639e

diff --git a/dev-ruby/tty-cursor/tty-cursor-0.7.0.ebuild 
b/dev-ruby/tty-cursor/tty-cursor-0.7.0.ebuild
deleted file mode 100644
index 560f169fc10..000
--- a/dev-ruby/tty-cursor/tty-cursor-0.7.0.ebuild
+++ /dev/null
@@ -1,24 +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="Move the terminal cursor around and manipulate text using 
intuitive method calls"
-HOMEPAGE="https://github.com/piotrmurach/tty-cursor";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
-   echo '-rspec_helper' > .rspec || die
-}



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

2020-02-02 Thread Hans de Graaff
commit: 7c5c6a5f016838cbac57bb3c2f8a9c7efdf4e32d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb  3 05:55:21 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb  3 06:27:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c5c6a5f

dev-ruby/tty-cursor: add 0.7.1

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

 dev-ruby/tty-cursor/Manifest|  1 +
 dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-ruby/tty-cursor/Manifest b/dev-ruby/tty-cursor/Manifest
index 301fca50f93..232708c13b7 100644
--- a/dev-ruby/tty-cursor/Manifest
+++ b/dev-ruby/tty-cursor/Manifest
@@ -1 +1,2 @@
 DIST tty-cursor-0.7.0.gem 11776 BLAKE2B 
5dea8f2bde63f803639b4300bf3a8b22a89de7a20530ede38f75bdae7fbb522fe70adb0c78e20cc45e8001dba9fb378722f9fce6d26a68c0af00b7bc98a62a96
 SHA512 
00de195ba183174ebd10da7f1fdbb436a17fe9befc6eacb2d4cf4b1505be2c7d0719c0dc32d75a82900b2252ffbed00219ce31836c442b63c267e26dad40da63
+DIST tty-cursor-0.7.1.tar.gz 11015 BLAKE2B 
222602d7dd3ef2372555913dc59bdd4b4965ac5c3601268d0f77060835d4ae9bc9fa23d54f811e7c0a453b80786d4ef07e0bd26cc8d76f6b963787a04b17569b
 SHA512 
7c1f664bfb3c8c46aab08cb3806b8a00d92b45195fae47e851967f88040cc64d598bdd80e37f782be83fa60dff82c607d93026ffbf003125fea8230f4e18639e

diff --git a/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild 
b/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
new file mode 100644
index 000..db36fec431a
--- /dev/null
+++ b/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_GEMSPEC="tty-cursor.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Move the terminal cursor around and manipulate text using 
intuitive method calls"
+HOMEPAGE="https://github.com/piotrmurach/tty-cursor";
+SRC_URI="https://github.com/piotrmurach/tty-cursor/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+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-cursor/

2019-06-15 Thread Hans de Graaff
commit: 61d90c18ff3d9cb6c202841cac10473da8b1f9e7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jun 16 05:10:04 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 16 06:37:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61d90c18

dev-ruby/tty-cursor: initial import of 0.7.0

Dependency for forthcoming dev-ruby/tty-reader

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

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

diff --git a/dev-ruby/tty-cursor/Manifest b/dev-ruby/tty-cursor/Manifest
new file mode 100644
index 000..301fca50f93
--- /dev/null
+++ b/dev-ruby/tty-cursor/Manifest
@@ -0,0 +1 @@
+DIST tty-cursor-0.7.0.gem 11776 BLAKE2B 
5dea8f2bde63f803639b4300bf3a8b22a89de7a20530ede38f75bdae7fbb522fe70adb0c78e20cc45e8001dba9fb378722f9fce6d26a68c0af00b7bc98a62a96
 SHA512 
00de195ba183174ebd10da7f1fdbb436a17fe9befc6eacb2d4cf4b1505be2c7d0719c0dc32d75a82900b2252ffbed00219ce31836c442b63c267e26dad40da63

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

diff --git a/dev-ruby/tty-cursor/tty-cursor-0.7.0.ebuild 
b/dev-ruby/tty-cursor/tty-cursor-0.7.0.ebuild
new file mode 100644
index 000..560f169fc10
--- /dev/null
+++ b/dev-ruby/tty-cursor/tty-cursor-0.7.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="Move the terminal cursor around and manipulate text using 
intuitive method calls"
+HOMEPAGE="https://github.com/piotrmurach/tty-cursor";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+   echo '-rspec_helper' > .rspec || die
+}