From: "Patrick McLean" <chutzpah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libcrypt/
Date: Fri, 7 Feb 2020 03:41:22 +0000 (UTC) [thread overview]
Message-ID: <1581046842.6529a1b3d8578dd0f8c3701d4b6d2274dd2cf12d.chutzpah@gentoo> (raw)
commit: 6529a1b3d8578dd0f8c3701d4b6d2274dd2cf12d
Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Fri Feb 7 03:00:53 2020 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Fri Feb 7 03:40:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6529a1b3
virtual/libcrypt: split in to subslotted versions
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
virtual/libcrypt/{libcrypt-0.ebuild => libcrypt-1.ebuild} | 11 ++---------
virtual/libcrypt/{libcrypt-0.ebuild => libcrypt-2.ebuild} | 11 ++---------
2 files changed, 4 insertions(+), 18 deletions(-)
diff --git a/virtual/libcrypt/libcrypt-0.ebuild b/virtual/libcrypt/libcrypt-1.ebuild
similarity index 75%
copy from virtual/libcrypt/libcrypt-0.ebuild
copy to virtual/libcrypt/libcrypt-1.ebuild
index d0df303a975..a0ae9bbb0a2 100644
--- a/virtual/libcrypt/libcrypt-0.ebuild
+++ b/virtual/libcrypt/libcrypt-1.ebuild
@@ -5,19 +5,12 @@ EAPI=7
DESCRIPTION="Virtual for libcrypt.so"
-SLOT="0"
+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"
DEPEND="
- elibc_glibc? ( || (
- || (
- <sys-libs/glibc-2.30-r2
- >=sys-libs/glibc-2.30-r2[crypt(-),static-libs(+)?]
- )
- sys-libs/libxcrypt[system(-),static-libs(-)?]
- )
- )
+ elibc_glibc? ( || ( <sys-libs/glibc-2.30-r2 >=sys-libs/glibc-2.30-r2[crypt(-),static-libs(+)?] ) )
elibc_musl? ( sys-libs/musl )
elibc_uclibc? ( sys-libs/uclibc-ng )
elibc_Cygwin? ( sys-libs/cygwin-crypt )
diff --git a/virtual/libcrypt/libcrypt-0.ebuild b/virtual/libcrypt/libcrypt-2.ebuild
similarity index 75%
rename from virtual/libcrypt/libcrypt-0.ebuild
rename to virtual/libcrypt/libcrypt-2.ebuild
index d0df303a975..f8664914e54 100644
--- a/virtual/libcrypt/libcrypt-0.ebuild
+++ b/virtual/libcrypt/libcrypt-2.ebuild
@@ -5,19 +5,12 @@ EAPI=7
DESCRIPTION="Virtual for libcrypt.so"
-SLOT="0"
+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"
DEPEND="
- elibc_glibc? ( || (
- || (
- <sys-libs/glibc-2.30-r2
- >=sys-libs/glibc-2.30-r2[crypt(-),static-libs(+)?]
- )
- sys-libs/libxcrypt[system(-),static-libs(-)?]
- )
- )
+ elibc_glibc? ( sys-libs/libxcrypt[system(-),static-libs(-)?] )
elibc_musl? ( sys-libs/musl )
elibc_uclibc? ( sys-libs/uclibc-ng )
elibc_Cygwin? ( sys-libs/cygwin-crypt )
next reply other threads:[~2020-02-07 3:41 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-07 3:41 Patrick McLean [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-23 20:26 [gentoo-commits] repo/gentoo:master commit in: virtual/libcrypt/ Andreas K. Hüttel
2023-05-29 18:21 Sam James
2023-03-31 11:59 Arthur Zamarin
2023-03-31 11:59 Arthur Zamarin
2023-03-31 11:59 Arthur Zamarin
2023-03-31 11:59 Arthur Zamarin
2023-03-31 11:59 Arthur Zamarin
2023-03-31 11:59 Arthur Zamarin
2023-03-24 13:18 Arthur Zamarin
2023-03-19 22:08 Sam James
2022-09-10 11:28 Sam James
2022-01-05 5:24 Sam James
2022-01-01 20:08 David Seifert
2021-11-06 0:52 Sam James
2021-10-31 18:12 Sam James
2021-10-31 18:12 Sam James
2021-10-31 18:12 Sam James
2021-10-31 18:10 Sam James
2021-10-31 18:10 Sam James
2021-10-31 18:10 Sam James
2021-09-24 21:02 Mike Gilbert
2021-06-30 21:29 Sam James
2021-06-24 22:02 Sam James
2020-12-27 19:00 Fabian Groffen
2020-12-18 14:16 Fabian Groffen
2020-12-09 12:10 Fabian Groffen
2020-05-02 10:58 Andreas K. Hüttel
2020-02-10 18:21 Patrick McLean
2020-02-08 0:51 Patrick McLean
2020-02-08 0:51 Patrick McLean
2020-02-07 0:13 Patrick McLean
2020-02-06 18:47 Patrick McLean
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1581046842.6529a1b3d8578dd0f8c3701d4b6d2274dd2cf12d.chutzpah@gentoo \
--to=chutzpah@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox