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:49 +0000 (UTC) [thread overview]
Message-ID: <1505364441.68f37e1f5260dded4840276f50ca97cb3e7c622a.graaff@gentoo> (raw)
commit: 68f37e1f5260dded4840276f50ca97cb3e7c622a
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 14 04:47:21 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 04:47:21 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68f37e1f
dev-ruby/curses: cleanup
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-ruby/curses/Manifest | 3 ---
dev-ruby/curses/curses-1.1.3.ebuild | 33 ---------------------------------
dev-ruby/curses/curses-1.2.1.ebuild | 33 ---------------------------------
dev-ruby/curses/curses-1.2.2.ebuild | 33 ---------------------------------
4 files changed, 102 deletions(-)
diff --git a/dev-ruby/curses/Manifest b/dev-ruby/curses/Manifest
index ab1bbb5553c..26213ad6218 100644
--- a/dev-ruby/curses/Manifest
+++ b/dev-ruby/curses/Manifest
@@ -1,4 +1 @@
-DIST curses-1.1.3.gem 33280 SHA256 b574b1fbe5590988d7e599ace69ded83be07c14336e54c7c6d9693980c1c08a8 SHA512 1b2dbd46ea955dfbd8b686c98308192ca8bd1be414441960ec30c53c2c922a54688f636be5e518404bd066167a1d3249f5688278d577f1b2ffcdb7a734543348 WHIRLPOOL 2c900724e6d8867e10afd23d77eb1f97a8fd9c5f6d5460612afa625da989500b12af8b7ef61512b506c6aa71da643dae789cc51162f313a5fbca9e3d4ae6aa9e
-DIST curses-1.2.1.gem 34304 SHA256 83de0ab814277b25b3241e0f13d7aecda38907aef10a0163b1c4f2bbd6d93095 SHA512 6819a4cfa13eb74a4a5b4942b55f406ffb6aae6bb260540a6f2dcd3d4bdadc6428552e4b1d6bdef0a4dbf5e76255e4fb2d57cef313acf8a00ff3895232966158 WHIRLPOOL 202520dd6267b47a35892efaf70c9980735fd98871987346573395816498dad7aa10274a6440f0a973d5eb92496eea5e9c1b374cb957eba22b9f6d654f946fd6
-DIST curses-1.2.2.gem 34816 SHA256 4c95ef8eafb1cfc6bb6533b01d9f6656a5248d6490918b3963f4736e71e53811 SHA512 1cbfa9045ab9572e6c128a211cafa57342b21d96806e9d6affe1a237a3ab7f55696991b5e7fdc8fdb1a81e7e9b3350ea7005717137dd6047b713828e9a4418b6 WHIRLPOOL bfaf37e7a95fd3a1f693837e46679534478746748562881f0adbbf28e6f7bbd5c084a6644733dca64e739e474c0cdc80d22afad3ef29172b1d49228e6ead6101
DIST curses-1.2.3.gem 35328 SHA256 77e763f0f53c10058b56daa6bad01fef1d1b1053a55a09c03400c13347780e3c SHA512 1fe87cf158ff7f25720096dddfc49fb90105d939a5fe3d405a5467b0afcc559526b1547bd6b84e469aaf5d8e31499f193b07c32bf449bd64a52233b4735f90ee WHIRLPOOL 87143b3d38ce710791f894dd1ee8c920541ff7facff9f408699329b59d3bd52df012d524d08fe27138e66c831ef5393ae072d140c07e2cba5fa5de88639c4d35
diff --git a/dev-ruby/curses/curses-1.1.3.ebuild b/dev-ruby/curses/curses-1.1.3.ebuild
deleted file mode 100644
index 992f6c2613a..00000000000
--- a/dev-ruby/curses/curses-1.1.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 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
-}
diff --git a/dev-ruby/curses/curses-1.2.1.ebuild b/dev-ruby/curses/curses-1.2.1.ebuild
deleted file mode 100644
index 992f6c2613a..00000000000
--- a/dev-ruby/curses/curses-1.2.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 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
-}
diff --git a/dev-ruby/curses/curses-1.2.2.ebuild b/dev-ruby/curses/curses-1.2.2.ebuild
deleted file mode 100644
index 4f454b976e8..00000000000
--- a/dev-ruby/curses/curses-1.2.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby21 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
-}
next reply other threads:[~2017-09-14 4:56 UTC|newest]
Thread overview: 38+ 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 --
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-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=1505364441.68f37e1f5260dded4840276f50ca97cb3e7c622a.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