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, 26 Oct 2021 04:38:40 +0000 (UTC) [thread overview]
Message-ID: <1635223116.2340655ba1aa34d354f49906989b1cf9093e562a.graaff@gentoo> (raw)
commit: 2340655ba1aa34d354f49906989b1cf9093e562a
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 26 04:23:31 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Oct 26 04:38:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2340655b
dev-ruby/curses: cleanup
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/curses/Manifest | 3 ---
dev-ruby/curses/curses-1.3.2.ebuild | 32 --------------------------------
dev-ruby/curses/curses-1.4.0.ebuild | 32 --------------------------------
dev-ruby/curses/curses-1.4.1.ebuild | 25 -------------------------
4 files changed, 92 deletions(-)
diff --git a/dev-ruby/curses/Manifest b/dev-ruby/curses/Manifest
index b0800fff46b..83f51ea1be6 100644
--- a/dev-ruby/curses/Manifest
+++ b/dev-ruby/curses/Manifest
@@ -1,4 +1 @@
-DIST curses-1.3.2.gem 43520 BLAKE2B ec8ccfa48113ed6c564b33b1e17e8230d72de3e997a92bae930c71da5bc9159aecffbde3fa56ee1781cb9cbd58b564759df24e0a2ad0025085684b36173912d1 SHA512 3025597242cebbd080f26b38c442c515a78e9a6b11ec366d11d7cae46906b95d1851ade8c2f8390b846d50eeb0755f85a81106725b4fa0ba897de62784d59ed4
-DIST curses-1.4.0.gem 523264 BLAKE2B a713bc4786275593715a222beb249cd3ac3a3655cbf06afc7a327524f3bef69486517726e05f7f725e986613e8197c881914eeaa05846a7e9f3f36b618270b8f SHA512 417c2b31d4d2e306a727dc651eab1bf0323b9222ddd6839a84c41383523d929352b75f2516232948fc8beac35854c4ba9a2ff0f2f304a557b4abf3f8b5140d99
-DIST curses-1.4.1.gem 522752 BLAKE2B 0facf410ff548b50fa1ff0e12fce0a29843d3a8c2557549af51efff74ff73926bb592fbbd7394a8e803684de528e3a75bf0031a51aab9878513993e64132b69d SHA512 13e80b80d6a672b3a9eb2260e9effc95a82ad96ee4d1a09d9a94037f0ae7506a6349bf5250842abdfeb04d9aa937c955b631045ef3b15dad52508d2218d759b2
DIST curses-1.4.2.gem 524288 BLAKE2B eccdc0773244efbda0d96468469f69dfc8caa6949815f94a4cdfe0f19dfc4f9248ff62bf7b50619dea26ab90391ec5b732f40c0c89ebb71a2cb9677ab78439f8 SHA512 9518bd1d4195dec8ea0eed10d5a836a7bb620874a691ba1c0f76f7444be544e77da84339af38699683ebcb45760e91bb09571d00069c8cc366d3b8a8fddc4c6e
diff --git a/dev-ruby/curses/curses-1.3.2.ebuild b/dev-ruby/curses/curses-1.3.2.ebuild
deleted file mode 100644
index 65d49c27e04..00000000000
--- a/dev-ruby/curses/curses-1.3.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-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
-}
diff --git a/dev-ruby/curses/curses-1.4.0.ebuild b/dev-ruby/curses/curses-1.4.0.ebuild
deleted file mode 100644
index 65d49c27e04..00000000000
--- a/dev-ruby/curses/curses-1.4.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-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
-}
diff --git a/dev-ruby/curses/curses-1.4.1.ebuild b/dev-ruby/curses/curses-1.4.1.ebuild
deleted file mode 100644
index 10a1ee551bc..00000000000
--- a/dev-ruby/curses/curses-1.4.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
-
-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 )"
-
-KEYWORDS="~amd64 ~x86"
-
-SLOT="1"
-IUSE=""
-
-DEPEND+=" sys-libs/ncurses:0"
-RDEPEND+=" sys-libs/ncurses:0"
next reply other threads:[~2021-10-26 4:38 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-26 4:38 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-22 6:01 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/curses/ 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-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=1635223116.2340655ba1aa34d354f49906989b1cf9093e562a.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