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, 04 Feb 2018 15:15:21
Message-Id: 1517757275.a70de158b4ab5e5588527f0fb955247427ca84c8.graaff@gentoo
1 commit: a70de158b4ab5e5588527f0fb955247427ca84c8
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 4 14:42:48 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 4 15:14:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a70de158
7
8 dev-ruby/minitest-hooks: cleanup
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-ruby/minitest-hooks/Manifest | 2 --
13 dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild | 19 -------------------
14 dev-ruby/minitest-hooks/minitest-hooks-1.4.1.ebuild | 19 -------------------
15 3 files changed, 40 deletions(-)
16
17 diff --git a/dev-ruby/minitest-hooks/Manifest b/dev-ruby/minitest-hooks/Manifest
18 index 7198f1dc702..dda67e65922 100644
19 --- a/dev-ruby/minitest-hooks/Manifest
20 +++ b/dev-ruby/minitest-hooks/Manifest
21 @@ -1,3 +1 @@
22 -DIST minitest-hooks-1.4.0.gem 10240 BLAKE2B ffd54e065a18004dfbe9674f383662f2ee851fde27b0c3cd1caef6321e11de6c34d2a256cfbbb7ac1c16c99b05061461ee0681e6eb3a1a3353799676578cbba2 SHA512 ad89173076cf8af9f198719bb5fd2ac3524f1aa9a98c4010e091056e3a195eaead59a0b2cb7361441f4b376b1823fac55fb077903d04034c31a426372ee28f30
23 -DIST minitest-hooks-1.4.1.gem 10240 BLAKE2B f15ad63b5762069e730705934444de2bf9aec63e331578ab37c0dcac126ca9586aa414465ef7b7cff5b67608425eeff75c2df17f1b76d976452ff84acae96486 SHA512 b0acc514e711e9b6df0ce4789edbff95eedb7eafd44ec1d6198d249d7ad667e64da4142a8154f0c0fc0da5578bef9ca658d3879cbcb80a2537cbd661d2350cbe
24 DIST minitest-hooks-1.4.2.gem 10752 BLAKE2B fa02dd6885acb285bfa45bb3a1a7cdafa136c916ef794935d0439e4e1f13748a0f17d1081c1d3c963a0b1c9936b055079bfb1b53c466a0f5daf5c04563b6969b SHA512 f6f5a96bc2cbb581b5b6a8cab507da8c560b853ff722fcafba45d08fde1e75a41da5bffe0287bbb5a861eef84145a38a6b25d3e671fdccfb15c0fce3bce85804
25
26 diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild
27 deleted file mode 100644
28 index e88c6ecfc8d..00000000000
29 --- a/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild
30 +++ /dev/null
31 @@ -1,19 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -USE_RUBY="ruby21 ruby22 ruby23 ruby24"
37 -
38 -# Skip tests since they require unpackaged sequel
39 -RUBY_FAKEGEM_RECIPE_TEST="none"
40 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
41 -
42 -inherit ruby-fakegem
43 -
44 -DESCRIPTION="Adds around and before_all/after_all/around_all hooks for Minitest"
45 -HOMEPAGE="https://github.com/jeremyevans/minitest-hooks"
46 -
47 -LICENSE="MIT"
48 -SLOT="1"
49 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64"
50 -IUSE=""
51
52 diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.4.1.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.4.1.ebuild
53 deleted file mode 100644
54 index dbb399a01c0..00000000000
55 --- a/dev-ruby/minitest-hooks/minitest-hooks-1.4.1.ebuild
56 +++ /dev/null
57 @@ -1,19 +0,0 @@
58 -# Copyright 1999-2017 Gentoo Foundation
59 -# Distributed under the terms of the GNU General Public License v2
60 -
61 -EAPI=6
62 -USE_RUBY="ruby21 ruby22 ruby23 ruby24"
63 -
64 -# Skip tests since they require unpackaged sequel
65 -RUBY_FAKEGEM_RECIPE_TEST="none"
66 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
67 -
68 -inherit ruby-fakegem
69 -
70 -DESCRIPTION="Adds around and before_all/after_all/around_all hooks for Minitest"
71 -HOMEPAGE="https://github.com/jeremyevans/minitest-hooks"
72 -
73 -LICENSE="MIT"
74 -SLOT="1"
75 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64"
76 -IUSE=""