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/diva/
Date: Sat, 23 May 2020 17:41:29
Message-Id: 1590255670.f22075cfa3e380847049a812a8b737d7c11e96c2.graaff@gentoo
1 commit: f22075cfa3e380847049a812a8b737d7c11e96c2
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 23 13:17:24 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat May 23 17:41:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f22075cf
7
8 dev-ruby/diva: cleanup
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/diva/Manifest | 2 --
14 dev-ruby/diva/diva-1.0.0.ebuild | 24 ------------------------
15 dev-ruby/diva/diva-1.0.1.ebuild | 30 ------------------------------
16 3 files changed, 56 deletions(-)
17
18 diff --git a/dev-ruby/diva/Manifest b/dev-ruby/diva/Manifest
19 index c61ee422847..97e99627969 100644
20 --- a/dev-ruby/diva/Manifest
21 +++ b/dev-ruby/diva/Manifest
22 @@ -1,3 +1 @@
23 -DIST diva-1.0.0.tar.gz 13654 BLAKE2B 3743a2a0cacf6390a2bb2149e1213c9057c7c348fdb514d622b1edeeaad52a8a255defa0ea556a6bc5f89889d36f9f096b63d48eb03d868797f37ba2a5ba6a03 SHA512 d29375840893f61f022e3afb041855486ff13266a9635c8d944177df0642f1e53c0038b5bd6fecfa2d02296558f6f0f0e4f86089434f6c5f04a440044c9b75ca
24 -DIST diva-1.0.1.tar.gz 13643 BLAKE2B a5fb279003c05a795e40125fd99023f458efe8d22a6ef6236275da2a276e481ef40547cb99ae6dbbaae50685627848c0bc0f1af010c75ed5ccb9d896e7fab7d7 SHA512 cac830f78ba02c41289f44b6ef4bc9853d94a742f9c720190ab8944df14630b0882110d683a4a52971281f1f94c5a857927939236577da1790b577a8cb1a6f3e
25 DIST diva-1.0.2.gem 13824 BLAKE2B c292e11d9975691d85cb0500ec42b10422665abb9b236d44629d0a9518e318cf91891d4ad265aab81d13762d121910a8be92c602225d44bfa66e31e77082fa95 SHA512 b5d2df59e4144930ee18c7b738e8b93646057935364c2710d349761e68053f1c342b382de76dc1669076db7394ff906384a8952e1e7c44c71f208dc3604d67f4
26
27 diff --git a/dev-ruby/diva/diva-1.0.0.ebuild b/dev-ruby/diva/diva-1.0.0.ebuild
28 deleted file mode 100644
29 index 2023272a0fa..00000000000
30 --- a/dev-ruby/diva/diva-1.0.0.ebuild
31 +++ /dev/null
32 @@ -1,24 +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_DOC="rdoc"
41 -RUBY_FAKEGEM_EXTRADOC="README.md"
42 -
43 -RUBY_FAKEGEM_BINWRAP=""
44 -
45 -inherit ruby-fakegem
46 -
47 -DESCRIPTION="Implementation of expression for handling things."
48 -HOMEPAGE="https://github.com/toshia/diva"
49 -SRC_URI="https://github.com/toshia/diva/archive/v${PV}.tar.gz -> ${P}.tar.gz"
50 -
51 -LICENSE="MIT"
52 -SLOT="0"
53 -KEYWORDS="~amd64 ~x86"
54 -IUSE=""
55 -
56 -ruby_add_rdepend "<dev-ruby/addressable-2.7"
57
58 diff --git a/dev-ruby/diva/diva-1.0.1.ebuild b/dev-ruby/diva/diva-1.0.1.ebuild
59 deleted file mode 100644
60 index 08ec4d43682..00000000000
61 --- a/dev-ruby/diva/diva-1.0.1.ebuild
62 +++ /dev/null
63 @@ -1,30 +0,0 @@
64 -# Copyright 1999-2019 Gentoo Authors
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI=7
68 -
69 -USE_RUBY="ruby24 ruby25 ruby26"
70 -
71 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
72 -RUBY_FAKEGEM_EXTRADOC="README.md"
73 -
74 -RUBY_FAKEGEM_BINWRAP=""
75 -
76 -RUBY_FAKEGEM_GEMSPEC="diva.gemspec"
77 -
78 -inherit ruby-fakegem
79 -
80 -DESCRIPTION="Implementation of expression for handling things."
81 -HOMEPAGE="https://github.com/toshia/diva"
82 -SRC_URI="https://github.com/toshia/diva/archive/v${PV}.tar.gz -> ${P}.tar.gz"
83 -
84 -LICENSE="MIT"
85 -SLOT="0"
86 -KEYWORDS="~amd64 ~x86"
87 -IUSE=""
88 -
89 -ruby_add_rdepend "<dev-ruby/addressable-2.8"
90 -
91 -all_ruby_prepare() {
92 - sed -i -e 's/git ls-files -z/find -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die
93 -}