From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby_parser/
Date: Sat, 11 Dec 2021 06:04:15 +0000 (UTC) [thread overview]
Message-ID: <1639201922.7d222948ad0c81093161f8b5f0b3e3eb1e38e429.graaff@gentoo> (raw)
commit: 7d222948ad0c81093161f8b5f0b3e3eb1e38e429
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 11 05:52:02 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 05:52:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d222948
dev-ruby/ruby_parser: cleanup
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/ruby_parser/Manifest | 2 --
dev-ruby/ruby_parser/ruby_parser-3.17.0.ebuild | 36 --------------------------
dev-ruby/ruby_parser/ruby_parser-3.18.0.ebuild | 36 --------------------------
3 files changed, 74 deletions(-)
diff --git a/dev-ruby/ruby_parser/Manifest b/dev-ruby/ruby_parser/Manifest
index 18b46257f79d..8c15f6054c47 100644
--- a/dev-ruby/ruby_parser/Manifest
+++ b/dev-ruby/ruby_parser/Manifest
@@ -1,4 +1,2 @@
DIST ruby_parser-3.14.2.gem 466432 BLAKE2B 2694888b5b705733468eaf074f7f059814e2a230d1ec7390ef6b093c717534bfc6648a00240fd07d0f108ee1dcdc9f81b121a0ff0446d4ebf75fa5bf87006fa0 SHA512 65b8977fff322d4ecdbb8da1276d76318f08a13a25d8cf8429ba5ca7097c2b58c03431d60b05eec6cb62be316cf9b1efc753b86e8b67e076fd413d2324bc6655
-DIST ruby_parser-3.17.0.gem 586752 BLAKE2B 4d3b7d2105e7c4529eb69e4459f73255907ff17cd7008f5282a92598b014dc4a107e723e44d91e907e1fbac17ae2495aed3daaa8e2473d6dc20d042d6a3ae83b SHA512 6786f58aa4007b407e04669554add6d2fac2260c1ad12db78a4b7816799b7b30d163a554d93d4fa7f043a8e45dd11316854e9f42d63bbd5a542cd2f950c05278
-DIST ruby_parser-3.18.0.gem 634880 BLAKE2B dce4a90d4b80a5d2d77e7d52ae7ecb2b0a4b98bf0d7ab1e47bed4b2d4e2c2d30ff6d379dbc50192683a82326d4f6b6e63a7d51bd1d9a498b0abc90daf18adbf0 SHA512 e34b42770a44a32f91ef29d7575db26b2fd24188b4e80fda1cc69d99469a454699ff76c715a9acd0342709989140bd5783b629996f89c1a58a422dd971a1271f
DIST ruby_parser-3.18.1.gem 634880 BLAKE2B 046ca70510a62e515873039c3846c6dfe7eda204b10c28d1a2892052ee9662be46c99e8f3474577e1e513bee395a404e05d2bcc133d293ae04e2b8b0accdf95b SHA512 820b7dd75f92daef364db9b691ac7c71e460ad0f7f20491036c659310fd08561ae83f227bb5d82748d3b4a40fbb745c57144d8503a395a30eaba934df47f33bc
diff --git a/dev-ruby/ruby_parser/ruby_parser-3.17.0.ebuild b/dev-ruby/ruby_parser/ruby_parser-3.17.0.ebuild
deleted file mode 100644
index 1b67a5fa672a..000000000000
--- a/dev-ruby/ruby_parser/ruby_parser-3.17.0.ebuild
+++ /dev/null
@@ -1,36 +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"
-
-RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A ruby parser written in pure ruby"
-HOMEPAGE="https://github.com/seattlerb/ruby_parser"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/sexp_processor-4.15.1:4"
-
-ruby_add_bdepend "test? ( dev-ruby/racc >=dev-ruby/minitest-4.3 >=dev-ruby/sexp_processor-4.15.1:4 )"
-
-DEPEND+=" test? ( dev-util/unifdef )"
-
-all_ruby_prepare() {
- # Remove reference to perforce method that is not in a released
- # version of hoe-seattlerb.
- #sed -i -e '/perforce/d' Rakefile || die
- sed -i -e '/license/d' Rakefile || die
- sed -i -e '/Hoe.plugin :isolate/ s:^:#:' Rakefile || die
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
-}
diff --git a/dev-ruby/ruby_parser/ruby_parser-3.18.0.ebuild b/dev-ruby/ruby_parser/ruby_parser-3.18.0.ebuild
deleted file mode 100644
index 8c3041fafc92..000000000000
--- a/dev-ruby/ruby_parser/ruby_parser-3.18.0.ebuild
+++ /dev/null
@@ -1,36 +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"
-
-RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A ruby parser written in pure ruby"
-HOMEPAGE="https://github.com/seattlerb/ruby_parser"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/sexp_processor-4.16.0:4"
-
-ruby_add_bdepend "test? ( dev-ruby/racc >=dev-ruby/minitest-4.3 >=dev-ruby/sexp_processor-4.16.0:4 )"
-
-DEPEND+=" test? ( dev-util/unifdef )"
-
-all_ruby_prepare() {
- # Remove reference to perforce method that is not in a released
- # version of hoe-seattlerb.
- #sed -i -e '/perforce/d' Rakefile || die
- sed -i -e '/license/d' Rakefile || die
- sed -i -e '/Hoe.plugin :isolate/ s:^:#:' Rakefile || die
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
-}
next reply other threads:[~2021-12-11 6:04 UTC|newest]
Thread overview: 76+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-11 6:04 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-06 14:27 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby_parser/ Sam James
2024-07-17 5:37 Hans de Graaff
2024-07-13 5:36 Hans de Graaff
2024-07-13 5:36 Hans de Graaff
2024-05-31 13:41 Arthur Zamarin
2024-05-31 10:46 Arthur Zamarin
2024-05-31 6:32 Hans de Graaff
2024-03-01 6:21 Hans de Graaff
2023-12-28 7:43 Hans de Graaff
2023-07-12 4:27 Hans de Graaff
2023-06-25 19:17 Sam James
2023-06-25 19:17 Sam James
2023-06-05 5:29 Hans de Graaff
2023-05-09 5:45 Hans de Graaff
2023-03-28 19:24 Sam James
2023-03-28 19:24 Sam James
2023-03-27 9:15 Sam James
2022-12-13 7:13 Hans de Graaff
2022-07-22 7:44 Agostino Sarubbo
2022-07-22 7:43 Agostino Sarubbo
2022-06-24 7:25 Hans de Graaff
2022-04-10 4:56 Hans de Graaff
2021-12-07 6:22 Agostino Sarubbo
2021-12-06 15:23 Sam James
2021-12-06 8:19 Hans de Graaff
2021-11-11 7:04 Hans de Graaff
2021-10-29 6:03 Hans de Graaff
2021-08-05 5:33 Hans de Graaff
2021-06-07 4:56 Hans de Graaff
2021-01-17 7:42 Hans de Graaff
2021-01-17 7:42 Hans de Graaff
2020-09-24 6:46 Agostino Sarubbo
2020-09-21 18:53 Sergei Trofimovich
2020-09-18 10:07 Agostino Sarubbo
2020-09-11 4:32 Hans de Graaff
2020-07-25 17:10 Hans de Graaff
2020-02-08 7:52 Hans de Graaff
2020-02-02 15:47 Hans de Graaff
2020-02-02 15:47 Hans de Graaff
2019-10-31 6:49 Hans de Graaff
2019-09-28 5:47 Hans de Graaff
2019-05-11 7:15 Hans de Graaff
2019-04-20 17:57 Mikle Kolyada
2019-04-17 20:01 Sergei Trofimovich
2019-04-14 16:18 Mikle Kolyada
2019-04-13 14:18 Mikle Kolyada
2019-04-10 17:27 Hans de Graaff
2019-03-26 8:26 Hans de Graaff
2019-03-13 7:03 Hans de Graaff
2019-01-25 6:10 Hans de Graaff
2018-12-05 6:47 Hans de Graaff
2018-02-24 7:19 Hans de Graaff
2017-12-22 5:38 Hans de Graaff
2017-12-21 19:28 Markus Meier
2017-11-09 22:37 Sergei Trofimovich
2017-10-22 7:06 Hans de Graaff
2017-10-22 7:06 Hans de Graaff
2017-07-23 5:28 Hans de Graaff
2017-07-18 4:56 Hans de Graaff
2017-04-16 5:25 Hans de Graaff
2017-02-16 6:44 Hans de Graaff
2017-01-15 7:01 Hans de Graaff
2016-11-27 8:13 Hans de Graaff
2016-11-06 10:12 Hans de Graaff
2016-10-11 5:16 Hans de Graaff
2016-10-02 8:42 Jeroen Roovers
2016-09-23 17:40 Tobias Klausmann
2016-08-06 11:14 Markus Meier
2016-05-06 5:30 Hans de Graaff
2016-04-10 0:01 Manuel Rüger
2016-03-11 6:15 Hans de Graaff
2016-02-03 7:02 Hans de Graaff
2016-01-22 7:55 Hans de Graaff
2015-10-27 5:47 Hans de Graaff
2015-08-26 11:54 Manuel Rüger
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=1639201922.7d222948ad0c81093161f8b5f0b3e3eb1e38e429.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