From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/parser/
Date: Sun, 4 Dec 2022 15:08:00 +0000 (UTC) [thread overview]
Message-ID: <1670166318.274adf5a74f6c71ab3721d947bebdce130dfbbaa.graaff@gentoo> (raw)
commit: 274adf5a74f6c71ab3721d947bebdce130dfbbaa
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 4 10:32:50 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 15:05:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=274adf5a
dev-ruby/parser: drop 2.7.2.0-r1, 3.0.3.2, 3.1.0.0
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/parser/Manifest | 3 ---
dev-ruby/parser/parser-2.7.2.0-r1.ebuild | 43 --------------------------------
dev-ruby/parser/parser-3.0.3.2.ebuild | 43 --------------------------------
dev-ruby/parser/parser-3.1.0.0.ebuild | 43 --------------------------------
4 files changed, 132 deletions(-)
diff --git a/dev-ruby/parser/Manifest b/dev-ruby/parser/Manifest
index ec57acff6515..fc48ced33150 100644
--- a/dev-ruby/parser/Manifest
+++ b/dev-ruby/parser/Manifest
@@ -1,6 +1,3 @@
-DIST parser-2.7.2.0.tar.gz 266318 BLAKE2B 5bb3e4649eeccaa4a72fb2478755185a749b28f53898b361d5a6f35a57eb9cfbddeb149cd4a793243e60b7421966662992c2ebd6e42298e0f5828a1a7fb43e47 SHA512 e9754d6d334115fb272c3df0a6620da0b0a014aa7c49914556d72259a11229a6c71f797cfa814c87eec052097c2f6e3cc18adf50cc30690549c74b57733f0c72
-DIST parser-3.0.3.2.tar.gz 285975 BLAKE2B 3772e78d3e92469940c21b9167d9bc5bb7a31d4ddd74c3872d99c5de7fc12b59cda72209f0983758e81259f2effdd6f5221a71dd24f0e19351485bf41c2bcb7e SHA512 c2f6f822d9a60fb038b66fb44e8bc6339ca9329865e3a2c4bb05ee8db80826df7f96766b661d94156c6e4bcc3d5d4fc3624a4e1373a8919ad19ef1a1acd41797
-DIST parser-3.1.0.0.tar.gz 287924 BLAKE2B 042f325c12718a8d05dbbe1052cf3792bfab5421a0eb279b81b7c4e3ab9584e4f806de6823f9a74c47e81a949d676d2f903b77ceb5369a656b6047dd9856333d SHA512 68191906b6fd7183233875da3ba4937d3e90c491ffeec451048d3dbee6c0c979eb50b474135f57cd6fd9a42abb6629668b97eec00a4879760a362d1cc5bb38a3
DIST parser-3.1.1.0.tar.gz 299759 BLAKE2B c4fdf278c1ae90529de414d9cda2770524f051f05d457ebe3224c49a84c55abfe8ac11799b0caf4d74200c4be494c3f655ed7f9c03e11d198436a7f54bec77ce SHA512 9c51aaa7d19e4a679d9d4c40716a90ef4c15d22728a21a8a4c278245114cd8cdeace19018d54dbb73b77897d531f3eb446b99c6dfaf9e205aa54346933ada215
DIST parser-3.1.2.0.tar.gz 299753 BLAKE2B b5c991ab0834ed5e5b7107935500659828a6f804d9231462dc8a658346bab3959ac56b514045c25af4adb84af3f0cdd9615c9aafb2325ab24a04c0c5617ca732 SHA512 d8becf7e5b633c0a1ddfe8aac98c2f89d6b713cbabd2877a4eac36b0fd4935bd1a05990c100bcf58f04ad78218af0a5f79dbb83bf369708750c8834598286cfa
DIST parser-3.1.2.1.tar.gz 299885 BLAKE2B 2fe56279be003825a25e6fdfc99dbb13b93dc167f7da3fe636da368bc10a6506afd7510bf3d7c55122321de1cd0bf46afce2ee0ff0a9d914e507c0333225e5ea SHA512 9bbaae6436f41668621fdb1f45dd2a30ea5485dca19b0024a19e8be0684c4a961e914040e3b53f725f06c98822392cfef87113332124272f895bb571e56cc961
diff --git a/dev-ruby/parser/parser-2.7.2.0-r1.ebuild b/dev-ruby/parser/parser-2.7.2.0-r1.ebuild
deleted file mode 100644
index 9572def45868..000000000000
--- a/dev-ruby/parser/parser-2.7.2.0-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-RUBY_FAKEGEM_TASK_TEST="test"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_VERSION="${PV/_pre/.pre.}"
-
-RUBY_FAKEGEM_GEMSPEC="parser.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A production-ready Ruby parser written in pure Ruby"
-HOMEPAGE="https://github.com/whitequark/parser"
-SRC_URI="https://github.com/whitequark/parser/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND+=" =dev-util/ragel-6*"
-
-ruby_add_bdepend "
- test? (
- dev-ruby/minitest:5
- dev-ruby/racc )
- dev-ruby/cliver
-"
-ruby_add_rdepend "=dev-ruby/ast-2.4* >=dev-ruby/ast-2.4.1"
-
-all_ruby_prepare() {
- sed -i -e "/[Bb]undler/d" Rakefile || die
- sed -i -e '/simplecov/ s:^:#:' test/helper.rb || die
-}
-
-each_ruby_compile() {
- ${RUBY} -S rake generate || die
-}
diff --git a/dev-ruby/parser/parser-3.0.3.2.ebuild b/dev-ruby/parser/parser-3.0.3.2.ebuild
deleted file mode 100644
index 6e1ce3f34845..000000000000
--- a/dev-ruby/parser/parser-3.0.3.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-RUBY_FAKEGEM_TASK_TEST="test"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_VERSION="${PV/_pre/.pre.}"
-
-RUBY_FAKEGEM_GEMSPEC="parser.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A production-ready Ruby parser written in pure Ruby"
-HOMEPAGE="https://github.com/whitequark/parser"
-SRC_URI="https://github.com/whitequark/parser/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~sparc"
-IUSE=""
-
-DEPEND+=" =dev-util/ragel-6*"
-
-ruby_add_bdepend "
- test? (
- dev-ruby/minitest:5
- dev-ruby/racc )
- dev-ruby/cliver
-"
-ruby_add_rdepend "=dev-ruby/ast-2.4* >=dev-ruby/ast-2.4.1"
-
-all_ruby_prepare() {
- sed -i -e "/[Bb]undler/d" Rakefile || die
- sed -i -e '/simplecov/ s:^:#:' test/helper.rb || die
-}
-
-each_ruby_compile() {
- ${RUBY} -S rake generate || die
-}
diff --git a/dev-ruby/parser/parser-3.1.0.0.ebuild b/dev-ruby/parser/parser-3.1.0.0.ebuild
deleted file mode 100644
index 53805a815992..000000000000
--- a/dev-ruby/parser/parser-3.1.0.0.ebuild
+++ /dev/null
@@ -1,43 +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_RECIPE_DOC="yard"
-RUBY_FAKEGEM_TASK_TEST="test"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_VERSION="${PV/_pre/.pre.}"
-
-RUBY_FAKEGEM_GEMSPEC="parser.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A production-ready Ruby parser written in pure Ruby"
-HOMEPAGE="https://github.com/whitequark/parser"
-SRC_URI="https://github.com/whitequark/parser/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~sparc"
-IUSE=""
-
-DEPEND+=" =dev-util/ragel-6*"
-
-ruby_add_bdepend "
- test? (
- dev-ruby/minitest:5
- dev-ruby/racc )
- dev-ruby/cliver
-"
-ruby_add_rdepend "=dev-ruby/ast-2.4* >=dev-ruby/ast-2.4.1"
-
-all_ruby_prepare() {
- sed -i -e "/[Bb]undler/d" Rakefile || die
- sed -i -e '/simplecov/ s:^:#:' test/helper.rb || die
-}
-
-each_ruby_compile() {
- ${RUBY} -S rake generate || die
-}
next reply other threads:[~2022-12-04 15:08 UTC|newest]
Thread overview: 114+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-04 15:08 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-07 7:22 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/parser/ Hans de Graaff
2024-11-03 6:38 Hans de Graaff
2024-11-03 6:38 Hans de Graaff
2024-09-06 4:59 Hans de Graaff
2024-08-09 7:08 Hans de Graaff
2024-08-08 4:41 Hans de Graaff
2024-08-08 4:41 Hans de Graaff
2024-07-11 5:38 Hans de Graaff
2024-06-13 5:50 Hans de Graaff
2024-05-31 6:15 Hans de Graaff
2024-05-31 6:15 Hans de Graaff
2024-04-27 7:43 Hans de Graaff
2024-02-11 7:26 Hans de Graaff
2024-02-02 7:01 Hans de Graaff
2024-01-20 8:44 Hans de Graaff
2024-01-20 8:44 Hans de Graaff
2024-01-13 8:30 Hans de Graaff
2024-01-13 8:30 Hans de Graaff
2024-01-07 8:26 Hans de Graaff
2024-01-06 8:19 Hans de Graaff
2023-10-05 6:07 Hans de Graaff
2023-07-11 7:47 Hans de Graaff
2023-06-09 8:21 Hans de Graaff
2023-04-25 5:06 Hans de Graaff
2023-04-01 9:00 Hans de Graaff
2023-04-01 9:00 Hans de Graaff
2023-03-09 15:10 Hans de Graaff
2023-02-10 7:45 Hans de Graaff
2023-01-08 7:49 Hans de Graaff
2022-11-28 7:01 Hans de Graaff
2022-08-09 5:46 Hans de Graaff
2022-06-25 9:29 Hans de Graaff
2022-04-13 5:41 Hans de Graaff
2022-04-02 8:57 Hans de Graaff
2022-02-22 18:50 Hans de Graaff
2022-01-08 11:47 Hans de Graaff
2021-12-10 6:56 Hans de Graaff
2021-12-01 17:57 Hans de Graaff
2021-11-26 6:31 Hans de Graaff
2021-11-26 6:31 Hans de Graaff
2021-07-10 6:23 Hans de Graaff
2021-05-29 7:47 Hans de Graaff
2021-05-07 6:00 Hans de Graaff
2021-04-08 6:07 Hans de Graaff
2021-02-07 8:32 Hans de Graaff
2021-02-07 8:32 Hans de Graaff
2020-10-16 9:33 Hans de Graaff
2020-10-14 4:24 Hans de Graaff
2020-10-13 4:18 Hans de Graaff
2020-10-07 4:48 Hans de Graaff
2020-09-25 6:09 Hans de Graaff
2020-09-11 5:14 Hans de Graaff
2020-06-21 4:29 Hans de Graaff
2020-06-01 5:30 Hans de Graaff
2020-06-01 5:30 Hans de Graaff
2020-05-24 6:46 Hans de Graaff
2020-05-01 4:58 Hans de Graaff
2020-04-17 4:39 Hans de Graaff
2020-04-05 5:02 Hans de Graaff
2020-03-22 10:01 Hans de Graaff
2020-03-22 10:01 Hans de Graaff
2020-03-03 7:25 Hans de Graaff
2020-02-27 6:05 Hans de Graaff
2020-01-09 5:51 Hans de Graaff
2020-01-09 5:51 Hans de Graaff
2019-12-31 6:55 Hans de Graaff
2019-12-27 6:22 Hans de Graaff
2019-11-09 6:28 Hans de Graaff
2019-10-03 6:07 Hans de Graaff
2019-09-12 5:54 Hans de Graaff
2019-09-03 4:25 Hans de Graaff
2019-09-03 4:25 Hans de Graaff
2019-04-29 5:32 Hans de Graaff
2019-04-06 6:16 Hans de Graaff
2019-04-06 6:16 Hans de Graaff
2019-03-24 8:35 Hans de Graaff
2019-02-14 6:44 Hans de Graaff
2019-01-17 5:26 Hans de Graaff
2018-11-08 5:35 Hans de Graaff
2018-11-08 5:35 Hans de Graaff
2018-07-13 6:12 Hans de Graaff
2018-07-13 6:12 Hans de Graaff
2018-07-10 4:13 Hans de Graaff
2018-07-10 4:13 Hans de Graaff
2018-04-18 5:09 Hans de Graaff
2018-03-25 7:04 Hans de Graaff
2018-03-07 17:20 Hans de Graaff
2018-03-05 5:55 Hans de Graaff
2018-02-17 7:34 Hans de Graaff
2018-02-08 6:25 Hans de Graaff
2017-11-18 6:58 Hans de Graaff
2017-06-14 5:15 Hans de Graaff
2017-02-08 6:02 Hans de Graaff
2017-02-08 6:02 Hans de Graaff
2016-12-14 7:15 Hans de Graaff
2016-11-30 7:30 Hans de Graaff
2016-11-30 7:30 Hans de Graaff
2016-11-21 6:01 Hans de Graaff
2016-09-20 5:07 Hans de Graaff
2016-09-18 5:46 Hans de Graaff
2016-09-18 5:46 Hans de Graaff
2016-06-02 5:16 Hans de Graaff
2016-04-27 11:54 Hans de Graaff
2016-04-27 11:54 Hans de Graaff
2016-03-30 5:29 Hans de Graaff
2016-02-17 22:28 Manuel Rüger
2016-02-17 22:28 Manuel Rüger
2016-02-11 1:13 Manuel Rüger
2016-02-11 1:13 Manuel Rüger
2016-01-31 14:11 Hans de Graaff
2016-01-15 6:41 Hans de Graaff
2015-10-09 6:08 Hans de Graaff
2015-10-09 6:08 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=1670166318.274adf5a74f6c71ab3721d947bebdce130dfbbaa.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