From b4d43e8c611df4a8061b6f88d9e9f6b1e3c83903 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 24 Jun 2021 14:47:38 +0100 Subject: gentoo resync : 24.06.2021 --- mail-client/alpine/Manifest | 2 +- mail-client/alpine/alpine-2.24-r1.ebuild | 87 ++++++++++++++++++++++++++++++++ mail-client/alpine/alpine-2.24.ebuild | 86 ------------------------------- 3 files changed, 88 insertions(+), 87 deletions(-) create mode 100644 mail-client/alpine/alpine-2.24-r1.ebuild delete mode 100644 mail-client/alpine/alpine-2.24.ebuild (limited to 'mail-client/alpine') diff --git a/mail-client/alpine/Manifest b/mail-client/alpine/Manifest index 3c109e83be09..96a6db217022 100644 --- a/mail-client/alpine/Manifest +++ b/mail-client/alpine/Manifest @@ -1,4 +1,4 @@ DIST alpine-2.24-chappa.patch.gz 172010 BLAKE2B 39f5336ead355a4b78bcdd5b44dc398888bf93f3c3efa95b3ad8a86f3a0dda13f03164a03fbed898150864130648a204a6b5d9e32c3437138878516d014c8bbe SHA512 7152a8e4a79a530345448267204a96bc2585b4fccb23f011fd4dc97bc713696b8eb7ca9563655d8da33570ef14bf29577f82fe0f104c80590a43b0e74ec89e81 DIST alpine-2.24.tar.xz 7341676 BLAKE2B 63e2d9387f1a369f9a4623625524f25eec64c600672092608256fd2827c094fae1384b35da84ec5f5865295744982ede533551dc47b6f0c80f2405ed16cad546 SHA512 642a51f73732ebdf7c40e2b66370aa2f48fb13b349b477871b26295c3e8b860a0cc78dec9f80efc6ea74c548a080ceff04181eb18c35a9c8cae8d8ef831178c5 -EBUILD alpine-2.24.ebuild 2154 BLAKE2B 74b60e51ada6a2a525478d4a4ed8930a3effcec0af8a4e67caeeb5e095d7a344575fc96cfd332ef4d8082b359d0b954e87eaa12b2fa5700fb81af3e51e12d9a7 SHA512 5fe90071772f76a7470a85558989281896a4b1c617aea5e121b52d154d20d874aafa846e15bef2fa95ccb6a9f02bfd5447566dc9aeebe1bcd9a8ea9ad3194b4d +EBUILD alpine-2.24-r1.ebuild 2176 BLAKE2B 6fca43a26daa89d8b7d57990c09c2ca50fe49eac66c50fb095abfe26beaeefa6d3d14946c5e622cb4e4a173cf3a3830fb8a2bdff0fd70982a1d6f848734ba128 SHA512 9c0bffd2db7029e4516219bc6d8a0fb07be074e5b21a6cd3da5192845fa76b4dd0273bcba9622d2472b8d92cf0d654a47251215cfdd86542474239712ca8c999 MISC metadata.xml 761 BLAKE2B 9c8efc6c9d67abcf64bf3ff45f4ded20a8676bf9345aa0164ff0aeba0f111eb598d6a30244006ebd17ea6343bc0add24a2a3450eea4dbe2ecf002c4e78a90614 SHA512 758ab136a5d3f07ea0d7d44b58dfe25e4f07f094ef4eba690ff76964cc7ea8f5bab7fcc790a4719ee2268ad614b282311e5c64673f6a2960ccf006202fe052cc diff --git a/mail-client/alpine/alpine-2.24-r1.ebuild b/mail-client/alpine/alpine-2.24-r1.ebuild new file mode 100644 index 000000000000..16d284d558d8 --- /dev/null +++ b/mail-client/alpine/alpine-2.24-r1.ebuild @@ -0,0 +1,87 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools toolchain-funcs + +DESCRIPTION="An easy to use text-based based mail and news client" +HOMEPAGE="http://alpine.x10host.com/alpine/ https://repo.or.cz/alpine.git/" +CHAPPA_PATCH_NAME="${P}-chappa.patch" +SRC_URI="http://alpine.x10host.com/alpine/release/src/${P}.tar.xz + chappa? ( http://alpine.x10host.com/alpine/patches/${P}/all.patch.gz -> ${CHAPPA_PATCH_NAME}.gz ) " + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86" +IUSE="+chappa doc ipv6 kerberos ldap nls onlyalpine passfile smime spell ssl threads" + +DEPEND="sys-libs/ncurses:= + virtual/libcrypt:= + kerberos? ( app-crypt/mit-krb5 ) + ldap? ( net-nds/openldap ) + spell? ( app-text/aspell ) + ssl? ( dev-libs/openssl:0= ) +" +RDEPEND="${DEPEND} + app-misc/mime-types +" + +src_prepare() { + default + use chappa && eapply "${WORKDIR}/${CHAPPA_PATCH_NAME}" + eautoreconf + tc-export CC RANLIB AR + export CC_FOR_BUILD=$(tc-getBUILD_CC) +} + +src_configure() { + myconf=( + --without-tcl + --with-system-pinerc="${EPREFIX}"/etc/pine.conf + --with-system-fixed-pinerc="${EPREFIX}"/etc/pine.conf.fixed + $(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) + ) + + 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 "${myconf[@]}" +} + +src_compile() { + emake -j1 AR=$(tc-getAR) +} + +src_install() { + if use onlyalpine ; then + dobin alpine/alpine + doman doc/man1/alpine.1 + else + emake -j1 DESTDIR="${D}" install + doman doc/man1/*.1 + fi + + dodoc NOTICE README* + + if use doc ; then + dodoc doc/brochure.txt + + dodoc -r doc/tech-notes/ + newdoc "${S}/doc/mailcap.unx" mailcap.unx.sample + newdoc "${S}/doc/mime.types" mime.types.sample + docompress -x /usr/share/doc/${PF}/mailcap.unx.sample /usr/share/doc/${PF}/mime.types.sample + fi +} diff --git a/mail-client/alpine/alpine-2.24.ebuild b/mail-client/alpine/alpine-2.24.ebuild deleted file mode 100644 index cab52c028bee..000000000000 --- a/mail-client/alpine/alpine-2.24.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools toolchain-funcs - -DESCRIPTION="An easy to use text-based based mail and news client" -HOMEPAGE="http://alpine.x10host.com/alpine/ https://repo.or.cz/alpine.git/" -CHAPPA_PATCH_NAME="${P}-chappa.patch" -SRC_URI="http://alpine.x10host.com/alpine/release/src/${P}.tar.xz - chappa? ( http://alpine.x10host.com/alpine/patches/${P}/all.patch.gz -> ${CHAPPA_PATCH_NAME}.gz ) " - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86" -IUSE="+chappa doc ipv6 kerberos ldap nls onlyalpine passfile smime spell ssl threads" - -DEPEND="sys-libs/ncurses - kerberos? ( app-crypt/mit-krb5 ) - ldap? ( net-nds/openldap ) - spell? ( app-text/aspell ) - ssl? ( dev-libs/openssl:0= ) -" -RDEPEND="${DEPEND} - app-misc/mime-types -" - -src_prepare() { - default - use chappa && eapply "${WORKDIR}/${CHAPPA_PATCH_NAME}" - eautoreconf - tc-export CC RANLIB AR - export CC_FOR_BUILD=$(tc-getBUILD_CC) -} - -src_configure() { - myconf=( - --without-tcl - --with-system-pinerc="${EPREFIX}"/etc/pine.conf - --with-system-fixed-pinerc="${EPREFIX}"/etc/pine.conf.fixed - $(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) - ) - - 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 "${myconf[@]}" -} - -src_compile() { - emake -j1 AR=$(tc-getAR) -} - -src_install() { - if use onlyalpine ; then - dobin alpine/alpine - doman doc/man1/alpine.1 - else - emake -j1 DESTDIR="${D}" install - doman doc/man1/*.1 - fi - - dodoc NOTICE README* - - if use doc ; then - dodoc doc/brochure.txt - - dodoc -r doc/tech-notes/ - newdoc "${S}/doc/mailcap.unx" mailcap.unx.sample - newdoc "${S}/doc/mime.types" mime.types.sample - docompress -x /usr/share/doc/${PF}/mailcap.unx.sample /usr/share/doc/${PF}/mime.types.sample - fi -} -- cgit v1.2.3