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

2024-01-01 Thread Hans de Graaff
commit: 41e93b8832105e8962f295a109cbaf0b75b572f9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan  1 08:15:10 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan  1 09:32:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41e93b88

dev-ruby/pastel: update EAPI 7 -> 8

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

 dev-ruby/pastel/pastel-0.8.0-r1.ebuild | 31 +++
 1 file changed, 31 insertions(+)

diff --git a/dev-ruby/pastel/pastel-0.8.0-r1.ebuild 
b/dev-ruby/pastel/pastel-0.8.0-r1.ebuild
new file mode 100644
index ..372c20ae05ff
--- /dev/null
+++ b/dev-ruby/pastel/pastel-0.8.0-r1.ebuild
@@ -0,0 +1,31 @@
+# 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="pastel.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Terminal strings styling with intuitive and clean API"
+HOMEPAGE="https://github.com/piotrmurach/pastel;
+SRC_URI="https://github.com/piotrmurach/pastel/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/tty-color-0.5:0
+"
+
+all_ruby_prepare() {
+   echo '-rspec_helper' > .rspec || die
+   sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die
+}



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

2023-03-17 Thread Sam James
commit: 2f1c75fee95b5c87f667af2489528c92591ffae3
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 15 07:16:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 18 00:01:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f1c75fe

dev-ruby/pastel: enable ruby32

```
Finished in 0.02592 seconds (files took 0.08115 seconds to load)
140 examples, 0 failures

Randomized with seed 14780
```

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

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

diff --git a/dev-ruby/pastel/pastel-0.8.0.ebuild 
b/dev-ruby/pastel/pastel-0.8.0.ebuild
index cb69ad547087..1729283a9c9f 100644
--- a/dev-ruby/pastel/pastel-0.8.0.ebuild
+++ b/dev-ruby/pastel/pastel-0.8.0.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/pastel/

2022-04-18 Thread Hans de Graaff
commit: 123015c34ff324350cffca9fc8cc3edf85f4c906
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 17 16:07:04 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=123015c3

dev-ruby/pastel: drop 0.7.4

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

 dev-ruby/pastel/Manifest|  1 -
 dev-ruby/pastel/pastel-0.7.4.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/dev-ruby/pastel/Manifest b/dev-ruby/pastel/Manifest
index bb354ada0143..df3b0908ba9c 100644
--- a/dev-ruby/pastel/Manifest
+++ b/dev-ruby/pastel/Manifest
@@ -1,2 +1 @@
-DIST pastel-0.7.4.tar.gz 48176 BLAKE2B 
3564aba28f9315d2f988dabdd0686e6c7a53c1b200e6e03519c1ebcde917503760d4f0d790e456c7a732b47535f692d7f5b88cf786e5b4236e9b2e8b5eee66d7
 SHA512 
a1ad8487babd1e788282e141538855370e09bb2745731670b814cb4572c54e0568955108f7657809b98f92b94d9d94cdd555e2db8146b20f80db98bbab3512ea
 DIST pastel-0.8.0.tar.gz 49560 BLAKE2B 
646cdf5f7cd1e62e83d87cdcdbbdc2cb2619fd570b4715191825344346053b7bf8f8f18b177a8bad6416c13858ab007d94ccf5c16b71c123e4a3d2fd03cd0720
 SHA512 
8066b372f08e1d6312b87744309692e3e6fd5e2737374bce53087af45141ea4f14e67ead6dccb11df70f73cbb0611ab9e20f7fb553d87a349996bda0f7a3862d

diff --git a/dev-ruby/pastel/pastel-0.7.4.ebuild 
b/dev-ruby/pastel/pastel-0.7.4.ebuild
deleted file mode 100644
index fdd5b02e3bc1..
--- a/dev-ruby/pastel/pastel-0.7.4.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 ruby27"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="pastel.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Terminal strings styling with intuitive and clean API"
-HOMEPAGE="https://github.com/piotrmurach/pastel;
-SRC_URI="https://github.com/piotrmurach/pastel/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
-   >=dev-ruby/equatable-0.6:0
-   >=dev-ruby/tty-color-0.5:0
-"
-
-all_ruby_prepare() {
-   echo '-rspec_helper' > .rspec || die
-   sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die
-}



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

2022-04-18 Thread Hans de Graaff
commit: f15faa33fa18954567215c10c9f2f55187281b60
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 17 16:19:56 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=f15faa33

dev-ruby/pastel: enable ruby31 and disable ruby25

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

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

diff --git a/dev-ruby/pastel/pastel-0.8.0.ebuild 
b/dev-ruby/pastel/pastel-0.8.0.ebuild
index 76a2edfab1dc..ef170d9a83f2 100644
--- a/dev-ruby/pastel/pastel-0.8.0.ebuild
+++ b/dev-ruby/pastel/pastel-0.8.0.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/pastel/

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

dev-ruby/pastel: Keyword 0.8.0 x86, #807685

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

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

diff --git a/dev-ruby/pastel/pastel-0.8.0.ebuild 
b/dev-ruby/pastel/pastel-0.8.0.ebuild
index 65326c981dda..76a2edfab1dc 100644
--- a/dev-ruby/pastel/pastel-0.8.0.ebuild
+++ b/dev-ruby/pastel/pastel-0.8.0.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/pastel/archive/v${PV}.tar.gz -> ${P}.tar
 
 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/pastel/

2021-12-31 Thread Matt Turner
commit: bd0defc6c7d4e894326cad12e8f5a524b08ffbb8
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=bd0defc6

dev-ruby/pastel: Keyword 0.8.0 alpha, #807685

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

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

diff --git a/dev-ruby/pastel/pastel-0.8.0.ebuild 
b/dev-ruby/pastel/pastel-0.8.0.ebuild
index f02d83de148b..65326c981dda 100644
--- a/dev-ruby/pastel/pastel-0.8.0.ebuild
+++ b/dev-ruby/pastel/pastel-0.8.0.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/piotrmurach/pastel/archive/v${PV}.tar.gz -> ${P}.tar
 
 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/pastel/

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

dev-ruby/pastel: Keyword 0.8.0 ppc64, #807685

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

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

diff --git a/dev-ruby/pastel/pastel-0.8.0.ebuild 
b/dev-ruby/pastel/pastel-0.8.0.ebuild
index 1855baee49f..f02d83de148 100644
--- a/dev-ruby/pastel/pastel-0.8.0.ebuild
+++ b/dev-ruby/pastel/pastel-0.8.0.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/piotrmurach/pastel/archive/v${PV}.tar.gz -> ${P}.tar
 
 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/pastel/

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

dev-ruby/pastel: Keyword 0.8.0 ppc, #807685

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

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

diff --git a/dev-ruby/pastel/pastel-0.8.0.ebuild 
b/dev-ruby/pastel/pastel-0.8.0.ebuild
index 91d40df6842..1855baee49f 100644
--- a/dev-ruby/pastel/pastel-0.8.0.ebuild
+++ b/dev-ruby/pastel/pastel-0.8.0.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/piotrmurach/pastel/archive/v${PV}.tar.gz -> ${P}.tar
 
 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/pastel/

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

dev-ruby/pastel: Stabilize 0.8.0 amd64, #812425

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

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

diff --git a/dev-ruby/pastel/pastel-0.8.0.ebuild 
b/dev-ruby/pastel/pastel-0.8.0.ebuild
index 9b7f000b59d..91d40df6842 100644
--- a/dev-ruby/pastel/pastel-0.8.0.ebuild
+++ b/dev-ruby/pastel/pastel-0.8.0.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/piotrmurach/pastel/archive/v${PV}.tar.gz -> ${P}.tar
 
 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/pastel/

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

dev-ruby/pastel: Keyword 0.8.0 arm, #807685

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

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

diff --git a/dev-ruby/pastel/pastel-0.8.0.ebuild 
b/dev-ruby/pastel/pastel-0.8.0.ebuild
index bcd1b87515d..9b7f000b59d 100644
--- a/dev-ruby/pastel/pastel-0.8.0.ebuild
+++ b/dev-ruby/pastel/pastel-0.8.0.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/piotrmurach/pastel/archive/v${PV}.tar.gz -> ${P}.tar
 
 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/pastel/

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

dev-ruby/pastel: Keyword 0.8.0 arm64, #807685

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

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

diff --git a/dev-ruby/pastel/pastel-0.8.0.ebuild 
b/dev-ruby/pastel/pastel-0.8.0.ebuild
index cc2a058a4aa..bcd1b87515d 100644
--- a/dev-ruby/pastel/pastel-0.8.0.ebuild
+++ b/dev-ruby/pastel/pastel-0.8.0.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/piotrmurach/pastel/archive/v${PV}.tar.gz -> ${P}.tar
 
 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/pastel/

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

dev-ruby/pastel: keyworded 0.8.0 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/pastel/pastel-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/pastel/pastel-0.8.0.ebuild 
b/dev-ruby/pastel/pastel-0.8.0.ebuild
index 03b8c84f98c..cc2a058a4aa 100644
--- a/dev-ruby/pastel/pastel-0.8.0.ebuild
+++ b/dev-ruby/pastel/pastel-0.8.0.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/piotrmurach/pastel/archive/v${PV}.tar.gz -> ${P}.tar
 
 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/pastel/

2021-08-03 Thread Marek Szuba
commit: fae104922671012da4f0b3d416fe71e86db7cf04
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Aug  3 13:51:19 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Aug  3 15:42:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fae10492

dev-ruby/pastel: keyword 0.8.0 for ~riscv

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

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

diff --git a/dev-ruby/pastel/pastel-0.8.0.ebuild 
b/dev-ruby/pastel/pastel-0.8.0.ebuild
index 9418a00698e..03b8c84f98c 100644
--- a/dev-ruby/pastel/pastel-0.8.0.ebuild
+++ b/dev-ruby/pastel/pastel-0.8.0.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/piotrmurach/pastel/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 IUSE=""
 
 ruby_add_rdepend "



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

2021-07-06 Thread Hans de Graaff
commit: 5596374677d115d22febc21f9703eba1aa05b802
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul  6 09:52:48 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul  6 10:26:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55963746

dev-ruby/pastel: add ruby30

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

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

diff --git a/dev-ruby/pastel/pastel-0.8.0.ebuild 
b/dev-ruby/pastel/pastel-0.8.0.ebuild
index 98bebd6f62c..9418a00698e 100644
--- a/dev-ruby/pastel/pastel-0.8.0.ebuild
+++ b/dev-ruby/pastel/pastel-0.8.0.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="ruby25 ruby26 ruby27"
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2020-09-10 Thread Hans de Graaff
commit: 4f4e71f2c4a5507df6d4380addb62350cd7c709d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Sep 11 04:58:36 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Sep 11 04:58:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f4e71f2

dev-ruby/pastel: cleanup

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

 dev-ruby/pastel/Manifest|  2 --
 dev-ruby/pastel/pastel-0.7.2.ebuild | 29 -
 dev-ruby/pastel/pastel-0.7.3.ebuild | 29 -
 3 files changed, 60 deletions(-)

diff --git a/dev-ruby/pastel/Manifest b/dev-ruby/pastel/Manifest
index 0e4379cb97f..bb354ada014 100644
--- a/dev-ruby/pastel/Manifest
+++ b/dev-ruby/pastel/Manifest
@@ -1,4 +1,2 @@
-DIST pastel-0.7.2.gem 49152 BLAKE2B 
37380dd9f44f2e816628bda1ed359aeaa961c9b1c18a0e76b4b04fea39906e53601aba17fd2c1cd0571357697296ee1afce3a52fbdc33475a1560c3c2f52e567
 SHA512 
83cf7ef04800a77ee91692de5b89c6bfe6590be72f24dda74ee53809b14b7e2e9c6e70e9a829eff7aa8dd02a191057dc5f5c5528d36fe2bfd211e1c499d276f0
-DIST pastel-0.7.3.gem 22016 BLAKE2B 
0e883969446c9c64389a6280de3f94c6e4970321051bfa718698ea0ce2594ac9a36e32f29946fbceb98015644d529c8dbdafb9f1fdb2fe0825b3d9477b75f4b8
 SHA512 
71cefdac478c709c8d4899021438945c841e4eada2411aae3165e8444835bd9aed27ad9083fe223b115206311fa579d4160cde136bd7a21df5bdcf2589234177
 DIST pastel-0.7.4.tar.gz 48176 BLAKE2B 
3564aba28f9315d2f988dabdd0686e6c7a53c1b200e6e03519c1ebcde917503760d4f0d790e456c7a732b47535f692d7f5b88cf786e5b4236e9b2e8b5eee66d7
 SHA512 
a1ad8487babd1e788282e141538855370e09bb2745731670b814cb4572c54e0568955108f7657809b98f92b94d9d94cdd555e2db8146b20f80db98bbab3512ea
 DIST pastel-0.8.0.tar.gz 49560 BLAKE2B 
646cdf5f7cd1e62e83d87cdcdbbdc2cb2619fd570b4715191825344346053b7bf8f8f18b177a8bad6416c13858ab007d94ccf5c16b71c123e4a3d2fd03cd0720
 SHA512 
8066b372f08e1d6312b87744309692e3e6fd5e2737374bce53087af45141ea4f14e67ead6dccb11df70f73cbb0611ab9e20f7fb553d87a349996bda0f7a3862d

diff --git a/dev-ruby/pastel/pastel-0.7.2.ebuild 
b/dev-ruby/pastel/pastel-0.7.2.ebuild
deleted file mode 100644
index 6d939684132..000
--- a/dev-ruby/pastel/pastel-0.7.2.ebuild
+++ /dev/null
@@ -1,29 +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="Terminal strings styling with intuitive and clean API"
-HOMEPAGE="https://github.com/piotrmurach/pastel;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
-   =dev-ruby/equatable-0.5*
-   =dev-ruby/tty-color-0.4*
-"
-
-all_ruby_prepare() {
-   echo '-rspec_helper' > .rspec || die
-}

diff --git a/dev-ruby/pastel/pastel-0.7.3.ebuild 
b/dev-ruby/pastel/pastel-0.7.3.ebuild
deleted file mode 100644
index 1c31bf4be96..000
--- a/dev-ruby/pastel/pastel-0.7.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Terminal strings styling with intuitive and clean API"
-HOMEPAGE="https://github.com/piotrmurach/pastel;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
-   >=dev-ruby/equatable-0.6:0
-   >=dev-ruby/tty-color-0.5:0
-"
-
-all_ruby_prepare() {
-   echo '-rspec_helper' > .rspec || die
-}



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

2020-07-11 Thread Hans de Graaff
commit: a2fe144c529dc7302fc0977932f9367e64997334
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jul 11 07:54:49 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jul 11 09:28:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2fe144c

dev-ruby/pastel: add 0.8.0

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

 dev-ruby/pastel/Manifest|  1 +
 dev-ruby/pastel/pastel-0.8.0.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-ruby/pastel/Manifest b/dev-ruby/pastel/Manifest
index e771233e073..0e4379cb97f 100644
--- a/dev-ruby/pastel/Manifest
+++ b/dev-ruby/pastel/Manifest
@@ -1,3 +1,4 @@
 DIST pastel-0.7.2.gem 49152 BLAKE2B 
37380dd9f44f2e816628bda1ed359aeaa961c9b1c18a0e76b4b04fea39906e53601aba17fd2c1cd0571357697296ee1afce3a52fbdc33475a1560c3c2f52e567
 SHA512 
83cf7ef04800a77ee91692de5b89c6bfe6590be72f24dda74ee53809b14b7e2e9c6e70e9a829eff7aa8dd02a191057dc5f5c5528d36fe2bfd211e1c499d276f0
 DIST pastel-0.7.3.gem 22016 BLAKE2B 
0e883969446c9c64389a6280de3f94c6e4970321051bfa718698ea0ce2594ac9a36e32f29946fbceb98015644d529c8dbdafb9f1fdb2fe0825b3d9477b75f4b8
 SHA512 
71cefdac478c709c8d4899021438945c841e4eada2411aae3165e8444835bd9aed27ad9083fe223b115206311fa579d4160cde136bd7a21df5bdcf2589234177
 DIST pastel-0.7.4.tar.gz 48176 BLAKE2B 
3564aba28f9315d2f988dabdd0686e6c7a53c1b200e6e03519c1ebcde917503760d4f0d790e456c7a732b47535f692d7f5b88cf786e5b4236e9b2e8b5eee66d7
 SHA512 
a1ad8487babd1e788282e141538855370e09bb2745731670b814cb4572c54e0568955108f7657809b98f92b94d9d94cdd555e2db8146b20f80db98bbab3512ea
+DIST pastel-0.8.0.tar.gz 49560 BLAKE2B 
646cdf5f7cd1e62e83d87cdcdbbdc2cb2619fd570b4715191825344346053b7bf8f8f18b177a8bad6416c13858ab007d94ccf5c16b71c123e4a3d2fd03cd0720
 SHA512 
8066b372f08e1d6312b87744309692e3e6fd5e2737374bce53087af45141ea4f14e67ead6dccb11df70f73cbb0611ab9e20f7fb553d87a349996bda0f7a3862d

diff --git a/dev-ruby/pastel/pastel-0.8.0.ebuild 
b/dev-ruby/pastel/pastel-0.8.0.ebuild
new file mode 100644
index 000..98bebd6f62c
--- /dev/null
+++ b/dev-ruby/pastel/pastel-0.8.0.ebuild
@@ -0,0 +1,31 @@
+# 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="pastel.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Terminal strings styling with intuitive and clean API"
+HOMEPAGE="https://github.com/piotrmurach/pastel;
+SRC_URI="https://github.com/piotrmurach/pastel/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/tty-color-0.5:0
+"
+
+all_ruby_prepare() {
+   echo '-rspec_helper' > .rspec || die
+   sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die
+}



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

2020-05-09 Thread Hans de Graaff
commit: f1dba628e28d85c3cc5aab61dfd68d7a85bd0605
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May 10 05:13:19 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May 10 05:13:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1dba628

dev-ruby/pastel: add 0.7.4

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

 dev-ruby/pastel/Manifest|  1 +
 dev-ruby/pastel/pastel-0.7.4.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/pastel/Manifest b/dev-ruby/pastel/Manifest
index 53598291825..e771233e073 100644
--- a/dev-ruby/pastel/Manifest
+++ b/dev-ruby/pastel/Manifest
@@ -1,2 +1,3 @@
 DIST pastel-0.7.2.gem 49152 BLAKE2B 
37380dd9f44f2e816628bda1ed359aeaa961c9b1c18a0e76b4b04fea39906e53601aba17fd2c1cd0571357697296ee1afce3a52fbdc33475a1560c3c2f52e567
 SHA512 
83cf7ef04800a77ee91692de5b89c6bfe6590be72f24dda74ee53809b14b7e2e9c6e70e9a829eff7aa8dd02a191057dc5f5c5528d36fe2bfd211e1c499d276f0
 DIST pastel-0.7.3.gem 22016 BLAKE2B 
0e883969446c9c64389a6280de3f94c6e4970321051bfa718698ea0ce2594ac9a36e32f29946fbceb98015644d529c8dbdafb9f1fdb2fe0825b3d9477b75f4b8
 SHA512 
71cefdac478c709c8d4899021438945c841e4eada2411aae3165e8444835bd9aed27ad9083fe223b115206311fa579d4160cde136bd7a21df5bdcf2589234177
+DIST pastel-0.7.4.tar.gz 48176 BLAKE2B 
3564aba28f9315d2f988dabdd0686e6c7a53c1b200e6e03519c1ebcde917503760d4f0d790e456c7a732b47535f692d7f5b88cf786e5b4236e9b2e8b5eee66d7
 SHA512 
a1ad8487babd1e788282e141538855370e09bb2745731670b814cb4572c54e0568955108f7657809b98f92b94d9d94cdd555e2db8146b20f80db98bbab3512ea

diff --git a/dev-ruby/pastel/pastel-0.7.4.ebuild 
b/dev-ruby/pastel/pastel-0.7.4.ebuild
new file mode 100644
index 000..fdd5b02e3bc
--- /dev/null
+++ b/dev-ruby/pastel/pastel-0.7.4.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 ruby27"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="pastel.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Terminal strings styling with intuitive and clean API"
+HOMEPAGE="https://github.com/piotrmurach/pastel;
+SRC_URI="https://github.com/piotrmurach/pastel/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/equatable-0.6:0
+   >=dev-ruby/tty-color-0.5:0
+"
+
+all_ruby_prepare() {
+   echo '-rspec_helper' > .rspec || die
+   sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die
+}



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

2020-04-11 Thread Hans de Graaff
commit: 4281171ba0525e54d7a59a8b233786315947ef47
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr 10 05:55:35 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=4281171b

dev-ruby/pastel: add ruby27

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

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

diff --git a/dev-ruby/pastel/pastel-0.7.3.ebuild 
b/dev-ruby/pastel/pastel-0.7.3.ebuild
index e76bba5ba9f..1c31bf4be96 100644
--- a/dev-ruby/pastel/pastel-0.7.3.ebuild
+++ b/dev-ruby/pastel/pastel-0.7.3.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=6
-USE_RUBY="ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"



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

2019-06-16 Thread Hans de Graaff
commit: 38276902f572c9b52b330a7adf8818635f6d9585
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jun 17 04:41:14 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jun 17 04:41:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38276902

dev-ruby/pastel: add 0.7.3

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

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

diff --git a/dev-ruby/pastel/Manifest b/dev-ruby/pastel/Manifest
index 4140a8b22cd..53598291825 100644
--- a/dev-ruby/pastel/Manifest
+++ b/dev-ruby/pastel/Manifest
@@ -1 +1,2 @@
 DIST pastel-0.7.2.gem 49152 BLAKE2B 
37380dd9f44f2e816628bda1ed359aeaa961c9b1c18a0e76b4b04fea39906e53601aba17fd2c1cd0571357697296ee1afce3a52fbdc33475a1560c3c2f52e567
 SHA512 
83cf7ef04800a77ee91692de5b89c6bfe6590be72f24dda74ee53809b14b7e2e9c6e70e9a829eff7aa8dd02a191057dc5f5c5528d36fe2bfd211e1c499d276f0
+DIST pastel-0.7.3.gem 22016 BLAKE2B 
0e883969446c9c64389a6280de3f94c6e4970321051bfa718698ea0ce2594ac9a36e32f29946fbceb98015644d529c8dbdafb9f1fdb2fe0825b3d9477b75f4b8
 SHA512 
71cefdac478c709c8d4899021438945c841e4eada2411aae3165e8444835bd9aed27ad9083fe223b115206311fa579d4160cde136bd7a21df5bdcf2589234177

diff --git a/dev-ruby/pastel/pastel-0.7.3.ebuild 
b/dev-ruby/pastel/pastel-0.7.3.ebuild
new file mode 100644
index 000..e76bba5ba9f
--- /dev/null
+++ b/dev-ruby/pastel/pastel-0.7.3.ebuild
@@ -0,0 +1,29 @@
+# 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="Terminal strings styling with intuitive and clean API"
+HOMEPAGE="https://github.com/piotrmurach/pastel;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/equatable-0.6:0
+   >=dev-ruby/tty-color-0.5:0
+"
+
+all_ruby_prepare() {
+   echo '-rspec_helper' > .rspec || die
+}



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

2019-06-15 Thread Hans de Graaff
commit: 16afbba89dab0e7f04589353c0d908f91c78b98b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun 15 05:26:35 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jun 15 09:55:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16afbba8

dev-ruby/pastel: initial import of 0.7.2

Dependency for forthcoming dev-ruby/tty-command

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

 dev-ruby/pastel/Manifest|  1 +
 dev-ruby/pastel/metadata.xml| 11 +++
 dev-ruby/pastel/pastel-0.7.2.ebuild | 29 +
 3 files changed, 41 insertions(+)

diff --git a/dev-ruby/pastel/Manifest b/dev-ruby/pastel/Manifest
new file mode 100644
index 000..4140a8b22cd
--- /dev/null
+++ b/dev-ruby/pastel/Manifest
@@ -0,0 +1 @@
+DIST pastel-0.7.2.gem 49152 BLAKE2B 
37380dd9f44f2e816628bda1ed359aeaa961c9b1c18a0e76b4b04fea39906e53601aba17fd2c1cd0571357697296ee1afce3a52fbdc33475a1560c3c2f52e567
 SHA512 
83cf7ef04800a77ee91692de5b89c6bfe6590be72f24dda74ee53809b14b7e2e9c6e70e9a829eff7aa8dd02a191057dc5f5c5528d36fe2bfd211e1c499d276f0

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

diff --git a/dev-ruby/pastel/pastel-0.7.2.ebuild 
b/dev-ruby/pastel/pastel-0.7.2.ebuild
new file mode 100644
index 000..f71fd3ebc80
--- /dev/null
+++ b/dev-ruby/pastel/pastel-0.7.2.ebuild
@@ -0,0 +1,29 @@
+# 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="Terminal strings styling with intuitive and clean API"
+HOMEPAGE="https://github.com/piotrmurach/pastel;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+   =dev-ruby/equatable-0.5*
+   =dev-ruby/tty-color-0.5*
+"
+
+all_ruby_prepare() {
+   echo '-rspec_helper' > .rspec || die
+}



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

2019-06-15 Thread Hans de Graaff
commit: 00b404770512306f179df6b7036822a784399522
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun 15 06:09:23 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jun 15 09:55:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00b40477

dev-ruby/pastel: fix tty-color dependency

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

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

diff --git a/dev-ruby/pastel/pastel-0.7.2.ebuild 
b/dev-ruby/pastel/pastel-0.7.2.ebuild
index f71fd3ebc80..6d939684132 100644
--- a/dev-ruby/pastel/pastel-0.7.2.ebuild
+++ b/dev-ruby/pastel/pastel-0.7.2.ebuild
@@ -21,7 +21,7 @@ IUSE=""
 
 ruby_add_rdepend "
=dev-ruby/equatable-0.5*
-   =dev-ruby/tty-color-0.5*
+   =dev-ruby/tty-color-0.4*
 "
 
 all_ruby_prepare() {