mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
net-mail/mairix: Drop old
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user