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: Thu, 14 Sep 2017 04:56:50 +0000 (UTC)	[thread overview]
Message-ID: <1505364705.b57be8475094a67a7d7127c2b1f36a9c2f8eaf62.graaff@gentoo> (raw)

commit:     b57be8475094a67a7d7127c2b1f36a9c2f8eaf62
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 14 04:51:45 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 04:51:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b57be847

dev-ruby/curses: add 1.2.4

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/curses/Manifest            |  1 +
 dev-ruby/curses/curses-1.2.4.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/curses/Manifest b/dev-ruby/curses/Manifest
index 26213ad6218..5ddfd50ea79 100644
--- a/dev-ruby/curses/Manifest
+++ b/dev-ruby/curses/Manifest
@@ -1 +1,2 @@
 DIST curses-1.2.3.gem 35328 SHA256 77e763f0f53c10058b56daa6bad01fef1d1b1053a55a09c03400c13347780e3c SHA512 1fe87cf158ff7f25720096dddfc49fb90105d939a5fe3d405a5467b0afcc559526b1547bd6b84e469aaf5d8e31499f193b07c32bf449bd64a52233b4735f90ee WHIRLPOOL 87143b3d38ce710791f894dd1ee8c920541ff7facff9f408699329b59d3bd52df012d524d08fe27138e66c831ef5393ae072d140c07e2cba5fa5de88639c4d35
+DIST curses-1.2.4.gem 35328 SHA256 c237d4adc6daa22c36a86ab9906529205a11005b0a71551e149107a150f8af41 SHA512 bece3833be353ef8db51717dcdbf060667be5d33d00ce78952c44b3a8c3df082c11649b0a2a30072ce99c6578ffde7dce0c0108e109e55022703cfa1c1861bb9 WHIRLPOOL b227f2d943a07d227c1aca6098a4257e8ac8c87fa270e9065614dad868a47443fc1e54e68d90687ac16999a91c01e472f488893498ba7d0bb228e1e200015950

diff --git a/dev-ruby/curses/curses-1.2.4.ebuild b/dev-ruby/curses/curses-1.2.4.ebuild
new file mode 100644
index 00000000000..748a37ce0b2
--- /dev/null
+++ b/dev-ruby/curses/curses-1.2.4.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby binding for curses, ncurses, and PDCurses"
+HOMEPAGE="https://github.com/ruby/curses"
+LICENSE="|| ( Ruby BSD-2 )"
+
+KEYWORDS="~amd64 ~x86"
+
+SLOT="1"
+IUSE=""
+
+DEPEND+=" sys-libs/ncurses:0"
+RDEPEND+=" sys-libs/ncurses:0"
+
+each_ruby_configure() {
+	${RUBY} -Cext/curses extconf.rb || die
+}
+
+each_ruby_compile() {
+	emake V=1 -Cext/curses
+	cp ext/curses/curses.so lib/ || die
+}


             reply	other threads:[~2017-09-14  4:56 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-14  4:56 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-12 17:06 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/curses/ Hans de Graaff
2025-06-12 17:06 Hans de Graaff
2025-06-03  7:04 Hans de Graaff
2025-04-10 17:04 Hans de Graaff
2024-12-30 10:18 Hans de Graaff
2024-12-30 10:18 Hans de Graaff
2024-10-22  6:01 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-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=1505364705.b57be8475094a67a7d7127c2b1f36a9c2f8eaf62.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