net-mail/signify: drop 1.14-r1, EAPI6--

Closes: https://bugs.gentoo.org/931683
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin 2024-05-10 22:48:03 +03:00
parent e29dcd6cd0
commit 8244411da2
No known key found for this signature in database
GPG Key ID: 02A0AF503D120504

View File

@ -1,32 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="A (semi-)random e-mail signature rotator"
HOMEPAGE="http://signify.sf.net/"
SRC_URI="mirror://debian/pool/main/s/${PN}/${PN}_${PV}-1.tar.gz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ppc sparc x86"
RDEPEND="!app-crypt/signify
dev-lang/perl"
DEPEND="${RDEPEND}"
S=${WORKDIR}/${PN}
src_prepare() {
default
sed -i 's/head -1/head -n1/' Makefile || die
}
src_install() {
emake PREFIX="${ED%/}"/usr MANDIR="${ED%/}"/usr/share/man install
einstalldocs
docinto examples
dodoc examples/{Columned,Complex,Simple,SimpleOrColumned}
docompress -x /usr/share/doc/${PF}/examples
}