From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3E58A158086 for ; Thu, 6 Jan 2022 09:07:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4298B2BC03F; Thu, 6 Jan 2022 09:07:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10CD92BC032 for ; Thu, 6 Jan 2022 09:07:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D657D3430C5 for ; Thu, 6 Jan 2022 09:07:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0306292 for ; Thu, 6 Jan 2022 09:07:32 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1641460023.f5d1a6208a28b515e6d46eb3be471a2b650b440d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/proftpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/proftpd/proftpd-1.3.7a-r2.ebuild net-ftp/proftpd/proftpd-1.3.7b-r1.ebuild net-ftp/proftpd/proftpd-1.3.7c.ebuild net-ftp/proftpd/proftpd-1.3.8_rc1-r1.ebuild net-ftp/proftpd/proftpd-1.3.8_rc2.ebuild X-VCS-Directories: net-ftp/proftpd/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f5d1a6208a28b515e6d46eb3be471a2b650b440d X-VCS-Branch: master Date: Thu, 6 Jan 2022 09:07:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c893240d-3071-4ed5-97b1-73ed3fc899b7 X-Archives-Hash: 8e33f9be41f23fcdf6ebcd9709b6ddd6 commit: f5d1a6208a28b515e6d46eb3be471a2b650b440d Author: David Seifert gentoo org> AuthorDate: Thu Jan 6 09:07:03 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Jan 6 09:07:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d1a620 net-ftp/proftpd: remove userland_GNU Signed-off-by: David Seifert gentoo.org> net-ftp/proftpd/proftpd-1.3.7a-r2.ebuild | 6 +++--- net-ftp/proftpd/proftpd-1.3.7b-r1.ebuild | 6 +++--- net-ftp/proftpd/proftpd-1.3.7c.ebuild | 6 +++--- net-ftp/proftpd/proftpd-1.3.8_rc1-r1.ebuild | 6 +++--- net-ftp/proftpd/proftpd-1.3.8_rc2.ebuild | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/net-ftp/proftpd/proftpd-1.3.7a-r2.ebuild b/net-ftp/proftpd/proftpd-1.3.7a-r2.ebuild index ab94f1827e3a..df1dad4e4a74 100644 --- a/net-ftp/proftpd/proftpd-1.3.7a-r2.ebuild +++ b/net-ftp/proftpd/proftpd-1.3.7a-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -235,8 +235,8 @@ src_configure() { $(use_enable sodium) \ $(use_enable test tests) \ --enable-trace \ - $(use_enable userland_GNU shadow) \ - $(use_enable userland_GNU autoshadow) \ + --enable-shadow \ + --enable-autoshadow \ ${c:1} } diff --git a/net-ftp/proftpd/proftpd-1.3.7b-r1.ebuild b/net-ftp/proftpd/proftpd-1.3.7b-r1.ebuild index 3bb9b6ecaeac..a60f286ffbbe 100644 --- a/net-ftp/proftpd/proftpd-1.3.7b-r1.ebuild +++ b/net-ftp/proftpd/proftpd-1.3.7b-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -233,8 +233,8 @@ src_configure() { $(use_enable sodium) \ $(use_enable test tests) \ --enable-trace \ - $(use_enable userland_GNU shadow) \ - $(use_enable userland_GNU autoshadow) \ + --enable-shadow \ + --enable-autoshadow \ ${c:1} } diff --git a/net-ftp/proftpd/proftpd-1.3.7c.ebuild b/net-ftp/proftpd/proftpd-1.3.7c.ebuild index 00490f0b5ea5..e1eab3fccc3b 100644 --- a/net-ftp/proftpd/proftpd-1.3.7c.ebuild +++ b/net-ftp/proftpd/proftpd-1.3.7c.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -233,8 +233,8 @@ src_configure() { $(use_enable sodium) \ $(use_enable test tests) \ --enable-trace \ - $(use_enable userland_GNU shadow) \ - $(use_enable userland_GNU autoshadow) \ + --enable-shadow \ + --enable-autoshadow \ ${c:1} } diff --git a/net-ftp/proftpd/proftpd-1.3.8_rc1-r1.ebuild b/net-ftp/proftpd/proftpd-1.3.8_rc1-r1.ebuild index f44c0ca053cc..24743199c475 100644 --- a/net-ftp/proftpd/proftpd-1.3.8_rc1-r1.ebuild +++ b/net-ftp/proftpd/proftpd-1.3.8_rc1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -232,8 +232,8 @@ src_configure() { $(use_enable sodium) \ $(use_enable test tests) \ --enable-trace \ - $(use_enable userland_GNU shadow) \ - $(use_enable userland_GNU autoshadow) \ + --enable-shadow \ + --enable-autoshadow \ ${c:1} } diff --git a/net-ftp/proftpd/proftpd-1.3.8_rc2.ebuild b/net-ftp/proftpd/proftpd-1.3.8_rc2.ebuild index f44c0ca053cc..24743199c475 100644 --- a/net-ftp/proftpd/proftpd-1.3.8_rc2.ebuild +++ b/net-ftp/proftpd/proftpd-1.3.8_rc2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -232,8 +232,8 @@ src_configure() { $(use_enable sodium) \ $(use_enable test tests) \ --enable-trace \ - $(use_enable userland_GNU shadow) \ - $(use_enable userland_GNU autoshadow) \ + --enable-shadow \ + --enable-autoshadow \ ${c:1} }