diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-02-09 14:53:35 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-02-09 14:53:35 +0300 |
commit | ecaa0739f2016689c339a19e4f5d6a91e464de6e (patch) | |
tree | 6bfd6c68c562d9f2444c481a89ddfdeb1285f10f /net-mail | |
parent | net-mail/mairix: mark stable (diff) | |
download | gentoo-ecaa0739f2016689c339a19e4f5d6a91e464de6e.tar.gz gentoo-ecaa0739f2016689c339a19e4f5d6a91e464de6e.tar.bz2 gentoo-ecaa0739f2016689c339a19e4f5d6a91e464de6e.zip |
net-mail/mairix: Drop old
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/mairix/Manifest | 2 | ||||
-rw-r--r-- | net-mail/mairix/mairix-0.23.ebuild | 49 | ||||
-rw-r--r-- | net-mail/mairix/metadata.xml | 5 |
3 files changed, 0 insertions, 56 deletions
diff --git a/net-mail/mairix/Manifest b/net-mail/mairix/Manifest index 8c6a2ed3f754..2adc00dadfd0 100644 --- a/net-mail/mairix/Manifest +++ b/net-mail/mairix/Manifest @@ -1,3 +1 @@ -DIST mairix-0.23-gnus-marks-propagation.patch.gz 3401 BLAKE2B 258e1dec608c896d7ffdff4ebffe959703ef371bcd9c3dddad44793cf43377dec78e289517c3bc5cef3f51d56eb0996c1f873c7ed092ca4d0084b50b35d10a9f SHA512 89572c1dc1913b974461a3cd75787d9360cabfaf08dc987ccf2ae5519dcf8d12935e22ca5ff3e2e58038f04b818884bab305a11393ca99bb6dad86018d863d1c -DIST mairix-0.23.tar.gz 193726 BLAKE2B e1de3f7d8b81a23a87845fe4cc285ee46232a14eea77e9f8191dc26fbaddd435d1a1e194158b13542ef201851cc03e32eece2e7b16fcd6be71595f60f82e10d1 SHA512 3ea372304e91eed6127d8e71cf0970c9380e4dec96fd9ad38a6deb1af455ae6eb604dfbb2ec372cbb940beb8459c39d8620af12a996d7f6a37e893fbb588e61b DIST mairix-0.24.tar.gz 206903 BLAKE2B b18832dbd5d570d428c454ade693ab0746b6e601d94a9b6d5dd4ca81356cbaecaec5c88623fe5bd612e94112dc4b6f16929fc210ce3c5c8e1e5d2a0c62309d79 SHA512 3e0af50c2c5857c5e1661e1be131c9c184377947b2ed884d1d9faa6d8bd88c17a7b7a29e105e65c990d2ede5d9fff679e57e83c4b8eedf2870493395e3ec8cf3 diff --git a/net-mail/mairix/mairix-0.23.ebuild b/net-mail/mairix/mairix-0.23.ebuild deleted file mode 100644 index a39bc552fb9b..000000000000 --- a/net-mail/mairix/mairix-0.23.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit toolchain-funcs eutils - -DESCRIPTION="Indexes and searches Maildir/MH folders" -HOMEPAGE="http://www.rpcurnow.force9.co.uk/mairix/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz - gnus? ( mirror://gentoo/${P}-gnus-marks-propagation.patch.gz )" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-macos" - -IUSE="zlib bzip2 gnus" - -RDEPEND="zlib? ( sys-libs/zlib ) - bzip2? ( app-arch/bzip2 )" - -DEPEND="${RDEPEND} - sys-devel/flex - sys-devel/bison" - -# Fail on various locales -RESTRICT="test" - -src_prepare() { - # econf would fail with unknown options. - # Now it only prints "Unrecognized option". - sed -i -e "/^[[:space:]]*bad_options=yes/d" "${S}"/configure || die "sed failed" - - # Add support for gnus marks propagation (bug #274578) - use gnus && epatch "${WORKDIR}"/${P}-gnus-marks-propagation.patch -} - -src_configure() { - tc-export CC - econf \ - $(use_enable zlib gzip-mbox) \ - $(use_enable bzip2 bzip-mbox) -} - -src_install() { - dobin mairix - doman mairix.1 mairixrc.5 - dodoc NEWS README dotmairixrc.eg -} diff --git a/net-mail/mairix/metadata.xml b/net-mail/mairix/metadata.xml index 1c5738b1e1f3..59ab1f3d05b1 100644 --- a/net-mail/mairix/metadata.xml +++ b/net-mail/mairix/metadata.xml @@ -2,11 +2,6 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <!-- maintainer-needed --> - <use> - <flag name="gnus">Add support for the marks propagation feature - in GNUS (provided by <pkg>app-editors/emacs</pkg> - or <pkg>app-xemacs/gnus</pkg> for XEmacs users)</flag> - </use> <upstream> <remote-id type="sourceforge">mairix</remote-id> </upstream> |