From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/reline/
Date: Fri, 04 Apr 2025 16:47:03 +0000 (UTC) [thread overview]
Message-ID: <1743785208.4a8d1ac84d5f43eae18df814d0e6587c41847225.graaff@gentoo> (raw)
commit: 4a8d1ac84d5f43eae18df814d0e6587c41847225
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 4 16:45:46 2025 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Apr 4 16:46:48 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a8d1ac8
dev-ruby/reline: drop 0.4.3, 0.5.11
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/reline/Manifest | 2 --
dev-ruby/reline/reline-0.4.3.ebuild | 31 -------------------------------
dev-ruby/reline/reline-0.5.11.ebuild | 31 -------------------------------
3 files changed, 64 deletions(-)
diff --git a/dev-ruby/reline/Manifest b/dev-ruby/reline/Manifest
index 2e8623c27808..bf15000b5dfa 100644
--- a/dev-ruby/reline/Manifest
+++ b/dev-ruby/reline/Manifest
@@ -1,6 +1,4 @@
-DIST reline-0.4.3.tar.gz 93606 BLAKE2B 9faf8e2db40e75285163a6b8d587198b96faa67284b276e2a96d03b074d2f1abed01aa49a770bad96e066d0d6214319fb84b09a07754b93e2298896641babd73 SHA512 7a6c054dd187ed804ea730845af1eaace094d25e5fc5a9c02395e3886f493a79922cb624dd16d9000f193baf2d3cb147a57737235b289e1382a92e34c59d7dfe
DIST reline-0.5.10.tar.gz 90708 BLAKE2B 1afd7a928adbc9f8f531234ef927109e1a466bed35ae704e926b0fa32d66e41f7aac13d2e9e5ee637b039f9ac0bc183271239fc7470c9d8107a22b4aa36c7173 SHA512 76ab8fc14e4ffbc2dadfa119ad58e1447068909c388bb9f0148a186b5e0a625ed71091e588fc034064a0d36309eda0bd568ffe9088c4162d9e6e1d03dc526303
-DIST reline-0.5.11.tar.gz 92127 BLAKE2B fba24a579902c0a4971bffaa382701be25e2d5075345f07fc4ead686b2530fa322afb694eedd851881d8bb4299311ef81b71f5f82834553917fa7214948112b2 SHA512 3b3e82cb50558d7d89f415d116bab07a8e01046ca28ec1bbbdbdd27a4ba5c5c017d3e9e321362a204f0b9a31abfdec9c3b0d78317952b94d5f012473c1d6b33d
DIST reline-0.5.12.tar.gz 91344 BLAKE2B a99b48d22104a172c4a50e949cfc69edd9dfce047861d888b098533b4eb985d617a3b7bc06b985de0f85cbe5f14c094811a69f2cadea9f8d030e956ac9bcd8e9 SHA512 ae2e7c7c60ab9d0cd35ae9b34e96d2486435880faa4b6636520f56f2858af70ccbedc1d93383d98da6434031f4132fc89d73d4b46d4bfe2a3547658a8d0845b4
DIST reline-0.6.0.tar.gz 92176 BLAKE2B 0891de00a8ef6708721ae000123b4904f6987fb5c508851b5939c34f008876de687bd6ba9552c9a5046f38009da9c5e4415f0a63cb8df9b48ceb2e8e7cf33178 SHA512 41acf4fe036c20bd6ff10d73213a941f9cfcaac22e560ab3797877b7e96aecfe83ba0481de3d42877803b2ba2ec67e2aba848d6fd9f42d32c5feece4ce84ac57
DIST reline-0.6.1.tar.gz 92068 BLAKE2B b3a9a3e364e3043f57bffe06835fdd355d5c1db3437474a60d3eda1e1b9ce4b5a4f9ea70e3647bf4bcd383f30594c7ff261c3350ee32d36063e24765f8b19cd1 SHA512 e7a0ff00a711d5018fe2d29c66b2d67d10cb8b5c132e51c0860c426ac35d706cd1a27185042bd2de7df6368d92d9d40c46d894939bbc768dc0f8ac63df5198fa
diff --git a/dev-ruby/reline/reline-0.4.3.ebuild b/dev-ruby/reline/reline-0.4.3.ebuild
deleted file mode 100644
index d8834991ed18..000000000000
--- a/dev-ruby/reline/reline-0.4.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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_BINWRAP=""
-RUBY_FAKEGEM_EXTRADOC="README.md doc/reline/face.md"
-RUBY_FAKEGEM_GEMSPEC="reline.gemspec"
-RUBY_FAKEGEM_RECIPE_DOC="none"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Alternative readline implementation in pure Ruby"
-HOMEPAGE="https://github.com/ruby/reline"
-SRC_URI="https://github.com/ruby/reline/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-
-ruby_add_rdepend ">=dev-ruby/io-console-0.5.0:0"
-
-all_ruby_prepare() {
- sed -e "s:_relative ':'./:" \
- -i ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib:.:test/reline -rhelper -e 'Dir["test/**/test_*.rb"].each{|f| require f}' || die
-}
diff --git a/dev-ruby/reline/reline-0.5.11.ebuild b/dev-ruby/reline/reline-0.5.11.ebuild
deleted file mode 100644
index a779c43093ce..000000000000
--- a/dev-ruby/reline/reline-0.5.11.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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_BINWRAP=""
-RUBY_FAKEGEM_EXTRADOC="README.md doc/reline/face.md"
-RUBY_FAKEGEM_GEMSPEC="reline.gemspec"
-RUBY_FAKEGEM_RECIPE_DOC="none"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Alternative readline implementation in pure Ruby"
-HOMEPAGE="https://github.com/ruby/reline"
-SRC_URI="https://github.com/ruby/reline/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-
-ruby_add_rdepend ">=dev-ruby/io-console-0.5.0:0"
-
-all_ruby_prepare() {
- sed -e "s:_relative ':'./:" \
- -i ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib:.:test/reline -rhelper -e 'Dir["test/**/test_*.rb"].each{|f| require f}' || die
-}
next reply other threads:[~2025-04-04 16:47 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-04 16:47 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-10 8:40 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/reline/ Hans de Graaff
2025-07-21 6:16 Hans de Graaff
2025-06-02 10:48 Hans de Graaff
2025-05-21 9:20 Sam James
2025-05-20 17:44 Arthur Zamarin
2025-05-18 9:38 Sam James
2025-04-04 16:47 Hans de Graaff
2024-12-18 6:29 Hans de Graaff
2024-11-29 7:23 Hans de Graaff
2024-11-08 7:12 Hans de Graaff
2024-11-08 7:12 Hans de Graaff
2024-10-13 20:39 Sam James
2024-10-09 6:59 Arthur Zamarin
2024-10-09 2:53 Jakov Smolić
2024-10-08 20:38 Arthur Zamarin
2024-10-08 20:08 Arthur Zamarin
2024-10-06 13:30 Jakov Smolić
2024-10-06 11:35 Sam James
2024-09-06 17:48 Sam James
2024-09-06 17:48 Sam James
2024-09-06 4:59 Hans de Graaff
2024-09-06 4:59 Hans de Graaff
2024-07-17 4:38 Viorel Munteanu
2024-06-13 5:50 Hans de Graaff
2024-06-13 5:50 Hans de Graaff
2024-06-09 6:49 Hans de Graaff
2024-05-18 8:33 Sam James
2024-05-18 7:59 Sam James
2024-05-15 5:29 Hans de Graaff
2024-05-12 5:03 Hans de Graaff
2024-05-03 11:13 Hans de Graaff
2024-04-30 2:30 Ionen Wolkens
2024-04-30 2:30 Ionen Wolkens
2024-04-30 2:30 Ionen Wolkens
2024-04-30 2:30 Ionen Wolkens
2024-04-30 2:30 Ionen Wolkens
2024-04-19 6:40 Hans de Graaff
2024-04-13 6:24 Hans de Graaff
2024-04-13 6:24 Hans de Graaff
2024-03-29 7:08 Hans de Graaff
2024-03-14 5:48 Hans de Graaff
2024-01-21 14:06 Fabian Groffen
2024-01-06 8:19 Hans de Graaff
2023-12-30 9:59 Hans de Graaff
2023-12-30 9:59 Hans de Graaff
2023-12-26 15:53 Hans de Graaff
2023-11-06 20:50 Fabian Groffen
2023-10-08 10:07 Hans de Graaff
2023-10-04 5:31 Hans de Graaff
2023-10-04 5:31 Hans de Graaff
2023-08-21 5:24 Hans de Graaff
2023-07-30 9:50 Hans de Graaff
2023-07-09 5:42 Hans de Graaff
2023-07-01 9:13 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=1743785208.4a8d1ac84d5f43eae18df814d0e6587c41847225.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