[gentoo-commits] repo/gentoo:master commit in: games-misc/lolcat/

2023-09-08 Thread Hans de Graaff
commit: 391bca5650c7e959f6bf0b349e5aa5a3b573ed1c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Sep  8 12:59:51 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Sep  8 16:22:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=391bca56

games-misc/lolcat: allow newer optimist versions to work

Closes: https://bugs.gentoo.org/911512
Signed-off-by: Hans de Graaff  gentoo.org>

 games-misc/lolcat/lolcat-100.0.1-r3.ebuild | 36 ++
 1 file changed, 36 insertions(+)

diff --git a/games-misc/lolcat/lolcat-100.0.1-r3.ebuild 
b/games-misc/lolcat/lolcat-100.0.1-r3.ebuild
new file mode 100644
index ..dd460e83932a
--- /dev/null
+++ b/games-misc/lolcat/lolcat-100.0.1-r3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_GEMSPEC="lolcat.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Rainbows and unicorns!"
+HOMEPAGE="https://github.com/busyloop/lolcat;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+ruby_add_rdepend "
+   dev-ruby/optimist:3
+   >=dev-ruby/paint-2.1:0"
+
+all_ruby_prepare() {
+   sed -e '/manpages/ s:^:#:' \
+   -e 's/git ls-files --/echo/' \
+   -e 's/git ls-files/find/' \
+   -e '/optimist/ s/3.0.0/3.0/' \
+   -i ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+all_ruby_install() {
+   doman man/lolcat.6
+   ruby_fakegem_binwrapper lolcat
+}



[gentoo-commits] repo/gentoo:master commit in: games-misc/lolcat/

2023-08-26 Thread Hans de Graaff
commit: 55a218bd8bfdc8e449189060545afe587d114ae4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 26 09:10:46 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 26 09:39:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55a218bd

games-misc/lolcat: drop 100.0.1-r1

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

 games-misc/lolcat/lolcat-100.0.1-r1.ebuild | 35 --
 1 file changed, 35 deletions(-)

diff --git a/games-misc/lolcat/lolcat-100.0.1-r1.ebuild 
b/games-misc/lolcat/lolcat-100.0.1-r1.ebuild
deleted file mode 100644
index c6d1d0dba2b6..
--- a/games-misc/lolcat/lolcat-100.0.1-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_GEMSPEC="lolcat.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Rainbows and unicorns!"
-HOMEPAGE="https://github.com/busyloop/lolcat;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-ruby_add_rdepend "
-   dev-ruby/optimist:3
-   >=dev-ruby/paint-2.1:0"
-
-all_ruby_prepare() {
-   sed -e '/manpages/ s:^:#:' \
-   -e 's/git ls-files --/echo/' \
-   -e 's/git ls-files/find/' \
-   -i ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-all_ruby_install() {
-   doman man/lolcat.6
-   ruby_fakegem_binwrapper lolcat
-}



[gentoo-commits] repo/gentoo:master commit in: games-misc/lolcat/

2023-07-14 Thread Hans de Graaff
commit: 41a54a4ed2dd78ff6d3a19e173005244e952a101
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul 14 05:16:15 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 14 06:17:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41a54a4e

games-misc/lolcat: update EAPI 7 -> 8, add ruby32

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

 games-misc/lolcat/lolcat-100.0.1-r2.ebuild | 35 ++
 1 file changed, 35 insertions(+)

diff --git a/games-misc/lolcat/lolcat-100.0.1-r2.ebuild 
b/games-misc/lolcat/lolcat-100.0.1-r2.ebuild
new file mode 100644
index ..d46905df5925
--- /dev/null
+++ b/games-misc/lolcat/lolcat-100.0.1-r2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_GEMSPEC="lolcat.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Rainbows and unicorns!"
+HOMEPAGE="https://github.com/busyloop/lolcat;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+ruby_add_rdepend "
+   dev-ruby/optimist:3
+   >=dev-ruby/paint-2.1:0"
+
+all_ruby_prepare() {
+   sed -e '/manpages/ s:^:#:' \
+   -e 's/git ls-files --/echo/' \
+   -e 's/git ls-files/find/' \
+   -i ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+all_ruby_install() {
+   doman man/lolcat.6
+   ruby_fakegem_binwrapper lolcat
+}



[gentoo-commits] repo/gentoo:master commit in: games-misc/lolcat/

2022-06-19 Thread Hans de Graaff
commit: 59e94a38aceeb8a0323eda203b92bc96886aa94c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jun 19 07:32:03 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 19 07:32:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59e94a38

games-misc/lolcat: enable ruby30, ruby31 and disable ruby24, ruby25

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

 games-misc/lolcat/lolcat-100.0.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-misc/lolcat/lolcat-100.0.1-r1.ebuild 
b/games-misc/lolcat/lolcat-100.0.1-r1.ebuild
index cd9ab9f497c6..c6d1d0dba2b6 100644
--- a/games-misc/lolcat/lolcat-100.0.1-r1.ebuild
+++ b/games-misc/lolcat/lolcat-100.0.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_EXTRADOC="README.md"



[gentoo-commits] repo/gentoo:master commit in: games-misc/lolcat/

2021-04-19 Thread Sam James
commit: ec58139f34ae6581c4824de9f375f2aa454126de
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 19 20:18:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 19 20:54:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec58139f

games-misc/lolcat: drop 90.8.8-r1, 100.0.1

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

 games-misc/lolcat/Manifest|  1 -
 games-misc/lolcat/lolcat-100.0.1.ebuild   | 34 ---
 games-misc/lolcat/lolcat-90.8.8-r1.ebuild | 28 -
 3 files changed, 63 deletions(-)

diff --git a/games-misc/lolcat/Manifest b/games-misc/lolcat/Manifest
index a08b66e3ee1..c96fe0ec69e 100644
--- a/games-misc/lolcat/Manifest
+++ b/games-misc/lolcat/Manifest
@@ -1,2 +1 @@
 DIST lolcat-100.0.1.gem 121344 BLAKE2B 
0105987695990c93e2676babd238f10b586c8f742d40d35281cdf131b1db8ec019cd9c9c2cf1e6d8c248a9e9d2a7d5194aecc5b2fe09d04a11c7358b7d63bb61
 SHA512 
b257d264f8059e6722eaa66125b990414a77e8d67b47472a8e974418408bcf5fbc0a7c7f1e42517660280202ee2d669c3d3850d546356bd2f5e2e84e61af33ff
-DIST lolcat-90.8.8.gem 56832 BLAKE2B 
51bcd05f5bd277ae372b224d3ec8c0a041007ea70dc12261388655a6de8172017d88a1c58f58135181dfbfbc1ec63ab762a28db477618d1e80cf31d328885211
 SHA512 
2517a2e903c52d16c9773a32fae000917741a0b323abc19cdf4cad68f9ba873f059cda5790819e0d2cb057239dca9ac39a191f9e05417a91ef99f2232e8af3dd

diff --git a/games-misc/lolcat/lolcat-100.0.1.ebuild 
b/games-misc/lolcat/lolcat-100.0.1.ebuild
deleted file mode 100644
index bcf2f20639c..000
--- a/games-misc/lolcat/lolcat-100.0.1.ebuild
+++ /dev/null
@@ -1,34 +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_TASK_TEST=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_GEMSPEC="lolcat.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Rainbows and unicorns!"
-HOMEPAGE="https://github.com/busyloop/lolcat;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-ruby_add_rdepend "
-   dev-ruby/optimist:3
-   >=dev-ruby/paint-2.1:0"
-
-all_ruby_prepare() {
-   sed -e '/manpages/ s:^:#:' \
-   -e 's/git ls-files --/echo/' \
-   -e 's/git ls-files/find/' \
-   -i ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-all_ruby_install() {
-   doman man/lolcat.6
-}

diff --git a/games-misc/lolcat/lolcat-90.8.8-r1.ebuild 
b/games-misc/lolcat/lolcat-90.8.8-r1.ebuild
deleted file mode 100644
index 696d769be5f..000
--- a/games-misc/lolcat/lolcat-90.8.8-r1.ebuild
+++ /dev/null
@@ -1,28 +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"
-
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_GEMSPEC="lolcat.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Rainbows and unicorns!"
-HOMEPAGE="https://github.com/busyloop/lolcat;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-ruby_add_rdepend "
-   >=dev-ruby/trollop-2.1.2:2
-   >=dev-ruby/paint-2.0.0"
-
-all_ruby_prepare() {
-   sed -i -e '/paint/ s/2.0.0/2.0/' ${RUBY_FAKEGEM_GEMSPEC} || die
-}



[gentoo-commits] repo/gentoo:master commit in: games-misc/lolcat/

2020-08-07 Thread Sam James
commit: 29cca8163327a07581d5c0cc7602b02a42bbe812
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 05:56:43 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 05:56:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29cca816

games-misc/lolcat: style changes

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 games-misc/lolcat/lolcat-100.0.1-r1.ebuild | 1 +
 games-misc/lolcat/lolcat-100.0.1.ebuild| 1 +
 games-misc/lolcat/lolcat-90.8.8-r1.ebuild  | 3 ++-
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/games-misc/lolcat/lolcat-100.0.1-r1.ebuild 
b/games-misc/lolcat/lolcat-100.0.1-r1.ebuild
index 6e6c7c7a085..cd9ab9f497c 100644
--- a/games-misc/lolcat/lolcat-100.0.1-r1.ebuild
+++ b/games-misc/lolcat/lolcat-100.0.1-r1.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_TASK_TEST=""

diff --git a/games-misc/lolcat/lolcat-100.0.1.ebuild 
b/games-misc/lolcat/lolcat-100.0.1.ebuild
index 43a1f78591e..bcf2f20639c 100644
--- a/games-misc/lolcat/lolcat-100.0.1.ebuild
+++ b/games-misc/lolcat/lolcat-100.0.1.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_TASK_TEST=""

diff --git a/games-misc/lolcat/lolcat-90.8.8-r1.ebuild 
b/games-misc/lolcat/lolcat-90.8.8-r1.ebuild
index 595d34230b6..696d769be5f 100644
--- a/games-misc/lolcat/lolcat-90.8.8-r1.ebuild
+++ b/games-misc/lolcat/lolcat-90.8.8-r1.ebuild
@@ -1,7 +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"
 
 RUBY_FAKEGEM_TASK_TEST=""



[gentoo-commits] repo/gentoo:master commit in: games-misc/lolcat/

2020-08-07 Thread Sam James
commit: 0319ec3082b4e56206396684dd02eb9c71eda223
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  8 05:23:34 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  8 05:23:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0319ec30

games-misc/lolcat: install lolcat binary

Closes: https://bugs.gentoo.org/721718
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 games-misc/lolcat/lolcat-100.0.1-r1.ebuild | 34 ++
 1 file changed, 34 insertions(+)

diff --git a/games-misc/lolcat/lolcat-100.0.1-r1.ebuild 
b/games-misc/lolcat/lolcat-100.0.1-r1.ebuild
new file mode 100644
index 000..6e6c7c7a085
--- /dev/null
+++ b/games-misc/lolcat/lolcat-100.0.1-r1.ebuild
@@ -0,0 +1,34 @@
+# 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_TASK_TEST=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_GEMSPEC="lolcat.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Rainbows and unicorns!"
+HOMEPAGE="https://github.com/busyloop/lolcat;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+ruby_add_rdepend "
+   dev-ruby/optimist:3
+   >=dev-ruby/paint-2.1:0"
+
+all_ruby_prepare() {
+   sed -e '/manpages/ s:^:#:' \
+   -e 's/git ls-files --/echo/' \
+   -e 's/git ls-files/find/' \
+   -i ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+all_ruby_install() {
+   doman man/lolcat.6
+   ruby_fakegem_binwrapper lolcat
+}



[gentoo-commits] repo/gentoo:master commit in: games-misc/lolcat/

2020-05-07 Thread Hans de Graaff
commit: fc43c93052184f27eee1e02c621b958086c3a653
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May  8 05:41:40 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May  8 05:42:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc43c930

games-misc/lolcat: add 100.0.1

Closes: https://bugs.gentoo.org/634546
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff  gentoo.org>

 games-misc/lolcat/Manifest  |  1 +
 games-misc/lolcat/lolcat-100.0.1.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/games-misc/lolcat/Manifest b/games-misc/lolcat/Manifest
index 3f3ede37f1f..a08b66e3ee1 100644
--- a/games-misc/lolcat/Manifest
+++ b/games-misc/lolcat/Manifest
@@ -1 +1,2 @@
+DIST lolcat-100.0.1.gem 121344 BLAKE2B 
0105987695990c93e2676babd238f10b586c8f742d40d35281cdf131b1db8ec019cd9c9c2cf1e6d8c248a9e9d2a7d5194aecc5b2fe09d04a11c7358b7d63bb61
 SHA512 
b257d264f8059e6722eaa66125b990414a77e8d67b47472a8e974418408bcf5fbc0a7c7f1e42517660280202ee2d669c3d3850d546356bd2f5e2e84e61af33ff
 DIST lolcat-90.8.8.gem 56832 BLAKE2B 
51bcd05f5bd277ae372b224d3ec8c0a041007ea70dc12261388655a6de8172017d88a1c58f58135181dfbfbc1ec63ab762a28db477618d1e80cf31d328885211
 SHA512 
2517a2e903c52d16c9773a32fae000917741a0b323abc19cdf4cad68f9ba873f059cda5790819e0d2cb057239dca9ac39a191f9e05417a91ef99f2232e8af3dd

diff --git a/games-misc/lolcat/lolcat-100.0.1.ebuild 
b/games-misc/lolcat/lolcat-100.0.1.ebuild
new file mode 100644
index 000..43a1f78591e
--- /dev/null
+++ b/games-misc/lolcat/lolcat-100.0.1.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_TASK_TEST=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_GEMSPEC="lolcat.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Rainbows and unicorns!"
+HOMEPAGE="https://github.com/busyloop/lolcat;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+ruby_add_rdepend "
+   dev-ruby/optimist:3
+   >=dev-ruby/paint-2.1:0"
+
+all_ruby_prepare() {
+   sed -e '/manpages/ s:^:#:' \
+   -e 's/git ls-files --/echo/' \
+   -e 's/git ls-files/find/' \
+   -i ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+all_ruby_install() {
+   doman man/lolcat.6
+}



[gentoo-commits] repo/gentoo:master commit in: games-misc/lolcat/

2020-05-07 Thread Hans de Graaff
commit: 15d8494e67e0d394d92f6e58b05a23d0d69849f7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May  8 05:22:01 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May  8 05:42:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15d8494e

games-misc/lolcat: cleanup

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

 games-misc/lolcat/lolcat-90.8.8.ebuild | 23 ---
 1 file changed, 23 deletions(-)

diff --git a/games-misc/lolcat/lolcat-90.8.8.ebuild 
b/games-misc/lolcat/lolcat-90.8.8.ebuild
deleted file mode 100644
index 9945e314222..000
--- a/games-misc/lolcat/lolcat-90.8.8.ebuild
+++ /dev/null
@@ -1,23 +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_TASK_TEST=""
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_GEMSPEC="lolcat.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Rainbows and unicorns!"
-HOMEPAGE="https://github.com/busyloop/lolcat;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-ruby_add_rdepend "
-   >=dev-ruby/trollop-2.1.2:2
-   >=dev-ruby/paint-2.0.0"



[gentoo-commits] repo/gentoo:master commit in: games-misc/lolcat/

2019-04-16 Thread Hans de Graaff
commit: 37be5545dca7167d85c32c2d314fb9a18bfb0904
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Apr 16 17:43:49 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr 16 17:44:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37be5545

games-misc/lolcat: loosen dependency on dev-ruby/paint

Tested with dev-ruby/paint-2.1.0.

Fixes: https://bugs.gentoo.org/683440
Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 games-misc/lolcat/lolcat-90.8.8-r1.ebuild | 27 +++
 1 file changed, 27 insertions(+)

diff --git a/games-misc/lolcat/lolcat-90.8.8-r1.ebuild 
b/games-misc/lolcat/lolcat-90.8.8-r1.ebuild
new file mode 100644
index 000..595d34230b6
--- /dev/null
+++ b/games-misc/lolcat/lolcat-90.8.8-r1.ebuild
@@ -0,0 +1,27 @@
+# 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_TASK_TEST=""
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_GEMSPEC="lolcat.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Rainbows and unicorns!"
+HOMEPAGE="https://github.com/busyloop/lolcat;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+ruby_add_rdepend "
+   >=dev-ruby/trollop-2.1.2:2
+   >=dev-ruby/paint-2.0.0"
+
+all_ruby_prepare() {
+   sed -i -e '/paint/ s/2.0.0/2.0/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}



[gentoo-commits] repo/gentoo:master commit in: games-misc/lolcat/

2019-04-11 Thread Hans de Graaff
commit: abb24c05d3cf36a80670e8cf0290ea8fa6691125
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 11 15:31:08 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr 11 15:31:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abb24c05

games-misc/lolcat: add ruby25, ruby26

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

 games-misc/lolcat/lolcat-90.8.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-misc/lolcat/lolcat-90.8.8.ebuild 
b/games-misc/lolcat/lolcat-90.8.8.ebuild
index 3e785fac132..9945e314222 100644
--- a/games-misc/lolcat/lolcat-90.8.8.ebuild
+++ b/games-misc/lolcat/lolcat-90.8.8.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



[gentoo-commits] repo/gentoo:master commit in: games-misc/lolcat/

2017-09-24 Thread Patrice Clement
commit: 8194ebb4ae81cbc90c72089acdf725639abe3c61
Author: Daniel Maslowski  shop  co>
AuthorDate: Thu Sep 14 11:26:52 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Sep 24 12:56:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8194ebb4

games-misc/lolcat: version bump to 90.8.8.

Closes: https://github.com/gentoo/gentoo/pull/5702

 games-misc/lolcat/Manifest |  1 +
 games-misc/lolcat/lolcat-90.8.8.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/games-misc/lolcat/Manifest b/games-misc/lolcat/Manifest
index 0c720670d2c..5dfd91c96f9 100644
--- a/games-misc/lolcat/Manifest
+++ b/games-misc/lolcat/Manifest
@@ -1 +1,2 @@
 DIST lolcat-42.1.43.gem 205312 SHA256 
98cb63bb018b5b56dc29009e7e8288ed66b7f7e34edb78e4cc9c9169998e019c SHA512 
eaea5637655bb2571025a9b33fc40c13aa1e7a4e782f6b9cd217bfd19f19e497228cea23988913183968a23564cae8f07e488ac413f8c5b27e5b50ce9a58e0ce
 WHIRLPOOL 
3bf334d2d0943cd58ce2419b196167fe3661c65f98f9e0cca1361350f0a20831c1955c113fbb8e652fe369196e382122bb5dc9de6d033705c36dab71b4abd572
+DIST lolcat-90.8.8.gem 56832 SHA256 
ce80b9e21503553fd8cc9bc2bae6a66bfe300bc580a7b1284de06e8e300f03e0 SHA512 
2517a2e903c52d16c9773a32fae000917741a0b323abc19cdf4cad68f9ba873f059cda5790819e0d2cb057239dca9ac39a191f9e05417a91ef99f2232e8af3dd
 WHIRLPOOL 
b1c85f6dbbec4a421fb337b1aacc16b2397d776fdf5db53d3609b4e35d5c7fd7ad7b372a6e824f2c686ef9c07fabb027c574343904e62adb009a3cfbc7e8475a

diff --git a/games-misc/lolcat/lolcat-90.8.8.ebuild 
b/games-misc/lolcat/lolcat-90.8.8.ebuild
new file mode 100644
index 000..3e785fac132
--- /dev/null
+++ b/games-misc/lolcat/lolcat-90.8.8.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_GEMSPEC="lolcat.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Rainbows and unicorns!"
+HOMEPAGE="https://github.com/busyloop/lolcat;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+ruby_add_rdepend "
+   >=dev-ruby/trollop-2.1.2:2
+   >=dev-ruby/paint-2.0.0"



[gentoo-commits] repo/gentoo:master commit in: games-misc/lolcat/

2017-08-21 Thread Hans de Graaff
commit: 73ae37e7c755ba8c8b2e9f4198ded68392a6ace4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Aug 22 05:01:54 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Aug 22 05:01:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73ae37e7

games-misc/lolcat: add ruby23, ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 games-misc/lolcat/lolcat-42.1.43.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-misc/lolcat/lolcat-42.1.43.ebuild 
b/games-misc/lolcat/lolcat-42.1.43.ebuild
index 3d64190e922..7f95d044a42 100644
--- a/games-misc/lolcat/lolcat-42.1.43.ebuild
+++ b/games-misc/lolcat/lolcat-42.1.43.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



[gentoo-commits] repo/gentoo:master commit in: games-misc/lolcat/

2016-12-13 Thread Patrice Clement
commit: 4d5fa5243720e89fb929c57c0faa2adc5262c071
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Dec 13 23:15:46 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Dec 13 23:15:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d5fa524

games-misc/lolcat: mark unstable again to avoid breaking the tree.

Package-Manager: portage-2.3.0

 games-misc/lolcat/lolcat-42.1.43.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-misc/lolcat/lolcat-42.1.43.ebuild 
b/games-misc/lolcat/lolcat-42.1.43.ebuild
index c454ba7..537e08f 100644
--- a/games-misc/lolcat/lolcat-42.1.43.ebuild
+++ b/games-misc/lolcat/lolcat-42.1.43.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/busyloop/lolcat;
 
 LICENSE="WTFPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 
 DEPEND="dev-vcs/git"
 



[gentoo-commits] repo/gentoo:master commit in: games-misc/lolcat/

2016-12-13 Thread Patrice Clement
commit: 0d081cb48557bdd695cd0a9d9a249a46001bdfbf
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Dec 13 13:45:19 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Dec 13 22:41:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d081cb4

games-misc/lolcat: stable for amd64. mark stable for the remaining arches using 
the ALLARCHES policy.

Package-Manager: portage-2.3.0

 games-misc/lolcat/lolcat-42.1.43.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-misc/lolcat/lolcat-42.1.43.ebuild 
b/games-misc/lolcat/lolcat-42.1.43.ebuild
index 537e08f..c454ba7 100644
--- a/games-misc/lolcat/lolcat-42.1.43.ebuild
+++ b/games-misc/lolcat/lolcat-42.1.43.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/busyloop/lolcat;
 
 LICENSE="WTFPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="dev-vcs/git"
 



[gentoo-commits] repo/gentoo:master commit in: games-misc/lolcat/

2016-07-22 Thread Hans de Graaff
commit: 674a2564c7f19a4f8e0ea9afd54b5bd59b540cef
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul 22 06:11:12 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 22 06:59:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=674a2564

games-misc/lolcat: add ruby21, ruby22

Package-Manager: portage-2.2.28

 games-misc/lolcat/lolcat-42.1.43.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-misc/lolcat/lolcat-42.1.43.ebuild 
b/games-misc/lolcat/lolcat-42.1.43.ebuild
index e9e6ba5..537e08f 100644
--- a/games-misc/lolcat/lolcat-42.1.43.ebuild
+++ b/games-misc/lolcat/lolcat-42.1.43.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="ruby20"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



[gentoo-commits] repo/gentoo:master commit in: games-misc/lolcat/

2015-12-28 Thread Michael Sterrett
commit: 46cc63dbdc50865e9890caa66e1ceb676b9ce9f9
Author: Michael Sterrett  gentoo  org>
AuthorDate: Tue Dec 29 07:17:42 2015 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Tue Dec 29 07:41:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46cc63db

games-misc/lolcat: drop ruby19

Package-Manager: portage-2.2.24

 games-misc/lolcat/lolcat-42.1.43.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-misc/lolcat/lolcat-42.1.43.ebuild 
b/games-misc/lolcat/lolcat-42.1.43.ebuild
index 425e087..e9e6ba5 100644
--- a/games-misc/lolcat/lolcat-42.1.43.ebuild
+++ b/games-misc/lolcat/lolcat-42.1.43.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby20"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



[gentoo-commits] repo/gentoo:master commit in: games-misc/lolcat/

2015-11-29 Thread Michael Sterrett
commit: 6c9f508fd03d3d72183b5807a8e2153c1bfe8b37
Author: Michael Sterrett  gentoo  org>
AuthorDate: Sun Nov 29 09:22:24 2015 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Sun Nov 29 09:22:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c9f508f

version bump

Package-Manager: portage-2.2.20.1

 games-misc/lolcat/Manifest  |  1 +
 games-misc/lolcat/lolcat-42.1.43.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/games-misc/lolcat/Manifest b/games-misc/lolcat/Manifest
index 03513c3..fce73e9 100644
--- a/games-misc/lolcat/Manifest
+++ b/games-misc/lolcat/Manifest
@@ -1 +1,2 @@
 DIST lolcat-42.1.0.gem 205312 SHA256 
ecf19c507f1e4df8436678b3ba1fdd24d686b23d1a87da1238afa192e679e0ca SHA512 
b0c8f7122317b31efbf81a2023dded8a6c27ad17539b88c882af99983d377c308862d7ee4be85e891c2aca0bee25ac6d2ef3bf536b88d7db18d11176d3245b83
 WHIRLPOOL 
070e94fa38ced5b554a103b166f9694c75afe2dfa5ffe7a65f3bb62895638cb5c7a825290f2ca99a59e57a1017df79441cb24c2e23373ee90abbae6c0e8dc9a1
+DIST lolcat-42.1.43.gem 205312 SHA256 
98cb63bb018b5b56dc29009e7e8288ed66b7f7e34edb78e4cc9c9169998e019c SHA512 
eaea5637655bb2571025a9b33fc40c13aa1e7a4e782f6b9cd217bfd19f19e497228cea23988913183968a23564cae8f07e488ac413f8c5b27e5b50ce9a58e0ce
 WHIRLPOOL 
3bf334d2d0943cd58ce2419b196167fe3661c65f98f9e0cca1361350f0a20831c1955c113fbb8e652fe369196e382122bb5dc9de6d033705c36dab71b4abd572

diff --git a/games-misc/lolcat/lolcat-42.1.43.ebuild 
b/games-misc/lolcat/lolcat-42.1.43.ebuild
new file mode 100644
index 000..425e087
--- /dev/null
+++ b/games-misc/lolcat/lolcat-42.1.43.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby19 ruby20"
+
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_GEMSPEC="lolcat.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Rainbows and unicorns!"
+HOMEPAGE="https://github.com/busyloop/lolcat;
+
+LICENSE="WTFPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-vcs/git"
+
+ruby_add_rdepend ">=dev-ruby/trollop-2.1.2:2
+   >=dev-ruby/paint-1.0"