1
Fork 0

net-mail/randomsig: drop 1.10.0, EAPI6--

Closes: https://bugs.gentoo.org/930224
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin 2024-04-19 14:16:52 +03:00
parent c28cfb20ea
commit eed9888ecf
No known key found for this signature in database
GPG Key ID: 02A0AF503D120504
1 changed files with 0 additions and 37 deletions

View File

@ -1,37 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
MY_P=${PN}-v${PV}
DESCRIPTION="randomsig - perl script for generating random .signature files"
HOMEPAGE="http://suso.suso.org/programs/randomsig/"
SRC_URI="http://suso.suso.org/programs/randomsig/downloads/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~s390 sparc x86"
RDEPEND="dev-lang/perl"
DEPEND="${RDEPEND}"
S=${WORKDIR}/${MY_P}
src_prepare() {
default
sed -e "s:/usr/local/bin:${EPREFIX}/usr/bin:" \
-e "s:/usr/local/etc:${EPREFIX}/etc:" \
-i Makefile || die
sed -e "s:/usr/local/etc:${EPREFIX}/etc:" \
-i randomsig || die
}
src_install() {
dobin randomsig
einstalldocs
insinto /etc/randomsig
doins .randomsigrc .sigquotes .sigcancel .sigread
}