From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber/
Date: Fri, 23 Dec 2016 06:40:23 +0000 (UTC) [thread overview]
Message-ID: <1482474879.1338f56669b50f3618325b94e7e5c33709996404.graaff@gentoo> (raw)
commit: 1338f56669b50f3618325b94e7e5c33709996404
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 23 06:34:39 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Dec 23 06:34:39 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1338f566
dev-util/cucumber: cleanup
Package-Manager: portage-2.3.0
dev-util/cucumber/Manifest | 2 -
dev-util/cucumber/cucumber-1.3.18.ebuild | 79 --------------------------------
dev-util/cucumber/cucumber-1.3.19.ebuild | 79 --------------------------------
dev-util/cucumber/cucumber-1.3.20.ebuild | 79 --------------------------------
4 files changed, 239 deletions(-)
diff --git a/dev-util/cucumber/Manifest b/dev-util/cucumber/Manifest
index 135f09f..8fc92a5 100644
--- a/dev-util/cucumber/Manifest
+++ b/dev-util/cucumber/Manifest
@@ -1,5 +1,3 @@
DIST cucumber-1.3.17.gem 278528 SHA256 3d6029398314ebbbba899c0739e5777ca317cc02353c8a8bfe7510c772ef56be SHA512 85d36ea77df50b2e3ee0e53d92ac8134d45a620b0b8ddddd1625204a051986136039adf21d1d78e78be325441613aabaa4dfc0f951c69a04e36767e3ae9bc40f WHIRLPOOL 8a87e8b7562a9245c29082dc72da2aace9a51150e982750d7db8749fd3c8a168ee67a8f803b02ce84e5424a4a59a86e43e8f7814b177256cbe519735e65df312
-DIST cucumber-1.3.18.gem 278528 SHA256 bc21947eb2566020c1fb8630d48a03e8275e7516ae16ebf5a08bd9078ed5709c SHA512 8279f4394e5205f3e7fef850ab746206c13241343399f4d0960dcde6288c00a45942f112e87a3a86ab7a1d0d331bc8024c0304be39fb4b63a8b4b3ea509a0504 WHIRLPOOL 4623cc8d0648a995dbeb3d888cf41dda5871cde68891cb936cd1778eca65764a44b4d15b29a14dc142d1647d500be174eec65eaa7303dd6ec1da042b3d241797
-DIST cucumber-1.3.19.gem 275968 SHA256 d99ed3f6af563ef1c063122918af5ab5ac1b877a9f3fc94b4d31b04c99070a9c SHA512 491f4f35346d9b90620ba7e003c7b65a08ce6d4acc23e5614871b05d06200ce32fa3619784d4279f3c799120f3e8588651da06f9e875c6d947ccab6c76694c8b WHIRLPOOL 133a6a8f52431e5d0a715115cf06787b28afdf382e6f196375657bf060d057cc4177adbfaf9c0a7046660dc726216a589483afb24e2d2b35852e14696a5dd583
DIST cucumber-1.3.20.gem 279040 SHA256 8720b60453866f3970d2743ccf62a503bc656a56c7077cb30a892011c248f080 SHA512 050573d2d7ea111dd9c8ec402321960203f7fd8d591be4f15b09fbd5bed89f3cb82104b8306f88f53bd92468ba689800707845f55785e6d20ed9f66f4b949050 WHIRLPOOL 72488e56a8e8c34cf35fcf8f3dae3b4d80baaa2b57d4e10207bfcdf93e2d7bc45cd13517c97aaf615049f0ee1e6f583db45473f6270f2db18455aa265eeb8ef1
DIST cucumber-2.4.0.gem 250880 SHA256 307e87c24e250d015c1d9990a7d79f7bdd9b239aa25681fd861fe491541892cc SHA512 b7f9720e3f9e1f30aba9590ff92209073bdc028b880ac7a378f6dfe2a7f093c0521387cfc9319d7ed994c5e9de7106ccff23ba1f10c1cc5888785c69262c723e WHIRLPOOL 3a4fed0ea04a68732cf9d6177132e897e8de9de1b0cba225866e0657d1b798c53bc2139aba5fb1ac26990752595d3d92a524a1e3fdb04b26ffdf2eeeaffff141
diff --git a/dev-util/cucumber/cucumber-1.3.18.ebuild b/dev-util/cucumber/cucumber-1.3.18.ebuild
deleted file mode 100644
index 157e8c4..00000000
--- a/dev-util/cucumber/cucumber-1.3.18.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21"
-
-# Documentation task depends on sdoc which we currently don't have.
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST="none"
-RUBY_FAKEGEM_EXTRADOC="History.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="cucumber.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Executable feature scenarios"
-HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis"
-LICENSE="Ruby"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-SLOT="0"
-IUSE="examples test"
-
-ruby_add_bdepend "
- test? (
- >=dev-ruby/rspec-2.13.0
- >=dev-ruby/nokogiri-1.5.2
- >=dev-ruby/syntax-1.0.0
- >=dev-util/aruba-0.5.2
- >=dev-ruby/json-1.7
- dev-ruby/bundler
- >=dev-util/cucumber-1.3
- dev-ruby/rubyzip:0
- )"
-
-ruby_add_rdepend "
- >=dev-ruby/builder-2.1.2
- >=dev-ruby/diff-lcs-1.1.3
- >=dev-ruby/gherkin-2.12.0:0
- >=dev-ruby/multi_json-1.7.5
- >=dev-ruby/multi_test-0.1.1
-"
-
-all_ruby_prepare() {
- # Remove development dependencies from the gemspec that we don't
- # need or can't satisfy.
- sed -i -e '/\(spork\|simplecov\|bcat\|kramdown\|yard\|capybara\|rack-test\|ramaze\|sinatra\|webrat\|mime-types\|rubyzip\)/d' ${RUBY_FAKEGEM_GEMSPEC} || die
-
- # Fix too-strict test dependencies
- sed -e '/nokogiri/ s/~> 1.5.2/>= 1.5.2/' \
- -e '/aruba/ s/= 0.5.2/~> 0.5/' \
- -e '/rake/ s/10.2/10.5/' -i ${RUBY_FAKEGEM_GEMSPEC} || die
-
- # Make sure spork is run in the right interpreter
- sed -i -e 's/#{Spork::BINARY}/-S #{Spork::BINARY}/' features/support/env.rb || die
- rm features/drb_server_integration.feature || die
-
- # Avoid json, they most likely fail due to multi_json weirdness.
- rm features/json_formatter.feature || die
- # Avoid features that break with newer rspec versions.
- sed -i -e '369,398d' features/background.feature || die
-
- # Avoid dependency on git
- sed -i -e '/git ls-files/d' cucumber.gemspec || die
-}
-
-each_ruby_test() {
- ruby-ng_rspec
- RUBYLIB=lib ${RUBY} -Ilib bin/cucumber features || die "Features failed"
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- if use examples; then
- cp -pPR examples "${D}/usr/share/doc/${PF}" || die "Failed installing example files."
- fi
-}
diff --git a/dev-util/cucumber/cucumber-1.3.19.ebuild b/dev-util/cucumber/cucumber-1.3.19.ebuild
deleted file mode 100644
index d53efd2..00000000
--- a/dev-util/cucumber/cucumber-1.3.19.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21"
-
-# Documentation task depends on sdoc which we currently don't have.
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST="none"
-RUBY_FAKEGEM_EXTRADOC="History.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="cucumber.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Executable feature scenarios"
-HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis"
-LICENSE="Ruby"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-SLOT="0"
-IUSE="examples test"
-
-ruby_add_bdepend "
- test? (
- >=dev-ruby/rspec-2.13.0
- >=dev-ruby/nokogiri-1.5.2
- >=dev-ruby/syntax-1.0.0
- >=dev-util/aruba-0.5.2
- >=dev-ruby/json-1.7
- dev-ruby/bundler
- >=dev-util/cucumber-1.3
- dev-ruby/rubyzip:0
- )"
-
-ruby_add_rdepend "
- >=dev-ruby/builder-2.1.2
- >=dev-ruby/diff-lcs-1.1.3
- >=dev-ruby/gherkin-2.12.0:0
- >=dev-ruby/multi_json-1.7.5
- >=dev-ruby/multi_test-0.1.2
-"
-
-all_ruby_prepare() {
- # Remove development dependencies from the gemspec that we don't
- # need or can't satisfy.
- sed -i -e '/\(spork\|simplecov\|bcat\|kramdown\|yard\|capybara\|rack-test\|ramaze\|sinatra\|webrat\|mime-types\|rubyzip\)/d' ${RUBY_FAKEGEM_GEMSPEC} || die
-
- # Fix too-strict test dependencies
- sed -e '/nokogiri/ s/~> 1.5.2/>= 1.5.2/' \
- -e '/aruba/ s/= 0.5.2/~> 0.5/' \
- -e '/rake/ s/10.2/10.5/' -i ${RUBY_FAKEGEM_GEMSPEC} || die
-
- # Make sure spork is run in the right interpreter
- sed -i -e 's/#{Spork::BINARY}/-S #{Spork::BINARY}/' features/support/env.rb || die
- rm features/drb_server_integration.feature || die
-
- # Avoid json, they most likely fail due to multi_json weirdness.
- rm features/json_formatter.feature || die
- # Avoid features that break with newer rspec versions.
- sed -i -e '369,398d' features/background.feature || die
-
- # Avoid dependency on git
- sed -i -e '/git ls-files/d' cucumber.gemspec || die
-}
-
-each_ruby_test() {
- ruby-ng_rspec
- RUBYLIB=lib ${RUBY} -Ilib bin/cucumber features || die "Features failed"
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- if use examples; then
- cp -pPR examples "${D}/usr/share/doc/${PF}" || die "Failed installing example files."
- fi
-}
diff --git a/dev-util/cucumber/cucumber-1.3.20.ebuild b/dev-util/cucumber/cucumber-1.3.20.ebuild
deleted file mode 100644
index 6209812..00000000
--- a/dev-util/cucumber/cucumber-1.3.20.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-# Documentation task depends on sdoc which we currently don't have.
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST="none"
-RUBY_FAKEGEM_EXTRADOC="History.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="cucumber.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Executable feature scenarios"
-HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis"
-LICENSE="Ruby"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-SLOT="0"
-IUSE="examples test"
-
-ruby_add_bdepend "
- test? (
- >=dev-ruby/rspec-2.13.0
- >=dev-ruby/nokogiri-1.5.2
- >=dev-ruby/syntax-1.0.0
- >=dev-util/aruba-0.5.2
- >=dev-ruby/json-1.7
- dev-ruby/bundler
- >=dev-util/cucumber-1.3
- dev-ruby/rubyzip:0
- )"
-
-ruby_add_rdepend "
- >=dev-ruby/builder-2.1.2:*
- >=dev-ruby/diff-lcs-1.1.3
- >=dev-ruby/gherkin-2.12.0:0
- >=dev-ruby/multi_json-1.7.5
- >=dev-ruby/multi_test-0.1.2
-"
-
-all_ruby_prepare() {
- # Remove development dependencies from the gemspec that we don't
- # need or can't satisfy.
- sed -i -e '/\(spork\|simplecov\|bcat\|kramdown\|yard\|capybara\|rack-test\|ramaze\|sinatra\|webrat\|mime-types\|rubyzip\)/d' ${RUBY_FAKEGEM_GEMSPEC} || die
-
- # Fix too-strict test dependencies
- sed -e '/nokogiri/ s/~> 1.5.2/>= 1.5.2/' \
- -e '/aruba/ s/= 0.5.2/~> 0.5/' \
- -e '/rake/ s/10.2/10.5/' -i ${RUBY_FAKEGEM_GEMSPEC} || die
-
- # Make sure spork is run in the right interpreter
- sed -i -e 's/#{Spork::BINARY}/-S #{Spork::BINARY}/' features/support/env.rb || die
- rm features/drb_server_integration.feature || die
-
- # Avoid json, they most likely fail due to multi_json weirdness.
- rm features/json_formatter.feature || die
- # Avoid features that break with newer rspec versions.
- sed -i -e '369,398d' features/background.feature || die
-
- # Avoid dependency on git
- sed -i -e '/git ls-files/d' cucumber.gemspec || die
-}
-
-each_ruby_test() {
- ruby-ng_rspec
- RUBYLIB=lib ${RUBY} -Ilib bin/cucumber features || die "Features failed"
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- if use examples; then
- cp -pPR examples "${D}/usr/share/doc/${PF}" || die "Failed installing example files."
- fi
-}
next reply other threads:[~2016-12-23 6:40 UTC|newest]
Thread overview: 150+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-23 6:40 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-14 6:51 [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber/ Hans de Graaff
2024-07-31 6:03 Hans de Graaff
2024-07-21 13:22 Sam James
2024-07-21 13:22 Sam James
2024-07-21 12:55 Jakov Smolić
2024-07-21 12:55 Jakov Smolić
2024-07-21 12:42 Sam James
2024-07-21 7:04 Hans de Graaff
2024-03-20 14:44 Hans de Graaff
2024-03-03 7:32 Hans de Graaff
2024-01-14 8:42 Hans de Graaff
2024-01-04 16:26 WANG Xuerui
2023-11-30 7:15 Hans de Graaff
2023-11-04 7:13 Hans de Graaff
2023-11-04 7:13 Hans de Graaff
2023-06-16 5:38 Hans de Graaff
2023-04-10 10:37 Sam James
2023-04-10 10:37 Sam James
2023-04-10 10:34 Sam James
2023-04-10 10:28 Sam James
2023-04-10 10:28 Sam James
2023-04-10 10:28 Sam James
2023-04-07 13:14 Sam James
2023-04-01 23:19 Sam James
2022-12-02 7:55 Hans de Graaff
2022-08-14 6:36 Hans de Graaff
2022-08-14 6:24 Hans de Graaff
2022-07-13 9:05 Hans de Graaff
2022-05-22 6:23 Agostino Sarubbo
2022-05-22 6:15 Agostino Sarubbo
2022-05-21 8:27 Agostino Sarubbo
2022-05-21 8:26 Agostino Sarubbo
2022-05-21 8:25 Agostino Sarubbo
2022-05-20 9:02 Agostino Sarubbo
2022-05-20 9:00 Agostino Sarubbo
2022-04-18 12:14 Hans de Graaff
2022-04-18 12:14 Hans de Graaff
2022-03-19 12:00 Hans de Graaff
2021-11-24 7:29 Hans de Graaff
2021-11-23 16:09 Sam James
2021-10-16 7:46 Hans de Graaff
2021-10-11 0:45 Sam James
2021-10-10 21:48 Sam James
2021-10-10 20:53 Sam James
2021-10-10 20:48 Sam James
2021-09-10 6:03 Hans de Graaff
2021-08-15 7:41 Hans de Graaff
2021-08-02 21:48 Marek Szuba
2021-07-30 8:30 Hans de Graaff
2021-07-30 8:30 Hans de Graaff
2021-07-26 5:22 Sam James
2021-07-26 5:22 Sam James
2021-07-25 3:23 Sam James
2021-07-16 8:52 Hans de Graaff
2021-07-15 22:18 Sergei Trofimovich
2021-07-14 9:20 Hans de Graaff
2021-07-10 6:57 Hans de Graaff
2021-07-09 1:36 Sam James
2021-07-08 3:53 Sam James
2021-07-05 22:35 Sam James
2021-07-04 22:17 Sam James
2021-07-03 1:32 Sam James
2021-07-03 1:28 Sam James
2020-12-15 2:37 Matt Turner
2020-07-22 4:43 Hans de Graaff
2020-07-11 9:28 Hans de Graaff
2020-06-07 8:37 Hans de Graaff
2019-06-05 17:56 Hans de Graaff
2019-06-05 7:28 Agostino Sarubbo
2019-05-20 17:28 Hans de Graaff
2019-05-04 7:49 Hans de Graaff
2019-05-04 7:49 Hans de Graaff
2019-05-02 21:38 Mikle Kolyada
2019-04-28 20:12 Mikle Kolyada
2019-04-27 19:20 Sergei Trofimovich
2019-04-27 16:25 Sergei Trofimovich
2019-04-27 16:03 Sergei Trofimovich
2019-04-26 20:54 Mikle Kolyada
2019-04-24 17:02 Sergei Trofimovich
2019-04-23 19:33 Mikle Kolyada
2019-04-11 17:46 Hans de Graaff
2019-03-20 18:59 Mikle Kolyada
2018-12-27 2:57 Matt Turner
2018-12-27 2:57 Matt Turner
2018-12-23 19:17 Hans de Graaff
2018-12-23 19:17 Hans de Graaff
2018-12-23 19:17 Hans de Graaff
2018-12-12 7:33 Hans de Graaff
2018-12-12 7:33 Hans de Graaff
2018-12-12 7:33 Hans de Graaff
2018-12-12 7:33 Hans de Graaff
2018-07-15 9:05 Hans de Graaff
2018-07-15 8:01 Patrice Clement
2018-07-15 5:43 Hans de Graaff
2018-07-12 21:16 Sergei Trofimovich
2018-06-25 19:02 Hans de Graaff
2018-06-18 18:07 Tobias Klausmann
2018-06-14 19:22 Mikle Kolyada
2018-06-05 4:06 Hans de Graaff
2018-06-04 11:46 Hans de Graaff
2018-05-22 16:33 Hans de Graaff
2018-04-13 23:22 Aaron Bauman
2018-04-08 23:44 Matt Turner
2018-03-22 20:23 Jeroen Roovers
2018-03-18 22:38 Sergei Trofimovich
2018-03-18 19:59 Markus Meier
2018-03-06 22:28 Sergei Trofimovich
2018-01-28 7:32 Hans de Graaff
2018-01-21 8:56 Hans de Graaff
2018-01-08 23:57 Thomas Deutschmann
2018-01-07 20:53 Markus Meier
2017-12-29 17:41 Sergei Trofimovich
2017-12-29 6:27 Hans de Graaff
2017-12-29 6:27 Hans de Graaff
2017-12-28 18:45 Thomas Deutschmann
2017-12-27 20:06 Sergei Trofimovich
2017-12-26 7:06 Hans de Graaff
2017-12-22 5:20 Markus Meier
2017-12-06 7:12 Hans de Graaff
2017-12-06 7:09 Hans de Graaff
2017-11-26 10:02 Hans de Graaff
2017-10-23 21:38 Sergei Trofimovich
2017-10-23 7:28 Sergei Trofimovich
2017-10-21 6:33 Hans de Graaff
2017-10-21 6:28 Hans de Graaff
2017-10-01 0:56 Thomas Deutschmann
2017-09-02 6:53 Hans de Graaff
2017-08-22 9:19 Sergei Trofimovich
2017-06-06 22:12 Sergei Trofimovich
2017-04-30 5:33 Hans de Graaff
2017-04-29 20:26 Jeroen Roovers
2017-04-02 6:22 Hans de Graaff
2017-02-27 17:01 Michael Weber
2017-02-14 0:36 Michael Weber
2016-12-24 10:26 Agostino Sarubbo
2016-12-22 9:34 Agostino Sarubbo
2016-12-20 9:44 Agostino Sarubbo
2016-12-19 15:12 Agostino Sarubbo
2016-12-19 14:35 Agostino Sarubbo
2016-12-18 15:57 Agostino Sarubbo
2016-12-18 15:44 Agostino Sarubbo
2016-12-14 9:14 Tobias Klausmann
2016-12-11 18:26 Hans de Graaff
2016-12-03 6:37 Hans de Graaff
2016-09-01 19:49 Hans de Graaff
2016-08-16 6:05 Hans de Graaff
2016-07-25 19:24 Hans de Graaff
2016-04-10 0:26 Manuel Rüger
2015-10-07 5:51 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=1482474879.1338f56669b50f3618325b94e7e5c33709996404.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