commit:     a25387739f03c8fba1caf9a91cc220c35793b989
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Feb  6 18:31:45 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 12:13:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2538773

net-mail/randomsig: EAPI8 bump, use HTTPS, fix LICENSE

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/35203
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-mail/randomsig/randomsig-1.10.0-r1.ebuild | 36 +++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/net-mail/randomsig/randomsig-1.10.0-r1.ebuild 
b/net-mail/randomsig/randomsig-1.10.0-r1.ebuild
new file mode 100644
index 000000000000..433e05933e0f
--- /dev/null
+++ b/net-mail/randomsig/randomsig-1.10.0-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_P="${PN}-v${PV}"
+
+DESCRIPTION="Perl script for generating random .signature files"
+HOMEPAGE="https://suso.suso.org/xulu/Randomsig";
+SRC_URI="https://suso.suso.org/programs/randomsig/downloads/${MY_P}.tar.gz";
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~s390 ~sparc ~x86"
+
+RDEPEND="dev-lang/perl"
+DEPEND="${RDEPEND}"
+
+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
+}

Reply via email to