Diff dot-forward-0.71-r4 with a dot-forward-0.71-r5
/usr/portage/net-mail/dot-forward/dot-forward-0.71-r5.ebuild 2023-10-09 14:52:34.612368479 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
inherit fixheadtails qmail |
7 | 7 | |
8 |
DESCRIPTION="reads sendmail's .forward files under qmail" |
|
8 |
DESCRIPTION="Reads sendmail's .forward files under qmail" |
|
9 | 9 |
HOMEPAGE="http://cr.yp.to/dot-forward.html" |
10 | 10 |
SRC_URI="http://cr.yp.to/software/${P}.tar.gz" |
11 |
SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-fix-build-for-clang16.patch.xz" |
|
11 | 12 | |
12 | 13 |
LICENSE="public-domain" |
13 | 14 |
SLOT="0" |
... | ... | |
26 | 27 | |
27 | 28 |
PATCHES=( |
28 | 29 |
"${FILESDIR}"/${PV}-errno.patch |
30 |
"${WORKDIR}"/${P}-fix-build-for-clang16.patch |
|
29 | 31 |
) |
30 | 32 | |
31 | 33 |
DOCS=( |