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/execjs/
Date: Thu, 31 Mar 2016 06:09:57 +0000 (UTC)	[thread overview]
Message-ID: <1459404535.5db41dd1b5479c94988cb10e388d7ad608ab6d08.graaff@gentoo> (raw)

commit:     5db41dd1b5479c94988cb10e388d7ad608ab6d08
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 31 06:00:25 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Mar 31 06:08:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5db41dd1

dev-ruby/execjs: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/execjs/Manifest            |  2 --
 dev-ruby/execjs/execjs-2.2.2.ebuild | 40 ------------------------------------
 dev-ruby/execjs/execjs-2.5.2.ebuild | 41 -------------------------------------
 3 files changed, 83 deletions(-)

diff --git a/dev-ruby/execjs/Manifest b/dev-ruby/execjs/Manifest
index e9b73f7..cd39e4c 100644
--- a/dev-ruby/execjs/Manifest
+++ b/dev-ruby/execjs/Manifest
@@ -1,4 +1,2 @@
 DIST execjs-1.4.0-git.tgz 14300 SHA256 76f10e338cfc0e79cb25110db97d6813f6dcce035daa19f66101188607069cfb SHA512 ed41db6f1c95be7bf5b379370c2f06894a0a233aaceeadf45172c0cfa1ab84f4eac7cb91608d02888c35f1dc9355f1fce60a5779535db58066ff1dacab6e0be8 WHIRLPOOL 226db6a8598735ae75ecfb11b2a03f61a75c6f191fe2d3abee3b57c8d76a284d160e3cb7359499ce4af8f9affc88b8d6b8c1499114e8fc28f55271e8266dbfc6
-DIST execjs-2.2.2.tar.gz 64585 SHA256 6290e0d10152fe9a0962e7b001d27566a65d620c01fc0378bdd4b343ac671026 SHA512 3887c70bcdf334ae1ebdbdd6a96fc11b4fcab3f3a41883cc086854cf8f0973f7f020ef624476ab844dd4c14fb79a93ab8701099a124695643ff2c4c5802ed3db WHIRLPOOL 0c76a5eae52b6f869801af03fbdb0ad337ba5d8ba6b018c217201c93e444fdb8b01d6ee2ed41d6a0528567aca22bbc1ea78e54dd403e77bb147767adca6e6b31
-DIST execjs-2.5.2.tar.gz 423380 SHA256 21e9adf3eea692b48c38b609bb40159a5a1f476e067a5be859586784c9b98918 SHA512 bd923e75665e36b250ea769938de579c5dbdcea52764d55127fa37967e1b44a368f86871d0d107f25d6161ec5ec83255675fd8cb43f68d58e27282eec69995e3 WHIRLPOOL 8da83f1536019dc439ced1cca156afead0d176ae07348aaec32f9726ccccd5afcc3a2a038c9fb574a833d68dc75ded1590825963dcc4643ca1e051ea7c7914f6
 DIST execjs-2.6.0.tar.gz 423437 SHA256 6c6704e7e31a7180a6105e3b98f6f7b279c99fb804ce216eb42f8df5a6da731c SHA512 9740feceb3f9eae59aaa3697bd8f2fa1bb606cac4868b107bea4b3e9a7fe7fcdcfa387d852f0c267635163fc70eaba60a0ba241421434b26e1f94421b80ad468 WHIRLPOOL 5c3d50e6aa537916da17642d04b4c8c94fff9cc7d573afeece9d78c6f3aa4445385a75cfd5f2a1c34b6ac8332a94294c6f20c584230d72278a778a28c228a3fe

diff --git a/dev-ruby/execjs/execjs-2.2.2.ebuild b/dev-ruby/execjs/execjs-2.2.2.ebuild
deleted file mode 100644
index 0478c4e..0000000
--- a/dev-ruby/execjs/execjs-2.2.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-inherit ruby-fakegem
-
-DESCRIPTION="ExecJS lets you run JavaScript code from Ruby"
-HOMEPAGE="https://github.com/sstephenson/execjs"
-SRC_URI="https://github.com/sstephenson/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86 ~x64-macos"
-
-IUSE="test"
-
-# execjs supports various javascript runtimes. They are listed in order
-# as per the documentation. For now only include the ones already in the
-# tree.
-
-# therubyracer, therubyrhino, node.js, spidermonkey (deprecated)
-
-# spidermonkey doesn't pass the test suite:
-# https://github.com/sstephenson/execjs/issues/62
-
-RDEPEND+=" || ( net-libs/nodejs )"
-
-all_ruby_prepare() {
-	# Avoid test requiring network connectivity. We could potentially
-	# substitute dev-ruby/coffee-script-source for this.
-	sed -i -e '/test_coffeescript/,/end/ s:^:#:' test/test_execjs.rb || die
-}

diff --git a/dev-ruby/execjs/execjs-2.5.2.ebuild b/dev-ruby/execjs/execjs-2.5.2.ebuild
deleted file mode 100644
index 16313f3..0000000
--- a/dev-ruby/execjs/execjs-2.5.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-inherit ruby-fakegem
-
-DESCRIPTION="ExecJS lets you run JavaScript code from Ruby"
-HOMEPAGE="https://github.com/rails/execjs"
-SRC_URI="https://github.com/rails/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
-
-IUSE="test"
-
-# execjs supports various javascript runtimes. They are listed in order
-# as per the documentation. For now only include the ones already in the
-# tree.
-
-# therubyracer, therubyrhino, node.js, spidermonkey (deprecated)
-
-# spidermonkey doesn't pass the test suite:
-# https://github.com/sstephenson/execjs/issues/62
-
-RDEPEND+=" || ( net-libs/nodejs )"
-
-all_ruby_prepare() {
-	sed -i -e "/bundler/d" Rakefile || die
-	# Avoid test requiring network connectivity. We could potentially
-	# substitute dev-ruby/coffee-script-source for this.
-	sed -i -e '/test_coffeescript/,/end/ s:^:#:' test/test_execjs.rb || die
-}


             reply	other threads:[~2016-03-31  6:10 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-31  6:09 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-30 10:31 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/execjs/ Hans de Graaff
2024-10-24  6:33 Hans de Graaff
2024-10-24  6:33 Hans de Graaff
2024-09-21 14:40 Arthur Zamarin
2024-09-14 11:02 Michał Górny
2024-09-14 11:02 Michał Górny
2024-09-14 11:02 Michał Górny
2024-09-14 11:02 Michał Górny
2023-12-27 20:12 Hans de Graaff
2023-09-17  5:42 Hans de Graaff
2023-09-17  5:42 Hans de Graaff
2023-09-12  5:16 Hans de Graaff
2023-07-05 16:36 Hans de Graaff
2023-06-01  5:56 Sam James
2023-06-01  5:26 Sam James
2023-06-01  5:01 Sam James
2023-06-01  5:01 Sam James
2023-04-07 18:25 Sam James
2023-03-28 16:25 Hans de Graaff
2022-03-26 14:30 Hans de Graaff
2021-11-25 18:09 Arthur Zamarin
2021-11-25 18:09 Arthur Zamarin
2021-11-24 16:44 Arthur Zamarin
2021-11-24 15:50 Arthur Zamarin
2021-11-24 15:50 Arthur Zamarin
2021-11-24  9:49 Arthur Zamarin
2021-09-07 12:30 Marek Szuba
2021-05-15  5:07 Hans de Graaff
2021-05-12  6:20 Hans de Graaff
2020-11-21 20:26 Marek Szuba
2020-11-21  9:07 Hans de Graaff
2020-11-21  8:53 Hans de Graaff
2020-01-15  5:44 Hans de Graaff
2019-01-11  8:00 Hans de Graaff
2018-11-13  6:11 Hans de Graaff
2018-07-23 21:58 Mikle Kolyada
2018-06-18  4:59 Hans de Graaff
2018-02-24  8:49 Hans de Graaff
2017-12-27  6:29 Hans de Graaff
2017-06-30 11:17 Alexis Ballier
2017-02-27 18:55 Michael Weber
2017-02-05  9:18 Hans de Graaff
2016-05-20  5:18 Hans de Graaff
2016-05-18  8:41 Fabian Groffen
2016-04-29  4:32 Hans de Graaff
2016-04-29  4:32 Hans de Graaff
2015-12-25 16:47 Agostino Sarubbo
2015-12-11 10:06 Agostino Sarubbo
2015-08-19 18:27 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=1459404535.5db41dd1b5479c94988cb10e388d7ad608ab6d08.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