Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/shadow/
Date: Sat, 01 Jan 2022 20:08:06
Message-Id: 1641067641.00c6344b1a7c95d60fbaacf883cba2d33f4b5988.soap@gentoo
1 commit: 00c6344b1a7c95d60fbaacf883cba2d33f4b5988
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 20:07:21 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 20:07:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00c6344b
7
8 sys-apps/shadow: remove uclibc
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-apps/shadow/shadow-4.10-r4.ebuild | 4 +---
13 sys-apps/shadow/shadow-4.8.1-r4.ebuild | 4 +---
14 sys-apps/shadow/shadow-4.9-r3.ebuild | 4 +---
15 sys-apps/shadow/shadow-4.9-r4.ebuild | 4 +---
16 4 files changed, 4 insertions(+), 12 deletions(-)
17
18 diff --git a/sys-apps/shadow/shadow-4.10-r4.ebuild b/sys-apps/shadow/shadow-4.10-r4.ebuild
19 index 3cb7d9ff4aa7..af2ce039df60 100644
20 --- a/sys-apps/shadow/shadow-4.10-r4.ebuild
21 +++ b/sys-apps/shadow/shadow-4.10-r4.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -86,8 +86,6 @@ src_configure() {
29 )
30 econf "${myeconfargs[@]}"
31
32 - has_version 'sys-libs/uclibc[-rpc]' && sed -i '/RLOGIN/d' config.h #425052
33 -
34 if use nls ; then
35 local l langs="po" # These are the pot files.
36 for l in ${LANGS[*]} ; do
37
38 diff --git a/sys-apps/shadow/shadow-4.8.1-r4.ebuild b/sys-apps/shadow/shadow-4.8.1-r4.ebuild
39 index 0f0c0c206359..8471d2236d9d 100644
40 --- a/sys-apps/shadow/shadow-4.8.1-r4.ebuild
41 +++ b/sys-apps/shadow/shadow-4.8.1-r4.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2021 Gentoo Authors
44 +# Copyright 1999-2022 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=7
48 @@ -84,8 +84,6 @@ src_configure() {
49 )
50 econf "${myeconfargs[@]}"
51
52 - has_version 'sys-libs/uclibc[-rpc]' && sed -i '/RLOGIN/d' config.h #425052
53 -
54 if use nls ; then
55 local l langs="po" # These are the pot files.
56 for l in ${LANGS[*]} ; do
57
58 diff --git a/sys-apps/shadow/shadow-4.9-r3.ebuild b/sys-apps/shadow/shadow-4.9-r3.ebuild
59 index 69a16bb519be..6d6e13ab4822 100644
60 --- a/sys-apps/shadow/shadow-4.9-r3.ebuild
61 +++ b/sys-apps/shadow/shadow-4.9-r3.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2021 Gentoo Authors
64 +# Copyright 1999-2022 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=7
68 @@ -86,8 +86,6 @@ src_configure() {
69 )
70 econf "${myeconfargs[@]}"
71
72 - has_version 'sys-libs/uclibc[-rpc]' && sed -i '/RLOGIN/d' config.h #425052
73 -
74 if use nls ; then
75 local l langs="po" # These are the pot files.
76 for l in ${LANGS[*]} ; do
77
78 diff --git a/sys-apps/shadow/shadow-4.9-r4.ebuild b/sys-apps/shadow/shadow-4.9-r4.ebuild
79 index 044718eed4c1..15492e9015a0 100644
80 --- a/sys-apps/shadow/shadow-4.9-r4.ebuild
81 +++ b/sys-apps/shadow/shadow-4.9-r4.ebuild
82 @@ -1,4 +1,4 @@
83 -# Copyright 1999-2021 Gentoo Authors
84 +# Copyright 1999-2022 Gentoo Authors
85 # Distributed under the terms of the GNU General Public License v2
86
87 EAPI=7
88 @@ -88,8 +88,6 @@ src_configure() {
89 )
90 econf "${myeconfargs[@]}"
91
92 - has_version 'sys-libs/uclibc[-rpc]' && sed -i '/RLOGIN/d' config.h #425052
93 -
94 if use nls ; then
95 local l langs="po" # These are the pot files.
96 for l in ${LANGS[*]} ; do