From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-913778-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5A8011395E2 for <garchives@archives.gentoo.org>; Sun, 27 Nov 2016 20:04:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CC3BE09D2; Sun, 27 Nov 2016 20:03:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0416CE09D2 for <gentoo-commits@lists.gentoo.org>; Sun, 27 Nov 2016 20:03:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DED983413AD for <gentoo-commits@lists.gentoo.org>; Sun, 27 Nov 2016 20:03:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5574291A for <gentoo-commits@lists.gentoo.org>; Sun, 27 Nov 2016 20:03:53 +0000 (UTC) From: "Pacho Ramos" <pacho@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" <pacho@gentoo.org> Message-ID: <1480277018.edefeb811f7d48eea99b935d7ea2c9dcdb87ea71.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/alpine/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/alpine/alpine-2.00-r7.ebuild X-VCS-Directories: mail-client/alpine/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: edefeb811f7d48eea99b935d7ea2c9dcdb87ea71 X-VCS-Branch: master Date: Sun, 27 Nov 2016 20:03:53 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 416c439b-459e-4af9-9edf-7f322f4b13cf X-Archives-Hash: 1377be40fe158a736e4a46afd2dece8c commit: edefeb811f7d48eea99b935d7ea2c9dcdb87ea71 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sun Nov 27 19:00:27 2016 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sun Nov 27 20:03:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edefeb81 mail-client/alpine: Disable topal support per bug #596532 Package-Manager: portage-2.3.2 mail-client/alpine/alpine-2.00-r7.ebuild | 109 +++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) diff --git a/mail-client/alpine/alpine-2.00-r7.ebuild b/mail-client/alpine/alpine-2.00-r7.ebuild new file mode 100644 index 00000000..1b3beda --- /dev/null +++ b/mail-client/alpine/alpine-2.00-r7.ebuild @@ -0,0 +1,109 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit eutils flag-o-matic autotools multilib toolchain-funcs + +CHAPPA_PL=115 +DESCRIPTION="alpine is an easy to use text-based based mail and news client" +HOMEPAGE="http://www.washington.edu/alpine/ http://patches.freeiz.com/alpine/" +SRC_URI="ftp://ftp.cac.washington.edu/alpine/${P}.tar.bz2 + chappa? ( http://patches.freeiz.com/alpine/patches/alpine-2.00/all.patch.gz + -> ${P}-chappa-${CHAPPA_PL}-all.patch.gz )" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="doc ipv6 kerberos ldap libressl nls onlyalpine passfile smime spell ssl threads +chappa" + +DEPEND="virtual/pam + >=net-libs/c-client-2007f-r4[chappa=] + >=sys-libs/ncurses-5.1:0= + ssl? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + ) + ldap? ( net-nds/openldap ) + kerberos? ( app-crypt/mit-krb5 ) + spell? ( app-text/aspell ) +" +RDEPEND="${DEPEND} + app-misc/mime-types + !onlyalpine? ( !mail-client/pine ) + !<=net-mail/uw-imap-2004g +" + +src_prepare() { + default + use chappa && epatch "${DISTDIR}/${P}-chappa-${CHAPPA_PL}-all.patch.gz" + + # do not use the bundled c-client + ebegin "Unbundling the c-client library" + rm -rf "${S}"/imap + local f + while read f ; do + sed -i -e \ + 's~^#include[[:blank:]]".*/c-client/\(.*\)"~#include <imap/\1>~g' "$f" + done < <(find "${S}" -name "*.c" -o -name "*.h") + eend $? + + epatch "${FILESDIR}"/2.00-lpam.patch + epatch "${FILESDIR}"/2.00-lcrypto.patch + epatch "${FILESDIR}"/2.00-c-client.patch + epatch "${FILESDIR}"/2.00-qa.patch + use chappa && epatch "${FILESDIR}/2.00-qa-chappa-${CHAPPA_PL}.patch" + + eautoreconf +} + +src_configure() { + local myconf="--without-tcl + --with-system-pinerc=/etc/pine.conf + --with-system-fixed-pinerc=/etc/pine.conf.fixed" + #--disable-debug" + # fixme + # --with-system-mail-directory=DIR? + + if use ssl; then + myconf+=" --with-ssl + --with-ssl-include-dir=/usr + --with-ssl-lib-dir=/usr/$(get_libdir) + --with-ssl-certs-dir=/etc/ssl/certs" + else + myconf+="--without-ssl" + fi + econf \ + $(use_with ldap) \ + $(use_with passfile passfile .pinepwd) \ + $(use_with kerberos krb5) \ + $(use_with threads pthread) \ + $(use_with spell interactive-spellcheck /usr/bin/aspell) \ + $(use_enable nls) \ + $(use_with ipv6) \ + $(use_with smime) \ + ${myconf} +} + +src_compile() { + emake AR=$(tc-getAR) +} + +src_install() { + if use onlyalpine ; then + dobin alpine/alpine + doman doc/alpine.1 + else + emake DESTDIR="${D}" install + doman doc/rpdump.1 doc/rpload.1 + fi + + dodoc NOTICE README* + + if use doc ; then + dodoc doc/brochure.txt doc/tech-notes.txt + + docinto html/tech-notes + dohtml -r doc/tech-notes/ + fi +}