Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mairix/
Date: Sun, 09 Feb 2020 11:53:54
Message-Id: 1581249215.ecaa0739f2016689c339a19e4f5d6a91e464de6e.zlogene@gentoo
1 commit: ecaa0739f2016689c339a19e4f5d6a91e464de6e
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 9 11:53:35 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 11:53:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecaa0739
7
8 net-mail/mairix: Drop old
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 net-mail/mairix/Manifest | 2 --
14 net-mail/mairix/mairix-0.23.ebuild | 49 --------------------------------------
15 net-mail/mairix/metadata.xml | 5 ----
16 3 files changed, 56 deletions(-)
17
18 diff --git a/net-mail/mairix/Manifest b/net-mail/mairix/Manifest
19 index 8c6a2ed3f75..2adc00dadfd 100644
20 --- a/net-mail/mairix/Manifest
21 +++ b/net-mail/mairix/Manifest
22 @@ -1,3 +1 @@
23 -DIST mairix-0.23-gnus-marks-propagation.patch.gz 3401 BLAKE2B 258e1dec608c896d7ffdff4ebffe959703ef371bcd9c3dddad44793cf43377dec78e289517c3bc5cef3f51d56eb0996c1f873c7ed092ca4d0084b50b35d10a9f SHA512 89572c1dc1913b974461a3cd75787d9360cabfaf08dc987ccf2ae5519dcf8d12935e22ca5ff3e2e58038f04b818884bab305a11393ca99bb6dad86018d863d1c
24 -DIST mairix-0.23.tar.gz 193726 BLAKE2B e1de3f7d8b81a23a87845fe4cc285ee46232a14eea77e9f8191dc26fbaddd435d1a1e194158b13542ef201851cc03e32eece2e7b16fcd6be71595f60f82e10d1 SHA512 3ea372304e91eed6127d8e71cf0970c9380e4dec96fd9ad38a6deb1af455ae6eb604dfbb2ec372cbb940beb8459c39d8620af12a996d7f6a37e893fbb588e61b
25 DIST mairix-0.24.tar.gz 206903 BLAKE2B b18832dbd5d570d428c454ade693ab0746b6e601d94a9b6d5dd4ca81356cbaecaec5c88623fe5bd612e94112dc4b6f16929fc210ce3c5c8e1e5d2a0c62309d79 SHA512 3e0af50c2c5857c5e1661e1be131c9c184377947b2ed884d1d9faa6d8bd88c17a7b7a29e105e65c990d2ede5d9fff679e57e83c4b8eedf2870493395e3ec8cf3
26
27 diff --git a/net-mail/mairix/mairix-0.23.ebuild b/net-mail/mairix/mairix-0.23.ebuild
28 deleted file mode 100644
29 index a39bc552fb9..00000000000
30 --- a/net-mail/mairix/mairix-0.23.ebuild
31 +++ /dev/null
32 @@ -1,49 +0,0 @@
33 -# Copyright 1999-2012 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=4
37 -
38 -inherit toolchain-funcs eutils
39 -
40 -DESCRIPTION="Indexes and searches Maildir/MH folders"
41 -HOMEPAGE="http://www.rpcurnow.force9.co.uk/mairix/"
42 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
43 - gnus? ( mirror://gentoo/${P}-gnus-marks-propagation.patch.gz )"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -KEYWORDS="amd64 ppc x86 ~x86-macos"
48 -
49 -IUSE="zlib bzip2 gnus"
50 -
51 -RDEPEND="zlib? ( sys-libs/zlib )
52 - bzip2? ( app-arch/bzip2 )"
53 -
54 -DEPEND="${RDEPEND}
55 - sys-devel/flex
56 - sys-devel/bison"
57 -
58 -# Fail on various locales
59 -RESTRICT="test"
60 -
61 -src_prepare() {
62 - # econf would fail with unknown options.
63 - # Now it only prints "Unrecognized option".
64 - sed -i -e "/^[[:space:]]*bad_options=yes/d" "${S}"/configure || die "sed failed"
65 -
66 - # Add support for gnus marks propagation (bug #274578)
67 - use gnus && epatch "${WORKDIR}"/${P}-gnus-marks-propagation.patch
68 -}
69 -
70 -src_configure() {
71 - tc-export CC
72 - econf \
73 - $(use_enable zlib gzip-mbox) \
74 - $(use_enable bzip2 bzip-mbox)
75 -}
76 -
77 -src_install() {
78 - dobin mairix
79 - doman mairix.1 mairixrc.5
80 - dodoc NEWS README dotmairixrc.eg
81 -}
82
83 diff --git a/net-mail/mairix/metadata.xml b/net-mail/mairix/metadata.xml
84 index 1c5738b1e1f..59ab1f3d05b 100644
85 --- a/net-mail/mairix/metadata.xml
86 +++ b/net-mail/mairix/metadata.xml
87 @@ -2,11 +2,6 @@
88 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
89 <pkgmetadata>
90 <!-- maintainer-needed -->
91 - <use>
92 - <flag name="gnus">Add support for the marks propagation feature
93 - in GNUS (provided by <pkg>app-editors/emacs</pkg>
94 - or <pkg>app-xemacs/gnus</pkg> for XEmacs users)</flag>
95 - </use>
96 <upstream>
97 <remote-id type="sourceforge">mairix</remote-id>
98 </upstream>