public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: mail-filter/couriersrs/
@ 2018-05-29 20:10 Aaron Bauman
  0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2018-05-29 20:10 UTC (permalink / raw
  To: gentoo-commits

commit:     13db096d73d41ef74a2fa172dca61ea610e639e1
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 15:10:01 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue May 29 20:10:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13db096d

mail-filter/couriersrs: bump EAPI and drop eutils

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 mail-filter/couriersrs/couriersrs-0.1.2.ebuild | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/mail-filter/couriersrs/couriersrs-0.1.2.ebuild b/mail-filter/couriersrs/couriersrs-0.1.2.ebuild
index 80b3a5a3251..92219e60bf9 100644
--- a/mail-filter/couriersrs/couriersrs-0.1.2.ebuild
+++ b/mail-filter/couriersrs/couriersrs-0.1.2.ebuild
@@ -1,28 +1,27 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
+EAPI=6
 
-inherit autotools eutils
+inherit autotools
 
 DESCRIPTION="SRS (Sender Rewriting Scheme) wrapper for the courier MTA"
 HOMEPAGE="http://couriersrs.com/"
 SRC_URI="http://couriersrs.com/download/${P}.tar.gz"
+
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~x86"
 IUSE=""
+
 DEPEND="dev-libs/popt
 	mail-filter/libsrs2"
 RDEPEND="${DEPEND}"
 
+PATCHES=( "${FILESDIR}/${P}-automake-fixes.diff" )
+
 src_prepare() {
+	default
 	rm m4/*.m4
-	epatch "${FILESDIR}/${P}-automake-fixes.diff"
 	AT_M4DIR="m4" eautoreconf
 }
-
-src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
-	dodoc AUTHORS NEWS ChangeLog
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mail-filter/couriersrs/
@ 2018-05-29 20:10 Aaron Bauman
  0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2018-05-29 20:10 UTC (permalink / raw
  To: gentoo-commits

commit:     613a74bd7b1ed9caf4194331f7c8b72d48e7a8fb
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 18:33:50 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue May 29 20:10:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=613a74bd

mail-filter/couriersrs: add || die to rm call

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 mail-filter/couriersrs/couriersrs-0.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/couriersrs/couriersrs-0.1.2.ebuild b/mail-filter/couriersrs/couriersrs-0.1.2.ebuild
index 92219e60bf9..a23e682a6f2 100644
--- a/mail-filter/couriersrs/couriersrs-0.1.2.ebuild
+++ b/mail-filter/couriersrs/couriersrs-0.1.2.ebuild
@@ -22,6 +22,6 @@ PATCHES=( "${FILESDIR}/${P}-automake-fixes.diff" )
 
 src_prepare() {
 	default
-	rm m4/*.m4
+	rm m4/*.m4 || die "rm failed!"
 	AT_M4DIR="m4" eautoreconf
 }


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mail-filter/couriersrs/
@ 2019-12-07  7:44 Hanno Böck
  0 siblings, 0 replies; 6+ messages in thread
From: Hanno Böck @ 2019-12-07  7:44 UTC (permalink / raw
  To: gentoo-commits

commit:     04d5bbba99377c5631cab1525d5cd06880f6a554
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  7 07:44:06 2019 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Sat Dec  7 07:44:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d5bbba

mail-filter/couriersrs: Update upstream URLs

Make HOME https.
Let SRC_URI point to new github location.
Add github upstream to metadata.

Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
Package-Manager: Portage-2.3.81, Repoman-2.3.20

 mail-filter/couriersrs/couriersrs-0.1.2.ebuild | 6 +++---
 mail-filter/couriersrs/metadata.xml            | 7 ++++++-
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/mail-filter/couriersrs/couriersrs-0.1.2.ebuild b/mail-filter/couriersrs/couriersrs-0.1.2.ebuild
index a23e682a6f2..8cdb47abe40 100644
--- a/mail-filter/couriersrs/couriersrs-0.1.2.ebuild
+++ b/mail-filter/couriersrs/couriersrs-0.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,8 +6,8 @@ EAPI=6
 inherit autotools
 
 DESCRIPTION="SRS (Sender Rewriting Scheme) wrapper for the courier MTA"
-HOMEPAGE="http://couriersrs.com/"
-SRC_URI="http://couriersrs.com/download/${P}.tar.gz"
+HOMEPAGE="https://couriersrs.com/"
+SRC_URI="https://github.com/mawis/courier-srs/releases/download/${PV}/${P}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/mail-filter/couriersrs/metadata.xml b/mail-filter/couriersrs/metadata.xml
index 28ef3c7b080..270badf0104 100644
--- a/mail-filter/couriersrs/metadata.xml
+++ b/mail-filter/couriersrs/metadata.xml
@@ -1,5 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="person"><email>hanno@gentoo.org</email></maintainer>
+	<maintainer type="person">
+		<email>hanno@gentoo.org</email>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">mawis/courier-srs</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mail-filter/couriersrs/
@ 2024-07-20 15:31 Hanno Böck
  0 siblings, 0 replies; 6+ messages in thread
From: Hanno Böck @ 2024-07-20 15:31 UTC (permalink / raw
  To: gentoo-commits

commit:     c974a68e32eb33287f8c2590f639f4b3b113a464
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 20 15:30:57 2024 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 15:31:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c974a68e

mail-filter/couriersrs: update EAPI 6 -> 8

Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>

 mail-filter/couriersrs/couriersrs-0.1.2-r1.ebuild | 26 +++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/mail-filter/couriersrs/couriersrs-0.1.2-r1.ebuild b/mail-filter/couriersrs/couriersrs-0.1.2-r1.ebuild
new file mode 100644
index 000000000000..0bb5b4ca7e71
--- /dev/null
+++ b/mail-filter/couriersrs/couriersrs-0.1.2-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="SRS (Sender Rewriting Scheme) wrapper for the courier MTA"
+HOMEPAGE="https://couriersrs.com/"
+SRC_URI="https://github.com/mawis/courier-srs/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-libs/popt
+	mail-filter/libsrs2"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/${P}-automake-fixes.diff" )
+
+src_prepare() {
+	default
+	rm m4/*.m4 || die "rm failed!"
+	AT_M4DIR="m4" eautoreconf
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mail-filter/couriersrs/
@ 2024-07-29 23:05 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2024-07-29 23:05 UTC (permalink / raw
  To: gentoo-commits

commit:     0030ff694d4a7ca09550ca5bdab9778aa40d9f98
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 29 23:04:55 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 29 23:04:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0030ff69

mail-filter/couriersrs: Stabilize 0.1.2-r1 amd64, #936910

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

 mail-filter/couriersrs/couriersrs-0.1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/couriersrs/couriersrs-0.1.2-r1.ebuild b/mail-filter/couriersrs/couriersrs-0.1.2-r1.ebuild
index 0bb5b4ca7e71..704f22591f33 100644
--- a/mail-filter/couriersrs/couriersrs-0.1.2-r1.ebuild
+++ b/mail-filter/couriersrs/couriersrs-0.1.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/mawis/courier-srs/releases/download/${PV}/${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DEPEND="dev-libs/popt
 	mail-filter/libsrs2"


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mail-filter/couriersrs/
@ 2024-07-30  5:24 Hanno Böck
  0 siblings, 0 replies; 6+ messages in thread
From: Hanno Böck @ 2024-07-30  5:24 UTC (permalink / raw
  To: gentoo-commits

commit:     e8b926ec0fd0778728997925e1c19436e820bbcb
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 30 05:24:26 2024 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Tue Jul 30 05:24:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b926ec

mail-filter/couriersrs: drop 0.1.2 (EAPI 6)

Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>

 mail-filter/couriersrs/couriersrs-0.1.2.ebuild | 27 --------------------------
 1 file changed, 27 deletions(-)

diff --git a/mail-filter/couriersrs/couriersrs-0.1.2.ebuild b/mail-filter/couriersrs/couriersrs-0.1.2.ebuild
deleted file mode 100644
index c8eff55bfa9d..000000000000
--- a/mail-filter/couriersrs/couriersrs-0.1.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="SRS (Sender Rewriting Scheme) wrapper for the courier MTA"
-HOMEPAGE="https://couriersrs.com/"
-SRC_URI="https://github.com/mawis/courier-srs/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-libs/popt
-	mail-filter/libsrs2"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}-automake-fixes.diff" )
-
-src_prepare() {
-	default
-	rm m4/*.m4 || die "rm failed!"
-	AT_M4DIR="m4" eautoreconf
-}


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

end of thread, other threads:[~2024-07-30  5:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-29 20:10 [gentoo-commits] repo/gentoo:master commit in: mail-filter/couriersrs/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2018-05-29 20:10 Aaron Bauman
2019-12-07  7:44 Hanno Böck
2024-07-20 15:31 Hanno Böck
2024-07-29 23:05 Sam James
2024-07-30  5:24 Hanno Böck

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