diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2023-12-31 10:35:31 +0100 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2023-12-31 10:37:29 +0100 |
commit | b0770ee1c75a0b140f2793126ab9b872945cfad4 (patch) | |
tree | 362d349082c9bc7d093a5e86eaa917dbaca59d44 /net-mail | |
parent | package.mask: Last rite net-misc/monmotha (diff) | |
download | gentoo-b0770ee1c75a0b140f2793126ab9b872945cfad4.tar.gz gentoo-b0770ee1c75a0b140f2793126ab9b872945cfad4.tar.bz2 gentoo-b0770ee1c75a0b140f2793126ab9b872945cfad4.zip |
net-mail/pfqueue: drop 0.5.6-r1
Closes: https://bugs.gentoo.org/871243
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/pfqueue/pfqueue-0.5.6-r1.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/net-mail/pfqueue/pfqueue-0.5.6-r1.ebuild b/net-mail/pfqueue/pfqueue-0.5.6-r1.ebuild deleted file mode 100644 index ef394d85a724..000000000000 --- a/net-mail/pfqueue/pfqueue-0.5.6-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="pfqueue is an ncurses console-based tool for managing Postfix queued messages" -HOMEPAGE="http://pfqueue.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" - -BDEPEND="sys-devel/libtool" -RDEPEND="sys-libs/ncurses:=" -DEPEND="${RDEPEND}" - -DOCS=( README ChangeLog NEWS TODO AUTHORS ) - -PATCHES=( - "${FILESDIR}"/${P}-tinfo.patch -) - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - econf --disable-static -} - -src_install() { - default - - find "${ED}" -name '*.la' -delete || die -} |