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/curses/
Date: Tue, 22 Oct 2024 06:01:39 +0000 (UTC)	[thread overview]
Message-ID: <1729575670.37bfcff7e72b2c309e9e1e524e2505797e4d0f05.graaff@gentoo> (raw)

commit:     37bfcff7e72b2c309e9e1e524e2505797e4d0f05
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 22 05:41:10 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Oct 22 05:41:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37bfcff7

dev-ruby/curses: add 1.4.7

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

 dev-ruby/curses/Manifest            |  1 +
 dev-ruby/curses/curses-1.4.7.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-ruby/curses/Manifest b/dev-ruby/curses/Manifest
index c34b4420a825..f20a7e9e5152 100644
--- a/dev-ruby/curses/Manifest
+++ b/dev-ruby/curses/Manifest
@@ -1,3 +1,4 @@
 DIST curses-1.4.4.gem 524800 BLAKE2B 00749022a097a69b8a1a42b88b64a81a60cd6e6914dbc0636a1ed17db6f7b3f1f0e583b965b9b296ff27a5dc97786024f0511b2ed59e337ef29a799dda0fc577 SHA512 5e275b7bc035c9745ed19d563da97aba090f66d4831a4cf07144ff29f3b49a36bbee592e1292719d6bcfd1f6a77d2955de5d7e5ff34ce487d574482a0cee1a53
 DIST curses-1.4.5.gem 525312 BLAKE2B 7b225608ea88ccdf6c128fca0601452fbc7e684cfa617e8a3d3f42b97f9fcf72f6a15486d2a494838f8650ae4b7562cfff6a5f0177ebd93b2009b6594abbe5c4 SHA512 3ac95432f7cde24b5949f2be0935ea3dbed704012eb756b0d58b971406e7d0535f02a249993e712ca491a793b079d41743e159edc1a80ec9ab65161df13eebf3
 DIST curses-1.4.6.gem 46080 BLAKE2B 1b83124a5404903aed8d7d4bd78d57dc6cf437c9f5b2ff0b8ee840f53017f1493f24808285e987c902c5e03c9ed663546db49b7b26b80999bdf042a067dded48 SHA512 e98879517afb7248a8fac7575e9ef85f9be63e76a269e1c3dd5ac2ad0cdb2636f560a0b875883f58ec86c0be89a3fec4f8088179c77319db5fe4e324edae280e
+DIST curses-1.4.7.gem 525824 BLAKE2B 831beade900104e19064802a5501e4c49d3281874501ea61a18149290490ec7037dd4d1196f0a295001e85095b8d1374e8992f5ffbde1e4d755aaa1a3bde1a5a SHA512 a3b55af686cadbfaf06ed10d6a775eb534beb2a48f15a48a74d126f574fdf31e736c49316dcec18d0612ee1c92701e12f0ab4c48bf640b61d63a212799c1cde1

diff --git a/dev-ruby/curses/curses-1.4.7.ebuild b/dev-ruby/curses/curses-1.4.7.ebuild
new file mode 100644
index 000000000000..695e0006b304
--- /dev/null
+++ b/dev-ruby/curses/curses-1.4.7.ebuild
@@ -0,0 +1,29 @@
+# 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="README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/curses/extconf.rb)
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby binding for curses, ncurses, and PDCurses"
+HOMEPAGE="https://github.com/ruby/curses"
+LICENSE="|| ( Ruby BSD-2 )"
+
+SLOT="1"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+DEPEND+=" sys-libs/ncurses:0"
+RDEPEND+=" sys-libs/ncurses:0"
+
+each_ruby_test() {
+	# No specs so we use the smoketest that upstream use in CI:
+	# https://github.com/ruby/curses/blob/master/.github/workflows/ubuntu.yml#L26
+	${RUBY} -Ilib:ext/curses:. -r curses -e 'puts Curses::VERSION' || die
+}


             reply	other threads:[~2024-10-22  6:01 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-22  6:01 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-30 10:18 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/curses/ Hans de Graaff
2024-12-30 10:18 Hans de Graaff
2024-10-22  6:01 Hans de Graaff
2024-06-05  5:49 Hans de Graaff
2024-04-26  6:04 Hans de Graaff
2023-12-27 20:33 Hans de Graaff
2022-05-07  6:34 Hans de Graaff
2022-02-03  6:33 Hans de Graaff
2022-01-08 11:47 Hans de Graaff
2021-10-26  4:38 Hans de Graaff
2021-06-16 17:59 Hans de Graaff
2021-05-23  7:16 Hans de Graaff
2020-12-10  5:09 Hans de Graaff
2020-09-15  6:00 Hans de Graaff
2020-09-15  6:00 Hans de Graaff
2020-08-21 15:02 Hans de Graaff
2019-12-21  7:24 Hans de Graaff
2019-04-22  5:40 Hans de Graaff
2019-04-17  5:48 Hans de Graaff
2019-04-17  5:48 Hans de Graaff
2019-01-11  7:33 Hans de Graaff
2019-01-09  9:12 Hans de Graaff
2018-10-17  5:13 Hans de Graaff
2018-01-02  6:51 Hans de Graaff
2018-01-02  6:51 Hans de Graaff
2017-09-14  4:56 Hans de Graaff
2017-09-14  4:56 Hans de Graaff
2017-07-07  5:35 Hans de Graaff
2017-04-23  5:23 Hans de Graaff
2017-04-23  5:23 Hans de Graaff
2017-03-28  4:53 Hans de Graaff
2017-03-15  6:12 Hans de Graaff
2017-03-15  6:12 Hans de Graaff
2017-02-16  6:44 Hans de Graaff
2017-02-07  5:26 Hans de Graaff
2017-01-25  7:12 Hans de Graaff
2016-07-23 19: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=1729575670.37bfcff7e72b2c309e9e1e524e2505797e4d0f05.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