From: Thomas Sachau Date: Fri, 24 Apr 2009 18:31:42 +0000 (+0000) Subject: mail-client/ alpine: In gentoo-x86 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=8f1b3ed64f51c1e3b512e6e83f4d52a50d98e482;p=~andy%2Fsunrise mail-client/ alpine: In gentoo-x86 svn path=/sunrise/; revision=8419 --- diff --git a/mail-client/alpine/ChangeLog b/mail-client/alpine/ChangeLog deleted file mode 100644 index 94432b8df..000000000 --- a/mail-client/alpine/ChangeLog +++ /dev/null @@ -1,12 +0,0 @@ -# ChangeLog for mail-client/alpine -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 17 Apr 2009; Justin Lecher (jlec) alpine-2.00.ebuild: - QA quotes around EAPI version - - 26 Oct 2008; Janne Rönkkö (jroo) +alpine-2.00.ebuild, - +metadata.xml: - New Ebuild for bug 176904. Thanks to Sascha Lucas and Holger Hoffstätte for - the original ebuild. - diff --git a/mail-client/alpine/Manifest b/mail-client/alpine/Manifest deleted file mode 100644 index f06033cd4..000000000 --- a/mail-client/alpine/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST alpine-2.00.tar.bz2 5222673 RMD160 9e67704b23b3973d8b878e65ad9e6f5026c10d13 SHA1 dcbd3c5419954f484ccf706feaba31ce48cdebc4 SHA256 c85db8405af90375ba2440c85b7952d80996154e9916b83acca558dc82e0a2a6 -DIST chappa-alpine-2.00.patch.gz 172668 RMD160 fcceee4e2c0f44d627d53737fe7722845ba2c50e SHA1 fad5abb4f8e417e3184cce60b010acb311561f74 SHA256 5e6d62fb9614aaa29689b8d0e6b1ec881d6b0a4825fada0c3d3157f6c0e343aa -EBUILD alpine-2.00.ebuild 1500 RMD160 df6aa5bb81004688f51d1295b36f452f4a55aa09 SHA1 29890676886702af8a7b0c8cf1346d688503edfd SHA256 ae2946196678e2697010725dc449ce585667ae61f1ca3d9fb18515ebcdd30a40 -MISC ChangeLog 421 RMD160 734a4a621e3545bbf6f4762c88aeb4d1923d63d5 SHA1 934431efcf428f5e7ee100d8aefecf9d2fdeff2b SHA256 5c14f71791b0d5d545f2bb04d6695cbcb48aa795b06db885ad4e36ccfd54a877 -MISC metadata.xml 239 RMD160 7b052aa8586361ae6ff7207be213120b534ca0f4 SHA1 c3651948ca45ce13b6f5ccbf667e1f08a9dd6c5d SHA256 e76e894e2913d3fae70e212eeafedf9c393354e206b7a50b11470442336116c9 diff --git a/mail-client/alpine/alpine-2.00.ebuild b/mail-client/alpine/alpine-2.00.ebuild deleted file mode 100644 index ea9e7e023..000000000 --- a/mail-client/alpine/alpine-2.00.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="1" - -inherit eutils - -DESCRIPTION="Fast and easy to use command line email client based on Pine." -HOMEPAGE="http://www.washington.edu/alpine/ -http://staff.washington.edu/chappa/alpine/" -SRC_URI="ftp://ftp.cac.washington.edu/${PN}/${P}.tar.bz2 - chappa? ( - http://dev.gentooexperimental.org/~tommy/distfiles/chappa-${P}.patch.gz )" -# When the patch is not needed anymore inform Tommy[D] so he can -# remove the patch from his home directory. - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+chappa +ipv6 kerberos ldap +nls +mime +ssl tcl +threads" - -DEPEND="sys-libs/ncurses - ssl? ( dev-libs/openssl ) - ldap? ( net-nds/openldap ) - kerberos? ( app-crypt/mit-krb5 )" -RDEPEND="${DEPEND} - app-misc/mime-types" - -src_unpack() { - unpack ${P}.tar.bz2 - cd "${S}" - epatch "${DISTDIR}/chappa-${P}.patch.gz" -} - -src_compile() { - econf \ - $( use_with ssl ) \ - $( use_with kerberos krb5 ) \ - $( use_with ldap ) \ - $( use_with mime smime ) \ - $( use_with ipv6 ) \ - $( use_with tcl ) \ - $( use_with threads pthread ) - - emake || die "Build failed." -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc README NOTICE || die "dodoc failed." -} - -pkg_postinst() { - elog "For additional functionality you may want to" - elog "install some of the programs listed below" - elog " * aspell for spell checking" - elog " * topal for encryption and signing" -} - diff --git a/mail-client/alpine/metadata.xml b/mail-client/alpine/metadata.xml deleted file mode 100644 index 13b446fce..000000000 --- a/mail-client/alpine/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - maintainer-wanted - - Include chappa patches - - -