aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <anthony.g.basile@gmail.com>2018-11-07 17:03:08 -0500
committerGitHub <noreply@github.com>2018-11-07 17:03:08 -0500
commita49a80e55bc333c82c0511de8ad582318bf33fc5 (patch)
treecfcda4291fe21b76a43fc8414b52ce0c88e0b172
parentMerge pull request #254 from CaseOf/qtnetwork (diff)
parentnet-mail/fetchmail: Remove support for non-existent deps (diff)
downloadlibressl-a49a80e55bc333c82c0511de8ad582318bf33fc5.tar.gz
libressl-a49a80e55bc333c82c0511de8ad582318bf33fc5.tar.bz2
libressl-a49a80e55bc333c82c0511de8ad582318bf33fc5.zip
Merge pull request #253 from steils/fetchmail
net-mail/fetchmail: Remove support for non-existent deps
-rw-r--r--net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild7
-rw-r--r--net-mail/fetchmail/fetchmail-6.3.26-r3.ebuild7
-rw-r--r--net-mail/fetchmail/metadata.xml1
3 files changed, 6 insertions, 9 deletions
diff --git a/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild b/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild
index e9a7881..f285eec 100644
--- a/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild
@@ -14,11 +14,10 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
LICENSE="GPL-2 public-domain"
SLOT="0"
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"
-IUSE="ssl nls kerberos hesiod tk socks libressl"
+IUSE="ssl nls kerberos tk socks libressl"
REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
-RDEPEND="hesiod? ( net-dns/hesiod )
- ssl? (
+RDEPEND="ssl? (
!libressl? ( >=dev-libs/openssl-0.9.6:= )
libressl? ( dev-libs/libressl:= )
)
@@ -67,7 +66,7 @@ src_configure() {
$(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
$(use_with kerberos gssapi) \
$(use_with kerberos kerberos5) \
- $(use_with hesiod) \
+ --without-hesiod \
$(use_with socks)
}
diff --git a/net-mail/fetchmail/fetchmail-6.3.26-r3.ebuild b/net-mail/fetchmail/fetchmail-6.3.26-r3.ebuild
index ff94aac..4e37847 100644
--- a/net-mail/fetchmail/fetchmail-6.3.26-r3.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.3.26-r3.ebuild
@@ -14,11 +14,10 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
LICENSE="GPL-2 public-domain"
SLOT="0"
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"
-IUSE="ssl nls kerberos hesiod tk socks libressl"
+IUSE="ssl nls kerberos tk socks libressl"
REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
-RDEPEND="hesiod? ( net-dns/hesiod )
- ssl? (
+RDEPEND="ssl? (
!libressl? ( >=dev-libs/openssl-0.9.6:= )
libressl? ( dev-libs/libressl:= )
)
@@ -67,7 +66,7 @@ src_configure() {
$(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
$(use_with kerberos gssapi) \
$(use_with kerberos kerberos5) \
- $(use_with hesiod) \
+ --without-hesiod \
$(use_with socks)
}
diff --git a/net-mail/fetchmail/metadata.xml b/net-mail/fetchmail/metadata.xml
index f94033e..33e5a03 100644
--- a/net-mail/fetchmail/metadata.xml
+++ b/net-mail/fetchmail/metadata.xml
@@ -6,7 +6,6 @@
<name>Net-Mail</name>
</maintainer>
<use>
- <flag name="hesiod">Enable support for hesiod</flag>
<flag name="tk">Enable support for Tk GUI toolkit, in particular it installs fetchmailconf</flag>
<flag name="socks">Enable support for socks proxy</flag>
</use>