Skip to content

Commit

Permalink
dev-ruby/bindata: deps for deps for metasploit
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.5, Repoman-2.3.2
  • Loading branch information
ZeroChaos- committed May 9, 2017
1 parent e303b70 commit de7c809
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-ruby/bindata/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST bindata-2.4.0.gem 78848 SHA256 cf335c407124f1d914948966ce78b8e802b1b8c84b8381b81477da0799885183 SHA512 3c6d4391e2b4c684d00b63addd544e3ddbfcbfd5cc9de42e4b45f7d655a0231902dfc960ef342a9935b39f12dc15adeb861b1a001105203f066e0efd9d6997f3 WHIRLPOOL a365e8f731d634fe235438aec70c27ee5ef0ce1b77c23671084877225668c7fcdb232ef5c67b234c4e477978469a5a36cb23f465cd8066b68c0ff6f1382137e7
24 changes: 24 additions & 0 deletions dev-ruby/bindata/bindata-2.4.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
USE_RUBY="ruby21 ruby22 ruby23"

RUBY_FAKEGEM_RECIPE_DOC="rdoc"

inherit ruby-fakegem

DESCRIPTION="Parsing Binary Data in Ruby"
HOMEPAGE="https://github.com/dmendel/bindata"

LICENSE="BSD-2"
SLOT="${PV}"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""

ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"

all_ruby_prepare() {
sed -i -e '/[Bb]undler/d' Rakefile || die
sed -i -e '/[Cc]overalls/d' test/test_helper.rb || die
}
13 changes: 13 additions & 0 deletions dev-ruby/bindata/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Rick Farina</name>
</maintainer>
<longdescription lang="en">
</longdescription>
<upstream>
<remote-id type="github">dmendel/bindata</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit de7c809

Please sign in to comment.