diff options
author | robert <gentoo.bugzilla.2012@r123.de> | 2017-12-02 23:41:04 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-04 23:08:44 +0100 |
commit | 1d8f018ac16ba4515f9103cc4ea588a9708e8eae (patch) | |
tree | 80cd8e523383423ac5dbe58c00654b429d51a5d7 /mail-client/alpine | |
parent | mail-client/alpine: new version 2.21.1 (diff) | |
download | gentoo-1d8f018ac16ba4515f9103cc4ea588a9708e8eae.tar.gz gentoo-1d8f018ac16ba4515f9103cc4ea588a9708e8eae.tar.bz2 gentoo-1d8f018ac16ba4515f9103cc4ea588a9708e8eae.zip |
mail-client/alpine: remove old version
Diffstat (limited to 'mail-client/alpine')
-rw-r--r-- | mail-client/alpine/Manifest | 1 | ||||
-rw-r--r-- | mail-client/alpine/alpine-2.21.ebuild | 87 |
2 files changed, 0 insertions, 88 deletions
diff --git a/mail-client/alpine/Manifest b/mail-client/alpine/Manifest index 37eaa3177093..26225367b1f8 100644 --- a/mail-client/alpine/Manifest +++ b/mail-client/alpine/Manifest @@ -1,4 +1,3 @@ DIST alpine-2.00-chappa-115-all.patch.gz 212705 SHA256 1503ae09b6a4a74828e3472c4987b48a310f817e7fd93ca385724660aa234d7f SHA512 5e9fcb6a80dbd18bed26109caa6b7aa5eeb88de420861d9998c32f031e8279d6367c28b6670fb54203d1b14c3dc47cf5ad25b42e4949157de64f3f1fd36d0aa7 WHIRLPOOL d9fef2fb0a07acfb8ba4e5bedbc0140a09020967e52b16853907db47b1a7e35286022c2a03b1670fe377015393d22b27bfa9f12780de05bac1f3458a81f75527 DIST alpine-2.00.tar.bz2 5222673 SHA256 c85db8405af90375ba2440c85b7952d80996154e9916b83acca558dc82e0a2a6 SHA512 17c6e65fbe767d4f9ffb3d3c2bb3deeab9d3620cd046cbb0009290aa484c9254effa992957631f0603bd82b82aeca2923d391aee6d20a7684d5830fbca8ce4d2 WHIRLPOOL 6c1fed63e826c12c6e39e8f79e2b33f3b85545e54c32fdbe918636086c0aaaa26073883946061a6b52df50af711b7d6bb6647a177f051afccccdbd0cf473bbc3 DIST alpine-2.21.1.tar.gz 7490699 BLAKE2B f3aeafb55697701f6edda43659c9d27c7d7dab74f8e332e867f354ce555c26037f4b642af80f18db249dd7269f80bd880bc315ba4ae08ae7f63abc7998cea073 SHA512 78b47bd9e9dfc652bc407fe736d8b7526625782c332803cf01e5214a2b0a5af21736b8a2e685348913f6e2b10c80dced12081202294e9c61e3168b3a2b9657b7 -DIST alpine-2.21.tar.gz 7478778 BLAKE2B f8b734ff8004f5509cd932f63127f2c328f4a236bcaaf032f817d90e90051c16be3f57546603550d2e6a3513d7759faba9e5ddddb04b252f2adfc9da8f5f3401 SHA512 e61bb498cf0b52acdaa88e930ef1bff5a2f09c4b0006c9d8224f634811ba3373ce2fc5b00b104caafe3a90f97bcca5f27e226fb82f5672c1837a201dcfff8d93 diff --git a/mail-client/alpine/alpine-2.21.ebuild b/mail-client/alpine/alpine-2.21.ebuild deleted file mode 100644 index c8f0db34c522..000000000000 --- a/mail-client/alpine/alpine-2.21.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit autotools toolchain-funcs vcs-snapshot - -DESCRIPTION="alpine is an easy to use text-based based mail and news client" -HOMEPAGE="http://www.washington.edu/alpine/ http://repo.or.cz/alpine.git/" -GIT_COMMIT="59678f8c7af17eb361f4b9cc9c30a26bff01a1f3" -SRC_URI="http://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~alpha ~ia64 ~ppc ~sparc" -IUSE="doc ipv6 kerberos ldap libressl nls onlyalpine passfile smime spell ssl threads" - -DEPEND="virtual/pam - >=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 - eautoreconf -} - -src_configure() { - myconf=( - --without-tcl - --with-system-pinerc="${EPREFIX}"/etc/pine.conf - --with-system-fixed-pinerc="${EPREFIX}"/etc/pine.conf.fixed - ) - - if use ssl; then - myconf+=( - --with-ssl-include-dir="${EPREFIX}"/usr/include/openssl - --with-ssl-lib-dir="${EPREFIX}"/usr/$(get_libdir) - --with-ssl-certs-dir="${EPREFIX}"/etc/ssl/certs - ) - fi - econf \ - $(use_with ldap) \ - $(use_with ssl) \ - $(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 -j1 AR=$(tc-getAR) -} - -src_install() { - if use onlyalpine ; then - dobin alpine/alpine - doman doc/alpine.1 - else - emake DESTDIR="${D}" install - doman doc/man1/*.1 - fi - - dodoc NOTICE README* - - if use doc ; then - dodoc doc/brochure.txt - - docinto html/tech-notes - dodoc -r doc/tech-notes/*.html - dodoc -r doc/tech-notes/*.txt - fi -} |