summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2017-07-10 09:28:57 +0200
committerMartin Väth <martin@mvath.de>2017-07-10 09:28:57 +0200
commit30523104e80204935db5aef6fedbb71efab80a11 (patch)
treebb091fa1d50358f6c350ad89038df4cff2a50613 /mail-client
parentMake repoman happy (diff)
downloadmv-30523104e80204935db5aef6fedbb71efab80a11.tar.gz
mv-30523104e80204935db5aef6fedbb71efab80a11.tar.bz2
mv-30523104e80204935db5aef6fedbb71efab80a11.zip
mail-client/alpine: Update deps
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/alpine/alpine-2.00-r7.ebuild27
-rw-r--r--mail-client/alpine/metadata.xml1
2 files changed, 10 insertions, 18 deletions
diff --git a/mail-client/alpine/alpine-2.00-r7.ebuild b/mail-client/alpine/alpine-2.00-r7.ebuild
index d9a35d0d..3abc7a68 100644
--- a/mail-client/alpine/alpine-2.00-r7.ebuild
+++ b/mail-client/alpine/alpine-2.00-r7.ebuild
@@ -1,8 +1,7 @@
-# Copyright 2016 Gentoo Foundation
+# Copyright 2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-
inherit flag-o-matic autotools toolchain-funcs
CHAPPA_PL=115
@@ -14,34 +13,28 @@ SRC_URI="ftp://ftp.cac.washington.edu/alpine/${P}.tar.bz2
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE="doc ipv6 kerberos ldap libressl nls onlyalpine pam passfile smime spell ssl threads topal +chappa"
+KEYWORDS="alpha amd64 ia64 ppc sparc x86"
+IUSE="doc ipv6 kerberos ldap libressl nls onlyalpine pam passfile smime spell ssl threads +chappa"
DEPEND="pam? ( virtual/pam )
- >=net-libs/c-client-2007f-r4[topal=,chappa=]
+ >=net-libs/c-client-2007f-r4[chappa=]
>=sys-libs/ncurses-5.1:0=
ssl? (
- !libressl? ( dev-libs/openssl:0 )
- libressl? ( dev-libs/libressl )
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )
)
ldap? ( net-nds/openldap )
kerberos? ( app-crypt/mit-krb5 )
spell? ( app-text/aspell )
- topal? ( >=net-mail/topal-72 )"
+"
RDEPEND="${DEPEND}
app-misc/mime-types
!onlyalpine? ( !mail-client/pine )
- !<=net-mail/uw-imap-2004g"
-
-pkg_setup() {
- if use smime && use topal ; then
- ewarn "You can not have USE='smime topal'. Assuming topal is more important."
- fi
-}
+ !<=net-mail/uw-imap-2004g
+"
src_prepare() {
use chappa && eapply "${WORKDIR}/${P}-chappa-${CHAPPA_PL}-all.patch"
- use topal && eapply /usr/share/topal/patches/"${P}".patch-{1,2}
# do not use the bundled c-client
ebegin "Unbundling the c-client library"
@@ -89,7 +82,7 @@ src_configure() {
$(use_with spell interactive-spellcheck /usr/bin/aspell) \
$(use_enable nls) \
$(use_with ipv6) \
- $(use topal || use_with smime) \
+ $(use_with smime) \
${myconf}
}
diff --git a/mail-client/alpine/metadata.xml b/mail-client/alpine/metadata.xml
index d221cb81..f37a0597 100644
--- a/mail-client/alpine/metadata.xml
+++ b/mail-client/alpine/metadata.xml
@@ -14,6 +14,5 @@
<flag name="passfile">Adds support for caching passwords into a file
between sessions</flag>
<flag name="smime">Enable support for S/MIME</flag>
- <flag name="topal">Enable support for <pkg>net-mail/topal</pkg></flag>
</use>
</pkgmetadata>