Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libcrypt/
Date: Thu, 06 Feb 2020 18:47:33
Message-Id: 1581014841.0984adbab9c818e55ab7f4ed588fe28236fe1ad4.chutzpah@gentoo
1 commit: 0984adbab9c818e55ab7f4ed588fe28236fe1ad4
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Thu Feb 6 18:46:26 2020 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 6 18:47:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0984adba
7
8 virtual/libcrypt: New virtual for libcrypt.so implementation
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-2.3.87, Repoman-2.3.20
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 virtual/libcrypt/libcrypt-0.ebuild | 25 +++++++++++++++++++++++++
15 virtual/libcrypt/metadata.xml | 8 ++++++++
16 2 files changed, 33 insertions(+)
17
18 diff --git a/virtual/libcrypt/libcrypt-0.ebuild b/virtual/libcrypt/libcrypt-0.ebuild
19 new file mode 100644
20 index 00000000000..bc351df7fc4
21 --- /dev/null
22 +++ b/virtual/libcrypt/libcrypt-0.ebuild
23 @@ -0,0 +1,25 @@
24 +# Copyright 1999-2020 Gentoo Authors
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=7
28 +
29 +DESCRIPTION="Virtual for libcrypt.so"
30 +
31 +SLOT="0"
32 +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"
33 +IUSE="static-libs"
34 +
35 +DEPEND="
36 + elibc_glibc? ( || (
37 + || (
38 + <sys-libs/glibc-2.30-r2
39 + >=sys-libs/glibc-2.30-r2[crypt(-),static-libs(+)?]
40 + )
41 + sys-libs/libxcrypt[system(-),static-libs(-)?]
42 + )
43 + )
44 + elibc_musl? ( sys-libs/musl )
45 + elibc_uclibc? ( sys-libs/uclibc-ng )
46 + elibc_Cygwin? ( sys-libs/cygwin-crypt )
47 +"
48 +RDEPEND="${DEPEND}"
49
50 diff --git a/virtual/libcrypt/metadata.xml b/virtual/libcrypt/metadata.xml
51 new file mode 100644
52 index 00000000000..82cfb159fc0
53 --- /dev/null
54 +++ b/virtual/libcrypt/metadata.xml
55 @@ -0,0 +1,8 @@
56 +<?xml version="1.0" encoding="UTF-8"?>
57 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
58 +<pkgmetadata>
59 +<maintainer type="project">
60 + <email>base-system@g.o</email>
61 + <name>Gentoo base-system Project</name>
62 +</maintainer>
63 +</pkgmetadata>