Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/proftpd/
Date: Wed, 30 Jun 2021 18:40:50
Message-Id: 1625078385.f855feca8a2e94bc96c14291e171363c9f682593.sam@gentoo
1 commit: f855feca8a2e94bc96c14291e171363c9f682593
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 30 18:39:45 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 30 18:39:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f855feca
7
8 net-ftp/proftpd: add missing libcrypt dependency
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 .../proftpd/{proftpd-1.3.7a-r1.ebuild => proftpd-1.3.7a-r2.ebuild} | 6 ++++--
13 net-ftp/proftpd/{proftpd-1.3.7b.ebuild => proftpd-1.3.7b-r1.ebuild} | 6 ++++--
14 .../{proftpd-1.3.8_rc1.ebuild => proftpd-1.3.8_rc1-r1.ebuild} | 6 ++++--
15 3 files changed, 12 insertions(+), 6 deletions(-)
16
17 diff --git a/net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild b/net-ftp/proftpd/proftpd-1.3.7a-r2.ebuild
18 similarity index 99%
19 rename from net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild
20 rename to net-ftp/proftpd/proftpd-1.3.7a-r2.ebuild
21 index 6af77bfacde..ab94f1827e3 100644
22 --- a/net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild
23 +++ b/net-ftp/proftpd/proftpd-1.3.7a-r2.ebuild
24 @@ -2,6 +2,7 @@
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 +
29 inherit multilib systemd tmpfiles toolchain-funcs
30
31 MOD_CASE="0.7"
32 @@ -23,8 +24,8 @@ SRC_URI="ftp://ftp.proftpd.org/distrib/source/${P/_/}.tar.gz
33 kerberos? ( mirror://sourceforge/gssmod/mod_gss-${MOD_GSS}.tar.gz )
34 msg? ( http://www.castaglia.org/${PN}/modules/${PN}-mod-msg-${MOD_MSG}.tar.gz )
35 vroot? ( https://github.com/Castaglia/${PN}-mod_vroot/archive/v${MOD_VROOT}.tar.gz -> mod_vroot-${MOD_VROOT}.tar.gz )"
36 -LICENSE="GPL-2"
37
38 +LICENSE="GPL-2"
39 SLOT="0"
40 KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
41 IUSE="acl authfile ban +caps case clamav copy ctrls deflate diskuse dso dynmasq exec ifsession ifversion ident ipv6
42 @@ -41,7 +42,8 @@ REQUIRED_USE="ban? ( ctrls )
43 sqlite? ( ssl )
44 "
45
46 -CDEPEND="acl? ( virtual/acl )
47 +CDEPEND="virtual/libcrypt:=
48 + acl? ( virtual/acl )
49 caps? ( sys-libs/libcap )
50 clamav? ( app-antivirus/clamav )
51 kerberos? ( virtual/krb5 )
52
53 diff --git a/net-ftp/proftpd/proftpd-1.3.7b.ebuild b/net-ftp/proftpd/proftpd-1.3.7b-r1.ebuild
54 similarity index 99%
55 rename from net-ftp/proftpd/proftpd-1.3.7b.ebuild
56 rename to net-ftp/proftpd/proftpd-1.3.7b-r1.ebuild
57 index 14f41fdcfdd..3bb9b6ecaea 100644
58 --- a/net-ftp/proftpd/proftpd-1.3.7b.ebuild
59 +++ b/net-ftp/proftpd/proftpd-1.3.7b-r1.ebuild
60 @@ -2,6 +2,7 @@
61 # Distributed under the terms of the GNU General Public License v2
62
63 EAPI=7
64 +
65 inherit multilib systemd tmpfiles toolchain-funcs
66
67 MOD_CASE="0.7"
68 @@ -23,8 +24,8 @@ SRC_URI="ftp://ftp.proftpd.org/distrib/source/${P/_/}.tar.gz
69 kerberos? ( mirror://sourceforge/gssmod/mod_gss-${MOD_GSS}.tar.gz )
70 msg? ( http://www.castaglia.org/${PN}/modules/${PN}-mod-msg-${MOD_MSG}.tar.gz )
71 vroot? ( https://github.com/Castaglia/${PN}-mod_vroot/archive/v${MOD_VROOT}.tar.gz -> mod_vroot-${MOD_VROOT}.tar.gz )"
72 -LICENSE="GPL-2"
73
74 +LICENSE="GPL-2"
75 SLOT="0"
76 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
77 IUSE="acl authfile ban +caps case clamav copy ctrls deflate diskuse dso dynmasq exec ifsession ifversion ident ipv6
78 @@ -41,7 +42,8 @@ REQUIRED_USE="ban? ( ctrls )
79 sqlite? ( ssl )
80 "
81
82 -CDEPEND="acl? ( virtual/acl )
83 +CDEPEND="virtual/libcrypt:=
84 + acl? ( virtual/acl )
85 caps? ( sys-libs/libcap )
86 clamav? ( app-antivirus/clamav )
87 kerberos? ( virtual/krb5 )
88
89 diff --git a/net-ftp/proftpd/proftpd-1.3.8_rc1.ebuild b/net-ftp/proftpd/proftpd-1.3.8_rc1-r1.ebuild
90 similarity index 99%
91 rename from net-ftp/proftpd/proftpd-1.3.8_rc1.ebuild
92 rename to net-ftp/proftpd/proftpd-1.3.8_rc1-r1.ebuild
93 index 51a27cb1b32..f44c0ca053c 100644
94 --- a/net-ftp/proftpd/proftpd-1.3.8_rc1.ebuild
95 +++ b/net-ftp/proftpd/proftpd-1.3.8_rc1-r1.ebuild
96 @@ -2,6 +2,7 @@
97 # Distributed under the terms of the GNU General Public License v2
98
99 EAPI=7
100 +
101 inherit multilib systemd tmpfiles toolchain-funcs
102
103 MOD_CASE="0.7"
104 @@ -23,8 +24,8 @@ SRC_URI="ftp://ftp.proftpd.org/distrib/source/${P/_/}.tar.gz
105 kerberos? ( mirror://sourceforge/gssmod/mod_gss-${MOD_GSS}.tar.gz )
106 msg? ( http://www.castaglia.org/${PN}/modules/${PN}-mod-msg-${MOD_MSG}.tar.gz )
107 vroot? ( https://github.com/Castaglia/${PN}-mod_vroot/archive/v${MOD_VROOT}.tar.gz -> mod_vroot-${MOD_VROOT}.tar.gz )"
108 -LICENSE="GPL-2"
109
110 +LICENSE="GPL-2"
111 SLOT="0"
112 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
113 IUSE="acl authfile ban +caps case clamav copy ctrls deflate diskuse dso dynmasq exec ifsession ifversion ident ipv6
114 @@ -41,7 +42,8 @@ REQUIRED_USE="ban? ( ctrls )
115 sqlite? ( ssl )
116 "
117
118 -CDEPEND="acl? ( virtual/acl )
119 +CDEPEND="virtual/libcrypt:=
120 + acl? ( virtual/acl )
121 caps? ( sys-libs/libcap )
122 clamav? ( app-antivirus/clamav )
123 kerberos? ( virtual/krb5 )