summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2021-11-24 10:05:07 +0200
committerJoonas Niilola <juippis@gentoo.org>2021-11-24 10:07:35 +0200
commit547bd4cfe29ba893fab097b886ac9202cae4730a (patch)
tree51a6426bae183dac804e3b104659484b902777da /mail-filter
parentmail-filter/spampd: bump to 2.61 (diff)
downloadgentoo-547bd4cfe29ba893fab097b886ac9202cae4730a.tar.gz
gentoo-547bd4cfe29ba893fab097b886ac9202cae4730a.tar.bz2
gentoo-547bd4cfe29ba893fab097b886ac9202cae4730a.zip
mail-filter/spampd: update DESCRIPTION, HOMEPAGE, LICENSE, BDEPEND...
- add missing dies. Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'mail-filter')
-rw-r--r--mail-filter/spampd/spampd-2.61.ebuild15
1 files changed, 7 insertions, 8 deletions
diff --git a/mail-filter/spampd/spampd-2.61.ebuild b/mail-filter/spampd/spampd-2.61.ebuild
index 213b260d1f58..347362e06dc9 100644
--- a/mail-filter/spampd/spampd-2.61.ebuild
+++ b/mail-filter/spampd/spampd-2.61.ebuild
@@ -5,14 +5,13 @@ EAPI=8
inherit systemd
-DESCRIPTION="spampd is a program to scan messages for Unsolicited Commercial E-mail content"
-HOMEPAGE="http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm"
-SRC_URI="https://github.com/mpaperno/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+DESCRIPTION="A program to scan messages for Unsolicited Commercial E-mail content"
+HOMEPAGE="http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm https://github.com/mpaperno/spampd"
+SRC_URI="https://github.com/mpaperno/spampd/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
RDEPEND="acct-group/mail
acct-user/mail
@@ -21,15 +20,15 @@ RDEPEND="acct-group/mail
mail-filter/spamassassin
virtual/perl-IO-Socket-IP"
DEPEND="${RDEPEND}"
-BDEPEND=""
+BDEPEND="dev-lang/perl"
PATCHES=(
"${FILESDIR}/${P}-no-pid-file.patch"
)
src_compile() {
- mv ${PN}.pl ${PN}
- pod2man ${PN}.pod > ${PN}.1
+ mv ${PN}.pl ${PN} || die
+ pod2man ${PN}.pod > ${PN}.1 || die
}
src_install() {