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: Tue, 05 May 2020 08:47:06
Message-Id: 1588668393.a9a764072c3b9707d7ec835c454c6ddf05cc7ef0.juippis@gentoo
1 commit: a9a764072c3b9707d7ec835c454c6ddf05cc7ef0
2 Author: Robert Siebeck <gentoo.2019 <AT> r123 <DOT> de>
3 AuthorDate: Fri Apr 24 20:52:51 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue May 5 08:46:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9a76407
7
8 mail-client/alpine: remove old versions
9
10 Signed-off-by: Robert Siebeck <gentoo.2019 <AT> r123.de>
11 Closes: https://github.com/gentoo/gentoo/pull/15504
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 mail-client/alpine/Manifest | 1 -
15 mail-client/alpine/alpine-2.21.1-r1.ebuild | 92 -----------------------------
16 mail-client/alpine/alpine-2.21.1-r2.ebuild | 95 ------------------------------
17 3 files changed, 188 deletions(-)
18
19 diff --git a/mail-client/alpine/Manifest b/mail-client/alpine/Manifest
20 index 3330c0fc2c0..80a4d0cbab8 100644
21 --- a/mail-client/alpine/Manifest
22 +++ b/mail-client/alpine/Manifest
23 @@ -1,3 +1,2 @@
24 DIST alpine-2.22-chappa.patch.gz 173232 BLAKE2B ac2cfc22119c9e60fdc053212447fb5df8cc59781c049329560d21e19e67d700fe45a07649352747583b500a605499eeb61dfd83ba150c3bd58f4033486e2581 SHA512 9db36ebb4fb2efaee975ed33d44cf95780c56075cbc0ad39056268248db38109e1bb04e279b40cdd085b3dfec89d0f9c69aa4ddf5a64b5708437909661288e23
25 DIST alpine-2.22.tar.xz 6336604 BLAKE2B 65cab2000b6c606c002efcca6e731d2c87329b4685dec81d202e95598b4302175137ea84f079af1f766a6ef99d0b2cb51132e12539bea7f4d24954bb48af7bea SHA512 7737dce02ac94170948df7fccb61380c6cb101190e37f5b3ba281d573f54df1db24569d177b460f49bfff381a922be2e4b0f3a0f1a213d88a64d361aedc3c4f1
26 -DIST alpine-843b2f1.tar.gz 7490140 BLAKE2B 13ac5ef43dd729a7cf21b44dcd6feace3e1813672aec537fd05d5ff90b67bec145ceef71cfcf35b0cb7e250bb307556f5dcf8ebb024bc6366fd0ace0a7c41161 SHA512 106caa7bfe86fd5e82554ba68b9ee579cd8495bcd0dfbf82d9d75da2df3bd292d42d67af8ec737091f2a820b2555c25bbf0058c9c7bb5de5f950b570ffc25c4d
27
28 diff --git a/mail-client/alpine/alpine-2.21.1-r1.ebuild b/mail-client/alpine/alpine-2.21.1-r1.ebuild
29 deleted file mode 100644
30 index 9f6b2e62ced..00000000000
31 --- a/mail-client/alpine/alpine-2.21.1-r1.ebuild
32 +++ /dev/null
33 @@ -1,92 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -inherit autotools toolchain-funcs
39 -
40 -DESCRIPTION="An easy to use text-based based mail and news client"
41 -HOMEPAGE="http://alpine.x10host.com/alpine/ https://repo.or.cz/alpine.git/"
42 -GIT_COMMIT="843b2f16abfd949e09b1c5465387b1b0f724994a"
43 -MY_P="${PN}-${GIT_COMMIT::7}"
44 -SRC_URI="https://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}.tar.gz -> ${MY_P}.tar.gz"
45 -S="${WORKDIR}/${MY_P}"
46 -
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86"
50 -IUSE="doc ipv6 kerberos ldap libressl nls onlyalpine passfile smime spell ssl threads"
51 -
52 -DEPEND="sys-libs/pam
53 - >=sys-libs/ncurses-5.1:0=
54 - ssl? (
55 - !libressl? ( dev-libs/openssl:0= )
56 - libressl? ( dev-libs/libressl:0= )
57 - )
58 - ldap? ( net-nds/openldap )
59 - kerberos? ( app-crypt/mit-krb5 )
60 - spell? ( app-text/aspell )
61 -"
62 -RDEPEND="${DEPEND}
63 - app-misc/mime-types
64 - !onlyalpine? ( !mail-client/pine )
65 - !<=net-mail/uw-imap-2004g
66 -"
67 -
68 -src_prepare() {
69 - default
70 - eautoreconf
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 - )
79 -
80 - if use ssl; then
81 - myconf+=(
82 - --with-ssl-include-dir="${EPREFIX}"/usr/include/openssl
83 - --with-ssl-lib-dir="${EPREFIX}"/usr/$(get_libdir)
84 - --with-ssl-certs-dir="${EPREFIX}"/etc/ssl/certs
85 - )
86 - fi
87 - econf \
88 - $(use_with ldap) \
89 - $(use_with ssl) \
90 - $(use_with passfile passfile .pinepwd) \
91 - $(use_with kerberos krb5) \
92 - $(use_with threads pthread) \
93 - $(use_with spell interactive-spellcheck /usr/bin/aspell) \
94 - $(use_enable nls) \
95 - $(use_with ipv6) \
96 - $(use_with smime) \
97 - "${myconf[@]}"
98 -}
99 -
100 -src_compile() {
101 - emake AR=$(tc-getAR)
102 -}
103 -
104 -src_install() {
105 - if use onlyalpine ; then
106 - dobin alpine/alpine
107 - doman doc/man1/alpine.1
108 - else
109 - emake DESTDIR="${D}" install
110 - doman doc/man1/*.1
111 - fi
112 -
113 - dodoc NOTICE README*
114 -
115 - if use doc ; then
116 - dodoc doc/brochure.txt
117 -
118 - dodoc doc/tech-notes/tech-notes.txt
119 - newdoc "${S}/doc/mailcap.unx" mailcap.unx.sample
120 - newdoc "${S}/doc/mime.types" mime.types.sample
121 - docinto html/tech-notes
122 - dohtml -r doc/tech-notes/
123 - docompress -x /usr/share/doc/${PF}/mailcap.unx.sample /usr/share/doc/${PF}/mime.types.sample
124 - fi
125 -}
126
127 diff --git a/mail-client/alpine/alpine-2.21.1-r2.ebuild b/mail-client/alpine/alpine-2.21.1-r2.ebuild
128 deleted file mode 100644
129 index 4cec97ed419..00000000000
130 --- a/mail-client/alpine/alpine-2.21.1-r2.ebuild
131 +++ /dev/null
132 @@ -1,95 +0,0 @@
133 -# Copyright 1999-2020 Gentoo Authors
134 -# Distributed under the terms of the GNU General Public License v2
135 -
136 -EAPI=7
137 -
138 -inherit autotools toolchain-funcs
139 -
140 -DESCRIPTION="An easy to use text-based based mail and news client"
141 -HOMEPAGE="http://alpine.x10host.com/alpine/ https://repo.or.cz/alpine.git/"
142 -GIT_COMMIT="843b2f16abfd949e09b1c5465387b1b0f724994a"
143 -MY_P="${PN}-${GIT_COMMIT::7}"
144 -SRC_URI="https://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}.tar.gz -> ${MY_P}.tar.gz"
145 -S="${WORKDIR}/${MY_P}"
146 -
147 -LICENSE="Apache-2.0"
148 -SLOT="0"
149 -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
150 -IUSE="doc ipv6 kerberos ldap libressl nls onlyalpine pam passfile smime spell ssl threads"
151 -
152 -DEPEND=">=sys-libs/ncurses-5.1:0=
153 - kerberos? ( app-crypt/mit-krb5 )
154 - ldap? ( net-nds/openldap )
155 - pam? ( sys-libs/pam )
156 - spell? ( app-text/aspell )
157 - ssl? (
158 - !libressl? ( dev-libs/openssl:0= )
159 - libressl? ( dev-libs/libressl:0= )
160 - )
161 -"
162 -RDEPEND="${DEPEND}
163 - app-misc/mime-types
164 -"
165 -
166 -HTML_DOCS=("doc/tech-notes/")
167 -
168 -PATCHES=(
169 - "${FILESDIR}/${P}-nopam.patch"
170 -)
171 -
172 -src_prepare() {
173 - default
174 - eautoreconf
175 -}
176 -
177 -src_configure() {
178 - myconf=(
179 - --without-tcl
180 - --with-system-pinerc="${EPREFIX}"/etc/pine.conf
181 - --with-system-fixed-pinerc="${EPREFIX}"/etc/pine.conf.fixed
182 - $(use_with ldap)
183 - $(use_with ssl)
184 - $(use_with passfile passfile .pinepwd)
185 - $(use_with kerberos krb5)
186 - $(use_with threads pthread)
187 - $(use_with spell interactive-spellcheck /usr/bin/aspell)
188 - $(use_enable nls)
189 - $(use_with ipv6)
190 - $(use_with smime)
191 - $(use_with pam)
192 - )
193 -
194 - if use ssl; then
195 - myconf+=(
196 - --with-ssl-include-dir="${EPREFIX}"/usr/include/openssl
197 - --with-ssl-lib-dir="${EPREFIX}"/usr/$(get_libdir)
198 - --with-ssl-certs-dir="${EPREFIX}"/etc/ssl/certs
199 - )
200 - fi
201 - econf "${myconf[@]}"
202 -}
203 -
204 -src_compile() {
205 - emake -j1 AR=$(tc-getAR)
206 -}
207 -
208 -src_install() {
209 - if use onlyalpine ; then
210 - dobin alpine/alpine
211 - doman doc/man1/alpine.1
212 - else
213 - emake -j1 DESTDIR="${D}" install
214 - doman doc/man1/*.1
215 - fi
216 -
217 - dodoc NOTICE README*
218 -
219 - if use doc ; then
220 - dodoc doc/brochure.txt
221 -
222 - dodoc doc/tech-notes/tech-notes.txt
223 - newdoc "${S}/doc/mailcap.unx" mailcap.unx.sample
224 - newdoc "${S}/doc/mime.types" mime.types.sample
225 - docompress -x /usr/share/doc/${PF}/mailcap.unx.sample /usr/share/doc/${PF}/mime.types.sample
226 - fi
227 -}