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/racc/
Date: Tue,  9 May 2017 19:20:55 +0000 (UTC)	[thread overview]
Message-ID: <1494357651.68a26463bd1737d311b961c13a57f1cb8fc103eb.graaff@gentoo> (raw)

commit:     68a26463bd1737d311b961c13a57f1cb8fc103eb
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue May  9 19:19:56 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue May  9 19:20:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68a26463

dev-ruby/racc: cleanup

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/racc/Manifest           |  2 --
 dev-ruby/racc/racc-1.4.12.ebuild | 65 ----------------------------------------
 dev-ruby/racc/racc-1.4.13.ebuild | 65 ----------------------------------------
 3 files changed, 132 deletions(-)

diff --git a/dev-ruby/racc/Manifest b/dev-ruby/racc/Manifest
index 5db8e522e1f..d31707567ee 100644
--- a/dev-ruby/racc/Manifest
+++ b/dev-ruby/racc/Manifest
@@ -1,4 +1,2 @@
 DIST racc-1.4.11.gem 113664 SHA256 1e2e420d5e2e4b9f2b352e9b2828448a2ee13a16fdebf6a7e863252b5054c840 SHA512 147c3c0ade40ec5544397a9dbf8579514d97145c2cc9f4e16508d41265c1b5cd6fc986c09367792592b5ab6b274e271eb7dded02ea9c398eadafb8addda4ef0c WHIRLPOOL e54b553547bf13816033c103a4de79e7e5bd50bf30b58a7525a059ce0556071f01ee6658ad00febbc024314f322ce114b41864d1833ce8bc282519fe5c868f40
-DIST racc-1.4.12.gem 115712 SHA256 bd9a6b06cf502abfdd7823c833ba69b74d038e8d365a5ce42d502f528f531db0 SHA512 7ae244127ba80ef07e1e2cabc1ec4c7c306b93d155d89e95ba425139c3ca24fdbc3c8cef3958b344a0b821fdfc36e25524d8b27de7f8a01ae2f1732edb11987f WHIRLPOOL 5c34ab9ab841f2062d697f7005e05a4b5bc54c8e210543ac4cc917f0a331cc8c823da9976b1f013b2a54664009e5bdc57d04da86d06882ec288438a304583642
-DIST racc-1.4.13.gem 115712 SHA256 1da7f490ab9df37109d44f7d626d63354bb4188d02ebf94a7181c652914ffd75 SHA512 f4ad94087afd115aa9c61de72d8fc2ae4a9f5cf4529bba3de02fd53a8e5ceb4ffc7180334bbbebbec162ddd27f5c98865812dd08e268be5a008d251bdfb65f4b WHIRLPOOL 518891400ae4a86de5dceef170e52d09cb388603337a6822fe1b78a128230f128da975813c162d89e09c2c7329ca2681d4f3d762d718222fca3f0a5729519853
 DIST racc-1.4.14.gem 116224 SHA256 f4876d08e9bfb560ec281301347a3550ef9526b46b6e5c07dac5fbf394d0d003 SHA512 7401ad1722c92101c24f881226e44bd8b21033c7bae8b13cbf329f9b426c312ce61d14ce584b4f94d6863b77f30d6ebccf26f9fca2de724f8e0659f0e2d2173f WHIRLPOOL f8fa70a6967218ec5364aa9e7b56fc01b2c1b6e2b82ad50282cf2974dfc66e233eae07ba01fa2d832116284a6ab3c940d22f469e9d70538ca571cf4d3eacf062

diff --git a/dev-ruby/racc/racc-1.4.12.ebuild b/dev-ruby/racc/racc-1.4.12.ebuild
deleted file mode 100644
index 2922c56706b..00000000000
--- a/dev-ruby/racc/racc-1.4.12.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_TASK_DOC="docs"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc README.ja.rdoc TODO ChangeLog"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="A LALR(1) parser generator for Ruby"
-HOMEPAGE="https://github.com/tenderlove/racc"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc test"
-
-ruby_add_bdepend "dev-ruby/rake
-	test? ( >=dev-ruby/minitest-4.0:0 )"
-
-all_ruby_prepare() {
-	sed -i -e 's|/tmp/out|${TMPDIR:-/tmp}/out|' test/helper.rb || die "tests fix failed"
-
-	# Avoid depending on rake-compiler since we don't use it to compile
-	# the extension.
-	sed -i -e '/rake-compiler/ s:^:#:' -e '/extensiontask/ s:^:#:' Rakefile
-	sed -i -e '/ExtensionTask/,/^  end/ s:^:#:' Rakefile
-
-	# Avoid isolation since dependencies are not properly declared.
-	sed -i -e 's/, :isolate//' Rakefile || die
-
-	# Use a version of the minitest gem that works consistently accross
-	# all ruby versions.
-	sed -i -e '2i gem "minitest", "~>4.0"' test/helper.rb || die
-}
-
-each_ruby_prepare() {
-	${RUBY} -Cext/racc extconf.rb || die
-}
-
-each_ruby_compile() {
-	emake V=1 -Cext/racc
-	# Copy over the file here so that we don't have to do
-	# special ruby install for JRuby and the other
-		# implementations.
-		cp -l ext/racc/cparse$(get_modname) lib/racc/cparse$(get_modname) || die
-}
-
-each_ruby_test() {
-	${RUBY} -Ilib -S testrb test/test_*.rb || die
-}
-
-all_ruby_install() {
-	all_fakegem_install
-
-	dodoc -r rdoc
-
-	docinto examples
-	dodoc -r sample
-}

diff --git a/dev-ruby/racc/racc-1.4.13.ebuild b/dev-ruby/racc/racc-1.4.13.ebuild
deleted file mode 100644
index 2ac6c958a53..00000000000
--- a/dev-ruby/racc/racc-1.4.13.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_TASK_DOC="docs"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc README.ja.rdoc TODO ChangeLog"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="A LALR(1) parser generator for Ruby"
-HOMEPAGE="https://github.com/tenderlove/racc"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc test"
-
-ruby_add_bdepend "dev-ruby/rake
-	test? ( >=dev-ruby/minitest-4.0:0 )"
-
-all_ruby_prepare() {
-	sed -i -e 's|/tmp/out|${TMPDIR:-/tmp}/out|' test/helper.rb || die "tests fix failed"
-
-	# Avoid depending on rake-compiler since we don't use it to compile
-	# the extension.
-	sed -i -e '/rake-compiler/ s:^:#:' -e '/extensiontask/ s:^:#:' Rakefile
-	sed -i -e '/ExtensionTask/,/^  end/ s:^:#:' Rakefile
-
-	# Avoid isolation since dependencies are not properly declared.
-	sed -i -e 's/, :isolate//' Rakefile || die
-
-	# Use a version of the minitest gem that works consistently accross
-	# all ruby versions.
-	sed -i -e '2i gem "minitest", "~>4.0"' test/helper.rb || die
-}
-
-each_ruby_prepare() {
-	${RUBY} -Cext/racc extconf.rb || die
-}
-
-each_ruby_compile() {
-	emake V=1 -Cext/racc
-	# Copy over the file here so that we don't have to do
-	# special ruby install for JRuby and the other
-		# implementations.
-		cp -l ext/racc/cparse$(get_modname) lib/racc/cparse$(get_modname) || die
-}
-
-each_ruby_test() {
-	${RUBY} -Ilib:. -e "Dir['test/test_*.rb'].each{|f| require f}" || die
-}
-
-all_ruby_install() {
-	all_fakegem_install
-
-	dodoc -r rdoc
-
-	docinto examples
-	dodoc -r sample
-}


             reply	other threads:[~2017-05-09 19:21 UTC|newest]

Thread overview: 97+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-09 19:20 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-11  9:56 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/racc/ Arthur Zamarin
2024-10-10 12:20 Arthur Zamarin
2024-10-09  2:53 Jakov Smolić
2024-10-06 18:39 Arthur Zamarin
2024-10-06 14:27 Sam James
2024-10-06 13:30 Arthur Zamarin
2024-10-06 11:18 Sam James
2024-07-31  6:03 Hans de Graaff
2024-07-17  4:38 Viorel Munteanu
2024-07-11 16:19 Hans de Graaff
2024-05-25 17:31 Arthur Zamarin
2024-05-20  8:17 Sam James
2024-05-20  8:17 Sam James
2024-05-20  8:17 Sam James
2024-05-20  8:17 Sam James
2024-05-20  8:17 Sam James
2024-05-20  8:17 Sam James
2024-05-20  7:07 Hans de Graaff
2024-05-20  7:07 Hans de Graaff
2023-12-16  7:58 Hans de Graaff
2023-10-12  5:19 Hans de Graaff
2023-10-12  5:19 Hans de Graaff
2023-08-04 23:15 Sam James
2023-08-02  4:27 Sam James
2023-07-24  8:54 Jakov Smolić
2023-06-08 16:17 Hans de Graaff
2023-05-16  7:20 Sven Wegener
2023-04-10  9:04 Sam James
2023-03-29  0:11 Sam James
2023-03-28 22:13 Sam James
2023-03-28 22:12 Sam James
2023-03-28 21:53 Sam James
2023-03-28 21:51 Sam James
2023-03-28 21:44 Sam James
2023-03-28 21:44 Sam James
2023-03-04 10:25 Hans de Graaff
2022-12-24 15:00 Hans de Graaff
2022-12-24 15:00 Hans de Graaff
2022-12-18 12:45 Sam James
2022-12-11  6:27 Hans de Graaff
2022-12-04 17:56 Arthur Zamarin
2022-12-03 18:27 Arthur Zamarin
2022-12-03 15:12 Arthur Zamarin
2022-12-03 15:01 Arthur Zamarin
2022-12-03 10:55 Sam James
2022-12-03 10:54 Sam James
2022-12-03 10:54 Sam James
2022-12-03  9:14 Hans de Graaff
2022-04-23  5:14 Hans de Graaff
2022-03-12  7:21 Hans de Graaff
2021-08-07  9:58 Hans de Graaff
2021-08-06 13:34 Sam James
2021-08-03 23:37 Sam James
2021-07-30 15:17 Agostino Sarubbo
2021-07-30 15:14 Agostino Sarubbo
2021-07-21 10:27 Marek Szuba
2021-07-19 21:37 Sergei Trofimovich
2021-07-19  6:27 Agostino Sarubbo
2021-07-19  6:26 Agostino Sarubbo
2021-07-19  6:25 Agostino Sarubbo
2021-02-07  8:24 Hans de Graaff
2020-12-31  9:05 Hans de Graaff
2020-12-28 10:26 Hans de Graaff
2020-12-28  9:21 Hans de Graaff
2020-12-28  7:46 Hans de Graaff
2020-05-10  8:46 Hans de Graaff
2019-12-26 11:06 Hans de Graaff
2019-12-22  6:18 Hans de Graaff
2019-12-20  7:21 Hans de Graaff
2019-04-27 19:48 Aaron Bauman
2019-01-29 13:43 Mikle Kolyada
2018-12-26  8:20 Hans de Graaff
2018-04-13  8:04 Hans de Graaff
2018-04-08 22:11 Matt Turner
2018-03-21  1:38 Matt Turner
2018-03-18 19:59 Markus Meier
2018-03-14 21:29 Sergei Trofimovich
2018-03-14  8:03 Sergei Trofimovich
2018-02-18 11:28 Sergei Trofimovich
2018-02-15 21:48 Michał Górny
2018-01-23 23:01 Sergei Trofimovich
2018-01-21 20:30 Thomas Deutschmann
2018-01-21 15:47 Hans de Graaff
2017-12-25 17:02 Hans de Graaff
2017-06-28  9:35 Alexis Ballier
2017-05-09 19:20 Hans de Graaff
2017-03-01 13:05 Michael Weber
2016-12-26 19:17 Hans de Graaff
2016-12-09  6:59 Hans de Graaff
2016-04-16 21:22 Manuel Rüger
2015-12-27  9:22 Hans de Graaff
2015-11-25  6:21 Hans de Graaff
2015-10-17  5:47 Hans de Graaff
2015-10-03  8:35 Hans de Graaff
2015-08-24  5:03 Jeroen Roovers
2015-08-09 16:03 Mikle Kolyada

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=1494357651.68a26463bd1737d311b961c13a57f1cb8fc103eb.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