diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/Net-OpenSSH | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-perl/Net-OpenSSH')
-rw-r--r-- | dev-perl/Net-OpenSSH/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Net-OpenSSH/Net-OpenSSH-0.590.0.ebuild | 25 | ||||
-rw-r--r-- | dev-perl/Net-OpenSSH/Net-OpenSSH-0.600.0.ebuild | 25 | ||||
-rw-r--r-- | dev-perl/Net-OpenSSH/metadata.xml | 16 |
4 files changed, 68 insertions, 0 deletions
diff --git a/dev-perl/Net-OpenSSH/Manifest b/dev-perl/Net-OpenSSH/Manifest new file mode 100644 index 000000000000..7d539079f9fc --- /dev/null +++ b/dev-perl/Net-OpenSSH/Manifest @@ -0,0 +1,2 @@ +DIST Net-OpenSSH-0.59.tar.gz 55353 SHA256 0373c0a06f3254077d02b17eb82a67f7e1189f37024223264363a1b617d83a65 SHA512 093e34057028a44310acc332041af6252263a6bc52d9a2a39d0a1dfd5a4810a24ac6ab65baef38dadffe5976ba00530a8a43a20a1510b51e6c5516b4dd95fdba WHIRLPOOL 00133ab0ef4e01d02c37e48cd5c7d5b5aa3ff27d8eebdb0e9a53d8c7224f2eecca0d9609d252f39d7e7b7064fa6cc9db6b956c409555f14f81e91a0351798380 +DIST Net-OpenSSH-0.60.tar.gz 55413 SHA256 c3034cfa8577d314364c9ff2d3ed8a5f5ec7b47d4c134818ab72cc6dce2a29af SHA512 6780ac0a73bdb923bb2915a535ae490a7c198f6667fc0885766fbb50835fc2c457bc8dea8fa2be7488c610621a1b9b1955d5712544e3f8948f54e97d012c6aaa WHIRLPOOL 813fe52d58e52eaba71175452a655e151f3b80ec6707a0308c575e7dfec0af118afa156ec266cc38e636b94ea02e40c322df236bfac8f826e7f221ae5b04e3ab diff --git a/dev-perl/Net-OpenSSH/Net-OpenSSH-0.590.0.ebuild b/dev-perl/Net-OpenSSH/Net-OpenSSH-0.590.0.ebuild new file mode 100644 index 000000000000..989b3aba8991 --- /dev/null +++ b/dev-perl/Net-OpenSSH/Net-OpenSSH-0.590.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=SALVA +MODULE_VERSION=0.59 +inherit perl-module + +DESCRIPTION="Net::OpenSSH, Perl wrapper for OpenSSH secure shell client" + +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="sftp" + +RDEPEND=" + dev-perl/IO-Tty + sftp? ( + dev-perl/Net-SFTP-Foreign + ) +" +DEPEND="${RDEPEND}" + +#SRC_TEST=do diff --git a/dev-perl/Net-OpenSSH/Net-OpenSSH-0.600.0.ebuild b/dev-perl/Net-OpenSSH/Net-OpenSSH-0.600.0.ebuild new file mode 100644 index 000000000000..5b1a13e0234e --- /dev/null +++ b/dev-perl/Net-OpenSSH/Net-OpenSSH-0.600.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=SALVA +MODULE_VERSION=0.60 +inherit perl-module + +DESCRIPTION="Net::OpenSSH, Perl wrapper for OpenSSH secure shell client" + +SLOT="0" +KEYWORDS="amd64 ~hppa ~sparc x86" +IUSE="sftp" + +RDEPEND=" + dev-perl/IO-Tty + sftp? ( + dev-perl/Net-SFTP-Foreign + ) +" +DEPEND="${RDEPEND}" + +#SRC_TEST=do diff --git a/dev-perl/Net-OpenSSH/metadata.xml b/dev-perl/Net-OpenSSH/metadata.xml new file mode 100644 index 000000000000..4cb17ad1b30d --- /dev/null +++ b/dev-perl/Net-OpenSSH/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <upstream> + <remote-id type="cpan">Net-OpenSSH</remote-id> + <remote-id type="cpan-module">Net::OpenSSH</remote-id> + <remote-id type="cpan-module">Net::OpenSSH::ConnectionCache</remote-id> + <remote-id type="cpan-module">Net::OpenSSH::Constants</remote-id> + <remote-id type="cpan-module">Net::OpenSSH::OSTracer</remote-id> + <remote-id type="cpan-module">mod_perl_openssh</remote-id> + </upstream> + <use> + <flag name="sftp">Enable SFTP protocol support.</flag> + </use> +</pkgmetadata> |