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: Wed, 17 Apr 2019 05:48:58 +0000 (UTC)	[thread overview]
Message-ID: <1555479776.657013b5d779ffb2b59ce51f8071af851c1d78fd.graaff@gentoo> (raw)

commit:     657013b5d779ffb2b59ce51f8071af851c1d78fd
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 17 05:15:09 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Apr 17 05:42:56 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=657013b5

dev-ruby/curses: cleanup

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-ruby/curses/Manifest            |  3 ---
 dev-ruby/curses/curses-1.2.4.ebuild | 33 ---------------------------------
 dev-ruby/curses/curses-1.2.5.ebuild | 33 ---------------------------------
 dev-ruby/curses/curses-1.2.6.ebuild | 33 ---------------------------------
 4 files changed, 102 deletions(-)

diff --git a/dev-ruby/curses/Manifest b/dev-ruby/curses/Manifest
index 1b23ec01674..26989d7d609 100644
--- a/dev-ruby/curses/Manifest
+++ b/dev-ruby/curses/Manifest
@@ -1,4 +1 @@
-DIST curses-1.2.4.gem 35328 BLAKE2B ba84d733a663c27a89be200b95c1e7a72063389190b2f90f0fc1b3a2af60025d926c348a08116734b15c2d494a4431c6e2be78e1f5982c03ee13d69bf7edb96e SHA512 bece3833be353ef8db51717dcdbf060667be5d33d00ce78952c44b3a8c3df082c11649b0a2a30072ce99c6578ffde7dce0c0108e109e55022703cfa1c1861bb9
-DIST curses-1.2.5.gem 35840 BLAKE2B 4c45f0ff81b4e4a6e9a305567b57536ae89cd3ced400066b27530461e91f1d1d4e4c30ebb5af67137a831c38bc6bad8f56e86c647abe246a189102f9e6649933 SHA512 eb1d56ecb8f1d55488a9a46d66193efaed1f85c16d0bfe43102d12f6b2e6e8ffe10f1c714d74f31cef4bac1158790764f5da9ca4b60740d3c7a2d2135f1536e4
-DIST curses-1.2.6.gem 38912 BLAKE2B 599233b8e9a80056ed404704ba81b671fc11ee997a5e1235e655d1f957fedbc6fe6e38a0463a5141ecac0cbd071d5c0ac02b1db2fab98ab0967c846ca54c2a67 SHA512 dbf3fe0b0567f35de5dd61c61e9d149038fddf4d79ac3a45c3fd7e5c0878ed74de6e31b24ecf625c0c03b2ae79b7b05fe418f63ce1064e270806648a0a9453af
 DIST curses-1.2.7.gem 38912 BLAKE2B 8cf1b908aea6f2f0edccd26f4aa240d31ef7e0cce533e75d8ddb90e021672e73426f826373418e4a5e5348204833898143b8a6923e28c23e2362be8e64c78f25 SHA512 258fd46104fecf68c0a4f2ea6c7755ba6b0abcd1faf3853209b4587ee8694228611ba1194de5b05b3e8607503223bc675bbeb19677382b2ef630b4d0882cd32c

diff --git a/dev-ruby/curses/curses-1.2.4.ebuild b/dev-ruby/curses/curses-1.2.4.ebuild
deleted file mode 100644
index c6b36a1ee21..00000000000
--- a/dev-ruby/curses/curses-1.2.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
-
-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.5.ebuild b/dev-ruby/curses/curses-1.2.5.ebuild
deleted file mode 100644
index 5d1924f5172..00000000000
--- a/dev-ruby/curses/curses-1.2.5.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
-
-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.6.ebuild b/dev-ruby/curses/curses-1.2.6.ebuild
deleted file mode 100644
index d02da1d76f6..00000000000
--- a/dev-ruby/curses/curses-1.2.6.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-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:[~2019-04-17  5:49 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-17  5:48 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-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=1555479776.657013b5d779ffb2b59ce51f8071af851c1d78fd.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