Diff postgrey-1.37_p20190625-r1 with a postgrey-1.37_p20220122

/usr/portage/mail-filter/postgrey/postgrey-1.37_p20220122.ebuild 2023-10-09 14:52:31.584368403 +0300
1 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 systemd
7 7

  
8
COMMIT="eb420c5dee57dd54e6f63bad5d74e85f5cc9535d"
8
COMMIT="c589bb9b727be9e1caaef6aa809a5ced688d9509"
9 9
DESCRIPTION="Postgrey is a Postfix policy server implementing greylisting"
10 10
HOMEPAGE="https://postgrey.schweikert.ch/"
11 11
SRC_URI="https://github.com/schweikert/postgrey/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
Thank you!