public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, net-mail/fetchmail/
@ 2018-08-26 17:28 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2018-08-26 17:28 UTC (permalink / raw
  To: gentoo-commits

commit:     f92e54b84b8d2838ae3ca44022251146fbeaae58
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 17:19:13 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 17:19:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f92e54b8

net-mail/fetchmail: Remove support for non-existent deps

 net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild | 7 +++----
 net-mail/fetchmail/fetchmail-6.3.26-r3.ebuild | 7 +++----
 net-mail/fetchmail/metadata.xml               | 1 -
 profiles/base/package.use.mask                | 1 -
 4 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild b/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild
index 3ba19eb6b65..03a7c8379d1 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"
+IUSE="ssl nls kerberos tk socks"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 
-RDEPEND="hesiod? ( net-dns/hesiod )
-	ssl? ( >=dev-libs/openssl-0.9.6 )
+RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6 )
 	kerberos? ( virtual/krb5 >=dev-libs/openssl-0.9.6 )
 	nls? ( virtual/libintl )
 	!elibc_glibc? ( sys-libs/e2fsprogs-libs )
@@ -59,7 +58,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 eae9513c0d1..f5210c26d37 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"
+IUSE="ssl nls kerberos tk socks"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 
-RDEPEND="hesiod? ( net-dns/hesiod )
-	ssl? ( >=dev-libs/openssl-0.9.6 )
+RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6 )
 	kerberos? ( virtual/krb5 >=dev-libs/openssl-0.9.6 )
 	nls? ( virtual/libintl )
 	!elibc_glibc? ( sys-libs/e2fsprogs-libs )
@@ -59,7 +58,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 f94033e0aa9..33e5a03d101 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>

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 00a5b5c5df8..bdf5c8d7d5c 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -70,7 +70,6 @@ net-analyzer/scapy visual
 
 # Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
 # net-dns/hesiod will be removed (#606652)
-net-mail/fetchmail hesiod
 sys-freebsd/freebsd-lib hesiod
 
 # Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-08-26 17:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-26 17:28 [gentoo-commits] repo/gentoo:master commit in: profiles/base/, net-mail/fetchmail/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox