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 Nov 2019 07:46:10
Message-Id: 1572766949.aaf6d04ec08bb87235943543871b1b1241f71960.graaff@gentoo
1 commit: aaf6d04ec08bb87235943543871b1b1241f71960
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 3 07:42:29 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 3 07:42:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaf6d04e
7
8 dev-ruby/ddplugin: cleanup
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/ddplugin/Manifest | 1 -
14 dev-ruby/ddplugin/ddplugin-1.0.1.ebuild | 27 ---------------------------
15 2 files changed, 28 deletions(-)
16
17 diff --git a/dev-ruby/ddplugin/Manifest b/dev-ruby/ddplugin/Manifest
18 index 09a3351de24..a982e8b62b2 100644
19 --- a/dev-ruby/ddplugin/Manifest
20 +++ b/dev-ruby/ddplugin/Manifest
21 @@ -1,2 +1 @@
22 -DIST ddplugin-1.0.1.gem 9216 BLAKE2B ec1035b66b5167f26a9f89bc02dd1e4429bbb8d22e0bcd98b4e37a20443afc61ee32b65e00a6d46265303ec8cca6090edaa646615e0d00785222c1450c62f8ba SHA512 6332fb5292f7796e99a78131fd0e4c38cabed66e0d05220960e1cf08b717505e3790b99949d1a6098b80999d973ade442d07a5d19975328174810ef8f44ac276
23 DIST ddplugin-1.0.2.gem 9728 BLAKE2B eded641a734d4c7182184b9b9cf4a6007b33b25ffde97e1c9efea71d425ee034693e05b8f569d8e9be29f4a315d5306d8a3180b19e835157d49d9d1c82f0d436 SHA512 bc36cd7e5490e3748e65994dc1e2b1cff9aeefcd0b44ad547368491c83509baf2934cc38f9db4035069394b8c2fa9bbea6b35cf96b80ac4126df348e49a93420
24
25 diff --git a/dev-ruby/ddplugin/ddplugin-1.0.1.ebuild b/dev-ruby/ddplugin/ddplugin-1.0.1.ebuild
26 deleted file mode 100644
27 index 935cab84925..00000000000
28 --- a/dev-ruby/ddplugin/ddplugin-1.0.1.ebuild
29 +++ /dev/null
30 @@ -1,27 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -USE_RUBY="ruby22 ruby23 ruby24 ruby25"
37 -
38 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
39 -RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
40 -
41 -inherit ruby-fakegem
42 -
43 -DESCRIPTION="Provides plugin management for Ruby projects"
44 -HOMEPAGE="https://github.com/ddfreyne/ddplugin/"
45 -
46 -LICENSE="MIT"
47 -SLOT="1"
48 -KEYWORDS="~amd64"
49 -IUSE=""
50 -
51 -all_ruby_prepare() {
52 - sed -i -e '/coverall/I s:^:#:' test/helper.rb || die
53 -}
54 -
55 -each_ruby_test() {
56 - ${RUBY} -Ilib:test:. -e 'Dir["test/**/test_*.rb"].each{|f| require f}' || die
57 -}