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/slop/
Date: Mon, 28 Mar 2022 05:49:41
Message-Id: 1648446459.769b0b0e24055ac500f89a389e62c7d9361d9cdc.graaff@gentoo
1 commit: 769b0b0e24055ac500f89a389e62c7d9361d9cdc
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 28 05:47:39 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 28 05:47:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=769b0b0e
7
8 dev-ruby/slop: drop 4.8.1, 4.8.2
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/slop/Manifest | 2 --
13 dev-ruby/slop/slop-4.8.1.ebuild | 28 ----------------------------
14 dev-ruby/slop/slop-4.8.2.ebuild | 28 ----------------------------
15 3 files changed, 58 deletions(-)
16
17 diff --git a/dev-ruby/slop/Manifest b/dev-ruby/slop/Manifest
18 index 5223e756fbd2..2fac4c8e76e1 100644
19 --- a/dev-ruby/slop/Manifest
20 +++ b/dev-ruby/slop/Manifest
21 @@ -1,3 +1 @@
22 -DIST slop-4.8.1.tgz 16805 BLAKE2B 875b9a1895d99147f6d597b976831fcb406170d6172ad4c888f53cb18e35439f9fc6bcf785864a3209de5169166b2760d196e1f2f102308db3aec07950fe5e88 SHA512 4edace1693081ab7f9d1efaeb9c894f34c0012ae827ee13bd1c8014c222e88db20b082be3d6b0a97e664135b2ba09bec9e7ecb0d20c22b32a859ac574fd2b71e
23 -DIST slop-4.8.2.tgz 16102 BLAKE2B c43af7350346961db1b19db2fbded24dc8a5483cf487f6dd6f6c486f9539984048f43eef7c3152da42b4c833eb9ec75d7ebfd89c7e759e5e5279bd5f69992f6a SHA512 1747981d5723b935f4d2a89787cf090645e43793b7430d43687dde6dc7e0bc8b52c30497f656e360e0cb95d62f3abb19d9dc4aebb617da57de1211104217bdc4
24 DIST slop-4.9.1.tgz 16455 BLAKE2B 5d66e1a03b69ac9bbc272c20adbe0daa1a086abf8651838a59c74bde6ff4e136c6b1e10c2266a96508ed333a0f752ace98f95a223464efef2ecea7eeededb024 SHA512 3211b876b910b76413d9109ea7ab400429fb350089a3d89a56b85894a556d0c278daea258551c355a96d9ec592bc7426d9461b7a3fed935c9917e9c18069e89f
25
26 diff --git a/dev-ruby/slop/slop-4.8.1.ebuild b/dev-ruby/slop/slop-4.8.1.ebuild
27 deleted file mode 100644
28 index aefdfb5d23c7..000000000000
29 --- a/dev-ruby/slop/slop-4.8.1.ebuild
30 +++ /dev/null
31 @@ -1,28 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
37 -
38 -RUBY_FAKEGEM_TASK_DOC=""
39 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
40 -
41 -RUBY_FAKEGEM_GEMSPEC="slop.gemspec"
42 -
43 -inherit ruby-fakegem
44 -
45 -DESCRIPTION="A simple option parser with an easy to remember syntax and friendly API"
46 -HOMEPAGE="https://github.com/injekt/slop"
47 -SRC_URI="https://github.com/injekt/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz"
48 -
49 -LICENSE="MIT"
50 -SLOT="4"
51 -KEYWORDS="~amd64 ~ppc64 ~x86"
52 -
53 -IUSE=""
54 -
55 -ruby_add_bdepend "test? ( dev-ruby/minitest )"
56 -
57 -all_ruby_prepare() {
58 - sed -i -e '/git ls-files/d' slop.gemspec || die
59 -}
60
61 diff --git a/dev-ruby/slop/slop-4.8.2.ebuild b/dev-ruby/slop/slop-4.8.2.ebuild
62 deleted file mode 100644
63 index 6618224d5852..000000000000
64 --- a/dev-ruby/slop/slop-4.8.2.ebuild
65 +++ /dev/null
66 @@ -1,28 +0,0 @@
67 -# Copyright 1999-2020 Gentoo Authors
68 -# Distributed under the terms of the GNU General Public License v2
69 -
70 -EAPI=7
71 -USE_RUBY="ruby25 ruby26 ruby27"
72 -
73 -RUBY_FAKEGEM_TASK_DOC=""
74 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
75 -
76 -RUBY_FAKEGEM_GEMSPEC="slop.gemspec"
77 -
78 -inherit ruby-fakegem
79 -
80 -DESCRIPTION="A simple option parser with an easy to remember syntax and friendly API"
81 -HOMEPAGE="https://github.com/injekt/slop"
82 -SRC_URI="https://github.com/injekt/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz"
83 -
84 -LICENSE="MIT"
85 -SLOT="4"
86 -KEYWORDS="~amd64 ~ppc64 ~x86"
87 -
88 -IUSE=""
89 -
90 -ruby_add_bdepend "test? ( dev-ruby/minitest )"
91 -
92 -all_ruby_prepare() {
93 - sed -i -e '/git ls-files/d' slop.gemspec || die
94 -}