From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/randomsig/
Date: Sat, 16 Mar 2024 12:13:47 +0000 (UTC) [thread overview]
Message-ID: <1710591207.a25387739f03c8fba1caf9a91cc220c35793b989.conikost@gentoo> (raw)
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
+}
next reply other threads:[~2024-03-16 12:13 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-16 12:13 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-19 11:19 [gentoo-commits] repo/gentoo:master commit in: net-mail/randomsig/ Arthur Zamarin
2024-04-19 10:46 Sam James
2024-04-19 9:38 Arthur Zamarin
2017-11-27 11:24 David Seifert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1710591207.a25387739f03c8fba1caf9a91cc220c35793b989.conikost@gentoo \
--to=conikost@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox