mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ruby/sshkey: initial ebuild, dep for metasploit
Package-Manager: portage-2.3.0
This commit is contained in:
1
dev-ruby/sshkey/Manifest
Normal file
1
dev-ruby/sshkey/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST sshkey-1.8.0.gem 24576 SHA256 c8df7d81b8a019adc36296814ae7037a28498484aef80c3fc65331b46814d516 SHA512 90274b506959e1433ebcd902ff7b4c6d5f29f4a120b85e34d81ab10e680aeacc3916f30ae93a3efc447b1b0717caeec6c23de08c4ec897b91bc7fcb902169fa7 WHIRLPOOL 26c21a04e216dd4bcccf59d3c49482f7ddc93fb8e5aaf9c6ab6d750c3b68694cadfa942d634e71cbaba4236293ed8f0bf8f5c50a3bddb21487f651ebab9c4983
|
||||
13
dev-ruby/sshkey/metadata.xml
Normal file
13
dev-ruby/sshkey/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">bensie/sshkey</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
23
dev-ruby/sshkey/sshkey-1.8.0.ebuild
Normal file
23
dev-ruby/sshkey/sshkey-1.8.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="SSH private and public key generator in pure Ruby"
|
||||
HOMEPAGE="https://rubygems.org/gems/sshkey"
|
||||
|
||||
LICENSE="MIT"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE=""
|
||||
|
||||
#no tests
|
||||
RESTRICT="test"
|
||||
Reference in New Issue
Block a user