From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/pfqueue/
Date: Sat, 6 Feb 2021 22:34:07 +0000 (UTC) [thread overview]
Message-ID: <1612649650.1dc1e64c80f0cc7011fecdda7f42ae4555a2d6e1.sam@gentoo> (raw)
commit: 1dc1e64c80f0cc7011fecdda7f42ae4555a2d6e1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 6 22:14:10 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 6 22:14:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dc1e64c
net-mail/pfqueue: EAPI 7
Closes: https://bugs.gentoo.org/675232
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
...fqueue-0.5.6.ebuild => pfqueue-0.5.6-r1.ebuild} | 27 +++++++++++++---------
1 file changed, 16 insertions(+), 11 deletions(-)
diff --git a/net-mail/pfqueue/pfqueue-0.5.6.ebuild b/net-mail/pfqueue/pfqueue-0.5.6-r1.ebuild
similarity index 68%
rename from net-mail/pfqueue/pfqueue-0.5.6.ebuild
rename to net-mail/pfqueue/pfqueue-0.5.6-r1.ebuild
index 4ba93f8746b..ef394d85a72 100644
--- a/net-mail/pfqueue/pfqueue-0.5.6.ebuild
+++ b/net-mail/pfqueue/pfqueue-0.5.6-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit autotools eutils ltprune toolchain-funcs
+EAPI=7
+
+inherit autotools
DESCRIPTION="pfqueue is an ncurses console-based tool for managing Postfix queued messages"
HOMEPAGE="http://pfqueue.sourceforge.net/"
@@ -11,14 +12,19 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
-RDEPEND="
- sys-libs/ncurses
- sys-devel/libtool
-"
+BDEPEND="sys-devel/libtool"
+RDEPEND="sys-libs/ncurses:="
DEPEND="${RDEPEND}"
+DOCS=( README ChangeLog NEWS TODO AUTHORS )
+
+PATCHES=(
+ "${FILESDIR}"/${P}-tinfo.patch
+)
+
src_prepare() {
- epatch "${FILESDIR}"/${P}-tinfo.patch
+ default
+
eautoreconf
}
@@ -26,9 +32,8 @@ src_configure() {
econf --disable-static
}
-DOCS=( README ChangeLog NEWS TODO AUTHORS )
-
src_install() {
default
- prune_libtool_files
+
+ find "${ED}" -name '*.la' -delete || die
}
next reply other threads:[~2021-02-06 22:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-06 22:34 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-10-09 4:53 [gentoo-commits] repo/gentoo:master commit in: net-mail/pfqueue/ Sam James
2023-10-09 20:02 Sam James
2023-12-31 9:37 Petr Vaněk
2023-12-31 9:37 Petr Vaněk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1612649650.1dc1e64c80f0cc7011fecdda7f42ae4555a2d6e1.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox