From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/terminal-table/
Date: Tue, 28 Jan 2025 06:09:05 +0000 (UTC) [thread overview]
Message-ID: <1738044525.7055f8db75ddba60e5992e446793a3dcbe36b87e.graaff@gentoo> (raw)
commit: 7055f8db75ddba60e5992e446793a3dcbe36b87e
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 06:08:45 2025 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 06:08:45 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7055f8db
dev-ruby/terminal-table: add 4.0.0
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/terminal-table/Manifest | 1 +
.../terminal-table/terminal-table-4.0.0.ebuild | 32 ++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-ruby/terminal-table/Manifest b/dev-ruby/terminal-table/Manifest
index f6ffd9d0c1cc..7f986512117a 100644
--- a/dev-ruby/terminal-table/Manifest
+++ b/dev-ruby/terminal-table/Manifest
@@ -1,3 +1,4 @@
DIST terminal-table-1.8.0.tar.gz 13407 BLAKE2B cf1653a18d2b6b72757b149295e01aee83d75241075912d145032e3bc73deb3e33fd00bef033f4bc90dcd51e4bd994b6966805ed7f81833392aba17bbdd7e179 SHA512 4ea4a66e8db384e448d57027e6314f9ce7a0e1511bbfa6e246e26c15a8ff3e44b46c8b6ca03dd521ffdd63b58976d400359131bc1869bf2dc04b3057f399e269
DIST terminal-table-2.0.0.tar.gz 14286 BLAKE2B aa4e132338a8bbdb8e665584fca947a5b92ee9b8126545b1fffd727d26c7158a9b1cf2959aa917bb93a47e01a4d605ca400d8ddb3be2f73da256ab2f96e91cde SHA512 568542f1fc60cfdb37b14f9d52d6fb6c3ccc36b5c0103c95e3d70fd5e1371c124c97cdea5a4d5a2ec63e34550624b38bd11e0af1073a8eefb3c5fd9eef427576
DIST terminal-table-3.0.2.tar.gz 25087 BLAKE2B 302623aa95731c242d43726e35fa0998be863546dbded41ed39d43b2ef1ef3895e2896d337df14b52153606b20d01fb6d79a291b2598e533fed30e0ab7db6fbb SHA512 5e8aa375fb1a5d2789ac0a735e5b5420261700b91650658e2b084bc9544cc195a1af329d157626b6aa4e738ad59a860245da15a099940ba68bbe0e937fd2574d
+DIST terminal-table-4.0.0.tar.gz 25267 BLAKE2B 440c5768b3609c4398f83f2bd97aece637460fd26a0b69557e6451facf92814e60671654ce612440fcd238a238a9a64720b0695813c5e05dc735efbef5f08e61 SHA512 23c2ce43c6aad013af49d50ec994b085d51d85fcf8665152980e60927bb1090303bd64c95be68834d7336e6e6bc6e4a4920d0e35817e2173ccbae94a9736db6a
diff --git a/dev-ruby/terminal-table/terminal-table-4.0.0.ebuild b/dev-ruby/terminal-table/terminal-table-4.0.0.ebuild
new file mode 100644
index 000000000000..bfccce2e69d4
--- /dev/null
+++ b/dev-ruby/terminal-table/terminal-table-4.0.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2025 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="History.rdoc README.md Todo.rdoc"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Simple, feature rich ascii table generation library"
+HOMEPAGE="https://github.com/tj/terminal-table"
+SRC_URI="https://github.com/tj/terminal-table/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm64"
+
+ruby_add_rdepend "|| ( dev-ruby/unicode-display_width:2 >=dev-ruby/unicode-display_width-1.1.1:1 )"
+
+ruby_add_bdepend "test? ( dev-ruby/term-ansicolor )"
+
+all_ruby_prepare() {
+ sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
next reply other threads:[~2025-01-28 6:09 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-28 6:09 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-17 8:01 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/terminal-table/ Hans de Graaff
2025-07-17 8:01 Hans de Graaff
2025-06-01 9:46 Hans de Graaff
2024-05-27 5:04 Hans de Graaff
2023-04-01 23:53 Sam James
2023-04-01 23:53 Sam James
2023-04-01 23:53 Sam James
2023-04-01 23:53 Sam James
2022-12-04 7:21 Hans de Graaff
2022-05-15 8:59 Hans de Graaff
2022-04-17 6:57 Hans de Graaff
2022-04-17 6:57 Hans de Graaff
2021-09-21 5:08 Hans de Graaff
2021-05-11 5:07 Hans de Graaff
2021-01-31 7:31 Hans de Graaff
2020-11-02 18:08 Hans de Graaff
2020-07-27 2:09 Sam James
2020-06-19 13:09 Hans de Graaff
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=1738044525.7055f8db75ddba60e5992e446793a3dcbe36b87e.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