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-struct2/
Date: Sun, 29 Apr 2018 09:42:35
Message-Id: 1524994888.7ca17238ecb48fb796a5a7c612827fd526c2de4a.graaff@gentoo
1 commit: 7ca17238ecb48fb796a5a7c612827fd526c2de4a
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 29 08:00:58 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 09:41:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ca17238
7
8 dev-ruby/rex-struct2: cleanup
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-ruby/rex-struct2/Manifest | 1 -
13 dev-ruby/rex-struct2/rex-struct2-0.1.1.ebuild | 23 -----------------------
14 2 files changed, 24 deletions(-)
15
16 diff --git a/dev-ruby/rex-struct2/Manifest b/dev-ruby/rex-struct2/Manifest
17 index e36b27412ff..e4999dce9ee 100644
18 --- a/dev-ruby/rex-struct2/Manifest
19 +++ b/dev-ruby/rex-struct2/Manifest
20 @@ -1,2 +1 @@
21 -DIST rex-struct2-0.1.1.gem 18432 BLAKE2B 4dff1f1a4d41f7bf74652505ad9d063a786e3491539d1a04a9d59ac3f4446c672454c556bef1822394a087a52f91044378d4c0c2c67c2b0ff8909aecab7638cc SHA512 894d8bdf609a7b0f4500bf9da7c175530b76c72374e059cdbd08d47be777b329ba1886a3bbba485b9f0c1be7aa4e12ad07807c0ea3390419c1f5f69ccedee26f
22 DIST rex-struct2-0.1.2.gem 18432 BLAKE2B 1ff9196e38ae67b87f4348394da3b05759548dbfa29b8e1a4a891a02cc75a1e02b890bf3a53bb7f274f9a5336aa46330efc38dcd50fa5da25e74392bc78a2b91 SHA512 c8b549c89e5b884a6ec6ef9a04dd2a3400bfeb885b742f1bc256a200387bcbd8ba848ad1e69a4c0c349516a62c04067a8bbffff04cb5c581f51d0ff91a142e6b
23
24 diff --git a/dev-ruby/rex-struct2/rex-struct2-0.1.1.ebuild b/dev-ruby/rex-struct2/rex-struct2-0.1.1.ebuild
25 deleted file mode 100644
26 index bde1eb24a7e..00000000000
27 --- a/dev-ruby/rex-struct2/rex-struct2-0.1.1.ebuild
28 +++ /dev/null
29 @@ -1,23 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -USE_RUBY="ruby21 ruby22 ruby23"
36 -#RUBY_FAKEGEM_RECIPE_TEST="rspec3"
37 -RUBY_FAKEGEM_TASK_DOC=""
38 -RUBY_FAKEGEM_BINWRAP=""
39 -
40 -inherit ruby-fakegem
41 -
42 -DESCRIPTION="Ruby Exploitation(Rex) library for generating/manipulating C-Style structs"
43 -HOMEPAGE="https://rubygems.org/gems/rex-struct2"
44 -
45 -LICENSE="BSD"
46 -
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~arm ~x86"
49 -IUSE=""
50 -
51 -# doesn't seem to actually run any tests
52 -RESTRICT=test