Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/proftpd/
Date: Thu, 06 Jan 2022 09:07:39
Message-Id: 1641460023.f5d1a6208a28b515e6d46eb3be471a2b650b440d.soap@gentoo
1 commit: f5d1a6208a28b515e6d46eb3be471a2b650b440d
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 6 09:07:03 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 6 09:07:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d1a620
7
8 net-ftp/proftpd: remove userland_GNU
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 net-ftp/proftpd/proftpd-1.3.7a-r2.ebuild | 6 +++---
13 net-ftp/proftpd/proftpd-1.3.7b-r1.ebuild | 6 +++---
14 net-ftp/proftpd/proftpd-1.3.7c.ebuild | 6 +++---
15 net-ftp/proftpd/proftpd-1.3.8_rc1-r1.ebuild | 6 +++---
16 net-ftp/proftpd/proftpd-1.3.8_rc2.ebuild | 6 +++---
17 5 files changed, 15 insertions(+), 15 deletions(-)
18
19 diff --git a/net-ftp/proftpd/proftpd-1.3.7a-r2.ebuild b/net-ftp/proftpd/proftpd-1.3.7a-r2.ebuild
20 index ab94f1827e3a..df1dad4e4a74 100644
21 --- a/net-ftp/proftpd/proftpd-1.3.7a-r2.ebuild
22 +++ b/net-ftp/proftpd/proftpd-1.3.7a-r2.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2021 Gentoo Authors
25 +# Copyright 1999-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -235,8 +235,8 @@ src_configure() {
30 $(use_enable sodium) \
31 $(use_enable test tests) \
32 --enable-trace \
33 - $(use_enable userland_GNU shadow) \
34 - $(use_enable userland_GNU autoshadow) \
35 + --enable-shadow \
36 + --enable-autoshadow \
37 ${c:1}
38 }
39
40
41 diff --git a/net-ftp/proftpd/proftpd-1.3.7b-r1.ebuild b/net-ftp/proftpd/proftpd-1.3.7b-r1.ebuild
42 index 3bb9b6ecaeac..a60f286ffbbe 100644
43 --- a/net-ftp/proftpd/proftpd-1.3.7b-r1.ebuild
44 +++ b/net-ftp/proftpd/proftpd-1.3.7b-r1.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2021 Gentoo Authors
47 +# Copyright 1999-2022 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=7
51 @@ -233,8 +233,8 @@ src_configure() {
52 $(use_enable sodium) \
53 $(use_enable test tests) \
54 --enable-trace \
55 - $(use_enable userland_GNU shadow) \
56 - $(use_enable userland_GNU autoshadow) \
57 + --enable-shadow \
58 + --enable-autoshadow \
59 ${c:1}
60 }
61
62
63 diff --git a/net-ftp/proftpd/proftpd-1.3.7c.ebuild b/net-ftp/proftpd/proftpd-1.3.7c.ebuild
64 index 00490f0b5ea5..e1eab3fccc3b 100644
65 --- a/net-ftp/proftpd/proftpd-1.3.7c.ebuild
66 +++ b/net-ftp/proftpd/proftpd-1.3.7c.ebuild
67 @@ -1,4 +1,4 @@
68 -# Copyright 1999-2021 Gentoo Authors
69 +# Copyright 1999-2022 Gentoo Authors
70 # Distributed under the terms of the GNU General Public License v2
71
72 EAPI=7
73 @@ -233,8 +233,8 @@ src_configure() {
74 $(use_enable sodium) \
75 $(use_enable test tests) \
76 --enable-trace \
77 - $(use_enable userland_GNU shadow) \
78 - $(use_enable userland_GNU autoshadow) \
79 + --enable-shadow \
80 + --enable-autoshadow \
81 ${c:1}
82 }
83
84
85 diff --git a/net-ftp/proftpd/proftpd-1.3.8_rc1-r1.ebuild b/net-ftp/proftpd/proftpd-1.3.8_rc1-r1.ebuild
86 index f44c0ca053cc..24743199c475 100644
87 --- a/net-ftp/proftpd/proftpd-1.3.8_rc1-r1.ebuild
88 +++ b/net-ftp/proftpd/proftpd-1.3.8_rc1-r1.ebuild
89 @@ -1,4 +1,4 @@
90 -# Copyright 1999-2021 Gentoo Authors
91 +# Copyright 1999-2022 Gentoo Authors
92 # Distributed under the terms of the GNU General Public License v2
93
94 EAPI=7
95 @@ -232,8 +232,8 @@ src_configure() {
96 $(use_enable sodium) \
97 $(use_enable test tests) \
98 --enable-trace \
99 - $(use_enable userland_GNU shadow) \
100 - $(use_enable userland_GNU autoshadow) \
101 + --enable-shadow \
102 + --enable-autoshadow \
103 ${c:1}
104 }
105
106
107 diff --git a/net-ftp/proftpd/proftpd-1.3.8_rc2.ebuild b/net-ftp/proftpd/proftpd-1.3.8_rc2.ebuild
108 index f44c0ca053cc..24743199c475 100644
109 --- a/net-ftp/proftpd/proftpd-1.3.8_rc2.ebuild
110 +++ b/net-ftp/proftpd/proftpd-1.3.8_rc2.ebuild
111 @@ -1,4 +1,4 @@
112 -# Copyright 1999-2021 Gentoo Authors
113 +# Copyright 1999-2022 Gentoo Authors
114 # Distributed under the terms of the GNU General Public License v2
115
116 EAPI=7
117 @@ -232,8 +232,8 @@ src_configure() {
118 $(use_enable sodium) \
119 $(use_enable test tests) \
120 --enable-trace \
121 - $(use_enable userland_GNU shadow) \
122 - $(use_enable userland_GNU autoshadow) \
123 + --enable-shadow \
124 + --enable-autoshadow \
125 ${c:1}
126 }