public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/red-colors/
@ 2021-04-28  4:53 Hans de Graaff
  0 siblings, 0 replies; 18+ messages in thread
From: Hans de Graaff @ 2021-04-28  4:53 UTC (permalink / raw
  To: gentoo-commits

commit:     8beef2ad43cb909fb73284bef649eef8d7b2a95f
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 27 05:04:56 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Apr 28 04:53:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8beef2ad

dev-ruby/red-colors: initial import of 0.1.1

New dependency for dev-ruby/rcairo

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/red-colors/Manifest                |  1 +
 dev-ruby/red-colors/metadata.xml            |  8 ++++++++
 dev-ruby/red-colors/red-colors-0.1.1.ebuild | 19 +++++++++++++++++++
 3 files changed, 28 insertions(+)

diff --git a/dev-ruby/red-colors/Manifest b/dev-ruby/red-colors/Manifest
new file mode 100644
index 00000000000..8d7978972bc
--- /dev/null
+++ b/dev-ruby/red-colors/Manifest
@@ -0,0 +1 @@
+DIST red-colors-0.1.1.gem 28160 BLAKE2B 3b730332ac72d5a2c1dabacd678d94489cd0d29c9a546c69ec8a8e2ed7a1a71109535dccab5409c82e64c4322c5d9ee4be144fa963a4aadc9632d76594ed2655 SHA512 a935feec2e6ae25f009bcd913b37b0daa180c42dd7056cd42aac3af3f8b9f50bfa8304f7e3919e3cae9e7d83c5a3778fc06934042efe7de3561c24241cba708b

diff --git a/dev-ruby/red-colors/metadata.xml b/dev-ruby/red-colors/metadata.xml
new file mode 100644
index 00000000000..28ab0c15f20
--- /dev/null
+++ b/dev-ruby/red-colors/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+	<email>ruby@gentoo.org</email>
+	<name>Gentoo Ruby Project</name>
+</maintainer>
+</pkgmetadata>

diff --git a/dev-ruby/red-colors/red-colors-0.1.1.ebuild b/dev-ruby/red-colors/red-colors-0.1.1.ebuild
new file mode 100644
index 00000000000..0176899a019
--- /dev/null
+++ b/dev-ruby/red-colors/red-colors-0.1.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Color features for Ruby"
+HOMEPAGE="https://github.com/red-data-tools/red-colors"
+
+IUSE=""
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/red-colors/
@ 2021-05-08  2:08 Thomas Deutschmann
  0 siblings, 0 replies; 18+ messages in thread
From: Thomas Deutschmann @ 2021-05-08  2:08 UTC (permalink / raw
  To: gentoo-commits

commit:     34278adfe26fb88755372ada4b4f99b8d2c9e9b0
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat May  8 02:08:25 2021 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat May  8 02:08:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34278adf

dev-ruby/red-colors: x86 keyworded (bug #786195)

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 dev-ruby/red-colors/red-colors-0.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/red-colors/red-colors-0.1.1.ebuild b/dev-ruby/red-colors/red-colors-0.1.1.ebuild
index 0176899a019..c7622af212e 100644
--- a/dev-ruby/red-colors/red-colors-0.1.1.ebuild
+++ b/dev-ruby/red-colors/red-colors-0.1.1.ebuild
@@ -16,4 +16,4 @@ IUSE=""
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/red-colors/
@ 2021-05-20  4:35 Hans de Graaff
  0 siblings, 0 replies; 18+ messages in thread
From: Hans de Graaff @ 2021-05-20  4:35 UTC (permalink / raw
  To: gentoo-commits

commit:     c6b82e0aaeee3248ec2df6074f5b0f6ce7b239ec
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu May 20 04:35:06 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu May 20 04:35:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6b82e0a

dev-ruby/red-colors: add 0.1.2

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/red-colors/Manifest                |  1 +
 dev-ruby/red-colors/red-colors-0.1.2.ebuild | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/dev-ruby/red-colors/Manifest b/dev-ruby/red-colors/Manifest
index 8d7978972bc..87588c953c9 100644
--- a/dev-ruby/red-colors/Manifest
+++ b/dev-ruby/red-colors/Manifest
@@ -1 +1,2 @@
 DIST red-colors-0.1.1.gem 28160 BLAKE2B 3b730332ac72d5a2c1dabacd678d94489cd0d29c9a546c69ec8a8e2ed7a1a71109535dccab5409c82e64c4322c5d9ee4be144fa963a4aadc9632d76594ed2655 SHA512 a935feec2e6ae25f009bcd913b37b0daa180c42dd7056cd42aac3af3f8b9f50bfa8304f7e3919e3cae9e7d83c5a3778fc06934042efe7de3561c24241cba708b
+DIST red-colors-0.1.2.gem 29696 BLAKE2B 800eaa5cc228d9acd9f7d31f338ee4bf5177e9bb883cfcc6dd16a5ac411a55efd1221c5b3b69c4d2543449681ac99941f45ab449ad50868d4cb5bee3afd7396d SHA512 093c1f57a0a7ddd7555e6f727311d77d3bfb6973e776dfb3358a4e2ee0e78f287176e76e52956682c4b7376f36ff16f705d633e2bde66b964478352a11379bc7

diff --git a/dev-ruby/red-colors/red-colors-0.1.2.ebuild b/dev-ruby/red-colors/red-colors-0.1.2.ebuild
new file mode 100644
index 00000000000..c7622af212e
--- /dev/null
+++ b/dev-ruby/red-colors/red-colors-0.1.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Color features for Ruby"
+HOMEPAGE="https://github.com/red-data-tools/red-colors"
+
+IUSE=""
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/red-colors/
@ 2021-06-14  4:26 Hans de Graaff
  0 siblings, 0 replies; 18+ messages in thread
From: Hans de Graaff @ 2021-06-14  4:26 UTC (permalink / raw
  To: gentoo-commits

commit:     7a8f3367dd7eedd18fb5a3efc20b5e9fe8a264e6
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 14 04:21:53 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jun 14 04:21:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a8f3367

dev-ruby/red-colors: add 0.2.0

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/red-colors/Manifest                |  1 +
 dev-ruby/red-colors/red-colors-0.2.0.ebuild | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/dev-ruby/red-colors/Manifest b/dev-ruby/red-colors/Manifest
index 87588c953c9..93f15770235 100644
--- a/dev-ruby/red-colors/Manifest
+++ b/dev-ruby/red-colors/Manifest
@@ -1,2 +1,3 @@
 DIST red-colors-0.1.1.gem 28160 BLAKE2B 3b730332ac72d5a2c1dabacd678d94489cd0d29c9a546c69ec8a8e2ed7a1a71109535dccab5409c82e64c4322c5d9ee4be144fa963a4aadc9632d76594ed2655 SHA512 a935feec2e6ae25f009bcd913b37b0daa180c42dd7056cd42aac3af3f8b9f50bfa8304f7e3919e3cae9e7d83c5a3778fc06934042efe7de3561c24241cba708b
 DIST red-colors-0.1.2.gem 29696 BLAKE2B 800eaa5cc228d9acd9f7d31f338ee4bf5177e9bb883cfcc6dd16a5ac411a55efd1221c5b3b69c4d2543449681ac99941f45ab449ad50868d4cb5bee3afd7396d SHA512 093c1f57a0a7ddd7555e6f727311d77d3bfb6973e776dfb3358a4e2ee0e78f287176e76e52956682c4b7376f36ff16f705d633e2bde66b964478352a11379bc7
+DIST red-colors-0.2.0.gem 33280 BLAKE2B 8406d2f5ef8a5a7c852298c863916418803d1de350b1108cf9d9c1ce6bc946669f2f2872fb50adb453d31766bb45f0ab7bb92c8957063f01526f74664591615b SHA512 69db857bb53d97c628cd58e0a598a97810f359cf08ba81f463b61f206a6bccb49d95833ddb483cd93fa1c865763339768145e9efb138faad1c1e5bbfaf0ed68e

diff --git a/dev-ruby/red-colors/red-colors-0.2.0.ebuild b/dev-ruby/red-colors/red-colors-0.2.0.ebuild
new file mode 100644
index 00000000000..c7622af212e
--- /dev/null
+++ b/dev-ruby/red-colors/red-colors-0.2.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Color features for Ruby"
+HOMEPAGE="https://github.com/red-data-tools/red-colors"
+
+IUSE=""
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/red-colors/
@ 2021-06-14  6:37 Sergei Trofimovich
  0 siblings, 0 replies; 18+ messages in thread
From: Sergei Trofimovich @ 2021-06-14  6:37 UTC (permalink / raw
  To: gentoo-commits

commit:     2f0d3a08d2ab89f2e07319887b500aa325c7068c
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 14 06:37:14 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jun 14 06:37:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f0d3a08

dev-ruby/red-colors: keyworded 0.1.1 for ppc

keyworded wrt bug #786195

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-ruby/red-colors/red-colors-0.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/red-colors/red-colors-0.1.1.ebuild b/dev-ruby/red-colors/red-colors-0.1.1.ebuild
index c7622af212e..65369552392 100644
--- a/dev-ruby/red-colors/red-colors-0.1.1.ebuild
+++ b/dev-ruby/red-colors/red-colors-0.1.1.ebuild
@@ -16,4 +16,4 @@ IUSE=""
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/red-colors/
@ 2021-07-26  5:44 Hans de Graaff
  0 siblings, 0 replies; 18+ messages in thread
From: Hans de Graaff @ 2021-07-26  5:44 UTC (permalink / raw
  To: gentoo-commits

commit:     ccb5c9c5a9f8bfb70eb312ac711cd689c9c8a4f3
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 26 05:44:44 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jul 26 05:44:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccb5c9c5

dev-ruby/red-colors: move ~ppc forward

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

 dev-ruby/red-colors/red-colors-0.1.2.ebuild | 2 +-
 dev-ruby/red-colors/red-colors-0.2.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/red-colors/red-colors-0.1.2.ebuild b/dev-ruby/red-colors/red-colors-0.1.2.ebuild
index c7622af212e..65369552392 100644
--- a/dev-ruby/red-colors/red-colors-0.1.2.ebuild
+++ b/dev-ruby/red-colors/red-colors-0.1.2.ebuild
@@ -16,4 +16,4 @@ IUSE=""
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"

diff --git a/dev-ruby/red-colors/red-colors-0.2.0.ebuild b/dev-ruby/red-colors/red-colors-0.2.0.ebuild
index c7622af212e..65369552392 100644
--- a/dev-ruby/red-colors/red-colors-0.2.0.ebuild
+++ b/dev-ruby/red-colors/red-colors-0.2.0.ebuild
@@ -16,4 +16,4 @@ IUSE=""
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/red-colors/
@ 2021-09-12  8:11 Hans de Graaff
  0 siblings, 0 replies; 18+ messages in thread
From: Hans de Graaff @ 2021-09-12  8:11 UTC (permalink / raw
  To: gentoo-commits

commit:     fc7c82c080409870750eb806cd57a33fc51cc2b9
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 12 08:10:41 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Sep 12 08:10:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc7c82c0

dev-ruby/red-colors: add 0.3.0

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

 dev-ruby/red-colors/Manifest                |  1 +
 dev-ruby/red-colors/red-colors-0.3.0.ebuild | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/dev-ruby/red-colors/Manifest b/dev-ruby/red-colors/Manifest
index 93f15770235..dfb89525408 100644
--- a/dev-ruby/red-colors/Manifest
+++ b/dev-ruby/red-colors/Manifest
@@ -1,3 +1,4 @@
 DIST red-colors-0.1.1.gem 28160 BLAKE2B 3b730332ac72d5a2c1dabacd678d94489cd0d29c9a546c69ec8a8e2ed7a1a71109535dccab5409c82e64c4322c5d9ee4be144fa963a4aadc9632d76594ed2655 SHA512 a935feec2e6ae25f009bcd913b37b0daa180c42dd7056cd42aac3af3f8b9f50bfa8304f7e3919e3cae9e7d83c5a3778fc06934042efe7de3561c24241cba708b
 DIST red-colors-0.1.2.gem 29696 BLAKE2B 800eaa5cc228d9acd9f7d31f338ee4bf5177e9bb883cfcc6dd16a5ac411a55efd1221c5b3b69c4d2543449681ac99941f45ab449ad50868d4cb5bee3afd7396d SHA512 093c1f57a0a7ddd7555e6f727311d77d3bfb6973e776dfb3358a4e2ee0e78f287176e76e52956682c4b7376f36ff16f705d633e2bde66b964478352a11379bc7
 DIST red-colors-0.2.0.gem 33280 BLAKE2B 8406d2f5ef8a5a7c852298c863916418803d1de350b1108cf9d9c1ce6bc946669f2f2872fb50adb453d31766bb45f0ab7bb92c8957063f01526f74664591615b SHA512 69db857bb53d97c628cd58e0a598a97810f359cf08ba81f463b61f206a6bccb49d95833ddb483cd93fa1c865763339768145e9efb138faad1c1e5bbfaf0ed68e
+DIST red-colors-0.3.0.gem 104448 BLAKE2B 46b99c755e745eadfc1af61c024df66d54b583c9fbad37522971d44ee42b1db9a5148529a37252ad50cdb276fee8e58aca2afdc190bac3098baa67857eac0d6a SHA512 baa05634213a46da968a42e478db097c5bc47187e61807a3b3c30b8109a0fae63d587e5a3227b5bca75b921304b9d5e24a5ba945361dd5eba1c25235889c2cf1

diff --git a/dev-ruby/red-colors/red-colors-0.3.0.ebuild b/dev-ruby/red-colors/red-colors-0.3.0.ebuild
new file mode 100644
index 00000000000..8687d92ee69
--- /dev/null
+++ b/dev-ruby/red-colors/red-colors-0.3.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Color features for Ruby"
+HOMEPAGE="https://github.com/red-data-tools/red-colors"
+
+IUSE=""
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~ppc ~x86"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/red-colors/
@ 2021-09-12  8:11 Hans de Graaff
  0 siblings, 0 replies; 18+ messages in thread
From: Hans de Graaff @ 2021-09-12  8:11 UTC (permalink / raw
  To: gentoo-commits

commit:     991d61ddc54c56f665a4c7d5e95d82e73d5a9d6a
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 12 08:10:57 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Sep 12 08:10:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=991d61dd

dev-ruby/red-colors: cleanup

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

 dev-ruby/red-colors/Manifest                |  2 --
 dev-ruby/red-colors/red-colors-0.1.1.ebuild | 19 -------------------
 dev-ruby/red-colors/red-colors-0.1.2.ebuild | 19 -------------------
 3 files changed, 40 deletions(-)

diff --git a/dev-ruby/red-colors/Manifest b/dev-ruby/red-colors/Manifest
index dfb89525408..5cca3295ea1 100644
--- a/dev-ruby/red-colors/Manifest
+++ b/dev-ruby/red-colors/Manifest
@@ -1,4 +1,2 @@
-DIST red-colors-0.1.1.gem 28160 BLAKE2B 3b730332ac72d5a2c1dabacd678d94489cd0d29c9a546c69ec8a8e2ed7a1a71109535dccab5409c82e64c4322c5d9ee4be144fa963a4aadc9632d76594ed2655 SHA512 a935feec2e6ae25f009bcd913b37b0daa180c42dd7056cd42aac3af3f8b9f50bfa8304f7e3919e3cae9e7d83c5a3778fc06934042efe7de3561c24241cba708b
-DIST red-colors-0.1.2.gem 29696 BLAKE2B 800eaa5cc228d9acd9f7d31f338ee4bf5177e9bb883cfcc6dd16a5ac411a55efd1221c5b3b69c4d2543449681ac99941f45ab449ad50868d4cb5bee3afd7396d SHA512 093c1f57a0a7ddd7555e6f727311d77d3bfb6973e776dfb3358a4e2ee0e78f287176e76e52956682c4b7376f36ff16f705d633e2bde66b964478352a11379bc7
 DIST red-colors-0.2.0.gem 33280 BLAKE2B 8406d2f5ef8a5a7c852298c863916418803d1de350b1108cf9d9c1ce6bc946669f2f2872fb50adb453d31766bb45f0ab7bb92c8957063f01526f74664591615b SHA512 69db857bb53d97c628cd58e0a598a97810f359cf08ba81f463b61f206a6bccb49d95833ddb483cd93fa1c865763339768145e9efb138faad1c1e5bbfaf0ed68e
 DIST red-colors-0.3.0.gem 104448 BLAKE2B 46b99c755e745eadfc1af61c024df66d54b583c9fbad37522971d44ee42b1db9a5148529a37252ad50cdb276fee8e58aca2afdc190bac3098baa67857eac0d6a SHA512 baa05634213a46da968a42e478db097c5bc47187e61807a3b3c30b8109a0fae63d587e5a3227b5bca75b921304b9d5e24a5ba945361dd5eba1c25235889c2cf1

diff --git a/dev-ruby/red-colors/red-colors-0.1.1.ebuild b/dev-ruby/red-colors/red-colors-0.1.1.ebuild
deleted file mode 100644
index 65369552392..00000000000
--- a/dev-ruby/red-colors/red-colors-0.1.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Color features for Ruby"
-HOMEPAGE="https://github.com/red-data-tools/red-colors"
-
-IUSE=""
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~ppc ~x86"

diff --git a/dev-ruby/red-colors/red-colors-0.1.2.ebuild b/dev-ruby/red-colors/red-colors-0.1.2.ebuild
deleted file mode 100644
index 65369552392..00000000000
--- a/dev-ruby/red-colors/red-colors-0.1.2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Color features for Ruby"
-HOMEPAGE="https://github.com/red-data-tools/red-colors"
-
-IUSE=""
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~ppc ~x86"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/red-colors/
@ 2021-09-25 16:04 Naohiro Aota
  0 siblings, 0 replies; 18+ messages in thread
From: Naohiro Aota @ 2021-09-25 16:04 UTC (permalink / raw
  To: gentoo-commits

commit:     407734c47651986bff47e38f18aea392d9292035
Author:     Naohiro Aota <naota <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 25 16:02:13 2021 +0000
Commit:     Naohiro Aota <naota <AT> gentoo <DOT> org>
CommitDate: Sat Sep 25 16:04:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=407734c4

dev-ruby/red-colors: install necessary data files

dev-ruby/red-colors lacks "data/colormaps/*.json" files, causing the
load error as below. Install them properly.

$ irb
irb(main):001:0> require 'colors'
/usr/lib64/ruby/gems/3.0.0/gems/red-colors-0.3.0/lib/colors/colormap_data.rb:14:in `read': No such file or directory @ rb_sysopen - /usr/lib64/ruby/gems/3.0.0/gems/red-colors-0.3.0/data/colormaps/magma.json (Errno::ENOENT)

Signed-off-by: Naohiro Aota <naota <AT> gentoo.org>

 dev-ruby/red-colors/red-colors-0.3.0-r1.ebuild | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/dev-ruby/red-colors/red-colors-0.3.0-r1.ebuild b/dev-ruby/red-colors/red-colors-0.3.0-r1.ebuild
new file mode 100644
index 00000000000..2e040384542
--- /dev/null
+++ b/dev-ruby/red-colors/red-colors-0.3.0-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_EXTRAINSTALL="data"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Color features for Ruby"
+HOMEPAGE="https://github.com/red-data-tools/red-colors"
+
+IUSE=""
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~ppc ~x86"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/red-colors/
@ 2022-04-23  8:01 Hans de Graaff
  0 siblings, 0 replies; 18+ messages in thread
From: Hans de Graaff @ 2022-04-23  8:01 UTC (permalink / raw
  To: gentoo-commits

commit:     2a4551a156a4d76b4c600f9fe0c268d224b0a6bf
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 23 06:10:10 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 08:00:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a4551a1

dev-ruby/red-colors: enable ruby31

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

 dev-ruby/red-colors/red-colors-0.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/red-colors/red-colors-0.3.0-r1.ebuild b/dev-ruby/red-colors/red-colors-0.3.0-r1.ebuild
index bb0d8514dd02..09c203b5d5e0 100644
--- a/dev-ruby/red-colors/red-colors-0.3.0-r1.ebuild
+++ b/dev-ruby/red-colors/red-colors-0.3.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 RUBY_FAKEGEM_EXTRAINSTALL="data"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/red-colors/
@ 2022-04-23  8:01 Hans de Graaff
  0 siblings, 0 replies; 18+ messages in thread
From: Hans de Graaff @ 2022-04-23  8:01 UTC (permalink / raw
  To: gentoo-commits

commit:     fd129e377d1206c3a00c1a149c5edd09f49894c0
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 23 06:10:31 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 08:00:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd129e37

dev-ruby/red-colors: drop 0.2.0, 0.3.0

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

 dev-ruby/red-colors/Manifest                |  1 -
 dev-ruby/red-colors/red-colors-0.2.0.ebuild | 19 -------------------
 dev-ruby/red-colors/red-colors-0.3.0.ebuild | 19 -------------------
 3 files changed, 39 deletions(-)

diff --git a/dev-ruby/red-colors/Manifest b/dev-ruby/red-colors/Manifest
index 5cca3295ea11..3e6df5059366 100644
--- a/dev-ruby/red-colors/Manifest
+++ b/dev-ruby/red-colors/Manifest
@@ -1,2 +1 @@
-DIST red-colors-0.2.0.gem 33280 BLAKE2B 8406d2f5ef8a5a7c852298c863916418803d1de350b1108cf9d9c1ce6bc946669f2f2872fb50adb453d31766bb45f0ab7bb92c8957063f01526f74664591615b SHA512 69db857bb53d97c628cd58e0a598a97810f359cf08ba81f463b61f206a6bccb49d95833ddb483cd93fa1c865763339768145e9efb138faad1c1e5bbfaf0ed68e
 DIST red-colors-0.3.0.gem 104448 BLAKE2B 46b99c755e745eadfc1af61c024df66d54b583c9fbad37522971d44ee42b1db9a5148529a37252ad50cdb276fee8e58aca2afdc190bac3098baa67857eac0d6a SHA512 baa05634213a46da968a42e478db097c5bc47187e61807a3b3c30b8109a0fae63d587e5a3227b5bca75b921304b9d5e24a5ba945361dd5eba1c25235889c2cf1

diff --git a/dev-ruby/red-colors/red-colors-0.2.0.ebuild b/dev-ruby/red-colors/red-colors-0.2.0.ebuild
deleted file mode 100644
index 653695523929..000000000000
--- a/dev-ruby/red-colors/red-colors-0.2.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Color features for Ruby"
-HOMEPAGE="https://github.com/red-data-tools/red-colors"
-
-IUSE=""
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~ppc ~x86"

diff --git a/dev-ruby/red-colors/red-colors-0.3.0.ebuild b/dev-ruby/red-colors/red-colors-0.3.0.ebuild
deleted file mode 100644
index 8687d92ee692..000000000000
--- a/dev-ruby/red-colors/red-colors-0.3.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Color features for Ruby"
-HOMEPAGE="https://github.com/red-data-tools/red-colors"
-
-IUSE=""
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~ppc ~x86"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/red-colors/
@ 2022-11-26 16:08 Hans de Graaff
  0 siblings, 0 replies; 18+ messages in thread
From: Hans de Graaff @ 2022-11-26 16:08 UTC (permalink / raw
  To: gentoo-commits

commit:     34c3e03ca918282240d0703fff0fd4a30edf6b49
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 26 14:51:19 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Nov 26 16:08:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c3e03c

dev-ruby/red-colors: stabilize 0.3.0-r1 for amd64

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

 dev-ruby/red-colors/red-colors-0.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/red-colors/red-colors-0.3.0-r1.ebuild b/dev-ruby/red-colors/red-colors-0.3.0-r1.ebuild
index 09c203b5d5e0..8aa565aee547 100644
--- a/dev-ruby/red-colors/red-colors-0.3.0-r1.ebuild
+++ b/dev-ruby/red-colors/red-colors-0.3.0-r1.ebuild
@@ -17,4 +17,4 @@ IUSE=""
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~ppc ~riscv ~x86"
+KEYWORDS="amd64 ~ppc ~riscv ~x86"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/red-colors/
@ 2023-03-25  7:12 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2023-03-25  7:12 UTC (permalink / raw
  To: gentoo-commits

commit:     4d0a3b041517fe41b6b47f08edda19da32a1d6f4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 06:28:42 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 07:09:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d0a3b04

dev-ruby/red-colors: enable ruby32

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ruby/red-colors/red-colors-0.3.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/red-colors/red-colors-0.3.0-r1.ebuild b/dev-ruby/red-colors/red-colors-0.3.0-r1.ebuild
index 8aa565aee547..d2f60e5e1a86 100644
--- a/dev-ruby/red-colors/red-colors-0.3.0-r1.ebuild
+++ b/dev-ruby/red-colors/red-colors-0.3.0-r1.ebuild
@@ -1,9 +1,9 @@
-# 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="README.md"
 RUBY_FAKEGEM_EXTRAINSTALL="data"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/red-colors/
@ 2023-03-25  7:12 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2023-03-25  7:12 UTC (permalink / raw
  To: gentoo-commits

commit:     ef67be3537f2d9d0d3d3344bcbd4c46874592259
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 07:12:23 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 07:12:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef67be35

dev-ruby/red-colors: add github upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/dev-ruby/red-colors/metadata.xml b/dev-ruby/red-colors/metadata.xml
index 658c72b1920d..721a3d872641 100644
--- a/dev-ruby/red-colors/metadata.xml
+++ b/dev-ruby/red-colors/metadata.xml
@@ -5,4 +5,7 @@
 	<email>ruby@gentoo.org</email>
 	<name>Gentoo Ruby Project</name>
 </maintainer>
+<upstream>
+	<remote-id type="github">red-data-tools/red-colors</remote-id>
+</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/red-colors/
@ 2023-04-05  8:25 Naohiro Aota
  0 siblings, 0 replies; 18+ messages in thread
From: Naohiro Aota @ 2023-04-05  8:25 UTC (permalink / raw
  To: gentoo-commits

commit:     41d4a0ab45a18d45c511ed91f4d11f98c665d4e4
Author:     Naohiro Aota <naota <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  1 13:40:08 2023 +0000
Commit:     Naohiro Aota <naota <AT> gentoo <DOT> org>
CommitDate: Wed Apr  5 08:25:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41d4a0ab

dev-ruby/red-colors: add missing dependency to dev-ruby/matrix

Signed-off-by: Naohiro Aota <naota <AT> gentoo.org>

 .../{red-colors-0.3.0-r1.ebuild => red-colors-0.3.0-r2.ebuild}          | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-ruby/red-colors/red-colors-0.3.0-r1.ebuild b/dev-ruby/red-colors/red-colors-0.3.0-r2.ebuild
similarity index 91%
rename from dev-ruby/red-colors/red-colors-0.3.0-r1.ebuild
rename to dev-ruby/red-colors/red-colors-0.3.0-r2.ebuild
index d2f60e5e1a86..c758a648ec3c 100644
--- a/dev-ruby/red-colors/red-colors-0.3.0-r1.ebuild
+++ b/dev-ruby/red-colors/red-colors-0.3.0-r2.ebuild
@@ -18,3 +18,5 @@ IUSE=""
 SLOT="0"
 LICENSE="MIT"
 KEYWORDS="amd64 ~ppc ~riscv ~x86"
+
+ruby_add_rdepend "dev-ruby/matrix"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/red-colors/
@ 2023-12-27 12:36 Hans de Graaff
  0 siblings, 0 replies; 18+ messages in thread
From: Hans de Graaff @ 2023-12-27 12:36 UTC (permalink / raw
  To: gentoo-commits

commit:     dd3e0c62542aabc99ed5a4ab4372972fa3b1bb97
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 12:29:50 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 12:36:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd3e0c62

dev-ruby/red-colors: enable ruby33

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

 dev-ruby/red-colors/red-colors-0.3.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/red-colors/red-colors-0.3.0-r2.ebuild b/dev-ruby/red-colors/red-colors-0.3.0-r2.ebuild
index c758a648ec3c..9f4866b65574 100644
--- a/dev-ruby/red-colors/red-colors-0.3.0-r2.ebuild
+++ b/dev-ruby/red-colors/red-colors-0.3.0-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 RUBY_FAKEGEM_EXTRAINSTALL="data"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/red-colors/
@ 2024-02-20  5:41 Hans de Graaff
  0 siblings, 0 replies; 18+ messages in thread
From: Hans de Graaff @ 2024-02-20  5:41 UTC (permalink / raw
  To: gentoo-commits

commit:     984e5871a10e23d6d0ae8b263eb2016904ab10d2
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 20 05:41:11 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Feb 20 05:41:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=984e5871

dev-ruby/red-colors: add 0.4.0

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

 dev-ruby/red-colors/Manifest                |  1 +
 dev-ruby/red-colors/red-colors-0.4.0.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-ruby/red-colors/Manifest b/dev-ruby/red-colors/Manifest
index 3e6df5059366..519ce080e51c 100644
--- a/dev-ruby/red-colors/Manifest
+++ b/dev-ruby/red-colors/Manifest
@@ -1 +1,2 @@
 DIST red-colors-0.3.0.gem 104448 BLAKE2B 46b99c755e745eadfc1af61c024df66d54b583c9fbad37522971d44ee42b1db9a5148529a37252ad50cdb276fee8e58aca2afdc190bac3098baa67857eac0d6a SHA512 baa05634213a46da968a42e478db097c5bc47187e61807a3b3c30b8109a0fae63d587e5a3227b5bca75b921304b9d5e24a5ba945361dd5eba1c25235889c2cf1
+DIST red-colors-0.4.0.gem 107008 BLAKE2B e9396e16719514fa6ffee2de5f24f5668c6df10122264b967133f29a0c6b3fb949babb4d343948afba74a8226979677061ef1b28f1fef3e1e002d6d3b643ab78 SHA512 ce142c8f0b0e0a3d676b8460938c788595d15a84f268ac80a70543f81d4042d60f6f5703c91a496be8d27eed504207525bd3c4b72909b3dfc1ea2599515aafe8

diff --git a/dev-ruby/red-colors/red-colors-0.4.0.ebuild b/dev-ruby/red-colors/red-colors-0.4.0.ebuild
new file mode 100644
index 000000000000..9ff66585041a
--- /dev/null
+++ b/dev-ruby/red-colors/red-colors-0.4.0.ebuild
@@ -0,0 +1,24 @@
+# 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="README.md"
+RUBY_FAKEGEM_EXTRAINSTALL="data"
+RUBY_FAKEGEM_RECIPE_DOC="none"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Color features for Ruby"
+HOMEPAGE="https://github.com/red-data-tools/red-colors"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~ppc ~riscv ~x86"
+
+ruby_add_rdepend "
+	dev-ruby/json
+	dev-ruby/matrix
+"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/red-colors/
@ 2024-10-06 12:01 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2024-10-06 12:01 UTC (permalink / raw
  To: gentoo-commits

commit:     e76b1e179ae51e88d63a8bc6335070c598a66daf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  6 12:01:03 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct  6 12:01:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e76b1e17

dev-ruby/red-colors: Stabilize 0.4.0 amd64, #940990

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ruby/red-colors/red-colors-0.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/red-colors/red-colors-0.4.0.ebuild b/dev-ruby/red-colors/red-colors-0.4.0.ebuild
index 9ff66585041a..31461ea48ed6 100644
--- a/dev-ruby/red-colors/red-colors-0.4.0.ebuild
+++ b/dev-ruby/red-colors/red-colors-0.4.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/red-data-tools/red-colors"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~ppc ~riscv ~x86"
+KEYWORDS="amd64 ~ppc ~riscv ~x86"
 
 ruby_add_rdepend "
 	dev-ruby/json


^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2024-10-06 12:02 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-23  8:01 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/red-colors/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2024-10-06 12:01 Sam James
2024-02-20  5:41 Hans de Graaff
2023-12-27 12:36 Hans de Graaff
2023-04-05  8:25 Naohiro Aota
2023-03-25  7:12 Sam James
2023-03-25  7:12 Sam James
2022-11-26 16:08 Hans de Graaff
2022-04-23  8:01 Hans de Graaff
2021-09-25 16:04 Naohiro Aota
2021-09-12  8:11 Hans de Graaff
2021-09-12  8:11 Hans de Graaff
2021-07-26  5:44 Hans de Graaff
2021-06-14  6:37 Sergei Trofimovich
2021-06-14  4:26 Hans de Graaff
2021-05-20  4:35 Hans de Graaff
2021-05-08  2:08 Thomas Deutschmann
2021-04-28  4:53 Hans de Graaff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox