Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/alpine/
Date: Wed, 01 Dec 2021 17:49:20
Message-Id: 1638380951.05fa254f3f23fc257c51088015b240ad32a59ac7.juippis@gentoo
1 commit: 05fa254f3f23fc257c51088015b240ad32a59ac7
2 Author: Robert Siebeck <gentoo.2019 <AT> r123 <DOT> de>
3 AuthorDate: Wed Dec 1 17:05:08 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 1 17:49:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05fa254f
7
8 mail-client/alpine: remove old version 2.24-r1
9
10 Closes: https://bugs.gentoo.org/827284
11 Signed-off-by: Robert Siebeck <gentoo.2019 <AT> r123.de>
12 Closes: https://github.com/gentoo/gentoo/pull/23134
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 mail-client/alpine/Manifest | 2 -
16 mail-client/alpine/alpine-2.24-r1.ebuild | 87 --------------------------------
17 2 files changed, 89 deletions(-)
18
19 diff --git a/mail-client/alpine/Manifest b/mail-client/alpine/Manifest
20 index 276a28b3d28a..fe1c60aab398 100644
21 --- a/mail-client/alpine/Manifest
22 +++ b/mail-client/alpine/Manifest
23 @@ -1,5 +1,3 @@
24 -DIST alpine-2.24-chappa.patch.gz 172010 BLAKE2B 39f5336ead355a4b78bcdd5b44dc398888bf93f3c3efa95b3ad8a86f3a0dda13f03164a03fbed898150864130648a204a6b5d9e32c3437138878516d014c8bbe SHA512 7152a8e4a79a530345448267204a96bc2585b4fccb23f011fd4dc97bc713696b8eb7ca9563655d8da33570ef14bf29577f82fe0f104c80590a43b0e74ec89e81
25 -DIST alpine-2.24.tar.xz 7341676 BLAKE2B 63e2d9387f1a369f9a4623625524f25eec64c600672092608256fd2827c094fae1384b35da84ec5f5865295744982ede533551dc47b6f0c80f2405ed16cad546 SHA512 642a51f73732ebdf7c40e2b66370aa2f48fb13b349b477871b26295c3e8b860a0cc78dec9f80efc6ea74c548a080ceff04181eb18c35a9c8cae8d8ef831178c5
26 DIST alpine-2.25-chappa.patch.gz 172963 BLAKE2B 5e306325beb46fd2f716620794894f563b93e116693a1af050ea5f61c203350d2aa72b67d7f66acc748caea6a73bdef85f45324eb01edf8a6035b07f8a50e2bb SHA512 b88ca58e42a72b2b92cf28e4cae492a5ee75d534821046645fcc358833e87287fc707d5bec5c3508942a0ef1ecffe64916f00f1a01e430048384838e5ca40358
27 DIST alpine-2.25-ssl.patch 5431 BLAKE2B 0cf2fcb682fbee41aa988ff089c16b75ebd9bee321c1c130d0b5136e5ca521bded7e9a97cd3ade1c86b17e72136264d4405cc36427a347c9bee84ee8a64548d4 SHA512 698d2a3c3b7b588fe3fcfe0291f0aab05c42b5ea80de1f210c1985082651329b80447de4e8057bc7e962fe8ed5175ea8132bad413c02fb1f0cc67c84e9420642
28 DIST alpine-2.25.tar.xz 7495372 BLAKE2B ce2587a309c87ba527d51c360ee0d9627453cce6585631f569eb26db04aa6c5cddb7c9599478092447a040c43e9234e78a942fef4b1186d07c608163f96236be SHA512 76c214cf66f4ac7af3de40357ad3a592ff2a119e327e5f6c256125b7865d46b09197435fe6ac8077ab7a498e4821925939f3f902431ca77baa786e149466a193
29
30 diff --git a/mail-client/alpine/alpine-2.24-r1.ebuild b/mail-client/alpine/alpine-2.24-r1.ebuild
31 deleted file mode 100644
32 index 16d284d558d8..000000000000
33 --- a/mail-client/alpine/alpine-2.24-r1.ebuild
34 +++ /dev/null
35 @@ -1,87 +0,0 @@
36 -# Copyright 1999-2021 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -
41 -inherit autotools toolchain-funcs
42 -
43 -DESCRIPTION="An easy to use text-based based mail and news client"
44 -HOMEPAGE="http://alpine.x10host.com/alpine/ https://repo.or.cz/alpine.git/"
45 -CHAPPA_PATCH_NAME="${P}-chappa.patch"
46 -SRC_URI="http://alpine.x10host.com/alpine/release/src/${P}.tar.xz
47 - chappa? ( http://alpine.x10host.com/alpine/patches/${P}/all.patch.gz -> ${CHAPPA_PATCH_NAME}.gz ) "
48 -
49 -LICENSE="Apache-2.0"
50 -SLOT="0"
51 -KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86"
52 -IUSE="+chappa doc ipv6 kerberos ldap nls onlyalpine passfile smime spell ssl threads"
53 -
54 -DEPEND="sys-libs/ncurses:=
55 - virtual/libcrypt:=
56 - kerberos? ( app-crypt/mit-krb5 )
57 - ldap? ( net-nds/openldap )
58 - spell? ( app-text/aspell )
59 - ssl? ( dev-libs/openssl:0= )
60 -"
61 -RDEPEND="${DEPEND}
62 - app-misc/mime-types
63 -"
64 -
65 -src_prepare() {
66 - default
67 - use chappa && eapply "${WORKDIR}/${CHAPPA_PATCH_NAME}"
68 - eautoreconf
69 - tc-export CC RANLIB AR
70 - export CC_FOR_BUILD=$(tc-getBUILD_CC)
71 -}
72 -
73 -src_configure() {
74 - myconf=(
75 - --without-tcl
76 - --with-system-pinerc="${EPREFIX}"/etc/pine.conf
77 - --with-system-fixed-pinerc="${EPREFIX}"/etc/pine.conf.fixed
78 - $(use_with ldap)
79 - $(use_with ssl)
80 - $(use_with passfile passfile .pinepwd)
81 - $(use_with kerberos krb5)
82 - $(use_with threads pthread)
83 - $(use_with spell interactive-spellcheck /usr/bin/aspell)
84 - $(use_enable nls)
85 - $(use_with ipv6)
86 - $(use_with smime)
87 - )
88 -
89 - if use ssl; then
90 - myconf+=(
91 - --with-ssl-include-dir="${EPREFIX}"/usr/include/openssl
92 - --with-ssl-lib-dir="${EPREFIX}"/usr/$(get_libdir)
93 - --with-ssl-certs-dir="${EPREFIX}"/etc/ssl/certs
94 - )
95 - fi
96 - econf "${myconf[@]}"
97 -}
98 -
99 -src_compile() {
100 - emake -j1 AR=$(tc-getAR)
101 -}
102 -
103 -src_install() {
104 - if use onlyalpine ; then
105 - dobin alpine/alpine
106 - doman doc/man1/alpine.1
107 - else
108 - emake -j1 DESTDIR="${D}" install
109 - doman doc/man1/*.1
110 - fi
111 -
112 - dodoc NOTICE README*
113 -
114 - if use doc ; then
115 - dodoc doc/brochure.txt
116 -
117 - dodoc -r doc/tech-notes/
118 - newdoc "${S}/doc/mailcap.unx" mailcap.unx.sample
119 - newdoc "${S}/doc/mime.types" mime.types.sample
120 - docompress -x /usr/share/doc/${PF}/mailcap.unx.sample /usr/share/doc/${PF}/mime.types.sample
121 - fi
122 -}