From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/flexmock/
Date: Sun, 14 May 2017 06:20:40 +0000 (UTC) [thread overview]
Message-ID: <1494741548.24c3f83362002d94e7b99b180e6e1c604fa8d531.graaff@gentoo> (raw)
commit: 24c3f83362002d94e7b99b180e6e1c604fa8d531
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 05:59:08 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun May 14 05:59:08 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24c3f833
dev-ruby/flexmock: cleanup
Package-Manager: Portage-2.3.5, Repoman-2.3.1
dev-ruby/flexmock/Manifest | 2 --
dev-ruby/flexmock/flexmock-2.3.2.ebuild | 38 ---------------------------------
dev-ruby/flexmock/flexmock-2.3.4.ebuild | 38 ---------------------------------
3 files changed, 78 deletions(-)
diff --git a/dev-ruby/flexmock/Manifest b/dev-ruby/flexmock/Manifest
index a55237ea131..054b7a809f0 100644
--- a/dev-ruby/flexmock/Manifest
+++ b/dev-ruby/flexmock/Manifest
@@ -1,4 +1,2 @@
DIST flexmock-1.3.3.gem 81920 SHA256 1d9cc7dd01b43a25447d85477b8ab096481be0a6536aa6587286082c40f35f9d SHA512 2d440ec5bdbaea0a314f9e40645b194d9e5d29e9dc93c9b38d7fdb256bd4ffb3dba312d7a5630e6d849e360b7f337f6e5e0995a5da6210db2577516a62a66f54 WHIRLPOOL 568005d1238f3927e188cc74756e54512855f146ec729309946837fa2235c0bcf18e05a0bcfd78b938b76fddb239c857bff12a37495fc47d68cf31c25db64c52
-DIST flexmock-2.3.2.tar.gz 90471 SHA256 89263d4c1bfc3806bc1f8f03014abf5a2870ff432dd98c7c6c776c7e2b945cce SHA512 ee71524e1ac283a31e66a0e2e6054ee962d861781d8850e396065862c95138ed90a35e7751c54f133f87c616930be61dd24eca5d8d244f96277f25b8f3ccb6e0 WHIRLPOOL a23bff81c5f0642d9bab054417dcaceb5aaa9b0bd3abf710845e854d0243c2828adece27af5792ce51b83dcfd04affa6e999c4326be69f03e65eb32a1325cbb2
-DIST flexmock-2.3.4.tar.gz 90844 SHA256 d9a8fb0cc4479f1b0519550cbe6f6a80d3412f2608141bb03db693d03af4ee9f SHA512 caec33f16c5abe51355745813bb54f714984bccd65b78b8f21d32090552c037e2c6d3b6dbb9b5129ac6b5e7b16912f4d7bef15c629fab9b8be30e8c0a958f6ae WHIRLPOOL 3d782afa286d6add2db3dace25efb4bf0209559e7957f3546bf57fb2f57395a11743b2c5ee3ea450a7f2fa1c68be20391e7f3964a09afe9aa85dcbac4ce78573
DIST flexmock-2.3.5.tar.gz 91482 SHA256 97404104df369f1dc0c88f1845bae2c872cd721f577f49615a820b6c6a712d70 SHA512 5012228b5fdf5f7501655a6d0d6073b2a2ff6e5b975fd71dd59db16ff9996e0742e0f8ed9ca9a20d4c4da773835b40453de26ff6e43b93f96b5ba6760f01a130 WHIRLPOOL 0c50c954854d1fe1741536e9561a322f0f54eccdc802a5732e05813589eaa7af2c1e0c33959064f310c42c14f651b0a4e09012f7fd812d4f19789e92ee024f82
diff --git a/dev-ruby/flexmock/flexmock-2.3.2.ebuild b/dev-ruby/flexmock/flexmock-2.3.2.ebuild
deleted file mode 100644
index 9fcfb0f3722..00000000000
--- a/dev-ruby/flexmock/flexmock-2.3.2.ebuild
+++ /dev/null
@@ -1,38 +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 ruby23"
-
-RUBY_FAKEGEM_DOCDIR="html"
-RUBY_FAKEGEM_EXTRADOC="CHANGES README.md doc/*.rdoc doc/releases/*"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-RUBY_FAKEGEM_RECIPE_DOC="none"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Simple mock object library for Ruby unit testing"
-HOMEPAGE="https://github.com/doudou/flexmock"
-SRC_URI="https://github.com/doudou/flexmock/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="flexmock"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "
- test? (
- dev-ruby/minitest:5
- dev-ruby/rspec:3
- )"
-
-each_ruby_test() {
- RSPEC_VERSION=3 ruby-ng_rspec test/rspec_integration
- ${RUBY} -Ilib:.:test -e 'Dir["test/*_test.rb"].each{|f| require f}' || die
-}
-
-all_ruby_prepare() {
- sed -i -e '1igem "minitest", "~>5.0"' test/test_helper.rb || die
-}
diff --git a/dev-ruby/flexmock/flexmock-2.3.4.ebuild b/dev-ruby/flexmock/flexmock-2.3.4.ebuild
deleted file mode 100644
index 9fcfb0f3722..00000000000
--- a/dev-ruby/flexmock/flexmock-2.3.4.ebuild
+++ /dev/null
@@ -1,38 +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 ruby23"
-
-RUBY_FAKEGEM_DOCDIR="html"
-RUBY_FAKEGEM_EXTRADOC="CHANGES README.md doc/*.rdoc doc/releases/*"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-RUBY_FAKEGEM_RECIPE_DOC="none"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Simple mock object library for Ruby unit testing"
-HOMEPAGE="https://github.com/doudou/flexmock"
-SRC_URI="https://github.com/doudou/flexmock/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="flexmock"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "
- test? (
- dev-ruby/minitest:5
- dev-ruby/rspec:3
- )"
-
-each_ruby_test() {
- RSPEC_VERSION=3 ruby-ng_rspec test/rspec_integration
- ${RUBY} -Ilib:.:test -e 'Dir["test/*_test.rb"].each{|f| require f}' || die
-}
-
-all_ruby_prepare() {
- sed -i -e '1igem "minitest", "~>5.0"' test/test_helper.rb || die
-}
next reply other threads:[~2017-05-14 6:20 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-14 6:20 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-11 9:30 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/flexmock/ Hans de Graaff
2024-11-11 7:58 Hans de Graaff
2024-11-01 6:48 Hans de Graaff
2024-11-01 6:48 Hans de Graaff
2024-08-20 6:33 Sam James
2024-08-20 6:33 Sam James
2024-08-20 5:26 Hans de Graaff
2023-12-31 19:20 Hans de Graaff
2023-08-15 5:45 Hans de Graaff
2023-03-29 13:04 Sam James
2023-03-29 12:13 Sam James
2023-03-29 12:05 Sam James
2022-01-15 6:43 Hans de Graaff
2022-01-15 6:29 Hans de Graaff
2021-11-24 7:29 Hans de Graaff
2020-03-26 7:25 Hans de Graaff
2019-04-29 5:32 Hans de Graaff
2019-04-28 20:34 Thomas Deutschmann
2019-04-13 14:10 Mikle Kolyada
2019-01-22 18:18 Hans de Graaff
2018-03-28 4:48 Hans de Graaff
2017-10-03 5:35 Hans de Graaff
2017-07-30 6:10 Hans de Graaff
2017-05-30 4:51 Hans de Graaff
2017-05-30 4:51 Hans de Graaff
2017-05-16 8:01 Agostino Sarubbo
2017-05-15 14:17 Agostino Sarubbo
2017-02-24 7:13 Hans de Graaff
2017-02-05 9:59 Hans de Graaff
2016-11-16 5:58 Hans de Graaff
2016-11-09 6:34 Hans de Graaff
2016-10-28 6:41 Hans de Graaff
2016-10-28 6:41 Hans de Graaff
2016-10-12 4:53 Hans de Graaff
2016-09-28 8:17 Tobias Klausmann
2016-07-20 5:08 Hans de Graaff
2016-04-27 11:54 Hans de Graaff
2016-04-27 11:54 Hans de Graaff
2016-04-17 10:47 Manuel RĂ¼ger
2016-04-02 7:01 Hans de Graaff
2016-04-02 7:01 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=1494741548.24c3f83362002d94e7b99b180e6e1c604fa8d531.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