Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/proftpd/
Date: Sat, 01 May 2021 20:44:31
Message-Id: 1619901863.de39265e2a626114ffd9afeade22fc42bd2718f7.slyfox@gentoo
1 commit: de39265e2a626114ffd9afeade22fc42bd2718f7
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 1 20:22:49 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat May 1 20:44:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de39265e
7
8 net-ftp/proftpd: drop deleted dev-libs/libressl
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild | 7 ++-----
14 net-ftp/proftpd/proftpd-1.3.7a.ebuild | 7 ++-----
15 2 files changed, 4 insertions(+), 10 deletions(-)
16
17 diff --git a/net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild b/net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild
18 index 7bef13f65e4..6af77bfacde 100644
19 --- a/net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild
20 +++ b/net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild
21 @@ -28,7 +28,7 @@ LICENSE="GPL-2"
22 SLOT="0"
23 KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
24 IUSE="acl authfile ban +caps case clamav copy ctrls deflate diskuse dso dynmasq exec ifsession ifversion ident ipv6
25 - kerberos ldap libressl log-forensic memcache msg mysql ncurses nls pam +pcre postgres qos radius
26 + kerberos ldap log-forensic memcache msg mysql ncurses nls pam +pcre postgres qos radius
27 ratio readme rewrite selinux sftp shaper sitemisc snmp sodium softquota sqlite ssl tcpd test unique-id vroot"
28 # TODO: geoip
29 REQUIRED_USE="ban? ( ctrls )
30 @@ -50,10 +50,7 @@ CDEPEND="acl? ( virtual/acl )
31 mysql? ( dev-db/mysql-connector-c:0= )
32 nls? ( virtual/libiconv )
33 ncurses? ( sys-libs/ncurses:0= )
34 - ssl? (
35 - !libressl? ( dev-libs/openssl:0= )
36 - libressl? ( dev-libs/libressl:= )
37 - )
38 + ssl? ( dev-libs/openssl:0= )
39 pam? ( sys-libs/pam )
40 pcre? ( dev-libs/libpcre )
41 postgres? ( dev-db/postgresql:= )
42
43 diff --git a/net-ftp/proftpd/proftpd-1.3.7a.ebuild b/net-ftp/proftpd/proftpd-1.3.7a.ebuild
44 index d7a64183012..c9477255fb6 100644
45 --- a/net-ftp/proftpd/proftpd-1.3.7a.ebuild
46 +++ b/net-ftp/proftpd/proftpd-1.3.7a.ebuild
47 @@ -28,7 +28,7 @@ LICENSE="GPL-2"
48 SLOT="0"
49 KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
50 IUSE="acl authfile ban +caps case clamav copy ctrls deflate diskuse dso dynmasq exec ifsession ifversion ident ipv6
51 - kerberos ldap libressl log-forensic memcache msg mysql ncurses nls pam +pcre postgres qos radius
52 + kerberos ldap log-forensic memcache msg mysql ncurses nls pam +pcre postgres qos radius
53 ratio readme rewrite selinux sftp shaper sitemisc snmp sodium softquota sqlite ssl tcpd test unique-id vroot"
54 # TODO: geoip
55 REQUIRED_USE="ban? ( ctrls )
56 @@ -50,10 +50,7 @@ CDEPEND="acl? ( virtual/acl )
57 mysql? ( dev-db/mysql-connector-c:0= )
58 nls? ( virtual/libiconv )
59 ncurses? ( sys-libs/ncurses:0= )
60 - ssl? (
61 - !libressl? ( dev-libs/openssl:0= )
62 - libressl? ( dev-libs/libressl:= )
63 - )
64 + ssl? ( dev-libs/openssl:0= )
65 pam? ( sys-libs/pam )
66 pcre? ( dev-libs/libpcre )
67 postgres? ( dev-db/postgresql:= )