public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-mail/qmhandle/
@ 2018-06-03  2:59 Aaron Bauman
  0 siblings, 0 replies; 7+ messages in thread
From: Aaron Bauman @ 2018-06-03  2:59 UTC (permalink / raw
  To: gentoo-commits

commit:     a9fe45617a6280e038e6fa86f8d6ed60878e8316
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  3 00:15:46 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jun  3 02:58:46 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9fe4561

net-mail/qmhandle: drop old EAPI

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-mail/qmhandle/Manifest                 |  1 -
 net-mail/qmhandle/qmhandle-1.2.0-r1.ebuild | 34 ------------------------------
 2 files changed, 35 deletions(-)

diff --git a/net-mail/qmhandle/Manifest b/net-mail/qmhandle/Manifest
index a4a0dd49d19..0f1e145cb4c 100644
--- a/net-mail/qmhandle/Manifest
+++ b/net-mail/qmhandle/Manifest
@@ -1,2 +1 @@
-DIST qmhandle-1.2.0.tar.gz 13134 BLAKE2B e0c3766b1375e2b774e59565f8a03bb025034185dfd555d8288bb514aad0934ddd2b685480ecab7ae65ba268c02c744c4520ec7e787b2cece167a92ee191e06f SHA512 5db69a0fff3a2b6cfc150995f6ff13bcaac4f9c99b653af05904f0af5c38cdee9a5378a8b66d460f403dd938daa650bcffd6d5dc860d0a0813d060105a22ce0e
 DIST qmhandle-1.3.2.tar.gz 15423 BLAKE2B 92a97404fb495b83329e6a7b6dd83140e5b73f2dfd6a6999d546a7fc2dfdf302d52e0a5ae67a8415e012f972688283b2cafc9538aeca41608a05b3c9d91b58f3 SHA512 ec6bb344f4d345e4a59ab3acb336a5a76a22c07a9eccac1e1f178b2a96f83afb9a4d669f16f960c254cc203745db96027ef9e6181ea8a16b0bff5e86141ce779

diff --git a/net-mail/qmhandle/qmhandle-1.2.0-r1.ebuild b/net-mail/qmhandle/qmhandle-1.2.0-r1.ebuild
deleted file mode 100644
index 976cf819ee0..00000000000
--- a/net-mail/qmhandle/qmhandle-1.2.0-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-DESCRIPTION="Qmail message queue tool"
-HOMEPAGE="http://qmhandle.sourceforge.net/"
-SRC_URI="mirror://sourceforge/qmhandle/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc sparc x86"
-IUSE=""
-
-RDEPEND="
-	virtual/qmail
-	dev-lang/perl
-	sys-process/psmisc
-"
-DEPEND=""
-
-S=${WORKDIR}
-
-src_unpack() {
-	unpack ${A}
-	epatch "${FILESDIR}"/qmHandle-gentoo-svc.patch
-}
-
-src_install() {
-	dodoc README HISTORY
-	dobin qmHandle || die "dobin failed"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-mail/qmhandle/
@ 2019-11-10  3:44 Aaron Bauman
  0 siblings, 0 replies; 7+ messages in thread
From: Aaron Bauman @ 2019-11-10  3:44 UTC (permalink / raw
  To: gentoo-commits

commit:     4cab8b1cd40389faca36deb252c8128ca77b6d18
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 03:37:37 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 03:43:58 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cab8b1c

net-mail/qmhandle: bump EAPI and stuff

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 net-mail/qmhandle/qmhandle-1.3.2.ebuild | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/net-mail/qmhandle/qmhandle-1.3.2.ebuild b/net-mail/qmhandle/qmhandle-1.3.2.ebuild
index ca310ec47ed..b335ed852a2 100644
--- a/net-mail/qmhandle/qmhandle-1.3.2.ebuild
+++ b/net-mail/qmhandle/qmhandle-1.3.2.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
-
-inherit eutils
+EAPI=7
 
 DESCRIPTION="Qmail message queue tool"
 HOMEPAGE="http://qmhandle.sourceforge.net/"
@@ -20,16 +18,15 @@ RDEPEND="virtual/qmail
 "
 DEPEND=""
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	sed \
 		-e 's|/usr/local/bin/svc|/usr/bin/svc|g' \
 		-e 's|/service/qmail-deliver|/var/qmail/supervise/qmail-send|g' \
-		-i qmHandle
+		-i qmHandle || die "Fixing qmHandle failed"
+	eapply_user
 }
 
 src_install() {
 	dodoc README HISTORY
-	dobin qmHandle || die "dobin failed"
+	dobin qmHandle
 }


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

* [gentoo-commits] repo/gentoo:master commit in: net-mail/qmhandle/
@ 2023-06-23 18:07 Matt Turner
  0 siblings, 0 replies; 7+ messages in thread
From: Matt Turner @ 2023-06-23 18:07 UTC (permalink / raw
  To: gentoo-commits

commit:     d29d0d262453ab3e7c21a2af1fccbd93d207e239
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 23 17:50:30 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jun 23 18:07:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d29d0d26

net-mail/qmhandle: Drop ppc keywords

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-mail/qmhandle/qmhandle-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/qmhandle/qmhandle-1.3.2.ebuild b/net-mail/qmhandle/qmhandle-1.3.2.ebuild
index f59fc76b821d..6371288e2363 100644
--- a/net-mail/qmhandle/qmhandle-1.3.2.ebuild
+++ b/net-mail/qmhandle/qmhandle-1.3.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/qmhandle/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 sparc x86"
 IUSE=""
 
 RDEPEND="virtual/qmail


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

* [gentoo-commits] repo/gentoo:master commit in: net-mail/qmhandle/
@ 2024-01-20 12:04 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-01-20 12:04 UTC (permalink / raw
  To: gentoo-commits

commit:     5d216a382193637f4b52947db455828387de592e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 20 12:01:38 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 20 12:01:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d216a38

net-mail/qmhandle: use PATCHES

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

 net-mail/qmhandle/qmhandle-1.3.2-r1.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/net-mail/qmhandle/qmhandle-1.3.2-r1.ebuild b/net-mail/qmhandle/qmhandle-1.3.2-r1.ebuild
index ec9e141df8a5..3b395f8b8d96 100644
--- a/net-mail/qmhandle/qmhandle-1.3.2-r1.ebuild
+++ b/net-mail/qmhandle/qmhandle-1.3.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,13 +18,16 @@ RDEPEND="virtual/qmail
 "
 DEPEND=""
 
+PATCHES=(
+	"${FILESDIR}/${PN}-1.3.2-fix-help-parameter.patch"
+)
+
 src_prepare() {
-	eapply "${FILESDIR}/${PN}-1.3.2-fix-help-parameter.patch"
 	sed \
 		-e 's|/usr/local/bin/svc|/usr/bin/svc|g' \
 		-e 's|/service/qmail-deliver|/var/qmail/supervise/qmail-send|g' \
 		-i qmHandle || die "Fixing qmHandle failed"
-	eapply_user
+	default
 }
 
 src_install() {


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

* [gentoo-commits] repo/gentoo:master commit in: net-mail/qmhandle/
@ 2024-10-25 21:25 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-10-25 21:25 UTC (permalink / raw
  To: gentoo-commits

commit:     0c0ae4b534db7beab1ce80b9aed41151281f6e83
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 25 21:24:58 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 25 21:24:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c0ae4b5

net-mail/qmhandle: Stabilize 1.3.2-r1 sparc, #942155

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

 net-mail/qmhandle/qmhandle-1.3.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/qmhandle/qmhandle-1.3.2-r1.ebuild b/net-mail/qmhandle/qmhandle-1.3.2-r1.ebuild
index f08f14473458..35da98101883 100644
--- a/net-mail/qmhandle/qmhandle-1.3.2-r1.ebuild
+++ b/net-mail/qmhandle/qmhandle-1.3.2-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://downloads.sourceforge.net/qmhandle/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa sparc ~x86"
 IUSE=""
 
 RDEPEND="virtual/qmail


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

* [gentoo-commits] repo/gentoo:master commit in: net-mail/qmhandle/
@ 2024-10-25 21:31 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-10-25 21:31 UTC (permalink / raw
  To: gentoo-commits

commit:     f9d94e129c62554cc68ed151f271d8eba5d7df77
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 25 21:31:31 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 25 21:31:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9d94e12

net-mail/qmhandle: Stabilize 1.3.2-r1 amd64, #942155

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

 net-mail/qmhandle/qmhandle-1.3.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/qmhandle/qmhandle-1.3.2-r1.ebuild b/net-mail/qmhandle/qmhandle-1.3.2-r1.ebuild
index 35da98101883..1ec13f9f76c3 100644
--- a/net-mail/qmhandle/qmhandle-1.3.2-r1.ebuild
+++ b/net-mail/qmhandle/qmhandle-1.3.2-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://downloads.sourceforge.net/qmhandle/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa sparc ~x86"
 IUSE=""
 
 RDEPEND="virtual/qmail


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

* [gentoo-commits] repo/gentoo:master commit in: net-mail/qmhandle/
@ 2024-10-26 12:48 Arthur Zamarin
  0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2024-10-26 12:48 UTC (permalink / raw
  To: gentoo-commits

commit:     15f49ff5bdacff1afa5806daed39b7e210d8d385
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 26 12:47:48 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 26 12:47:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15f49ff5

net-mail/qmhandle: Stabilize 1.3.2-r1 x86, #942155

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-mail/qmhandle/qmhandle-1.3.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/qmhandle/qmhandle-1.3.2-r1.ebuild b/net-mail/qmhandle/qmhandle-1.3.2-r1.ebuild
index 1ec13f9f76c3..910e573b7160 100644
--- a/net-mail/qmhandle/qmhandle-1.3.2-r1.ebuild
+++ b/net-mail/qmhandle/qmhandle-1.3.2-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://downloads.sourceforge.net/qmhandle/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa sparc x86"
 IUSE=""
 
 RDEPEND="virtual/qmail


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

end of thread, other threads:[~2024-10-26 12:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-03  2:59 [gentoo-commits] repo/gentoo:master commit in: net-mail/qmhandle/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2019-11-10  3:44 Aaron Bauman
2023-06-23 18:07 Matt Turner
2024-01-20 12:04 Sam James
2024-10-25 21:25 Sam James
2024-10-25 21:31 Sam James
2024-10-26 12:48 Arthur Zamarin

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