mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
dev-ruby/bit-struct: initial ebuild, dep of metasploit
Package-Manager: portage-2.3.0
This commit is contained in:
1
dev-ruby/bit-struct/Manifest
Normal file
1
dev-ruby/bit-struct/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST bit-struct-0.15.0.gem 30720 SHA256 99f91abd0b4f87f227db2f6ecba54c5bb0c425f4f3aa11857b00d37089007e9e SHA512 f2bb466908c056d552c323ba0543ff698d94e5f49e35246d2497021a11151d2ab5355844eab338c87b021e8198729d0767d9d87b59ab012e9b296b15b838cfd3 WHIRLPOOL 75f5f37a6ca8396cc57235c5230530fb1a38c9c80979c84f510945ada4938455ab99ff3f47edaaaea893a6ee1c69c9ea03855fbe08df246ed6293f6205c02734
|
||||
23
dev-ruby/bit-struct/bit-struct-0.15.0.ebuild
Normal file
23
dev-ruby/bit-struct/bit-struct-0.15.0.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
USE_RUBY="ruby20 ruby21 ruby22 ruby23"
|
||||
|
||||
RUBY_FAKEGEM_TASK_DOC=""
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Library for packed binary data stored in ruby Strings"
|
||||
HOMEPAGE="https://rubygems.org/gems/sshkey"
|
||||
|
||||
LICENSE="Ruby-BSD"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE=""
|
||||
|
||||
#no tests
|
||||
RESTRICT="test"
|
||||
13
dev-ruby/bit-struct/metadata.xml
Normal file
13
dev-ruby/bit-struct/metadata.xml
Normal file
@@ -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>zerochaos@gentoo.org</email>
|
||||
<name>Rick Farina</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">vjoel/bit-struct</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user