mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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:
parent
e29dcd6cd0
commit
8244411da2
@ -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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user