summaryrefslogtreecommitdiff
path: root/virtual
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-10 21:05:55 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-10 21:05:55 +0000
commit71deace00d1a2b091313fe137ab7092418c6f87c (patch)
tree9f1f0dee23e13658e52f49437befe78427148c51 /virtual
parent29aabba0ea759c6a2864ff5631735b67ee38e5e0 (diff)
gentoo resync : 10.02.2020
Diffstat (limited to 'virtual')
-rw-r--r--virtual/Manifest.gzbin33455 -> 33615 bytes
-rw-r--r--virtual/libcrypt/Manifest3
-rw-r--r--virtual/libcrypt/libcrypt-1.ebuild24
-rw-r--r--virtual/libcrypt/libcrypt-2.ebuild19
-rw-r--r--virtual/libcrypt/metadata.xml8
-rw-r--r--virtual/python-pathlib/Manifest2
-rw-r--r--virtual/python-pathlib/python-pathlib-1.0.ebuild2
7 files changed, 56 insertions, 2 deletions
diff --git a/virtual/Manifest.gz b/virtual/Manifest.gz
index a5f1ee6df86c..dbff11b99d6b 100644
--- a/virtual/Manifest.gz
+++ b/virtual/Manifest.gz
Binary files differ
diff --git a/virtual/libcrypt/Manifest b/virtual/libcrypt/Manifest
new file mode 100644
index 000000000000..37662fb0a0d2
--- /dev/null
+++ b/virtual/libcrypt/Manifest
@@ -0,0 +1,3 @@
+EBUILD libcrypt-1.ebuild 685 BLAKE2B 7b879493d9b1870c042d78736f151bafe10bd8d12e6d92b80c086c81fc7e370bca55a61028b66db05a697c9bb8845a895e2de2ea326601708e63f10e9e9d5b88 SHA512 0c4e77c2caf678e56ebdcd4c1a9f7aabc9b6f87a4e5cad546b91cd567854098a3f77e622f20da8ab37c34d7b54edb4e3ceb438e20bd33cbb276d678aad7834b8
+EBUILD libcrypt-2.ebuild 657 BLAKE2B 16f1fa289757ffd4f57b3addde906c1ca81ff33310737f7b3e6d2a2a79b79407792a93404b29a4823ded45f8a9e503f6ae49642aebf46d2e8159077d118fc050 SHA512 cfa7b6e061fc1a4a13e380d92dcba55be3d1cff99b27b81dfc4258fe1612b6538266c158c1339ff4a4dc7dd4c357f5767f3b1e932d94b81de0ad0f250238a409
+MISC metadata.xml 261 BLAKE2B caf1cd4155f618105164d2fe3addfb4a06a504d56d9a387830f3b7f2b85864260b891897f0a2a6c56a83f72e2dcc1c66ecba2cfe25cf0dcaa54167cda74a117c SHA512 fd47d9491bf53a7f5b4232a4996dabba1ce2cc74a3fdfea0a7d831e0d3351a42c5d1187a05c8c69410fe91a80b7c3c3c087e08ab1fc5ba6a925c46a105d96ac9
diff --git a/virtual/libcrypt/libcrypt-1.ebuild b/virtual/libcrypt/libcrypt-1.ebuild
new file mode 100644
index 000000000000..2059e2651f55
--- /dev/null
+++ b/virtual/libcrypt/libcrypt-1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib-build
+
+DESCRIPTION="Virtual for libcrypt.so"
+
+SLOT="0/1"
+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"
+IUSE="+static-libs"
+
+RDEPEND="
+ elibc_glibc? (
+ || (
+ >=sys-libs/glibc-2.30-r2[crypt(-),static-libs(+)?]
+ <sys-libs/glibc-2.30-r2
+ )
+ )
+ elibc_musl? ( sys-libs/musl )
+ elibc_uclibc? ( sys-libs/uclibc-ng )
+ elibc_Cygwin? ( sys-libs/cygwin-crypt )
+"
diff --git a/virtual/libcrypt/libcrypt-2.ebuild b/virtual/libcrypt/libcrypt-2.ebuild
new file mode 100644
index 000000000000..2cf11b679c06
--- /dev/null
+++ b/virtual/libcrypt/libcrypt-2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib-build
+
+DESCRIPTION="Virtual for libcrypt.so"
+
+SLOT="0/2"
+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"
+IUSE="+static-libs"
+
+RDEPEND="
+ elibc_glibc? ( sys-libs/libxcrypt[system(-),static-libs(-)?,${MULTILIB_USEDEP}] )
+ elibc_musl? ( sys-libs/musl )
+ elibc_uclibc? ( sys-libs/uclibc-ng )
+ elibc_Cygwin? ( sys-libs/cygwin-crypt )
+"
diff --git a/virtual/libcrypt/metadata.xml b/virtual/libcrypt/metadata.xml
new file mode 100644
index 000000000000..82cfb159fc00
--- /dev/null
+++ b/virtual/libcrypt/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+ <email>base-system@gentoo.org</email>
+ <name>Gentoo base-system Project</name>
+</maintainer>
+</pkgmetadata>
diff --git a/virtual/python-pathlib/Manifest b/virtual/python-pathlib/Manifest
index 75b882a446a3..17439e12be21 100644
--- a/virtual/python-pathlib/Manifest
+++ b/virtual/python-pathlib/Manifest
@@ -1,2 +1,2 @@
-EBUILD python-pathlib-1.0.ebuild 448 BLAKE2B adb7261b6808794c059fe583a5becb2fca89a20ad5393a6bae5c20c1f50e50d0e8f4c98ac5a86503e111f1cda071c328f261310cab4590a89ca4064e172bffbb SHA512 d82a13acdc30d84d77ba9d9147f0e394b5caff3ea73426beb9c5dc45ca3cceeffadff557c296cd883a801879733da9410d2a678f607bdc7b07ed15f16880f828
+EBUILD python-pathlib-1.0.ebuild 447 BLAKE2B 3c49a75be482816d12865854bf8868b7a6a2d5cc3b57ea4ea9dece4190895035602c9c6943ed6068f6089c57e200718801c573abe3f12a4e04d590a96ffa6e58 SHA512 27759f140a740ca041d723f4bbdbba80d4b05341fa6edf927dba8187a0cec34310523e9c404a181ae684dcf1f7eba1b02515d9adeca0b0e5157b81946b7204e2
MISC metadata.xml 240 BLAKE2B 41e6a4d9da33dab2decc5ff419924f382a8f64d27a81fdb97576db8c6cf125be95911747946ec8be1b453f56617fef1084f5947f84b50a8db419d46df2ae8a0f SHA512 9c23321eaa853f851bf00195ea64ac2ba093e516f9b57855ee5aa58fbb1988130c9f0c17c2a9ce9fae4ee033e0a28a70c868e0f5acdfa1dd316ab533c5279d59
diff --git a/virtual/python-pathlib/python-pathlib-1.0.ebuild b/virtual/python-pathlib/python-pathlib-1.0.ebuild
index 253ac446a37f..0b15277770d0 100644
--- a/virtual/python-pathlib/python-pathlib-1.0.ebuild
+++ b/virtual/python-pathlib/python-pathlib-1.0.ebuild
@@ -9,7 +9,7 @@ inherit python-r1
DESCRIPTION="A virtual for Python pathlib module"
SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ia64 ppc ppc64 sparc x86"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}