public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-mail/pfqueue/
@ 2023-12-31  9:37 Petr Vaněk
  0 siblings, 0 replies; 5+ messages in thread
From: Petr Vaněk @ 2023-12-31  9:37 UTC (permalink / raw
  To: gentoo-commits

commit:     f422aa622f6f1a5efa4318510ccdb983e65004f4
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 31 09:36:57 2023 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sun Dec 31 09:37:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f422aa62

net-mail/pfqueue: update HOMEPAGE

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 net-mail/pfqueue/pfqueue-0.5.6-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/pfqueue/pfqueue-0.5.6-r2.ebuild b/net-mail/pfqueue/pfqueue-0.5.6-r2.ebuild
index 322bc59c310d..94ecdacd4311 100644
--- a/net-mail/pfqueue/pfqueue-0.5.6-r2.ebuild
+++ b/net-mail/pfqueue/pfqueue-0.5.6-r2.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit autotools
 
 DESCRIPTION="pfqueue is an ncurses console-based tool for managing Postfix queued messages"
-HOMEPAGE="http://pfqueue.sourceforge.net/"
+HOMEPAGE="https://pfqueue.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/pfqueue/
@ 2023-12-31  9:37 Petr Vaněk
  0 siblings, 0 replies; 5+ messages in thread
From: Petr Vaněk @ 2023-12-31  9:37 UTC (permalink / raw
  To: gentoo-commits

commit:     b0770ee1c75a0b140f2793126ab9b872945cfad4
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 31 09:35:31 2023 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> 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 <arkamar <AT> 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
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/pfqueue/
@ 2023-10-09 20:02 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2023-10-09 20:02 UTC (permalink / raw
  To: gentoo-commits

commit:     b48b0e32a2fdf96c52b7c69732b56a93fbfb3871
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  9 20:01:16 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct  9 20:01:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b48b0e32

net-mail/pfqueue: Stabilize 0.5.6-r2 amd64, #915418

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-mail/pfqueue/pfqueue-0.5.6-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/pfqueue/pfqueue-0.5.6-r2.ebuild b/net-mail/pfqueue/pfqueue-0.5.6-r2.ebuild
index b0f56de855b2..322bc59c310d 100644
--- a/net-mail/pfqueue/pfqueue-0.5.6-r2.ebuild
+++ b/net-mail/pfqueue/pfqueue-0.5.6-r2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://pfqueue.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
 
 BDEPEND="sys-devel/libtool"
 RDEPEND="sys-libs/ncurses:="


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/pfqueue/
@ 2023-10-09  4:53 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2023-10-09  4:53 UTC (permalink / raw
  To: gentoo-commits

commit:     667d55db4085084b01c06845c9fe0d461ff23445
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  9 04:52:48 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct  9 04:52:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=667d55db

net-mail/pfqueue: Stabilize 0.5.6-r2 x86, #915418

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-mail/pfqueue/pfqueue-0.5.6-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/pfqueue/pfqueue-0.5.6-r2.ebuild b/net-mail/pfqueue/pfqueue-0.5.6-r2.ebuild
index 31f54d5c5608..e5080f96734d 100644
--- a/net-mail/pfqueue/pfqueue-0.5.6-r2.ebuild
+++ b/net-mail/pfqueue/pfqueue-0.5.6-r2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://pfqueue.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 
 BDEPEND="sys-devel/libtool"
 RDEPEND="sys-libs/ncurses:="


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/pfqueue/
@ 2021-02-06 22:34 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-02-06 22:34 UTC (permalink / raw
  To: gentoo-commits

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
 }


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-12-31  9:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-31  9:37 [gentoo-commits] repo/gentoo:master commit in: net-mail/pfqueue/ Petr Vaněk
  -- strict thread matches above, loose matches on Subject: below --
2023-12-31  9:37 Petr Vaněk
2023-10-09 20:02 Sam James
2023-10-09  4:53 Sam James
2021-02-06 22:34 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox