From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 20B7F15803E for ; Sun, 31 Dec 2023 09:37:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 213B72BC021; Sun, 31 Dec 2023 09:37:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 061372BC021 for ; Sun, 31 Dec 2023 09:37:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C0F0D335DCD for ; Sun, 31 Dec 2023 09:37:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3401D11DB for ; Sun, 31 Dec 2023 09:37:45 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1704015449.b0770ee1c75a0b140f2793126ab9b872945cfad4.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/pfqueue/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/pfqueue/pfqueue-0.5.6-r1.ebuild X-VCS-Directories: net-mail/pfqueue/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: b0770ee1c75a0b140f2793126ab9b872945cfad4 X-VCS-Branch: master Date: Sun, 31 Dec 2023 09:37:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a22fb70d-d834-4ed6-94f9-72e25eff897c X-Archives-Hash: e0b286501920b4d24effc40f45123b98 commit: b0770ee1c75a0b140f2793126ab9b872945cfad4 Author: Petr Vaněk gentoo org> AuthorDate: Sun Dec 31 09:35:31 2023 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Sun Dec 31 09:37:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0770ee1 net-mail/pfqueue: drop 0.5.6-r1 Closes: https://bugs.gentoo.org/871243 Signed-off-by: Petr Vaněk gentoo.org> net-mail/pfqueue/pfqueue-0.5.6-r1.ebuild | 39 -------------------------------- 1 file changed, 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 -}