From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/highline/
Date: Sat, 6 Apr 2024 07:21:37 +0000 (UTC) [thread overview]
Message-ID: <1712388086.8fe0016ae2a882c8731abcb4b1b8a5b36af84bf5.graaff@gentoo> (raw)
commit: 8fe0016ae2a882c8731abcb4b1b8a5b36af84bf5
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 6 07:17:42 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr 6 07:21:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fe0016a
dev-ruby/highline: add 3.0.1
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/highline/Manifest | 1 +
dev-ruby/highline/highline-3.0.1.ebuild | 36 +++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-ruby/highline/Manifest b/dev-ruby/highline/Manifest
index 85f11cfa446d..fca406f8bd8f 100644
--- a/dev-ruby/highline/Manifest
+++ b/dev-ruby/highline/Manifest
@@ -1 +1,2 @@
DIST highline-2.1.0.tar.gz 234116 BLAKE2B e1e899093de7e162e83f4d2e694e5841cedc336063a4410cab392702241136d5eec258b53065ffcded567f0af163d04a25bbdfd0767211b059980e9e5effe7c9 SHA512 b763428d67b1eb77762b54b8e2dd39bda720589e7030db8694e793bb432fa94caa2848b23358e7eaea0ccb22d8a93e0a64aeef3865f7e9fec348bbebee19d713
+DIST highline-3.0.1.tar.gz 236149 BLAKE2B 0aaa40ca678dc88934f55d5df9b970d8cd61e507bb4e967c72de10c5bcce94dfc5d6e4085d753124a62d46a285a096302ad127214f2aea28fa0397f40d3c6902 SHA512 e19724a473756faf57d989944b1e5cd86b97049a16ae0c33f25462f6f3d7f9948064f8e08d0b51d3a6f978acaf93c62b4965be5af829d3c07b123c96490a28b2
diff --git a/dev-ruby/highline/highline-3.0.1.ebuild b/dev-ruby/highline/highline-3.0.1.ebuild
new file mode 100644
index 000000000000..d966495172d7
--- /dev/null
+++ b/dev-ruby/highline/highline-3.0.1.ebuild
@@ -0,0 +1,36 @@
+# 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_EXTRADOC="Changelog.md README.md TODO"
+
+RUBY_FAKEGEM_GEMSPEC="highline.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Highline is a high-level command-line IO library for ruby"
+HOMEPAGE="https://github.com/JEG2/highline"
+SRC_URI="https://github.com/JEG2/highline/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+IUSE="test"
+LICENSE="|| ( GPL-2 Ruby-BSD )"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+
+ruby_add_bdepend "test? ( dev-ruby/dry-types )"
+
+all_ruby_prepare() {
+ # fix up gemspec file not to call git
+ sed -i -e 's/git ls-files -z/find * -print0/' highline.gemspec || die
+
+ # Avoid unneeded dependencies
+ sed -i -e '/\(bundler\|code_statistics\)/ s:^:#:' \
+ -e '/PackageTask/,/end/ s:^:#:' Rakefile || die
+ sed -i -e '/simplecov/ s:^:#:' test/test_helper.rb || die
+
+ # Remove almost empty doc directory to allow rdoc recipe to work
+ rm -rf doc || die
+}
next reply other threads:[~2024-04-06 7:21 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-06 7:21 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-07 6:34 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/highline/ Hans de Graaff
2024-11-01 6:48 Hans de Graaff
2024-10-15 5:22 Sam James
2024-10-09 2:53 Jakov Smolić
2024-10-06 11:18 Sam James
2024-10-06 11:11 Sam James
2024-10-06 11:11 Sam James
2024-08-31 9:11 Hans de Graaff
2024-08-31 6:00 Hans de Graaff
2024-07-17 5:57 Hans de Graaff
2024-04-28 19:11 Ionen Wolkens
2023-07-04 9:41 Hans de Graaff
2023-04-13 6:11 Sam James
2023-04-10 10:56 Sam James
2023-04-10 10:56 Sam James
2023-04-10 10:54 Sam James
2023-04-10 10:54 Sam James
2023-04-10 10:54 Sam James
2023-03-28 22:26 Sam James
2023-03-28 22:12 Sam James
2023-03-28 21:52 Sam James
2023-03-28 21:44 Sam James
2023-03-11 7:37 Hans de Graaff
2022-07-30 7:46 Hans de Graaff
2022-05-06 6:54 Hans de Graaff
2021-04-10 6:17 Hans de Graaff
2020-09-05 8:01 Hans de Graaff
2020-01-22 7:54 Hans de Graaff
2019-12-28 16:01 Mikle Kolyada
2019-11-25 7:30 Sergei Trofimovich
2019-11-23 16:57 Agostino Sarubbo
2019-11-23 15:51 Agostino Sarubbo
2019-11-23 15:50 Agostino Sarubbo
2019-11-23 15:40 Agostino Sarubbo
2019-11-23 13:30 Agostino Sarubbo
2019-11-23 13:26 Agostino Sarubbo
2019-11-23 7:22 Hans de Graaff
2019-10-12 6:14 Hans de Graaff
2019-04-21 17:00 Hans de Graaff
2019-04-21 17:00 Hans de Graaff
2019-04-10 6:09 Hans de Graaff
2019-01-25 6:10 Hans de Graaff
2019-01-15 6:02 Hans de Graaff
2018-06-21 4:42 Hans de Graaff
2018-02-04 10:45 Hans de Graaff
2017-12-25 7:05 Hans de Graaff
2017-11-30 20:06 Sergei Trofimovich
2017-11-27 8:50 Sergei Trofimovich
2017-10-23 18:42 Thomas Deutschmann
2017-10-22 21:42 Tobias Klausmann
2017-10-22 7:11 Hans de Graaff
2017-10-21 10:19 Sergei Trofimovich
2017-10-21 9:10 Sergei Trofimovich
2017-02-05 15:09 Hans de Graaff
2016-12-03 6:15 Hans de Graaff
2016-05-04 13:22 Manuel Rüger
2016-05-04 13:22 Manuel Rüger
2015-11-24 7:00 Hans de Graaff
2015-11-07 23:21 Mikle Kolyada
2015-10-26 7:03 Jeroen Roovers
2015-10-26 5:26 Jeroen Roovers
2015-10-23 9:05 Agostino Sarubbo
2015-10-20 5:13 Hans de Graaff
2015-10-20 5:13 Hans de Graaff
2015-09-26 0:44 Manuel Rüger
2015-09-18 5:25 Hans de Graaff
2015-09-16 17:36 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=1712388086.8fe0016ae2a882c8731abcb4b1b8a5b36af84bf5.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