Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
Date: Sun, 21 Apr 2019 05:54:39
Message-Id: 1555826051.3f647a819b188e849f0719a149ec877f0f8c0589.graaff@gentoo
1 commit: 3f647a819b188e849f0719a149ec877f0f8c0589
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 21 05:43:10 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 21 05:54:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f647a81
7
8 dev-ruby/minitest-hooks: cleanup
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-ruby/minitest-hooks/Manifest | 1 -
14 dev-ruby/minitest-hooks/minitest-hooks-1.4.2.ebuild | 19 -------------------
15 2 files changed, 20 deletions(-)
16
17 diff --git a/dev-ruby/minitest-hooks/Manifest b/dev-ruby/minitest-hooks/Manifest
18 index 40451d4de9c..0c9d9d2869a 100644
19 --- a/dev-ruby/minitest-hooks/Manifest
20 +++ b/dev-ruby/minitest-hooks/Manifest
21 @@ -1,2 +1 @@
22 -DIST minitest-hooks-1.4.2.gem 10752 BLAKE2B fa02dd6885acb285bfa45bb3a1a7cdafa136c916ef794935d0439e4e1f13748a0f17d1081c1d3c963a0b1c9936b055079bfb1b53c466a0f5daf5c04563b6969b SHA512 f6f5a96bc2cbb581b5b6a8cab507da8c560b853ff722fcafba45d08fde1e75a41da5bffe0287bbb5a861eef84145a38a6b25d3e671fdccfb15c0fce3bce85804
23 DIST minitest-hooks-1.5.0.gem 11264 BLAKE2B 740df3b75ade3372fbf75ed7bd861c70af6f11d8cd1f37819272b98bc8cd1fad6ea09375856cd48a75499e0a692411c6da4f5aec212ebae91b47531c4bedda54 SHA512 4e7c969485c6e8d3414710b787c8880ad26b71de9f0b4a93ca1bf343deba426feee1cc06fcc51eee05c4880d851664fff045026d44728e217607e4cb32aa8f4b
24
25 diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.4.2.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.4.2.ebuild
26 deleted file mode 100644
27 index d90c72bae7e..00000000000
28 --- a/dev-ruby/minitest-hooks/minitest-hooks-1.4.2.ebuild
29 +++ /dev/null
30 @@ -1,19 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -USE_RUBY="ruby22 ruby23 ruby24 ruby25"
36 -
37 -# Skip tests since they require unpackaged sequel
38 -RUBY_FAKEGEM_RECIPE_TEST="none"
39 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
40 -
41 -inherit ruby-fakegem
42 -
43 -DESCRIPTION="Adds around and before_all/after_all/around_all hooks for Minitest"
44 -HOMEPAGE="https://github.com/jeremyevans/minitest-hooks"
45 -
46 -LICENSE="MIT"
47 -SLOT="1"
48 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
49 -IUSE=""