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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8EEE813933E for ; Wed, 30 Jun 2021 18:40:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35B9CE0848; Wed, 30 Jun 2021 18:40:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B3A3E0848 for ; Wed, 30 Jun 2021 18:40:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5547B33D4A6 for ; Wed, 30 Jun 2021 18:40:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9B577CA for ; Wed, 30 Jun 2021 18:40:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1625078385.f855feca8a2e94bc96c14291e171363c9f682593.sam@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-r1.ebuild net-ftp/proftpd/proftpd-1.3.7a-r2.ebuild net-ftp/proftpd/proftpd-1.3.7b-r1.ebuild net-ftp/proftpd/proftpd-1.3.7b.ebuild net-ftp/proftpd/proftpd-1.3.8_rc1-r1.ebuild net-ftp/proftpd/proftpd-1.3.8_rc1.ebuild X-VCS-Directories: net-ftp/proftpd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f855feca8a2e94bc96c14291e171363c9f682593 X-VCS-Branch: master Date: Wed, 30 Jun 2021 18:40:44 +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: edb3d5a8-ec67-445b-b9aa-c59fbf6b0058 X-Archives-Hash: 4445dffbc95cc8d84efeda21cb8115fc commit: f855feca8a2e94bc96c14291e171363c9f682593 Author: Sam James gentoo org> AuthorDate: Wed Jun 30 18:39:45 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 30 18:39:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f855feca net-ftp/proftpd: add missing libcrypt dependency Signed-off-by: Sam James gentoo.org> .../proftpd/{proftpd-1.3.7a-r1.ebuild => proftpd-1.3.7a-r2.ebuild} | 6 ++++-- net-ftp/proftpd/{proftpd-1.3.7b.ebuild => proftpd-1.3.7b-r1.ebuild} | 6 ++++-- .../{proftpd-1.3.8_rc1.ebuild => proftpd-1.3.8_rc1-r1.ebuild} | 6 ++++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild b/net-ftp/proftpd/proftpd-1.3.7a-r2.ebuild similarity index 99% rename from net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild rename to net-ftp/proftpd/proftpd-1.3.7a-r2.ebuild index 6af77bfacde..ab94f1827e3 100644 --- a/net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild +++ b/net-ftp/proftpd/proftpd-1.3.7a-r2.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit multilib systemd tmpfiles toolchain-funcs MOD_CASE="0.7" @@ -23,8 +24,8 @@ SRC_URI="ftp://ftp.proftpd.org/distrib/source/${P/_/}.tar.gz kerberos? ( mirror://sourceforge/gssmod/mod_gss-${MOD_GSS}.tar.gz ) msg? ( http://www.castaglia.org/${PN}/modules/${PN}-mod-msg-${MOD_MSG}.tar.gz ) vroot? ( https://github.com/Castaglia/${PN}-mod_vroot/archive/v${MOD_VROOT}.tar.gz -> mod_vroot-${MOD_VROOT}.tar.gz )" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86" IUSE="acl authfile ban +caps case clamav copy ctrls deflate diskuse dso dynmasq exec ifsession ifversion ident ipv6 @@ -41,7 +42,8 @@ REQUIRED_USE="ban? ( ctrls ) sqlite? ( ssl ) " -CDEPEND="acl? ( virtual/acl ) +CDEPEND="virtual/libcrypt:= + acl? ( virtual/acl ) caps? ( sys-libs/libcap ) clamav? ( app-antivirus/clamav ) kerberos? ( virtual/krb5 ) diff --git a/net-ftp/proftpd/proftpd-1.3.7b.ebuild b/net-ftp/proftpd/proftpd-1.3.7b-r1.ebuild similarity index 99% rename from net-ftp/proftpd/proftpd-1.3.7b.ebuild rename to net-ftp/proftpd/proftpd-1.3.7b-r1.ebuild index 14f41fdcfdd..3bb9b6ecaea 100644 --- a/net-ftp/proftpd/proftpd-1.3.7b.ebuild +++ b/net-ftp/proftpd/proftpd-1.3.7b-r1.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit multilib systemd tmpfiles toolchain-funcs MOD_CASE="0.7" @@ -23,8 +24,8 @@ SRC_URI="ftp://ftp.proftpd.org/distrib/source/${P/_/}.tar.gz kerberos? ( mirror://sourceforge/gssmod/mod_gss-${MOD_GSS}.tar.gz ) msg? ( http://www.castaglia.org/${PN}/modules/${PN}-mod-msg-${MOD_MSG}.tar.gz ) vroot? ( https://github.com/Castaglia/${PN}-mod_vroot/archive/v${MOD_VROOT}.tar.gz -> mod_vroot-${MOD_VROOT}.tar.gz )" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="acl authfile ban +caps case clamav copy ctrls deflate diskuse dso dynmasq exec ifsession ifversion ident ipv6 @@ -41,7 +42,8 @@ REQUIRED_USE="ban? ( ctrls ) sqlite? ( ssl ) " -CDEPEND="acl? ( virtual/acl ) +CDEPEND="virtual/libcrypt:= + acl? ( virtual/acl ) caps? ( sys-libs/libcap ) clamav? ( app-antivirus/clamav ) kerberos? ( virtual/krb5 ) diff --git a/net-ftp/proftpd/proftpd-1.3.8_rc1.ebuild b/net-ftp/proftpd/proftpd-1.3.8_rc1-r1.ebuild similarity index 99% rename from net-ftp/proftpd/proftpd-1.3.8_rc1.ebuild rename to net-ftp/proftpd/proftpd-1.3.8_rc1-r1.ebuild index 51a27cb1b32..f44c0ca053c 100644 --- a/net-ftp/proftpd/proftpd-1.3.8_rc1.ebuild +++ b/net-ftp/proftpd/proftpd-1.3.8_rc1-r1.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit multilib systemd tmpfiles toolchain-funcs MOD_CASE="0.7" @@ -23,8 +24,8 @@ SRC_URI="ftp://ftp.proftpd.org/distrib/source/${P/_/}.tar.gz kerberos? ( mirror://sourceforge/gssmod/mod_gss-${MOD_GSS}.tar.gz ) msg? ( http://www.castaglia.org/${PN}/modules/${PN}-mod-msg-${MOD_MSG}.tar.gz ) vroot? ( https://github.com/Castaglia/${PN}-mod_vroot/archive/v${MOD_VROOT}.tar.gz -> mod_vroot-${MOD_VROOT}.tar.gz )" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="acl authfile ban +caps case clamav copy ctrls deflate diskuse dso dynmasq exec ifsession ifversion ident ipv6 @@ -41,7 +42,8 @@ REQUIRED_USE="ban? ( ctrls ) sqlite? ( ssl ) " -CDEPEND="acl? ( virtual/acl ) +CDEPEND="virtual/libcrypt:= + acl? ( virtual/acl ) caps? ( sys-libs/libcap ) clamav? ( app-antivirus/clamav ) kerberos? ( virtual/krb5 )