From f9cb8f3754434bd0834973ae4cac3b659e85dd9d Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Thu, 19 Mar 2020 15:22:00 +0100 Subject: [PATCH] acct-*: add packages for openssh As dependencies needed by net-misc/openssh, add `acct-group/sshd`, `acct-user/sshd`, `virtual/libgcrypt`. --- .../acct-group/sshd/metadata.xml | 8 +++++++ .../acct-group/sshd/sshd-0.ebuild | 8 +++++++ .../acct-user/sshd/metadata.xml | 8 +++++++ .../acct-user/sshd/sshd-0.ebuild | 15 ++++++++++++ .../metadata/md5-cache/acct-group/sshd-0 | 7 ++++++ .../metadata/md5-cache/acct-user/sshd-0 | 8 +++++++ .../metadata/md5-cache/virtual/libcrypt-1 | 9 +++++++ .../metadata/md5-cache/virtual/libcrypt-2 | 9 +++++++ .../virtual/libcrypt/libcrypt-1.ebuild | 24 +++++++++++++++++++ .../virtual/libcrypt/libcrypt-2.ebuild | 19 +++++++++++++++ .../virtual/libcrypt/metadata.xml | 8 +++++++ 11 files changed, 123 insertions(+) create mode 100644 sdk_container/src/third_party/portage-stable/acct-group/sshd/metadata.xml create mode 100644 sdk_container/src/third_party/portage-stable/acct-group/sshd/sshd-0.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/acct-user/sshd/metadata.xml create mode 100644 sdk_container/src/third_party/portage-stable/acct-user/sshd/sshd-0.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/acct-group/sshd-0 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/acct-user/sshd-0 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/libcrypt-1 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/libcrypt-2 create mode 100644 sdk_container/src/third_party/portage-stable/virtual/libcrypt/libcrypt-1.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/virtual/libcrypt/libcrypt-2.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/virtual/libcrypt/metadata.xml diff --git a/sdk_container/src/third_party/portage-stable/acct-group/sshd/metadata.xml b/sdk_container/src/third_party/portage-stable/acct-group/sshd/metadata.xml new file mode 100644 index 0000000000..3e60a9a347 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/acct-group/sshd/metadata.xml @@ -0,0 +1,8 @@ + + + + + base-system@gentoo.org + Gentoo Base System + + diff --git a/sdk_container/src/third_party/portage-stable/acct-group/sshd/sshd-0.ebuild b/sdk_container/src/third_party/portage-stable/acct-group/sshd/sshd-0.ebuild new file mode 100644 index 0000000000..d54032fc8a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/acct-group/sshd/sshd-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=22 diff --git a/sdk_container/src/third_party/portage-stable/acct-user/sshd/metadata.xml b/sdk_container/src/third_party/portage-stable/acct-user/sshd/metadata.xml new file mode 100644 index 0000000000..3e60a9a347 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/acct-user/sshd/metadata.xml @@ -0,0 +1,8 @@ + + + + + base-system@gentoo.org + Gentoo Base System + + diff --git a/sdk_container/src/third_party/portage-stable/acct-user/sshd/sshd-0.ebuild b/sdk_container/src/third_party/portage-stable/acct-user/sshd/sshd-0.ebuild new file mode 100644 index 0000000000..06703c1956 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/acct-user/sshd/sshd-0.ebuild @@ -0,0 +1,15 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for ssh" + +ACCT_USER_ID=22 +ACCT_USER_HOME=/var/empty +ACCT_USER_HOME_OWNER=root:root +ACCT_USER_GROUPS=( sshd ) + +acct-user_add_deps diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/acct-group/sshd-0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/acct-group/sshd-0 new file mode 100644 index 0000000000..a508a4d575 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/acct-group/sshd-0 @@ -0,0 +1,7 @@ +DEFINED_PHASES=preinst pretend +DESCRIPTION=System group: sshd +EAPI=7 +KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +SLOT=0 +_eclasses_=acct-group 7126fca4f6bf56620d1ce1fd317066fc user 8bd74731cafdcdad8f7a63637302e073 +_md5_=806fe511e66eff6943cb9b40e5f0d87a diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/acct-user/sshd-0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/acct-user/sshd-0 new file mode 100644 index 0000000000..34bb524bd6 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/acct-user/sshd-0 @@ -0,0 +1,8 @@ +DEFINED_PHASES=install postinst preinst prerm pretend +DESCRIPTION=User for ssh +EAPI=7 +KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +RDEPEND=acct-group/sshd +SLOT=0 +_eclasses_=acct-user 1729414f09229fbe725c2bc404e60fac user 8bd74731cafdcdad8f7a63637302e073 +_md5_=c0e562c32c3c8bdc95c2071812b7eba3 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/libcrypt-1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/libcrypt-1 new file mode 100644 index 0000000000..8cdc4bb925 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/libcrypt-1 @@ -0,0 +1,9 @@ +DEFINED_PHASES=- +DESCRIPTION=Virtual for libcrypt.so +EAPI=7 +IUSE=+static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_riscv_lp64d abi_riscv_lp64 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~x86-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +RDEPEND=elibc_glibc? ( || ( >=sys-libs/glibc-2.30-r2[crypt(-),static-libs(+)?] + + + + base-system@gentoo.org + Gentoo base-system Project + +