From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-core/
Date: Thu, 10 Mar 2016 05:48:25 +0000 (UTC) [thread overview]
Message-ID: <1457588900.c1997a895d6b41534e218c403f858fe0dc4316f7.graaff@gentoo> (raw)
commit: c1997a895d6b41534e218c403f858fe0dc4316f7
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 9 06:02:28 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 05:48:20 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1997a89
dev-util/cucumber-core: cleanup
Package-Manager: portage-2.2.26
dev-util/cucumber-core/Manifest | 2 --
dev-util/cucumber-core/cucumber-core-1.2.0.ebuild | 31 -----------------
dev-util/cucumber-core/cucumber-core-1.3.0.ebuild | 41 -----------------------
3 files changed, 74 deletions(-)
diff --git a/dev-util/cucumber-core/Manifest b/dev-util/cucumber-core/Manifest
index c06f0e3..facf2ff 100644
--- a/dev-util/cucumber-core/Manifest
+++ b/dev-util/cucumber-core/Manifest
@@ -1,3 +1 @@
-DIST cucumber-core-1.2.0.gem 41984 SHA256 390e4d05a99d4b648f75343b553cb22c59aa9b4e461ab383323d4ca381b4b4bb SHA512 b24a108a0147afca99d292df7c64320190a1fa0b2fcc08038f3a98eb09d29f3f02e0581004a168e80e0c2091e7e981494f86e9086ff81504a014b52f5fe5ceeb WHIRLPOOL e49a4814d2810abfb1f8d4b79d858c87ce128c98d2e238147d0599eab7acdafa25fa438f1f1addd50dd195484f79fb0257f29dfb5fa5bbba07f173f313b6bedb
-DIST cucumber-core-1.3.0.gem 44032 SHA256 28dfebe5e003a28c60266468f781968e30fe26858a823001be3f9aa481fbb98a SHA512 82d5185669ff8962cd4a1da7257e1144028cf0718c6a324facf4686a287526abb5c7848898bb25a848ba535ef0526daea13ec3de93b2b2ffce76c49cfd60ed0b WHIRLPOOL 7278feb976665e7bee4a7b43b0ca320bf95747c919addef167ef56d20293b0a878bf06d2669f97454c63675fad79801c6b906e08a2b3c8991f5d44eaf8d40634
DIST cucumber-core-1.3.1.gem 44544 SHA256 0c86987380e5e91904dc98939aa3b88e66fc6151af4500a1e61bb67f0bccc573 SHA512 ad8be64c7c5203e660e1826d479d572f03f71dcea9105f21688427979bab821fec03c704fe30233137afc1865fc4d09ed6a1272921ba9fde1d149b9266f0b673 WHIRLPOOL aa95879115e8e8714e1e8154d4bb113786f45006a51eca2b18463d0c48fd24a9a0b39ff92bc54feb16d3d4cc5af3d6c50426736f1f5eb20ce28a6ea68cffeed9
diff --git a/dev-util/cucumber-core/cucumber-core-1.2.0.ebuild b/dev-util/cucumber-core/cucumber-core-1.2.0.ebuild
deleted file mode 100644
index d3c8d11..0000000
--- a/dev-util/cucumber-core/cucumber-core-1.2.0.ebuild
+++ /dev/null
@@ -1,31 +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"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Executable feature scenarios"
-HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis"
-LICENSE="Ruby"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE="examples test"
-
-ruby_add_bdepend "
- test? (
- >=dev-ruby/unindent-1.0
- >=dev-ruby/kramdown-1.4.2
- dev-ruby/bundler
- )"
-
-ruby_add_rdepend "
- >=dev-ruby/gherkin-2.12.0:0
-"
diff --git a/dev-util/cucumber-core/cucumber-core-1.3.0.ebuild b/dev-util/cucumber-core/cucumber-core-1.3.0.ebuild
deleted file mode 100644
index ed7b162..0000000
--- a/dev-util/cucumber-core/cucumber-core-1.3.0.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="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Executable feature scenarios"
-HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis"
-LICENSE="Ruby"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE="test"
-
-ruby_add_bdepend "
- test? (
- >=dev-ruby/unindent-1.0
- )"
-
-USE_RUBY=${USE_RUBY/ruby22} ruby_add_bdepend "test? ( >=dev-ruby/kramdown-1.4.2 )"
-
-ruby_add_rdepend "
- >=dev-ruby/gherkin3-3.1.0:3
-"
-
-each_ruby_prepare() {
- case ${RUBY} in
- *ruby22)
- # Avoid dependency on kramdown so we can add the ruby22
- # target.
- rm -f spec/readme_spec.rb || die
- ;;
- esac
-}
next reply other threads:[~2016-03-10 5:48 UTC|newest]
Thread overview: 116+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-10 5:48 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-22 7:45 [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-core/ Hans de Graaff
2025-07-17 8:01 Hans de Graaff
2025-06-13 9:32 Hans de Graaff
2025-05-18 8:58 Sam James
2025-05-07 4:58 Hans de Graaff
2024-08-26 5:49 Hans de Graaff
2024-07-31 6:03 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-04-01 6:47 Hans de Graaff
2024-03-20 14:44 Hans de Graaff
2024-03-03 7:32 Hans de Graaff
2023-11-30 7:15 Hans de Graaff
2023-11-30 7:15 Hans de Graaff
2023-11-30 7:15 Hans de Graaff
2023-11-04 7:13 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-01 23:19 Sam James
2023-03-10 20:29 Hans de Graaff
2023-03-10 20:29 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-01-29 5:59 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-08-15 7:41 Hans de Graaff
2021-08-02 21:48 Marek Szuba
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-20 5:18 Hans de Graaff
2021-07-18 9:34 Hans de Graaff
2021-07-15 8:17 Hans de Graaff
2021-07-14 6:26 Hans de Graaff
2021-07-13 10:17 Hans de Graaff
2021-07-13 9:20 Hans de Graaff
2020-12-15 2:37 Matt Turner
2020-11-06 3:21 Sam James
2020-02-17 6:04 Hans de Graaff
2019-08-18 5:51 Hans de Graaff
2019-06-05 7:28 Agostino Sarubbo
2019-05-18 5:36 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-22 6:10 Hans de Graaff
2018-12-27 2:57 Matt Turner
2018-12-27 2:57 Matt Turner
2018-09-25 5:12 Hans de Graaff
2018-07-15 5:43 Hans de Graaff
2018-07-12 21:16 Sergei Trofimovich
2018-06-18 18:07 Tobias Klausmann
2018-05-20 6:20 Hans de Graaff
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-28 7:32 Hans de Graaff
2018-01-25 5:38 Hans de Graaff
2018-01-08 23:57 Thomas Deutschmann
2018-01-07 20:53 Markus Meier
2017-12-29 0:20 Sergei Trofimovich
2017-12-28 18:45 Thomas Deutschmann
2017-12-27 20:06 Sergei Trofimovich
2017-12-22 5:20 Markus Meier
2017-11-29 6:15 Hans de Graaff
2017-11-29 5:51 Hans de Graaff
2017-10-23 21:38 Sergei Trofimovich
2017-10-23 7:28 Sergei Trofimovich
2017-10-02 5:16 Hans de Graaff
2017-10-01 0:56 Thomas Deutschmann
2017-08-31 5:49 Hans de Graaff
2017-08-22 9:19 Sergei Trofimovich
2017-08-20 7:09 Hans de Graaff
2017-07-14 6:30 Hans de Graaff
2017-02-27 17:01 Michael Weber
2017-02-14 0:36 Michael Weber
2016-08-29 18:18 Hans de Graaff
2016-07-25 19:24 Hans de Graaff
2016-07-22 6:01 Hans de Graaff
2016-06-04 4:48 Hans de Graaff
2015-12-21 7:27 Hans de Graaff
2015-11-01 6:26 Hans de Graaff
2015-08-30 6:29 Hans de Graaff
2015-08-28 7:58 Justin Lecher
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=1457588900.c1997a895d6b41534e218c403f858fe0dc4316f7.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