summaryrefslogtreecommitdiff
path: root/virtual/openssh
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-11 23:47:37 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-11 23:47:37 +0100
commit02930d1eb5af78d32b1597af6af24163895d9e0f (patch)
tree7908188ca5a80d7ff557ebc70fe3bdcbf2875832 /virtual/openssh
parent54654470d999265b5a0010be7190e8a9993b1840 (diff)
gentoo auto-resync : 11:05:2023 - 23:47:37
Diffstat (limited to 'virtual/openssh')
-rw-r--r--virtual/openssh/Manifest2
-rw-r--r--virtual/openssh/metadata.xml9
-rw-r--r--virtual/openssh/openssh-0.ebuild16
3 files changed, 27 insertions, 0 deletions
diff --git a/virtual/openssh/Manifest b/virtual/openssh/Manifest
new file mode 100644
index 000000000000..5dc1eb85775f
--- /dev/null
+++ b/virtual/openssh/Manifest
@@ -0,0 +1,2 @@
+EBUILD openssh-0.ebuild 368 BLAKE2B a64f520ebdcb64c07721f80b63899b1638d24ca99307550d5f764037ebfcf1af104d012ed23b3936b4047bd6490ba2724521ae070a6e7cd09a6e1c946b3512b7 SHA512 986e8a6c22e8912635d89c2ccba03225db8856b007b708c85e9a0d884fc687aedd27984078f2b68cb77260623f5c96e48eec143e45dc61671d91f6bc4a680d28
+MISC metadata.xml 282 BLAKE2B 85c3312405ada57a85e03b06a59523c8d4069551f91e6b70f182d5af92ffc26b946c2987554001649eb41d605864a5cb3c172ebbb02f3c1a11ca1ed805889550 SHA512 5eac09aed8093684086d644c321b236d5da019a650ad322d33236b543bd5641edfc43cbdeee4654e093f9f6393eae034110ca51eb560b87a178fba74244d7fdb
diff --git a/virtual/openssh/metadata.xml b/virtual/openssh/metadata.xml
new file mode 100644
index 000000000000..de9d78424186
--- /dev/null
+++ b/virtual/openssh/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>base-system@gentoo.org</email>
+ <name>Gentoo Base System</name>
+ </maintainer>
+ <stabilize-allarches/>
+</pkgmetadata>
diff --git a/virtual/openssh/openssh-0.ebuild b/virtual/openssh/openssh-0.ebuild
new file mode 100644
index 000000000000..c1d8760ec113
--- /dev/null
+++ b/virtual/openssh/openssh-0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Virtual for net-misc/openssh and variants"
+
+SLOT="0"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
+IUSE="ssl"
+
+RDEPEND="
+ || (
+ >=net-misc/openssh-9.3_p1-r1[ssl?]
+ >=net-misc/openssh-contrib-9.3_p1[ssl?]
+ )"