mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
mail-filter/couriersrs: drop 0.1.2 (EAPI 6)
Signed-off-by: Hanno Böck <hanno@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user