From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/regexp_parser/
Date: Sat, 26 Nov 2022 16:08:53 +0000 (UTC) [thread overview]
Message-ID: <1669478929.ea216f259c18e9fba9abfeebd18fc8af625f1aa7.graaff@gentoo> (raw)
commit: ea216f259c18e9fba9abfeebd18fc8af625f1aa7
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 26 15:25:34 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Nov 26 16:08:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea216f25
dev-ruby/regexp_parser: drop 2.3.1, 2.5.0
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/regexp_parser/Manifest | 2 --
dev-ruby/regexp_parser/regexp_parser-2.3.1.ebuild | 36 -----------------------
dev-ruby/regexp_parser/regexp_parser-2.5.0.ebuild | 36 -----------------------
3 files changed, 74 deletions(-)
diff --git a/dev-ruby/regexp_parser/Manifest b/dev-ruby/regexp_parser/Manifest
index 3aaa811be716..db5b96723050 100644
--- a/dev-ruby/regexp_parser/Manifest
+++ b/dev-ruby/regexp_parser/Manifest
@@ -1,5 +1,3 @@
-DIST regexp_parser-2.3.1.tar.gz 92120 BLAKE2B e4dc8d3d38a260be0d21812703380af418ea6b87c1fff66048111e2d5295b04589cf3d838f3e9eb330f300c7b49c8ccb18867c6fac41e55c0c623cc0206d2c85 SHA512 3f2502afaaeeffe6738c0fa83717f93af22de8704a1ce3cfdae910be287a6bbbab5dcd80d9ce7fb840acabea8d55a0cb06bca1696820f5e568b75c96360c3895
DIST regexp_parser-2.4.0.tar.gz 93162 BLAKE2B cab80ca22b1f34d60a47f7bb3f671e2a7af46b598250a0d1f85049b5b682800badf82c7f0cfc676808999d4128bd8b8a6d2bd073d8a771ee7c07253f1e24e5ce SHA512 cd7a9d5d3d4882753b47a8369a807b3c6d943e36a66d0001d51d5d37d19a46c2ba078217d95952f1dc7c7434699a35bbd6414cd45264db08a0173f887a8d4826
-DIST regexp_parser-2.5.0.tar.gz 94251 BLAKE2B 203dcef35f36dec5abd737f56aeb826d102fed875ac90f36521ecdc09c4708ab19ea48dcb6d34259c9358e2db112a34a891dd1f61f0ce322318dd010350e81be SHA512 1ea8082874f6ec8f97f1015fc3f6efb87fd59fafa74c92d0f54d4f649be2a5111ffad400851f3fc3307cc5c361c22a2372b12f1af51f5ac5903e407f49c2e8ff
DIST regexp_parser-2.6.0.tar.gz 96082 BLAKE2B 13247e32002ff2b7d33cb24ce20b4841b11202c9427c701e4e970c30e24172bcae949680a7b33130c61050996b49fafd535f8f7f4bc853a6780738d5901a1846 SHA512 1d05f664de803253a000ded43cf4ed492914eb285bdeb1613597568f13804587c829f80289e11ba00274b25862331e36010d5214e64abc1ec3fa9cd9895cb863
DIST regexp_parser-2.6.1.tar.gz 96292 BLAKE2B 0b981aff33e31c821bff82348d84b755532460a57d328e50b123eb73c04553ebaaf6f4bb360c59798ef0ad1886904e8cf95202a4b50206fa6e88fedf00492a32 SHA512 990d2af8577466887be24f9a942fe1f833a73c2e1048f7ce9d11aced3179fda5385eae9234c6242f306b71ec6014bf087bf67f789e23c513306f307a114f855f
diff --git a/dev-ruby/regexp_parser/regexp_parser-2.3.1.ebuild b/dev-ruby/regexp_parser/regexp_parser-2.3.1.ebuild
deleted file mode 100644
index d7fdf1615b58..000000000000
--- a/dev-ruby/regexp_parser/regexp_parser-2.3.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-RUBY_FAKEGEM_GEMSPEC="regexp_parser.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A library for tokenizing, lexing, and parsing Ruby regular expressions"
-HOMEPAGE="https://github.com/ammar/regexp_parser"
-SRC_URI="https://github.com/ammar/regexp_parser/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE=""
-
-DEPEND+=" =dev-util/ragel-6*"
-
-ruby_add_bdepend "dev-ruby/rake dev-ruby/rspec:3
- test? ( dev-ruby/ice_nine dev-ruby/regexp_property_values dev-ruby/rspec:3 )"
-
-all_ruby_prepare() {
- sed -i -e '/bundler/I s:^:#:' Rakefile || die
-}
-
-each_ruby_compile() {
- ${RUBY} -S rake ragel:rb || die
-}
diff --git a/dev-ruby/regexp_parser/regexp_parser-2.5.0.ebuild b/dev-ruby/regexp_parser/regexp_parser-2.5.0.ebuild
deleted file mode 100644
index 6f59b303702a..000000000000
--- a/dev-ruby/regexp_parser/regexp_parser-2.5.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-RUBY_FAKEGEM_GEMSPEC="regexp_parser.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A library for tokenizing, lexing, and parsing Ruby regular expressions"
-HOMEPAGE="https://github.com/ammar/regexp_parser"
-SRC_URI="https://github.com/ammar/regexp_parser/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE=""
-
-DEPEND+=" =dev-util/ragel-6*"
-
-ruby_add_bdepend "dev-ruby/rake dev-ruby/rspec:3
- test? ( dev-ruby/ice_nine dev-ruby/regexp_property_values dev-ruby/rspec:3 )"
-
-all_ruby_prepare() {
- sed -i -e '/bundler/I s:^:#:' Rakefile || die
-}
-
-each_ruby_compile() {
- ${RUBY} -S rake ragel:rb || die
-}
next reply other threads:[~2022-11-26 16:08 UTC|newest]
Thread overview: 104+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-26 16:08 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-09 7:18 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/regexp_parser/ Hans de Graaff
2024-12-26 6:19 Hans de Graaff
2024-10-06 11:11 Sam James
2024-05-23 6:13 Hans de Graaff
2024-05-12 5:03 Hans de Graaff
2024-03-17 6:13 Hans de Graaff
2024-01-15 3:32 Ionen Wolkens
2024-01-09 7:44 Hans de Graaff
2024-01-01 8:07 Hans de Graaff
2024-01-01 8:07 Hans de Graaff
2024-01-01 8:07 Hans de Graaff
2023-12-05 7:14 Hans de Graaff
2023-10-11 5:37 Hans de Graaff
2023-08-29 14:50 Hans de Graaff
2023-08-13 5:22 Hans de Graaff
2023-03-26 7:19 Hans de Graaff
2023-03-26 7:19 Hans de Graaff
2023-02-18 7:29 Hans de Graaff
2023-01-21 7:20 Hans de Graaff
2022-11-26 16:08 Hans de Graaff
2022-10-01 7:06 Hans de Graaff
2022-07-01 7:36 Hans de Graaff
2022-06-24 7:39 Hans de Graaff
2022-05-29 6:20 Hans de Graaff
2022-05-29 6:20 Hans de Graaff
2022-05-29 6:20 Hans de Graaff
2022-05-10 5:00 Hans de Graaff
2022-05-10 5:00 Hans de Graaff
2022-04-25 5:23 Hans de Graaff
2022-04-23 8:01 Hans de Graaff
2022-04-09 7:38 Hans de Graaff
2022-04-02 8:57 Hans de Graaff
2022-04-02 8:57 Hans de Graaff
2022-03-18 6:57 Hans de Graaff
2021-12-05 7:24 Hans de Graaff
2021-10-10 23:45 Sam James
2021-09-07 21:28 Marek Szuba
2021-07-24 15:22 Sam James
2021-06-07 6:20 Sergei Trofimovich
2021-06-04 8:22 Hans de Graaff
2021-05-25 18:01 Sergei Trofimovich
2021-05-25 10:48 Sam James
2021-05-25 10:47 Sam James
2021-05-24 17:22 Sergei Trofimovich
2021-05-18 6:04 Hans de Graaff
2021-05-18 6:04 Hans de Graaff
2021-02-26 6:00 Hans de Graaff
2021-02-23 7:01 Hans de Graaff
2021-01-03 8:05 Hans de Graaff
2020-12-20 19:14 Sam James
2020-12-20 19:03 Sam James
2020-12-02 7:09 Hans de Graaff
2020-12-02 7:09 Hans de Graaff
2020-12-02 7:09 Hans de Graaff
2020-12-02 7:09 Hans de Graaff
2020-10-12 5:19 Hans de Graaff
2020-10-02 5:15 Hans de Graaff
2020-09-25 6:09 Hans de Graaff
2020-09-09 9:28 Hans de Graaff
2020-09-09 9:28 Hans de Graaff
2020-06-16 4:53 Hans de Graaff
2020-04-21 21:06 Sergei Trofimovich
2020-04-21 21:06 Sergei Trofimovich
2020-04-21 21:06 Sergei Trofimovich
2020-03-06 7:10 Hans de Graaff
2020-02-24 6:27 Hans de Graaff
2020-01-27 6:40 Hans de Graaff
2019-07-22 21:06 Hans de Graaff
2019-07-22 16:56 Aaron Bauman
2019-07-17 6:01 Hans de Graaff
2019-07-17 6:01 Hans de Graaff
2019-07-09 23:11 Sergei Trofimovich
2019-07-08 11:50 Hans de Graaff
2019-05-24 7:06 Hans de Graaff
2019-05-24 7:06 Hans de Graaff
2019-05-23 5:39 Hans de Graaff
2019-05-16 4:32 Hans de Graaff
2019-04-27 6:06 Hans de Graaff
2019-04-27 6:06 Hans de Graaff
2019-04-04 5:09 Hans de Graaff
2019-01-05 9:48 Hans de Graaff
2018-11-26 19:23 Mikle Kolyada
2018-11-17 23:18 Thomas Deutschmann
2018-11-17 23:18 Thomas Deutschmann
2018-11-15 7:24 Hans de Graaff
2018-11-12 6:14 Hans de Graaff
2018-10-26 5:13 Hans de Graaff
2018-07-29 7:04 Hans de Graaff
2018-05-15 5:15 Hans de Graaff
2018-02-09 6:58 Hans de Graaff
2018-02-09 6:58 Hans de Graaff
2017-09-23 6:13 Hans de Graaff
2017-07-21 6:29 Hans de Graaff
2017-07-21 6:29 Hans de Graaff
2017-04-07 5:45 Hans de Graaff
2017-01-15 9:23 Hans de Graaff
2016-12-20 6:00 Hans de Graaff
2016-10-16 18:22 Manuel Rüger
2016-10-16 18:21 Manuel Rüger
2016-01-16 7:04 Hans de Graaff
2015-09-20 6:31 Hans de Graaff
2015-09-07 21:56 Richard Farina
2015-09-05 6:06 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=1669478929.ea216f259c18e9fba9abfeebd18fc8af625f1aa7.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