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
+}

Reply via email to