From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/term-ansicolor/
Date: Thu, 11 Jul 2024 16:19:31 +0000 (UTC) [thread overview]
Message-ID: <1720714743.5e0c79520c7ea0d1a3c47312526f64fe581e8704.graaff@gentoo> (raw)
commit: 5e0c79520c7ea0d1a3c47312526f64fe581e8704
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 11 13:27:47 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jul 11 16:19:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e0c7952
dev-ruby/term-ansicolor: drop 1.7.1-r1, 1.7.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/term-ansicolor/Manifest | 2 --
.../term-ansicolor/term-ansicolor-1.7.1-r1.ebuild | 33 ----------------------
.../term-ansicolor/term-ansicolor-1.7.2.ebuild | 33 ----------------------
3 files changed, 68 deletions(-)
diff --git a/dev-ruby/term-ansicolor/Manifest b/dev-ruby/term-ansicolor/Manifest
index 73da2bc9c015..376ed7bda3fb 100644
--- a/dev-ruby/term-ansicolor/Manifest
+++ b/dev-ruby/term-ansicolor/Manifest
@@ -1,4 +1,2 @@
-DIST term-ansicolor-1.7.1.gem 44544 BLAKE2B 2c2c2de0a18d1f9a975901f8a7005f740ac81a609c43705d8c184deb26dc9010876deeca411488c787132a3d8b78339c75b0776f3c9bba1ff71efa23ce3671a6 SHA512 d49f8825c31accfaa58a2f34ed5fbdaf503d4b47c23f07c52cc82bbf6cce457bd9371e197da1ec36dc83e32b95e9ea9a349922d9759a827923456ea46f81ff50
-DIST term-ansicolor-1.7.2.gem 44544 BLAKE2B 46ec73afb7f9862960a68feee4664babc2bd3597aa48dd59712c9f48d3e6d1a0a2a1bc0e6ecfdbd196a97f79d66460535f6fb6ca347edfffed52187eebf79b15 SHA512 e81fc32f07d5f85eb0f364069afb143f87dea9fab6c6dd03bba95cdcc74495cdfb87ee334f595c8636226e50801274191a083eee5b70c3e8289d04cc49a1acb6
DIST term-ansicolor-1.8.0.gem 45056 BLAKE2B 89edaf5ecb56dada8027ab91009b71a6ee9a27c85bddeda26d281230e0fc15f32a2de1c3259d02560bdf9c81a2ed92a920521eec17670eaa0b8db1264ff7311c SHA512 4a13f369c03d3660f48f28068f311d5eb806e2e4724da6a3ee38eb0ed3c195a1ce8ea24215dfe80af5aab8df1f6a86fdd89d54c62ee2fb9b7e782f9e5ed3013f
DIST term-ansicolor-1.9.0.gem 46592 BLAKE2B 8e9f4f4f09f57b7eef9b824a1327c4ece8be365b1eeb17f9f29437bd883a96f7339912d9d5b52546d262a49bf2f42520e451cdb0a76c08c27bc2b9bcffeed492 SHA512 a6d9bfd11b620c6bb3de204929af58b2b007359975c64b7f9485b4574e1ace68f7ac389f50a6239050735eed8ec894fa8d8d56821f7614c19ece9053d4c781cd
diff --git a/dev-ruby/term-ansicolor/term-ansicolor-1.7.1-r1.ebuild b/dev-ruby/term-ansicolor/term-ansicolor-1.7.1-r1.ebuild
deleted file mode 100644
index 845ead826417..000000000000
--- a/dev-ruby/term-ansicolor/term-ansicolor-1.7.1-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"
-
-RUBY_FAKEGEM_GEMSPEC="term-ansicolor.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Small Ruby library that colors strings using ANSI escape sequences"
-HOMEPAGE="https://flori.github.io/term-ansicolor/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-
-ruby_add_rdepend ">=dev-ruby/tins-1.0"
-
-each_ruby_test() {
- ${RUBY} -Ilib:.:tests -e 'Dir["tests/*_test.rb"].each{|f| require f}' || die
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- docinto examples
- dodoc examples/*
-}
diff --git a/dev-ruby/term-ansicolor/term-ansicolor-1.7.2.ebuild b/dev-ruby/term-ansicolor/term-ansicolor-1.7.2.ebuild
deleted file mode 100644
index 083252989b93..000000000000
--- a/dev-ruby/term-ansicolor/term-ansicolor-1.7.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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="none"
-RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"
-
-RUBY_FAKEGEM_GEMSPEC="term-ansicolor.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Small Ruby library that colors strings using ANSI escape sequences"
-HOMEPAGE="https://flori.github.io/term-ansicolor/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-
-ruby_add_rdepend ">=dev-ruby/tins-1.0"
-
-each_ruby_test() {
- ${RUBY} -Ilib:.:tests -e 'Dir["tests/*_test.rb"].each{|f| require f}' || die
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- docinto examples
- dodoc examples/*
-}
next reply other threads:[~2024-07-11 16:19 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-11 16:19 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-04 6:53 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/term-ansicolor/ Hans de Graaff
2025-01-04 6:53 Hans de Graaff
2024-10-06 14:29 Arthur Zamarin
2024-10-06 11:52 Sam James
2024-10-06 11:52 Sam James
2024-10-06 11:12 Sam James
2024-08-19 17:33 Sam James
2024-08-19 17:33 Sam James
2024-08-19 17:33 Sam James
2024-08-19 10:44 Arthur Zamarin
2024-08-19 10:44 Arthur Zamarin
2024-08-19 5:46 Hans de Graaff
2024-08-19 5:46 Hans de Graaff
2024-06-20 20:39 Arthur Zamarin
2024-06-20 20:20 Arthur Zamarin
2024-06-20 16:22 Sam James
2024-06-20 10:13 Sam James
2024-06-20 8:02 Sam James
2024-06-20 5:30 Hans de Graaff
2024-04-14 6:07 Hans de Graaff
2024-03-20 6:10 Hans de Graaff
2024-03-17 6:46 Hans de Graaff
2023-04-01 23:53 Sam James
2022-06-20 4:49 Hans de Graaff
2022-04-17 6:57 Hans de Graaff
2022-04-17 6:57 Hans de Graaff
2021-07-20 5:18 Hans de Graaff
2021-01-06 18:32 Fabian Groffen
2020-07-27 2:09 Sam James
2020-04-07 18:53 Hans de Graaff
2019-05-03 4:54 Hans de Graaff
2019-05-02 21:37 Mikle Kolyada
2019-05-02 21:37 Mikle Kolyada
2019-04-28 20:34 Thomas Deutschmann
2019-04-27 16:25 Sergei Trofimovich
2019-04-27 15:48 Sergei Trofimovich
2019-04-26 20:35 Sergei Trofimovich
2019-04-20 17:46 Mikle Kolyada
2019-04-20 6:44 Hans de Graaff
2019-02-14 7:19 Sergei Trofimovich
2019-01-19 8:07 Hans de Graaff
2019-01-15 6:02 Hans de Graaff
2018-11-03 6:32 Hans de Graaff
2018-03-28 4:42 Hans de Graaff
2017-12-22 6:03 Hans de Graaff
2017-10-23 18:42 Thomas Deutschmann
2017-10-22 7:06 Hans de Graaff
2017-09-08 19:24 Markus Meier
2017-09-04 7:30 Tobias Klausmann
2017-08-25 7:03 Sergei Trofimovich
2017-08-23 21:43 Sergei Trofimovich
2017-06-29 5:19 Hans de Graaff
2017-06-28 8:08 Sergei Trofimovich
2017-06-19 5:19 Hans de Graaff
2017-04-15 6:06 Hans de Graaff
2017-03-29 5:21 Hans de Graaff
2017-03-26 7:50 Hans de Graaff
2017-03-26 7:50 Hans de Graaff
2016-12-09 6:59 Hans de Graaff
2016-09-28 5:37 Hans de Graaff
2016-07-22 19:04 Hans de Graaff
2016-06-05 7:59 Hans de Graaff
2016-04-17 14:43 Manuel Rüger
2015-11-11 6:27 Hans de Graaff
2015-10-16 7:14 Mikle Kolyada
2015-09-18 5:12 Hans de Graaff
2015-09-17 16:03 Tobias Klausmann
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=1720714743.5e0c79520c7ea0d1a3c47312526f64fe581e8704.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