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/rex-text/
Date: Sun, 27 Jan 2019 11:18:57
Message-Id: 1548587861.7b6e0cbac70854edcd50c3bfbbbecbde17b7191c.graaff@gentoo
1 commit: 7b6e0cbac70854edcd50c3bfbbbecbde17b7191c
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 27 08:08:33 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 27 11:17:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b6e0cba
7
8 dev-ruby/rex-text: cleanup
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-ruby/rex-text/Manifest | 2 --
14 dev-ruby/rex-text/rex-text-0.2.12.ebuild | 23 -----------------------
15 dev-ruby/rex-text/rex-text-0.2.16.ebuild | 23 -----------------------
16 3 files changed, 48 deletions(-)
17
18 diff --git a/dev-ruby/rex-text/Manifest b/dev-ruby/rex-text/Manifest
19 index adf5eda6455..76d3a389fdd 100644
20 --- a/dev-ruby/rex-text/Manifest
21 +++ b/dev-ruby/rex-text/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST rex-text-0.2.12.gem 43520 BLAKE2B fc9ce7134dd1ba8ba21ad6a27ae913d6abdc50d9436675f2c847330a4126b404271bcff6d46c15fcfd64069a2cf92142c8511952abcd17a75d10b776f3ab9bfc SHA512 20ff6df7527f06f3970cd5359db42893bcedf5b9432c8b349a71d22af4940a2b6fb3ab455cc9fd40301102f29e6c2de07043faded0d63a19cd951b3402eafa8e
24 -DIST rex-text-0.2.16.gem 44544 BLAKE2B 8ac7be3fa894fa47229aba39be046cb4e6f40a47f65a4d290e7fdc1756b29b063799429e3ee793e69f19adb0c5cc589ff3c4c2261d2a5c4f4851a075bd98eec2 SHA512 8b7cf93579abbd67445de9c89469f4d717fae15b3b1d44602733c91cbba024788aa8c76cc45c8bc6351062571b2c938d33c1f9c6059a2cc1c1b604bf6494526c
25 DIST rex-text-0.2.20.gem 44544 BLAKE2B c446dfcbb54ed9cf57f019f2158fdfe37ae6815f3e02627564e0a0e472f56ab301a805e12f4aafb3f1e8e3052b35737add225c16979bb6dd4a7988b08062ff99 SHA512 0043abccc14dc70c750edf42f405368ac305158bcad98586f169b3edb808a5565101a302b32afd5d916a96a7cce4e2e27f2b0e1bcaf152367aac8bafdfbf1474
26 DIST rex-text-0.2.21.gem 44544 BLAKE2B d905973b190b84f048ab26774651e394d8902b81377cab92298800b462e009b7ed8b8ac8f8c10f3726475bfe2a696a40655cbbd6efbf820974c503df37f07d10 SHA512 9504b78f77f4c00cc42e43313f48b058ecb5fb8c183225e580b8750810c26eaf22949793b46d90e5e36276d25a419153b38ea387fd28bc9414de62843e3efcba
27
28 diff --git a/dev-ruby/rex-text/rex-text-0.2.12.ebuild b/dev-ruby/rex-text/rex-text-0.2.12.ebuild
29 deleted file mode 100644
30 index 9135f91f374..00000000000
31 --- a/dev-ruby/rex-text/rex-text-0.2.12.ebuild
32 +++ /dev/null
33 @@ -1,23 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -USE_RUBY="ruby21 ruby22 ruby23 ruby24"
40 -
41 -# Specs are not bundled in the gem and upstream source is not tagged
42 -RUBY_FAKEGEM_RECIPE_TEST="none"
43 -
44 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
45 -RUBY_FAKEGEM_BINWRAP=""
46 -
47 -inherit ruby-fakegem
48 -
49 -DESCRIPTION="Rex library for text generation and manipulation"
50 -HOMEPAGE="https://github.com/rapid7/rex-text"
51 -
52 -LICENSE="BSD"
53 -
54 -SLOT="0"
55 -KEYWORDS="~amd64 ~arm ~x86"
56 -IUSE=""
57
58 diff --git a/dev-ruby/rex-text/rex-text-0.2.16.ebuild b/dev-ruby/rex-text/rex-text-0.2.16.ebuild
59 deleted file mode 100644
60 index 7348e1193fe..00000000000
61 --- a/dev-ruby/rex-text/rex-text-0.2.16.ebuild
62 +++ /dev/null
63 @@ -1,23 +0,0 @@
64 -# Copyright 1999-2018 Gentoo Foundation
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI=5
68 -
69 -USE_RUBY="ruby22 ruby23 ruby24 ruby25"
70 -
71 -# Specs are not bundled in the gem and upstream source is not tagged
72 -RUBY_FAKEGEM_RECIPE_TEST="none"
73 -
74 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
75 -RUBY_FAKEGEM_BINWRAP=""
76 -
77 -inherit ruby-fakegem
78 -
79 -DESCRIPTION="Rex library for text generation and manipulation"
80 -HOMEPAGE="https://github.com/rapid7/rex-text"
81 -
82 -LICENSE="BSD"
83 -
84 -SLOT="0"
85 -KEYWORDS="~amd64 ~arm ~x86"
86 -IUSE=""