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/tins/
Date: Sun, 03 Oct 2021 06:30:51
Message-Id: 1633242641.ce53b1c59bbcd479e5edeb551f22734f6865d8c1.graaff@gentoo
1 commit: ce53b1c59bbcd479e5edeb551f22734f6865d8c1
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 3 06:24:28 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 3 06:30:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce53b1c5
7
8 dev-ruby/tins: cleanup
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/tins/Manifest | 3 ---
14 dev-ruby/tins/tins-1.20.2.ebuild | 28 ----------------------------
15 dev-ruby/tins/tins-1.26.0.ebuild | 38 --------------------------------------
16 dev-ruby/tins/tins-1.28.0.ebuild | 38 --------------------------------------
17 4 files changed, 107 deletions(-)
18
19 diff --git a/dev-ruby/tins/Manifest b/dev-ruby/tins/Manifest
20 index 35c4a307e5e..2477e6bb129 100644
21 --- a/dev-ruby/tins/Manifest
22 +++ b/dev-ruby/tins/Manifest
23 @@ -1,4 +1 @@
24 -DIST tins-1.20.2.gem 305664 BLAKE2B 37d206664077aa1ba8bac395e076b448797c9d73f46950ff339834b55cb1eaa36e1cdd47a9795d783671a8ef393f6059578ed684240de377ec8824c2468f5014 SHA512 c6c7694ddadf0cf46176a1fabda8ffc2d6b098ca6ed4d568f30c66100a2f55c25ce83c09e8ba379ee6c49dd68d6f1572f17f70f9666628c1fe5225fcc9d7b788
25 -DIST tins-1.26.0.gem 306688 BLAKE2B 0e3dc0a2493d95d4d32fd0f37c462cf37ad736b186ae5ee421570a9be7b8155b9d7b10d66ec748b22df99eefc31ccd8d1d7c22f8552d1e62a82f94991ee85149 SHA512 adb5e29420d13a0c147262bb4eaf5289c793795ea929a0e4e9e611658bf97e76edfdb008cff657719f497b0b146a23c497c8adb128014fba390389483e533cfd
26 -DIST tins-1.28.0.gem 306688 BLAKE2B ddb7706ac0a24d913d6bd9256b819218e4d31c0c614f0c9b59758b60b5f7d3670c9bec89c55317a00bb6b4c6d381b236c86cf049489f899e1186d21fe04c2912 SHA512 5b24d1f68226755b1e35e6af5d7c234d0126be5f2638ff50aea61877dca2f640bf5cfca73d39268bbe5624cdc420d256e128dfe0faf59129228826fab36defa9
27 DIST tins-1.29.1.gem 307200 BLAKE2B b7e95094662df021d81ea7b580cee5c4ce8f9fa6a09ecf63afa2c84f42ffab62f96f37ae734392021506da373ccabbf68c2dbf55f5ff09224168e24031b1fa99 SHA512 043a49d0755bb158cfd60554b530cd315cfe869520ab02ee819addc0fea39f441960a6c416753c0e69dc0dbf122523842f940ff89dcb43e64f5825a2c0c5a53e
28
29 diff --git a/dev-ruby/tins/tins-1.20.2.ebuild b/dev-ruby/tins/tins-1.20.2.ebuild
30 deleted file mode 100644
31 index 48ecc71b37b..00000000000
32 --- a/dev-ruby/tins/tins-1.20.2.ebuild
33 +++ /dev/null
34 @@ -1,28 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -USE_RUBY="ruby23 ruby24 ruby25 ruby26"
40 -
41 -RUBY_FAKEGEM_RECIPE_TEST="none"
42 -
43 -RUBY_FAKEGEM_TASK_DOC=""
44 -RUBY_FAKEGEM_EXTRADOC="README.md"
45 -
46 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
47 -
48 -inherit ruby-fakegem
49 -
50 -DESCRIPTION="All the stuff that isn't good enough for a real library"
51 -HOMEPAGE="https://github.com/flori/tins"
52 -
53 -LICENSE="MIT"
54 -SLOT="0"
55 -KEYWORDS="~alpha amd64 arm ~hppa ppc ppc64 ~sparc x86"
56 -IUSE=""
57 -
58 -ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
59 -
60 -each_ruby_test() {
61 - ruby-ng_testrb-2 -Ilib tests/*_test.rb
62 -}
63
64 diff --git a/dev-ruby/tins/tins-1.26.0.ebuild b/dev-ruby/tins/tins-1.26.0.ebuild
65 deleted file mode 100644
66 index 6b8cb7458da..00000000000
67 --- a/dev-ruby/tins/tins-1.26.0.ebuild
68 +++ /dev/null
69 @@ -1,38 +0,0 @@
70 -# Copyright 1999-2020 Gentoo Authors
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=7
74 -USE_RUBY="ruby25 ruby26 ruby27"
75 -
76 -RUBY_FAKEGEM_RECIPE_TEST="none"
77 -
78 -RUBY_FAKEGEM_EXTRADOC="README.md"
79 -
80 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
81 -
82 -inherit ruby-fakegem
83 -
84 -DESCRIPTION="All the stuff that isn't good enough for a real library"
85 -HOMEPAGE="https://github.com/flori/tins"
86 -
87 -LICENSE="MIT"
88 -SLOT="0"
89 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
90 -IUSE=""
91 -
92 -# Earlier versions of ruby bundled this dependency
93 -USE_RUBY="ruby26 ruby27" ruby_add_rdepend "dev-ruby/sync"
94 -
95 -ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
96 -
97 -each_ruby_prepare() {
98 - case ${RUBY} in
99 - *ruby24|*ruby25)
100 - sed -i -e '/sync/d' ${RUBY_FAKEGEM_GEMSPEC} || die
101 - ;;
102 - esac
103 -}
104 -
105 -each_ruby_test() {
106 - ruby-ng_testrb-2 -Ilib tests/*_test.rb
107 -}
108
109 diff --git a/dev-ruby/tins/tins-1.28.0.ebuild b/dev-ruby/tins/tins-1.28.0.ebuild
110 deleted file mode 100644
111 index 3f51213ee41..00000000000
112 --- a/dev-ruby/tins/tins-1.28.0.ebuild
113 +++ /dev/null
114 @@ -1,38 +0,0 @@
115 -# Copyright 1999-2021 Gentoo Authors
116 -# Distributed under the terms of the GNU General Public License v2
117 -
118 -EAPI=7
119 -USE_RUBY="ruby25 ruby26 ruby27 ruby30"
120 -
121 -RUBY_FAKEGEM_RECIPE_TEST="none"
122 -
123 -RUBY_FAKEGEM_EXTRADOC="README.md"
124 -
125 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
126 -
127 -inherit ruby-fakegem
128 -
129 -DESCRIPTION="All the stuff that isn't good enough for a real library"
130 -HOMEPAGE="https://github.com/flori/tins"
131 -
132 -LICENSE="MIT"
133 -SLOT="0"
134 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
135 -IUSE=""
136 -
137 -# Earlier versions of ruby bundled this dependency
138 -USE_RUBY="ruby26 ruby27 ruby30" ruby_add_rdepend "dev-ruby/sync"
139 -
140 -ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
141 -
142 -each_ruby_prepare() {
143 - case ${RUBY} in
144 - *ruby25)
145 - sed -i -e '/sync/d' ${RUBY_FAKEGEM_GEMSPEC} || die
146 - ;;
147 - esac
148 -}
149 -
150 -each_ruby_test() {
151 - ruby-ng_testrb-2 -Ilib tests/*_test.rb
152 -}