Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, net-mail/fetchmail/
Date: Sun, 26 Aug 2018 17:28:13
Message-Id: 1535303953.f92e54b84b8d2838ae3ca44022251146fbeaae58.mgorny@gentoo
1 commit: f92e54b84b8d2838ae3ca44022251146fbeaae58
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 17:19:13 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 17:19:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f92e54b8
7
8 net-mail/fetchmail: Remove support for non-existent deps
9
10 net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild | 7 +++----
11 net-mail/fetchmail/fetchmail-6.3.26-r3.ebuild | 7 +++----
12 net-mail/fetchmail/metadata.xml | 1 -
13 profiles/base/package.use.mask | 1 -
14 4 files changed, 6 insertions(+), 10 deletions(-)
15
16 diff --git a/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild b/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild
17 index 3ba19eb6b65..03a7c8379d1 100644
18 --- a/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild
19 +++ b/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild
20 @@ -14,11 +14,10 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
21 LICENSE="GPL-2 public-domain"
22 SLOT="0"
23 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
24 -IUSE="ssl nls kerberos hesiod tk socks"
25 +IUSE="ssl nls kerberos tk socks"
26 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
27
28 -RDEPEND="hesiod? ( net-dns/hesiod )
29 - ssl? ( >=dev-libs/openssl-0.9.6 )
30 +RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6 )
31 kerberos? ( virtual/krb5 >=dev-libs/openssl-0.9.6 )
32 nls? ( virtual/libintl )
33 !elibc_glibc? ( sys-libs/e2fsprogs-libs )
34 @@ -59,7 +58,7 @@ src_configure() {
35 $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
36 $(use_with kerberos gssapi) \
37 $(use_with kerberos kerberos5) \
38 - $(use_with hesiod) \
39 + --without-hesiod \
40 $(use_with socks)
41 }
42
43
44 diff --git a/net-mail/fetchmail/fetchmail-6.3.26-r3.ebuild b/net-mail/fetchmail/fetchmail-6.3.26-r3.ebuild
45 index eae9513c0d1..f5210c26d37 100644
46 --- a/net-mail/fetchmail/fetchmail-6.3.26-r3.ebuild
47 +++ b/net-mail/fetchmail/fetchmail-6.3.26-r3.ebuild
48 @@ -14,11 +14,10 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
49 LICENSE="GPL-2 public-domain"
50 SLOT="0"
51 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
52 -IUSE="ssl nls kerberos hesiod tk socks"
53 +IUSE="ssl nls kerberos tk socks"
54 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
55
56 -RDEPEND="hesiod? ( net-dns/hesiod )
57 - ssl? ( >=dev-libs/openssl-0.9.6 )
58 +RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6 )
59 kerberos? ( virtual/krb5 >=dev-libs/openssl-0.9.6 )
60 nls? ( virtual/libintl )
61 !elibc_glibc? ( sys-libs/e2fsprogs-libs )
62 @@ -59,7 +58,7 @@ src_configure() {
63 $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
64 $(use_with kerberos gssapi) \
65 $(use_with kerberos kerberos5) \
66 - $(use_with hesiod) \
67 + --without-hesiod \
68 $(use_with socks)
69 }
70
71
72 diff --git a/net-mail/fetchmail/metadata.xml b/net-mail/fetchmail/metadata.xml
73 index f94033e0aa9..33e5a03d101 100644
74 --- a/net-mail/fetchmail/metadata.xml
75 +++ b/net-mail/fetchmail/metadata.xml
76 @@ -6,7 +6,6 @@
77 <name>Net-Mail</name>
78 </maintainer>
79 <use>
80 - <flag name="hesiod">Enable support for hesiod</flag>
81 <flag name="tk">Enable support for Tk GUI toolkit, in particular it installs fetchmailconf</flag>
82 <flag name="socks">Enable support for socks proxy</flag>
83 </use>
84
85 diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
86 index 00a5b5c5df8..bdf5c8d7d5c 100644
87 --- a/profiles/base/package.use.mask
88 +++ b/profiles/base/package.use.mask
89 @@ -70,7 +70,6 @@ net-analyzer/scapy visual
90
91 # Pacho Ramos <pacho@g.o> (18 Mar 2018)
92 # net-dns/hesiod will be removed (#606652)
93 -net-mail/fetchmail hesiod
94 sys-freebsd/freebsd-lib hesiod
95
96 # Pacho Ramos <pacho@g.o> (17 Mar 2018)