diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-04-16 19:27:07 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-04-16 19:27:07 +0000 |
commit | fe0784fbe00ec585102fd5fddffeaac558d703c7 (patch) | |
tree | b51afc3303cbcd2d44f7641fc668ce545a9540fc /virtual/ssh | |
parent | Stable on amd64 wrt bug #363789 (diff) | |
download | gentoo-2-fe0784fbe00ec585102fd5fddffeaac558d703c7.tar.gz gentoo-2-fe0784fbe00ec585102fd5fddffeaac558d703c7.tar.bz2 gentoo-2-fe0784fbe00ec585102fd5fddffeaac558d703c7.zip |
Initial import, bug 361121.
(Portage version: 2.1.9.46/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'virtual/ssh')
-rw-r--r-- | virtual/ssh/ChangeLog | 9 | ||||
-rw-r--r-- | virtual/ssh/metadata.xml | 9 | ||||
-rw-r--r-- | virtual/ssh/ssh-0.ebuild | 20 |
3 files changed, 38 insertions, 0 deletions
diff --git a/virtual/ssh/ChangeLog b/virtual/ssh/ChangeLog new file mode 100644 index 000000000000..f4d01be9412b --- /dev/null +++ b/virtual/ssh/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for virtual/ssh +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/ssh/ChangeLog,v 1.1 2011/04/16 19:27:07 ulm Exp $ + +*ssh-0 (16 Apr 2011) + + 16 Apr 2011; Ulrich Mueller <ulm@gentoo.org> +ssh-0.ebuild, +metadata.xml: + Initial import, bug 361121. + diff --git a/virtual/ssh/metadata.xml b/virtual/ssh/metadata.xml new file mode 100644 index 000000000000..5ba6e326d700 --- /dev/null +++ b/virtual/ssh/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>base-system</herd> +<herd>embedded</herd> +<maintainer> + <email>ulm@gentoo.org</email> +</maintainer> +</pkgmetadata> diff --git a/virtual/ssh/ssh-0.ebuild b/virtual/ssh/ssh-0.ebuild new file mode 100644 index 000000000000..562abeac461e --- /dev/null +++ b/virtual/ssh/ssh-0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/ssh/ssh-0.ebuild,v 1.1 2011/04/16 19:27:07 ulm Exp $ + +DESCRIPTION="Virtual for SSH client and server" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="minimal" + +DEPEND="" +RDEPEND="minimal? ( + || ( net-misc/dropbear net-misc/openssh ) + ) + !minimal? ( + || ( net-misc/openssh net-misc/dropbear ) + )" |