public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/colorize/
Date: Wed, 27 Dec 2023 20:43:43 +0000 (UTC)	[thread overview]
Message-ID: <1703709432.002a47a7cd6c970ee5db413d7fe47fc92251fdbe.graaff@gentoo> (raw)

commit:     002a47a7cd6c970ee5db413d7fe47fc92251fdbe
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 20:37:12 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 20:37:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=002a47a7

dev-ruby/colorize: drop 0.8.1-r2, 1.0.1, 1.0.3, 1.0.5

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

 dev-ruby/colorize/Manifest                 |  4 ----
 dev-ruby/colorize/colorize-0.8.1-r2.ebuild | 28 ----------------------------
 dev-ruby/colorize/colorize-1.0.1.ebuild    | 28 ----------------------------
 dev-ruby/colorize/colorize-1.0.3.ebuild    | 28 ----------------------------
 dev-ruby/colorize/colorize-1.0.5.ebuild    | 28 ----------------------------
 5 files changed, 116 deletions(-)

diff --git a/dev-ruby/colorize/Manifest b/dev-ruby/colorize/Manifest
index 93ee0d96515d..b17e558e4a3c 100644
--- a/dev-ruby/colorize/Manifest
+++ b/dev-ruby/colorize/Manifest
@@ -1,5 +1 @@
-DIST colorize-0.8.1.gem 15872 BLAKE2B fe8e3a3e010d55954fb9e3e26626202e1d3eba5478e27009fc86bd4029c98fe5a2ed2f2b0d5d1615e892435554272a70c1cbfcdadadea8bcaab894cb290e7992 SHA512 0819dfaa94150c85cbe633c77006f2f4bdd6c4f9bf9dfa954b8c4038b8a680c99a2b4b160da05bf426402d287a0db4c4eb1cc66a949405188b632f39da381c72
-DIST colorize-1.0.1.gem 17920 BLAKE2B 850fe181d1f6c9d10cc0c5ebe65913ed2cdc6bfa9a50d7d5377f273927c4b3a5c4e9567473f08c96d92d7b96ab8809836b513a8acefe449be4c187c0b9bbf250 SHA512 c9ccfafc2bee79ec7b908fe73b20831bebf2de8e96d2c1e654eb2441c2e507bd8ded08797f5f34779e0af1eb56ac3659f61c6e091403a3246d1f72cf7a2e0a70
-DIST colorize-1.0.3.gem 17920 BLAKE2B 33864dd5967685ceda163d379063a190ea031a35d5ebb99dc90b54ef7f6c0f95a7b3fd13a73f702c843dc6691095831b777d8572f46da7f897ef01b99fe61c88 SHA512 854bffcadd27ff8a5a52b627125dbfc15f56d4714d28a1e0d64c8d95181d9013ce1ee2f3635cd0b765b3d3cf1688844478a51c2518fac516b3e4e2630a8fc07a
-DIST colorize-1.0.5.gem 17920 BLAKE2B 332b430510de5e85e69bf2a96cba81f53db49aab00bf9cef82a98e49654707ce4dcb4956a637c9b529df2a16ce3ed155dc4f6cb596aad9558c5409507763ead3 SHA512 b0edad3771928ae8ca91ef5a0f44adfb026f894a254a7422ea33439d8bf301f3ce98d5d03eb5ed3a95e5d750e7c7bded1f5767042639dce816934146dad00d51
 DIST colorize-1.1.0.gem 17920 BLAKE2B 31d66bccfcd9f75175feb5f8fb1ace3e39f95255b041b9eef3171465c66b36fab548ca17625e52a9a8c93737b8c1ca54adb334ca0d5957ac157bd34752242d97 SHA512 d1257c6be909e92ef59e39536e802bbcbbc5f49b0ac0f1f372f36f9ac1a0ed9016ab374f6f6b389b5d158dcebfabc9e047d9b0d797b408b82224355e5c9a2b2a

diff --git a/dev-ruby/colorize/colorize-0.8.1-r2.ebuild b/dev-ruby/colorize/colorize-0.8.1-r2.ebuild
deleted file mode 100644
index 43adf45d8016..000000000000
--- a/dev-ruby/colorize/colorize-0.8.1-r2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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_EXTRADOC="CHANGELOG README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Adds methods to set color, background color and text effect on console easier"
-HOMEPAGE="https://github.com/fazibear/colorize"
-LICENSE="GPL-2+"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
-
-all_ruby_prepare() {
-	sed -i -e "/[Cc]ode[Cc]limate/d" test/test_colorize.rb || die
-}
-
-each_ruby_test() {
-	cd test || die
-	${RUBY} test_colorize.rb || die
-}

diff --git a/dev-ruby/colorize/colorize-1.0.1.ebuild b/dev-ruby/colorize/colorize-1.0.1.ebuild
deleted file mode 100644
index 8da55ad96550..000000000000
--- a/dev-ruby/colorize/colorize-1.0.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Adds methods to set color, background color and text effect on console easier"
-HOMEPAGE="https://github.com/fazibear/colorize"
-LICENSE="GPL-2+"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
-
-all_ruby_prepare() {
-	sed -i -e "/[Cc]ode[Cc]limate/d" test/test_colorize.rb || die
-}
-
-each_ruby_test() {
-	cd test || die
-	${RUBY} test_colorize.rb || die
-}

diff --git a/dev-ruby/colorize/colorize-1.0.3.ebuild b/dev-ruby/colorize/colorize-1.0.3.ebuild
deleted file mode 100644
index 8da55ad96550..000000000000
--- a/dev-ruby/colorize/colorize-1.0.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Adds methods to set color, background color and text effect on console easier"
-HOMEPAGE="https://github.com/fazibear/colorize"
-LICENSE="GPL-2+"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
-
-all_ruby_prepare() {
-	sed -i -e "/[Cc]ode[Cc]limate/d" test/test_colorize.rb || die
-}
-
-each_ruby_test() {
-	cd test || die
-	${RUBY} test_colorize.rb || die
-}

diff --git a/dev-ruby/colorize/colorize-1.0.5.ebuild b/dev-ruby/colorize/colorize-1.0.5.ebuild
deleted file mode 100644
index 8da55ad96550..000000000000
--- a/dev-ruby/colorize/colorize-1.0.5.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Adds methods to set color, background color and text effect on console easier"
-HOMEPAGE="https://github.com/fazibear/colorize"
-LICENSE="GPL-2+"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
-
-all_ruby_prepare() {
-	sed -i -e "/[Cc]ode[Cc]limate/d" test/test_colorize.rb || die
-}
-
-each_ruby_test() {
-	cd test || die
-	${RUBY} test_colorize.rb || die
-}


             reply	other threads:[~2023-12-27 20:43 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-27 20:43 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-30  9:07 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/colorize/ Hans de Graaff
2023-12-27 20:43 Hans de Graaff
2023-06-25 18:11 Hans de Graaff
2023-06-23  4:27 Hans de Graaff
2023-06-22  5:00 Hans de Graaff
2023-06-20  4:29 Hans de Graaff
2023-06-20  4:29 Hans de Graaff
2023-04-22 14:44 Hans de Graaff
2022-05-07  6:34 Hans de Graaff
2021-07-06  7:49 Hans de Graaff
2021-07-06  7:49 Hans de Graaff
2020-08-22  7:56 Hans de Graaff
2018-02-02 17:14 Hans de Graaff
2017-08-18  6:11 Hans de Graaff
2016-12-17  6:01 Hans de Graaff
2016-07-06  5:33 Hans de Graaff
2016-06-28  4:39 Hans de Graaff
2016-03-06 19:42 Manuel Rüger
2016-03-06 19:42 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1703709432.002a47a7cd6c970ee5db413d7fe47fc92251fdbe.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox