public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Tue, 10 Jul 2018 04:13:34 +0000 (UTC)	[thread overview]
Message-ID: <1531195547.9a36001c5b6f95ca1edbd7a7c6f4df4a09b3816f.graaff@gentoo> (raw)

commit:     9a36001c5b6f95ca1edbd7a7c6f4df4a09b3816f
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 10 04:05:47 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jul 10 04:05:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a36001c

dev-ruby/parser: cleanup

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/parser/Manifest              |  3 ---
 dev-ruby/parser/parser-2.5.0.0.ebuild | 32 --------------------------------
 dev-ruby/parser/parser-2.5.0.2.ebuild | 32 --------------------------------
 dev-ruby/parser/parser-2.5.0.5.ebuild | 32 --------------------------------
 4 files changed, 99 deletions(-)

diff --git a/dev-ruby/parser/Manifest b/dev-ruby/parser/Manifest
index d0feae5f7f5..e6f61912646 100644
--- a/dev-ruby/parser/Manifest
+++ b/dev-ruby/parser/Manifest
@@ -1,5 +1,2 @@
 DIST parser-2.4.0.2.gem 591360 BLAKE2B 77a832e444e70853fe2aab27c0dfc99536aeafac78e3b4f36d3b1863d5498b656ccf62c55481e9fed763828bd4212b1688f06d77c01cb216653a925081f45cf2 SHA512 6ad62084437556bfa3bdb862bb031646e25ec733ab0e34432580351562a72a71507e454da9fd4f53e590163ea9d666c8076ecb7c92a7f5bf5579ca46cbb28a55
-DIST parser-2.5.0.0.gem 601600 BLAKE2B d863de5b898e1110f3b1121afd83aa11b5c116c494a45c4ba4fba82a89605acbbf0e52db6f7dd9b7d65c49ddd00a3af8c716f2f348a7bfe50b39c55a95dd7adf SHA512 51ad3b7d56d0f25385ab6ff8510857b7c8a689c65087be68441a4699a12371717de9360f568804fc818c0fde8535f1c92067532ef7a4d751b183d61aac3ddfe2
-DIST parser-2.5.0.2.gem 604672 BLAKE2B ec4a20218e0707a9791b173a7b7b1f33845e20b23c591bb9d5a51883f9b105fff136ae3808f62fddbf43ce57b0b6b13c0fe80af5496dda655074900a3790b108 SHA512 5ea67f986af8b31eca601fc812d64edfde14843f92cc79d72333cd581d20f53661f621ac513e71db6320ede8ac696778266138e66cddb3cbfe1b61684538953d
-DIST parser-2.5.0.5.gem 605184 BLAKE2B 2847079ee7195f47f7d18519cdd9e52b1ab9e9371fd3593d78ab841d8b38d985609ec326a0e75688012d583569cf311428ec39f8e2b52725943966c848693487 SHA512 e3c2aa9026d45dde45923f215b2de4f3f588e779bdfac30c334b6c1bf2c54c44858179cba34cfb46d0353714c813d03da10f33ec660a1c4c0b06df9ec8a1efe6
 DIST parser-2.5.1.0.gem 652800 BLAKE2B 56411c34da273d8d02d05eb0dee470cf9afd3ed563d02fc8614cc93cb62f0a1e12cfcd02da95b9ed93acfc69a75ebef2b2b25cd885a69ecac31e3c2b4b37bee5 SHA512 252a20b1b578c4c4b0704001aa7b38ef94e5cc24f3eff34d3afcd661e4f5ce2aa25d2113e42a7d0c8e22583451d3e8067429782be12789cb9465262d7bd1839e

diff --git a/dev-ruby/parser/parser-2.5.0.0.ebuild b/dev-ruby/parser/parser-2.5.0.0.ebuild
deleted file mode 100644
index 57a57952cc4..00000000000
--- a/dev-ruby/parser/parser-2.5.0.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-RUBY_FAKEGEM_TASK_TEST="test"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_VERSION="${PV/_pre/.pre.}"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A production-ready Ruby parser written in pure Ruby"
-HOMEPAGE="https://github.com/whitequark/parser"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "test? (
-	dev-ruby/minitest:5
-	dev-ruby/racc
-	dev-ruby/cliver )"
-ruby_add_rdepend "=dev-ruby/ast-2.4*"
-
-all_ruby_prepare() {
-	sed -i -e "/[Bb]undler/d" Rakefile || die
-	sed -i -e "/simplecov/,+35d" test/helper.rb || die
-}

diff --git a/dev-ruby/parser/parser-2.5.0.2.ebuild b/dev-ruby/parser/parser-2.5.0.2.ebuild
deleted file mode 100644
index 57a57952cc4..00000000000
--- a/dev-ruby/parser/parser-2.5.0.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-RUBY_FAKEGEM_TASK_TEST="test"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_VERSION="${PV/_pre/.pre.}"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A production-ready Ruby parser written in pure Ruby"
-HOMEPAGE="https://github.com/whitequark/parser"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "test? (
-	dev-ruby/minitest:5
-	dev-ruby/racc
-	dev-ruby/cliver )"
-ruby_add_rdepend "=dev-ruby/ast-2.4*"
-
-all_ruby_prepare() {
-	sed -i -e "/[Bb]undler/d" Rakefile || die
-	sed -i -e "/simplecov/,+35d" test/helper.rb || die
-}

diff --git a/dev-ruby/parser/parser-2.5.0.5.ebuild b/dev-ruby/parser/parser-2.5.0.5.ebuild
deleted file mode 100644
index 57a57952cc4..00000000000
--- a/dev-ruby/parser/parser-2.5.0.5.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-RUBY_FAKEGEM_TASK_TEST="test"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_VERSION="${PV/_pre/.pre.}"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A production-ready Ruby parser written in pure Ruby"
-HOMEPAGE="https://github.com/whitequark/parser"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "test? (
-	dev-ruby/minitest:5
-	dev-ruby/racc
-	dev-ruby/cliver )"
-ruby_add_rdepend "=dev-ruby/ast-2.4*"
-
-all_ruby_prepare() {
-	sed -i -e "/[Bb]undler/d" Rakefile || die
-	sed -i -e "/simplecov/,+35d" test/helper.rb || die
-}


             reply	other threads:[~2018-07-10  4:13 UTC|newest]

Thread overview: 111+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-10  4:13 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-06  4:59 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/parser/ 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-12-04 15:08 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-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=1531195547.9a36001c5b6f95ca1edbd7a7c6f4df4a09b3816f.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