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: Wed, 9 Sep 2020 09:28:38 +0000 (UTC) [thread overview]
Message-ID: <1599643488.f967a5e5478b148fea3ba7a359302cd8e9bd4397.graaff@gentoo> (raw)
commit: f967a5e5478b148fea3ba7a359302cd8e9bd4397
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 9 09:23:47 2020 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Sep 9 09:24:48 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f967a5e5
dev-ruby/regexp_parser: cleanup
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/regexp_parser/Manifest | 2 --
dev-ruby/regexp_parser/regexp_parser-1.6.0.ebuild | 38 ----------------------
dev-ruby/regexp_parser/regexp_parser-1.7.0.ebuild | 39 -----------------------
3 files changed, 79 deletions(-)
diff --git a/dev-ruby/regexp_parser/Manifest b/dev-ruby/regexp_parser/Manifest
index ed63ac8186d..de71e4dcc58 100644
--- a/dev-ruby/regexp_parser/Manifest
+++ b/dev-ruby/regexp_parser/Manifest
@@ -1,5 +1,3 @@
DIST regexp_parser-0.5.0.tar.gz 80554 BLAKE2B 7890e6850e3ffbb927c5e72430ab29e6aeec4f8684eb56f4153414aca62702faa57f48887618e84b1d087e2ba366ec9d6b2e92200cc34472b7bbb5a8b0043415 SHA512 0d1c43fda01077b9b3d9c28ce9cb01772f10817e42d9c0ff28e6ea5cd059ad4869b940498c6a4e77d4fc6acb6ac0aba293ae67dd012650cdb58989b90868be16
DIST regexp_parser-1.5.1.tar.gz 82482 BLAKE2B ff1746e52e786e273923dd222ea8c8276eb1e4ffe9bf899068160dec229784709ba679983c1e43736c128ec094861174bd43e0aceea704ee2d38aff4a53e6775 SHA512 4856fbcac800083b417880c30b5d6a5ea445bb85950bdd7898f368bfa2d44b01b1e2058b279f1640cf1cf4d7b28e225d25bc2d356d2c4a7c1be0a2c621dd3827
-DIST regexp_parser-1.6.0.tar.gz 82909 BLAKE2B bbf36af3686165c7d0d439cc22181519a79e46853d7e185577026e4e200c1dda9d8696fa2d83a3cb90f78cb2f13632ff0ba9996b7f4a029780d840ba8211507c SHA512 96214654e56bd17a5b79cd979e87ca4cbd86bf9070fb0646dcea913d482e731c8190e17eb31668eb5d429b7ee6f9a13ef3111c60d2d9b87adddfb760859241e9
-DIST regexp_parser-1.7.0.tar.gz 83146 BLAKE2B 2e2c7b2c28fd3ac6e20738da1ccf7d0da0d35bb62523bbdfb221f484d8eb412790938f3aaf3f5a31e3ae892778e3ef876cb9f1bb3eafa695810e1354f70ed9e5 SHA512 5a7c733c581ddf64ee1c55ef6e514333029ac1611ceb71cf0edc9c75061579237c457c3320b84ed069c771ae36b266c796bc49b1f6ff69b1c746b0153b72c2e6
DIST regexp_parser-1.7.1.tar.gz 83865 BLAKE2B 1aab4f5c4d399ee48951a9fa9f24fef14073ca5267ec29e5011880274d2749a7a3d1f5cb2a6a5107d5c848537367e1f725a6de9bb9af8803ccc8ccedaac415eb SHA512 fda810bc18039484725df5c6092b3d1b31f398e337cbace253cfdfa934274902f2dcb4e64c4fd0bb24379c79ea2976383313c1a5cd4ad246ecb7eabfd1a47d64
diff --git a/dev-ruby/regexp_parser/regexp_parser-1.6.0.ebuild b/dev-ruby/regexp_parser/regexp_parser-1.6.0.ebuild
deleted file mode 100644
index 2582e1db433..00000000000
--- a/dev-ruby/regexp_parser/regexp_parser-1.6.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-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="1"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86"
-IUSE=""
-
-DEPEND+=" =dev-util/ragel-6*"
-
-ruby_add_bdepend "dev-ruby/rake
- test? ( 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
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib bin/test || die
-}
diff --git a/dev-ruby/regexp_parser/regexp_parser-1.7.0.ebuild b/dev-ruby/regexp_parser/regexp_parser-1.7.0.ebuild
deleted file mode 100644
index 068ddd32b08..00000000000
--- a/dev-ruby/regexp_parser/regexp_parser-1.7.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-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="1"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86"
-IUSE=""
-
-DEPEND+=" =dev-util/ragel-6*"
-
-ruby_add_bdepend "dev-ruby/rake
- test? ( 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
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib bin/test || die
-}
next reply other threads:[~2020-09-09 9:28 UTC|newest]
Thread overview: 105+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-09 9:28 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-03 11:48 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/regexp_parser/ Hans de Graaff
2025-01-09 7:18 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-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-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=1599643488.f967a5e5478b148fea3ba7a359302cd8e9bd4397.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