1 |
commit: 161c8eb6b665778da1a68e24c937cda6ebd309b9 |
2 |
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> |
3 |
AuthorDate: Fri Feb 2 11:22:59 2018 +0000 |
4 |
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> |
5 |
CommitDate: Fri Feb 2 11:25:13 2018 +0000 |
6 |
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=161c8eb6 |
7 |
|
8 |
dev-ruby/bit-struct: cleanup |
9 |
|
10 |
Package-Manager: Portage-2.3.19, Repoman-2.3.6 |
11 |
|
12 |
dev-ruby/bit-struct/Manifest | 1 - |
13 |
dev-ruby/bit-struct/bit-struct-0.15.0.ebuild | 22 ---------------------- |
14 |
2 files changed, 23 deletions(-) |
15 |
|
16 |
diff --git a/dev-ruby/bit-struct/Manifest b/dev-ruby/bit-struct/Manifest |
17 |
index 092b329e99f..9925f5f7c96 100644 |
18 |
--- a/dev-ruby/bit-struct/Manifest |
19 |
+++ b/dev-ruby/bit-struct/Manifest |
20 |
@@ -1,2 +1 @@ |
21 |
-DIST bit-struct-0.15.0.gem 30720 BLAKE2B cdbc1789e5500db775ea2cf36a46bb51536d5544ebabb7e27d3a775912b13d08552a64ee46c8142c2f3ffb5fd181524bcaf937de7b3ebb771966c1cd5c416925 SHA512 f2bb466908c056d552c323ba0543ff698d94e5f49e35246d2497021a11151d2ab5355844eab338c87b021e8198729d0767d9d87b59ab012e9b296b15b838cfd3 |
22 |
DIST bit-struct-0.16.gem 31232 BLAKE2B ed08c7054cab88ba0614863d706681601615b03e2dd3f19a4a1b8284dace17bf30e92ca9f1b0948c8c5e50424ab41b97f65cb65c804f771a207672b497c9df33 SHA512 8c31592d53daea5f283f8309a52c22c96c519d51c4e3c1657b36e83b802899aafe95eab9b88d9ec692e84207fc6bc952a1f1ff1354fc2b99fc327d58934bec8d |
23 |
|
24 |
diff --git a/dev-ruby/bit-struct/bit-struct-0.15.0.ebuild b/dev-ruby/bit-struct/bit-struct-0.15.0.ebuild |
25 |
deleted file mode 100644 |
26 |
index 0a0d7aa7ae2..00000000000 |
27 |
--- a/dev-ruby/bit-struct/bit-struct-0.15.0.ebuild |
28 |
+++ /dev/null |
29 |
@@ -1,22 +0,0 @@ |
30 |
-# Copyright 1999-2016 Gentoo Foundation |
31 |
-# Distributed under the terms of the GNU General Public License v2 |
32 |
- |
33 |
-EAPI=5 |
34 |
- |
35 |
-USE_RUBY="ruby20 ruby21 ruby22 ruby23" |
36 |
- |
37 |
-RUBY_FAKEGEM_TASK_DOC="" |
38 |
- |
39 |
-inherit ruby-fakegem |
40 |
- |
41 |
-DESCRIPTION="Library for packed binary data stored in ruby Strings" |
42 |
-HOMEPAGE="https://rubygems.org/gems/sshkey" |
43 |
- |
44 |
-LICENSE="Ruby-BSD" |
45 |
- |
46 |
-SLOT="0" |
47 |
-KEYWORDS="~amd64 ~arm ~x86" |
48 |
-IUSE="" |
49 |
- |
50 |
-#no tests |
51 |
-RESTRICT="test" |