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/ddplugin/
Date: Sun, 03 Apr 2022 06:08:15
Message-Id: 1648966080.b8f4f99f990930648378118d5fb430bd2e033624.graaff@gentoo
1 commit: b8f4f99f990930648378118d5fb430bd2e033624
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 09:56:27 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 3 06:08:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f4f99f
7
8 dev-ruby/ddplugin: drop 1.0.2
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/ddplugin/Manifest | 1 -
13 dev-ruby/ddplugin/ddplugin-1.0.2.ebuild | 27 ---------------------------
14 2 files changed, 28 deletions(-)
15
16 diff --git a/dev-ruby/ddplugin/Manifest b/dev-ruby/ddplugin/Manifest
17 index d386a1adc526..f91a6936252d 100644
18 --- a/dev-ruby/ddplugin/Manifest
19 +++ b/dev-ruby/ddplugin/Manifest
20 @@ -1,2 +1 @@
21 -DIST ddplugin-1.0.2.gem 9728 BLAKE2B eded641a734d4c7182184b9b9cf4a6007b33b25ffde97e1c9efea71d425ee034693e05b8f569d8e9be29f4a315d5306d8a3180b19e835157d49d9d1c82f0d436 SHA512 bc36cd7e5490e3748e65994dc1e2b1cff9aeefcd0b44ad547368491c83509baf2934cc38f9db4035069394b8c2fa9bbea6b35cf96b80ac4126df348e49a93420
22 DIST ddplugin-1.0.3.gem 9728 BLAKE2B 8d287a558fe2716c394f96f92824c8b843fbdcb77b5052b8bb4699013222ef0e57c273348007dc61cde4281978570b115551ce51a71077b53f0cc8d7ebda5ea9 SHA512 eef88b52f78f379b6f083da3a6090d9430756e3a9d526202785e6d36121bc4fc3e42238db8146dd4d4a9ede1f5caf5bac047731ed5c1012d637b2723cccfcd00
23
24 diff --git a/dev-ruby/ddplugin/ddplugin-1.0.2.ebuild b/dev-ruby/ddplugin/ddplugin-1.0.2.ebuild
25 deleted file mode 100644
26 index 28a0b0c3a0b3..000000000000
27 --- a/dev-ruby/ddplugin/ddplugin-1.0.2.ebuild
28 +++ /dev/null
29 @@ -1,27 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
36 -
37 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
38 -RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
39 -
40 -inherit ruby-fakegem
41 -
42 -DESCRIPTION="Provides plugin management for Ruby projects"
43 -HOMEPAGE="https://github.com/ddfreyne/ddplugin/"
44 -
45 -LICENSE="MIT"
46 -SLOT="1"
47 -KEYWORDS="~amd64"
48 -IUSE=""
49 -
50 -all_ruby_prepare() {
51 - sed -i -e '/coverall/I s:^:#:' test/helper.rb || die
52 -}
53 -
54 -each_ruby_test() {
55 - ${RUBY} -Ilib:test:. -e 'Dir["test/**/test_*.rb"].each{|f| require f}' || die
56 -}