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

2023-12-27 Thread Hans de Graaff
commit: d0380dab4b1941b51ef892e15fcf783e0d04a1dd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec 27 21:10:07 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec 27 21:13:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0380dab

dev-ruby/ansi: enable ruby33

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

 dev-ruby/ansi/ansi-1.5.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ansi/ansi-1.5.0-r2.ebuild 
b/dev-ruby/ansi/ansi-1.5.0-r2.ebuild
index 8d5e9716b8e1..607f385389c2 100644
--- a/dev-ruby/ansi/ansi-1.5.0-r2.ebuild
+++ b/dev-ruby/ansi/ansi-1.5.0-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



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

2023-04-02 Thread Sam James
commit: 07312cf00792d205860a6d6bad45c3c7f944114a
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr  2 04:57:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr  3 00:46:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07312cf0

dev-ruby/ansi: EAPI 8, enable ruby32

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

 dev-ruby/ansi/{ansi-1.5.0-r1.ebuild => ansi-1.5.0-r2.ebuild} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/ansi/ansi-1.5.0-r1.ebuild 
b/dev-ruby/ansi/ansi-1.5.0-r2.ebuild
similarity index 93%
rename from dev-ruby/ansi/ansi-1.5.0-r1.ebuild
rename to dev-ruby/ansi/ansi-1.5.0-r2.ebuild
index a72fb394da1a..8d5e9716b8e1 100644
--- a/dev-ruby/ansi/ansi-1.5.0-r1.ebuild
+++ b/dev-ruby/ansi/ansi-1.5.0-r2.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
@@ -17,7 +17,6 @@ HOMEPAGE="https://rubyworks.github.io/ansi/;
 LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
 
 # Tests cause circular dependencies with dev-ruby/qed & dev-ruby/rubytest
 RESTRICT="test"



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

2023-04-01 Thread Sam James
commit: 56d1fe96136760292ef52438154d88baf9328e7f
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr  2 04:56:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr  2 05:06:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56d1fe96

dev-ruby/ansi: add github upstream metadata

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

 dev-ruby/ansi/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-ruby/ansi/metadata.xml b/dev-ruby/ansi/metadata.xml
index 658c72b1920d..e95125780249 100644
--- a/dev-ruby/ansi/metadata.xml
+++ b/dev-ruby/ansi/metadata.xml
@@ -5,4 +5,7 @@
r...@gentoo.org
Gentoo Ruby Project
 
+
+   rubyworks/ansi
+
 



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

2023-03-25 Thread Sam James
commit: aafb07850a96e3454336369b67e8b08a46aa8239
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 25 06:23:58 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 25 07:09:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aafb0785

dev-ruby/ansi: partly wire up tests, still restricted

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

 dev-ruby/ansi/ansi-1.5.0-r1.ebuild | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ansi/ansi-1.5.0-r1.ebuild 
b/dev-ruby/ansi/ansi-1.5.0-r1.ebuild
index 6842446df0a1..a72fb394da1a 100644
--- a/dev-ruby/ansi/ansi-1.5.0-r1.ebuild
+++ b/dev-ruby/ansi/ansi-1.5.0-r1.ebuild
@@ -1,8 +1,9 @@
-# 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"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
@@ -20,3 +21,7 @@ IUSE=""
 
 # Tests cause circular dependencies with dev-ruby/qed & dev-ruby/rubytest
 RESTRICT="test"
+
+each_ruby_test() {
+   ${RUBY} -S rubytest -Ilib -Itest test/ || die 'tests failed'
+}



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

2022-06-17 Thread Hans de Graaff
commit: dd5f9d5e1ae17e86a6436c1a342f3560daf6e5f1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun 18 05:29:13 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jun 18 05:48:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd5f9d5e

dev-ruby/ansi: enable ruby31

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

 dev-ruby/ansi/ansi-1.5.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ansi/ansi-1.5.0-r1.ebuild 
b/dev-ruby/ansi/ansi-1.5.0-r1.ebuild
index 5a8e4bd43e62..6842446df0a1 100644
--- a/dev-ruby/ansi/ansi-1.5.0-r1.ebuild
+++ b/dev-ruby/ansi/ansi-1.5.0-r1.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="ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



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

2021-10-23 Thread Hans de Graaff
commit: 05c22e8012694522bce11f373651880f77a93518
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Oct 23 06:14:02 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Oct 23 06:14:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05c22e80

dev-ruby/ansi: cleanup

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

 dev-ruby/ansi/ansi-1.5.0.ebuild | 22 --
 1 file changed, 22 deletions(-)

diff --git a/dev-ruby/ansi/ansi-1.5.0.ebuild b/dev-ruby/ansi/ansi-1.5.0.ebuild
deleted file mode 100644
index aa660f41730..000
--- a/dev-ruby/ansi/ansi-1.5.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="DEMO.md HISTORY.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="The Ruby ANSI project is collection of ANSI escape codes for Ruby"
-HOMEPAGE="https://rubyworks.github.io/ansi/;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-# Tests cause circular dependencies with dev-ruby/qed & dev-ruby/rubytest
-RESTRICT="test"



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

2021-07-12 Thread Hans de Graaff
commit: 657e8bd2fc09d18d31aa0022327c4fb3c4256dd5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jul 12 08:07:00 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jul 12 13:26:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=657e8bd2

dev-ruby/ansi: add ruby30; EAPI 7

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

 dev-ruby/ansi/ansi-1.5.0-r1.ebuild | 22 ++
 1 file changed, 22 insertions(+)

diff --git a/dev-ruby/ansi/ansi-1.5.0-r1.ebuild 
b/dev-ruby/ansi/ansi-1.5.0-r1.ebuild
new file mode 100644
index 000..5a8e4bd43e6
--- /dev/null
+++ b/dev-ruby/ansi/ansi-1.5.0-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="DEMO.md HISTORY.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="The Ruby ANSI project is collection of ANSI escape codes for Ruby"
+HOMEPAGE="https://rubyworks.github.io/ansi/;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+# Tests cause circular dependencies with dev-ruby/qed & dev-ruby/rubytest
+RESTRICT="test"



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

2020-01-13 Thread Hans de Graaff
commit: ca839ce928659319511b2af58b3a0ab0762bc459
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan 14 06:41:20 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jan 14 06:53:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca839ce9

dev-ruby/ansi: add ruby27

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

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

diff --git a/dev-ruby/ansi/ansi-1.5.0.ebuild b/dev-ruby/ansi/ansi-1.5.0.ebuild
index 4c6c100f965..ff18afb6bc2 100644
--- a/dev-ruby/ansi/ansi-1.5.0.ebuild
+++ b/dev-ruby/ansi/ansi-1.5.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



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

2019-01-20 Thread Hans de Graaff
commit: efe14165320622c95b888dd14ca1c0b852814bee
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan 20 18:20:04 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan 20 18:43:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efe14165

dev-ruby/ansi: add ruby26

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

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

diff --git a/dev-ruby/ansi/ansi-1.5.0.ebuild b/dev-ruby/ansi/ansi-1.5.0.ebuild
index 4e90f857fdb..4c6c100f965 100644
--- a/dev-ruby/ansi/ansi-1.5.0.ebuild
+++ b/dev-ruby/ansi/ansi-1.5.0.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=5
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



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

2018-01-09 Thread Hans de Graaff
commit: 14bfd9c2e3c7009987e6d850e3bbb437e5e86346
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 10 06:23:33 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan 10 06:31:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14bfd9c2

dev-ruby/ansi: add ruby25

Package-Manager: Portage-2.3.13, Repoman-2.3.3

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

diff --git a/dev-ruby/ansi/ansi-1.5.0.ebuild b/dev-ruby/ansi/ansi-1.5.0.ebuild
index 2b18435c237..4e90f857fdb 100644
--- a/dev-ruby/ansi/ansi-1.5.0.ebuild
+++ b/dev-ruby/ansi/ansi-1.5.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



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

2017-08-12 Thread Hans de Graaff
commit: 54fece51cbf48735b03d98038cc75f4119034f51
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug 13 05:26:05 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 13 05:28:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54fece51

dev-ruby/ansi: add ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-ruby/ansi/ansi-1.5.0.ebuild b/dev-ruby/ansi/ansi-1.5.0.ebuild
index 64b31add976..2b18435c237 100644
--- a/dev-ruby/ansi/ansi-1.5.0.ebuild
+++ b/dev-ruby/ansi/ansi-1.5.0.ebuild
@@ -2,10 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_RECIPE_DOC="yard"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="DEMO.md HISTORY.md README.md"
 
 inherit ruby-fakegem



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

2016-05-01 Thread Hans de Graaff
commit: c321897e83e48766088b77531197e1619792e0fc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May  2 05:19:55 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May  2 05:25:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c321897e

dev-ruby/ansi: add ruby23

Package-Manager: portage-2.2.26

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

diff --git a/dev-ruby/ansi/ansi-1.5.0.ebuild b/dev-ruby/ansi/ansi-1.5.0.ebuild
index 226d535..faad3c2 100644
--- a/dev-ruby/ansi/ansi-1.5.0.ebuild
+++ b/dev-ruby/ansi/ansi-1.5.0.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_RECIPE_DOC="yard"



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

2016-03-08 Thread Manuel Rüger
commit: 8bd6977126ba8649211224db09ca75d86b3be06d
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Mar  8 21:46:06 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Mar  8 21:46:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bd69771

dev-ruby/ansi: Remove ruby19

Package-Manager: portage-2.2.27

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

diff --git a/dev-ruby/ansi/ansi-1.5.0.ebuild b/dev-ruby/ansi/ansi-1.5.0.ebuild
index feef47a..226d535 100644
--- a/dev-ruby/ansi/ansi-1.5.0.ebuild
+++ b/dev-ruby/ansi/ansi-1.5.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_RECIPE_DOC="yard"