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/hashdiff/
Date: Fri, 28 Feb 2020 07:44:21
Message-Id: 1582875850.170bc9c64fc22a6091df6bc7c4ba787ef2edb9fa.graaff@gentoo
1 commit: 170bc9c64fc22a6091df6bc7c4ba787ef2edb9fa
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 28 07:35:36 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 28 07:44:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=170bc9c6
7
8 dev-ruby/hashdiff: cleanup
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/hashdiff/Manifest | 2 --
14 dev-ruby/hashdiff/hashdiff-0.3.9.ebuild | 25 -------------------------
15 dev-ruby/hashdiff/hashdiff-0.4.0.ebuild | 25 -------------------------
16 3 files changed, 52 deletions(-)
17
18 diff --git a/dev-ruby/hashdiff/Manifest b/dev-ruby/hashdiff/Manifest
19 index 5897605f387..a19cdfc073b 100644
20 --- a/dev-ruby/hashdiff/Manifest
21 +++ b/dev-ruby/hashdiff/Manifest
22 @@ -1,3 +1 @@
23 -DIST hashdiff-0.3.9.gem 18944 BLAKE2B b24c557b0ca14758706b3de6a34034725af4f2c1d6f6a92d03353ab100ae2c82672d5854a17b382f2b5ef7a9bd296f03fd1877d4d36b7c626e3828e2d1cc6055 SHA512 0cfff7d94405391a5d810b6323b820ad73d4543a33bfe34dd6a4159bbf4190eaeb33e8a617bbe84662b14d54ec3d95e838cde5b38c29a029393b6b41f62ed45d
24 -DIST hashdiff-0.4.0.gem 19968 BLAKE2B 8e9a70ef34a2099a2f3b1748e952132af00bdcd70ce16a8c05ef1dc941489b8b8880933bf97bb084c84f3f75753335f5831f968165dacbbc8c3133fd539e4bfa SHA512 4556479daa42486d12d181c6e231a788c5ddab1b193d1452644ae501a795233e6bf23556bdd0a162a9e386ad2ebebca4398724533d52eff3b36134f8ffa5615f
25 DIST hashdiff-1.0.0.gem 19968 BLAKE2B c27da71ad9bfba1e967e3c67804c591b880eb8af905d736d5e25c7f732256ab980855fbede619bb935ff29e99d9247b50f4c1790f415bb232b127de7177a9e23 SHA512 39aa1513f6a03ed79ee3f6c26491b914df2527d5dede6b15362e02550751a13fbddc341c0b39ed8c55afb8cf0e7927d528c22f309e54422bfe4dc64229ad9a6f
26
27 diff --git a/dev-ruby/hashdiff/hashdiff-0.3.9.ebuild b/dev-ruby/hashdiff/hashdiff-0.3.9.ebuild
28 deleted file mode 100644
29 index f1e3153f2c4..00000000000
30 --- a/dev-ruby/hashdiff/hashdiff-0.3.9.ebuild
31 +++ /dev/null
32 @@ -1,25 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -USE_RUBY="ruby24 ruby25 ruby26"
39 -
40 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
41 -
42 -RUBY_FAKEGEM_TASK_DOC=""
43 -RUBY_FAKEGEM_EXTRADOC="changelog.md README.md"
44 -
45 -inherit ruby-fakegem
46 -
47 -DESCRIPTION="Simple Hash extension to make working with nested hashes easier"
48 -HOMEPAGE="https://github.com/liufengyun/hashdiff"
49 -
50 -LICENSE="MIT"
51 -SLOT="0"
52 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
53 -IUSE=""
54 -
55 -all_ruby_prepare() {
56 - sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
57 -}
58
59 diff --git a/dev-ruby/hashdiff/hashdiff-0.4.0.ebuild b/dev-ruby/hashdiff/hashdiff-0.4.0.ebuild
60 deleted file mode 100644
61 index 7782fdb1b28..00000000000
62 --- a/dev-ruby/hashdiff/hashdiff-0.4.0.ebuild
63 +++ /dev/null
64 @@ -1,25 +0,0 @@
65 -# Copyright 1999-2019 Gentoo Authors
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=6
69 -
70 -USE_RUBY="ruby24 ruby25 ruby26"
71 -
72 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
73 -
74 -RUBY_FAKEGEM_TASK_DOC=""
75 -RUBY_FAKEGEM_EXTRADOC="changelog.md README.md"
76 -
77 -inherit ruby-fakegem
78 -
79 -DESCRIPTION="Simple Hash extension to make working with nested hashes easier"
80 -HOMEPAGE="https://github.com/liufengyun/hashdiff"
81 -
82 -LICENSE="MIT"
83 -SLOT="0"
84 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
85 -IUSE=""
86 -
87 -all_ruby_prepare() {
88 - sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
89 -}