From: "Eli Schwartz" <eschwartz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/taylor-uucp/
Date: Mon, 21 Oct 2024 02:55:25 +0000 (UTC) [thread overview]
Message-ID: <1729479284.71b684d021866e16353b54eff2478365a057c9a7.eschwartz@gentoo> (raw)
commit: 71b684d021866e16353b54eff2478365a057c9a7
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 21 02:50:49 2024 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Mon Oct 21 02:54:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71b684d0
net-misc/taylor-uucp: update EAPI 7 -> 8
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
net-misc/taylor-uucp/taylor-uucp-1.07-r7.ebuild | 61 +++++++++++++++++++++++++
1 file changed, 61 insertions(+)
diff --git a/net-misc/taylor-uucp/taylor-uucp-1.07-r7.ebuild b/net-misc/taylor-uucp/taylor-uucp-1.07-r7.ebuild
new file mode 100644
index 000000000000..9b97bf770435
--- /dev/null
+++ b/net-misc/taylor-uucp/taylor-uucp-1.07-r7.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools flag-o-matic
+
+DESCRIPTION="Taylor UUCP"
+HOMEPAGE="https://www.airs.com/ian/uucp.html"
+SRC_URI="mirror://gnu/uucp/uucp-${PV}.tar.gz"
+S="${WORKDIR}/uucp-${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc ~x86"
+
+PATCHES=(
+ "${FILESDIR}"/${P}-gentoo.patch
+ "${FILESDIR}"/${P}-fprintf.patch
+ "${FILESDIR}"/${P}-remove-extern.patch
+)
+
+src_prepare() {
+ default
+
+ mv configure.{in,ac} || die
+ sed -i 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die
+ eautoreconf
+}
+
+src_configure() {
+ append-cppflags -D_GNU_SOURCE -fno-strict-aliasing
+ econf --with-newconfigdir=/etc/uucp
+}
+
+src_install() {
+ dodir /usr/share/man/man{1,8}
+ dodir /usr/share/info
+ dodir /usr/bin /usr/sbin
+ diropts -o uucp -g uucp -m 0750
+ keepdir /var/log/uucp /var/spool/uucp
+ diropts -o uucp -g uucp -m 0775
+ keepdir /var/spool/uucppublic
+
+ emake \
+ "prefix=${ED}/usr" \
+ "sbindir=${ED}/usr/sbin" \
+ "bindir=${ED}/usr/bin" \
+ "man1dir=${ED}/usr/share/man/man1" \
+ "man8dir=${ED}/usr/share/man/man8" \
+ "newconfigdir=${ED}/etc/uucp" \
+ "infodir=${ED}/usr/share/info" \
+ install install-info
+
+ sed -i -e 's:/usr/spool:/var/spool:g' sample/config
+
+ insinto etc/uucp
+ doins sample/*
+
+ dodoc ChangeLog NEWS README TODO
+}
next reply other threads:[~2024-10-21 2:55 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-21 2:55 Eli Schwartz [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-22 9:34 [gentoo-commits] repo/gentoo:master commit in: net-misc/taylor-uucp/ Petr Vaněk
2024-11-08 2:49 Sam James
2024-11-03 18:28 Sam James
2024-11-03 18:28 Sam James
2024-11-03 18:28 Sam James
2023-10-05 19:57 Mike Gilbert
2022-07-15 20:55 Conrad Kostecki
2020-09-14 23:53 Sam James
2018-05-22 21:52 Sergei Trofimovich
2018-05-20 23:26 Aaron Bauman
2018-04-12 20:54 Thomas Deutschmann
2018-04-01 14:14 Aaron Bauman
2018-04-01 11:09 Tobias Klausmann
2018-03-28 19:32 Sergei Trofimovich
2018-03-27 22:32 Sergei Trofimovich
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=1729479284.71b684d021866e16353b54eff2478365a057c9a7.eschwartz@gentoo \
--to=eschwartz@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