From 81b8f20732954c4508baf2f77472b5435e3f851f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 14 Sep 2022 11:10:11 +0100 Subject: gentoo auto-resync : 14:09:2022 - 11:10:10 --- mail-client/alpine/Manifest | 2 +- mail-client/alpine/alpine-2.26-r1.ebuild | 90 ++++++++++++++++++++++++++++++++ mail-client/alpine/alpine-2.26.ebuild | 90 -------------------------------- 3 files changed, 91 insertions(+), 91 deletions(-) create mode 100644 mail-client/alpine/alpine-2.26-r1.ebuild delete mode 100644 mail-client/alpine/alpine-2.26.ebuild (limited to 'mail-client/alpine') diff --git a/mail-client/alpine/Manifest b/mail-client/alpine/Manifest index c0dc93957dfe..4b8da358ac5a 100644 --- a/mail-client/alpine/Manifest +++ b/mail-client/alpine/Manifest @@ -7,5 +7,5 @@ DIST alpine-2.26.tar.xz 7517628 BLAKE2B fe156974462dd566ac3fbe25cc54a1b2a480b3af EBUILD alpine-2.25-r1.ebuild 2414 BLAKE2B bcf89fadb7d018a705a513706def00ee55eb620ca205ad60f7bffcf8ae2542f574ff7a697c97f82d1ef3173344db96ed8a18fc5084d1fe7f06d342b36074bcd0 SHA512 122a68f1e817e7b67fce9e3c45af3ce060d83d3de12844df594e8d8168c013442092164138c96e57dba16a9fb7946971f8444e33a261ed9b8d327d439466c3b6 EBUILD alpine-2.25-r2.ebuild 2420 BLAKE2B 3fd46941f808ecc575f0235ce4e831e237f46e27581532db5ebdbb6b1436570351b7dadfc0b7ae2abbb2dc67230d050fceb95d1448f737128585585bb48068c4 SHA512 e22645de4884fd80199d5786fb21a458da6bd06ccaa9f595e7c999d0f2d975cabcb314d6cc4d3976167efccd4824be950bc700371b614d5054a27ba8ab78d835 EBUILD alpine-2.25-r3.ebuild 2632 BLAKE2B ec11b33aff3c3cef05840d132022d4cd075ab1379ee5535ea50ccf49a5a0320f54dd1f4cdee76bd310250b234a2d36ce74dacc9564188e11eeb793b222b0285d SHA512 24746f9784a055ec8cdf92f51244c6d323910b4d7a3ed71f3799b4ed55811e531060ce683fe3c980b61d13b5a67c3f5ae872bcf5512b3a373c2cb7cc4ce30eef -EBUILD alpine-2.26.ebuild 2351 BLAKE2B 89d74671cf64a5e17151b237a996e90a5fcb93d0fb6042c3448c07fd203d40a31214b46419c699ad05e72be068d65d264ce971c620198c0602b73ecae72756ad SHA512 8b60d9861f11126d16cb86965f541bf7f695fd813a2fc6365e2fd1da0a09b88bbe036264e12483ad4b4e708e9189efac5c112bf87c4ec974bd3138db2099f894 +EBUILD alpine-2.26-r1.ebuild 2328 BLAKE2B 610ef6f972705d673e6a991f4c0096aa23f5919f2dc0e77ee779a3683ea558a200471f2f238e2127dbf39427355453bd6e5b398dc66641daf294daf76b23c572 SHA512 5123c0cc61f161b82de5a99458c833fae6105cd9fb0d74065a22aa06966ac8022b3895cbd36a5030bdc97376f64ded75ac5763a920548a2eab7fe5da5ff88bb3 MISC metadata.xml 762 BLAKE2B 026faecac5042e19cce6f125f66fd7af22cbd50140abe315a686d1b129f53b939f5325f9bd1956d41b47da146b6f37c597fe91370722f2f4c7af8169cbcb0f66 SHA512 e11cb2d6c0612fc09302485c38d216245adcabde36fb2c6e829b452f10f3adc9037f1461305e2e3cc3e89025560ac3d621b90b94eea152c9c3e0c53a6c6f9512 diff --git a/mail-client/alpine/alpine-2.26-r1.ebuild b/mail-client/alpine/alpine-2.26-r1.ebuild new file mode 100644 index 000000000000..5aee9b6480f8 --- /dev/null +++ b/mail-client/alpine/alpine-2.26-r1.ebuild @@ -0,0 +1,90 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools optfeature toolchain-funcs + +DESCRIPTION="An easy to use text-based based mail and news client" +HOMEPAGE="https://alpineapp.email/ https://repo.or.cz/alpine.git/" +CHAPPA_PATCH_NAME="${P}-chappa-5.patch" +SRC_URI="https://alpineapp.email/alpine/release/src/${P}.tar.xz + chappa? ( https://alpineapp.email/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 ipv6 kerberos ldap nls onlyalpine passfile smime ssl" + +DEPEND="sys-libs/ncurses:= + virtual/libcrypt:= + kerberos? ( app-crypt/mit-krb5 ) + ldap? ( net-nds/openldap:= ) + 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-pthread + --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_enable nls) + $(use_with ipv6) + $(use_with smime) + ) + + if has_version "app-text/hunspell"; then + myconf+=( --with-interactive-spellcheck=/usr/bin/hunspell ) + elif has_version "app-text/aspell"; then + myconf+=( --with-interactive-spellcheck=/usr/bin/aspell ) + fi + + 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* + 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 +} + +pkg_postinst() { + optfeature "Spell checking" app-text/hunspell app-text/aspell +} diff --git a/mail-client/alpine/alpine-2.26.ebuild b/mail-client/alpine/alpine-2.26.ebuild deleted file mode 100644 index c06917b3931e..000000000000 --- a/mail-client/alpine/alpine-2.26.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools optfeature toolchain-funcs - -DESCRIPTION="An easy to use text-based based mail and news client" -HOMEPAGE="https://alpineapp.email/ https://repo.or.cz/alpine.git/" -CHAPPA_PATCH_NAME="${P}-chappa-5.patch" -SRC_URI="https://alpineapp.email/alpine/release/src/${P}.tar.xz - chappa? ( https://alpineapp.email/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 ipv6 kerberos ldap nls onlyalpine passfile smime ssl threads" - -DEPEND="sys-libs/ncurses:= - virtual/libcrypt:= - kerberos? ( app-crypt/mit-krb5 ) - ldap? ( net-nds/openldap:= ) - 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_enable nls) - $(use_with ipv6) - $(use_with smime) - ) - - if has_version "app-text/hunspell"; then - myconf+=( --with-interactive-spellcheck=/usr/bin/hunspell ) - elif has_version "app-text/aspell"; then - myconf+=( --with-interactive-spellcheck=/usr/bin/aspell ) - fi - - 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* - 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 -} - -pkg_postinst() { - optfeature "Spell checking" app-text/hunspell app-text/aspell -} -- cgit v1.2.3