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: Wed, 10 Apr 2019 06:24:41
Message-Id: 1554877471.725e12f67107c9d469f5add916c2be901307a7c3.graaff@gentoo
1 commit: 725e12f67107c9d469f5add916c2be901307a7c3
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 10 06:16:37 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 10 06:24:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=725e12f6
7
8 dev-ruby/tins: cleanup
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-ruby/tins/Manifest | 4 ----
14 dev-ruby/tins/tins-1.16.3.ebuild | 28 ----------------------------
15 dev-ruby/tins/tins-1.17.0.ebuild | 28 ----------------------------
16 dev-ruby/tins/tins-1.18.0.ebuild | 28 ----------------------------
17 dev-ruby/tins/tins-1.19.0.ebuild | 28 ----------------------------
18 5 files changed, 116 deletions(-)
19
20 diff --git a/dev-ruby/tins/Manifest b/dev-ruby/tins/Manifest
21 index 8253dff5f67..a4c8347a4e5 100644
22 --- a/dev-ruby/tins/Manifest
23 +++ b/dev-ruby/tins/Manifest
24 @@ -1,6 +1,2 @@
25 DIST tins-1.14.0.gem 303616 BLAKE2B 3ead5751b4b9c79bdd366c37fd0d7366246a3f9ba65a87cd032526819e9a44ee5bcef83c97d7657b7de4d9d3918b1d71eac7fada2e98bb5451e3b1ed8c33dca1 SHA512 9bce95b5d6aa663902a8d9fe5badc029db97658d6bf4fe574ebef670e7041ee882ed8b110d906c0f8dbd506bfbeb2092634d607281260db3a40e310881d4154a
26 -DIST tins-1.16.3.gem 304640 BLAKE2B 5400b1ec1443b1f432c0a18c35a7a3a2175b7327601e2bd106218a119ad930bfd912fa59cf7d1788fe65c9d172e6a7af7385c9e2ef2e4898e490bc838cf119e1 SHA512 f132cd5bdb2ff02805b78856f0340723fdf89437514ef0067f2eabd3742a2282463bb18f4750ea6496124fff48a3e82e73220af3555700839b5270311a1b4ac2
27 -DIST tins-1.17.0.gem 305152 BLAKE2B af8eec7ab4574bffa9eeca9772417acf2a3bc2582c5afc8313e309733f188301a66669c8954d704c958c2ee97004598d2b058295e5959cbd0982f700706db5da SHA512 abc6bbb534701bd9f4bffb2c0d89ebf63e36b90618e8e45de0ded8787bfa7f9217dffc0983ba683e6463f140199e5e0f73e57de8a8bab4b2dd3812c84a932ab4
28 -DIST tins-1.18.0.gem 305152 BLAKE2B 41869047e82a85c7b9199c9d1408d8b1e2e64f368683172be4465d7ac545369d3e5e5286bafd37da4684ba127d5c04f0b67642b740adb508e340ba317ce90eec SHA512 a9a74232eb39df9e906fd00d25f92b32992645e05fd652541f95ee3d0bf55d0ffdf3b3cfd2329184b344682f1b263e711feaeb9a88c1c382c0502075ba80dc78
29 -DIST tins-1.19.0.gem 305152 BLAKE2B 57cab6a7e6b63a64a44a6143b88e6286a70e91ee0e53b71519645d403e7f22f2ffea0a19ff0fb293fe54c1a002f952c5f7388a908ce536e750b8f6f1370753ae SHA512 95ef05e148121e915fb104fa0b42c7e18d168466b8856d959a38a3b92a61709f92a3fd4ceaf11d2fde8bc255fe437637f263f320f3dec4a2139280cc0d0e7605
30 DIST tins-1.20.2.gem 305664 BLAKE2B 37d206664077aa1ba8bac395e076b448797c9d73f46950ff339834b55cb1eaa36e1cdd47a9795d783671a8ef393f6059578ed684240de377ec8824c2468f5014 SHA512 c6c7694ddadf0cf46176a1fabda8ffc2d6b098ca6ed4d568f30c66100a2f55c25ce83c09e8ba379ee6c49dd68d6f1572f17f70f9666628c1fe5225fcc9d7b788
31
32 diff --git a/dev-ruby/tins/tins-1.16.3.ebuild b/dev-ruby/tins/tins-1.16.3.ebuild
33 deleted file mode 100644
34 index 9383f378ded..00000000000
35 --- a/dev-ruby/tins/tins-1.16.3.ebuild
36 +++ /dev/null
37 @@ -1,28 +0,0 @@
38 -# Copyright 1999-2018 Gentoo Foundation
39 -# Distributed under the terms of the GNU General Public License v2
40 -
41 -EAPI=6
42 -USE_RUBY="ruby22 ruby23 ruby24 ruby25"
43 -
44 -RUBY_FAKEGEM_RECIPE_TEST="none"
45 -
46 -RUBY_FAKEGEM_TASK_DOC=""
47 -RUBY_FAKEGEM_EXTRADOC="README.md"
48 -
49 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
50 -
51 -inherit ruby-fakegem
52 -
53 -DESCRIPTION="All the stuff that isn't good enough for a real library"
54 -HOMEPAGE="https://github.com/flori/tins"
55 -
56 -LICENSE="MIT"
57 -SLOT="0"
58 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
59 -IUSE=""
60 -
61 -ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
62 -
63 -each_ruby_test() {
64 - ruby-ng_testrb-2 -Ilib tests/*_test.rb
65 -}
66
67 diff --git a/dev-ruby/tins/tins-1.17.0.ebuild b/dev-ruby/tins/tins-1.17.0.ebuild
68 deleted file mode 100644
69 index 82e6d4a478a..00000000000
70 --- a/dev-ruby/tins/tins-1.17.0.ebuild
71 +++ /dev/null
72 @@ -1,28 +0,0 @@
73 -# Copyright 1999-2018 Gentoo Authors
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=6
77 -USE_RUBY="ruby23 ruby24 ruby25"
78 -
79 -RUBY_FAKEGEM_RECIPE_TEST="none"
80 -
81 -RUBY_FAKEGEM_TASK_DOC=""
82 -RUBY_FAKEGEM_EXTRADOC="README.md"
83 -
84 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
85 -
86 -inherit ruby-fakegem
87 -
88 -DESCRIPTION="All the stuff that isn't good enough for a real library"
89 -HOMEPAGE="https://github.com/flori/tins"
90 -
91 -LICENSE="MIT"
92 -SLOT="0"
93 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
94 -IUSE=""
95 -
96 -ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
97 -
98 -each_ruby_test() {
99 - ruby-ng_testrb-2 -Ilib tests/*_test.rb
100 -}
101
102 diff --git a/dev-ruby/tins/tins-1.18.0.ebuild b/dev-ruby/tins/tins-1.18.0.ebuild
103 deleted file mode 100644
104 index 82e6d4a478a..00000000000
105 --- a/dev-ruby/tins/tins-1.18.0.ebuild
106 +++ /dev/null
107 @@ -1,28 +0,0 @@
108 -# Copyright 1999-2018 Gentoo Authors
109 -# Distributed under the terms of the GNU General Public License v2
110 -
111 -EAPI=6
112 -USE_RUBY="ruby23 ruby24 ruby25"
113 -
114 -RUBY_FAKEGEM_RECIPE_TEST="none"
115 -
116 -RUBY_FAKEGEM_TASK_DOC=""
117 -RUBY_FAKEGEM_EXTRADOC="README.md"
118 -
119 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
120 -
121 -inherit ruby-fakegem
122 -
123 -DESCRIPTION="All the stuff that isn't good enough for a real library"
124 -HOMEPAGE="https://github.com/flori/tins"
125 -
126 -LICENSE="MIT"
127 -SLOT="0"
128 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
129 -IUSE=""
130 -
131 -ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
132 -
133 -each_ruby_test() {
134 - ruby-ng_testrb-2 -Ilib tests/*_test.rb
135 -}
136
137 diff --git a/dev-ruby/tins/tins-1.19.0.ebuild b/dev-ruby/tins/tins-1.19.0.ebuild
138 deleted file mode 100644
139 index 82e6d4a478a..00000000000
140 --- a/dev-ruby/tins/tins-1.19.0.ebuild
141 +++ /dev/null
142 @@ -1,28 +0,0 @@
143 -# Copyright 1999-2018 Gentoo Authors
144 -# Distributed under the terms of the GNU General Public License v2
145 -
146 -EAPI=6
147 -USE_RUBY="ruby23 ruby24 ruby25"
148 -
149 -RUBY_FAKEGEM_RECIPE_TEST="none"
150 -
151 -RUBY_FAKEGEM_TASK_DOC=""
152 -RUBY_FAKEGEM_EXTRADOC="README.md"
153 -
154 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
155 -
156 -inherit ruby-fakegem
157 -
158 -DESCRIPTION="All the stuff that isn't good enough for a real library"
159 -HOMEPAGE="https://github.com/flori/tins"
160 -
161 -LICENSE="MIT"
162 -SLOT="0"
163 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
164 -IUSE=""
165 -
166 -ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
167 -
168 -each_ruby_test() {
169 - ruby-ng_testrb-2 -Ilib tests/*_test.rb
170 -}