public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-telnetd/
Date: Tue,  1 Dec 2020 07:56:13 +0000 (UTC)	[thread overview]
Message-ID: <1606809362.be181e0c76f2e0c99b4652f4be9d079010b2ebae.juippis@gentoo> (raw)

commit:     be181e0c76f2e0c99b4652f4be9d079010b2ebae
Author:     PPed72 <paolo.pedroni <AT> iol <DOT> it>
AuthorDate: Thu Nov 26 10:57:25 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Dec  1 07:56:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be181e0c

net-misc/netkit-telnetd: change sed delimiter

Closes: https://bugs.gentoo.org/715706
Signed-off-by: Paolo Pedroni <paolo.pedroni <AT> iol.it>
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Closes: https://github.com/gentoo/gentoo/pull/18412
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-misc/netkit-telnetd/netkit-telnetd-0.17-r12.ebuild | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/net-misc/netkit-telnetd/netkit-telnetd-0.17-r12.ebuild b/net-misc/netkit-telnetd/netkit-telnetd-0.17-r12.ebuild
index c2f66be105d..defc1918c5c 100644
--- a/net-misc/netkit-telnetd/netkit-telnetd-0.17-r12.ebuild
+++ b/net-misc/netkit-telnetd/netkit-telnetd-0.17-r12.ebuild
@@ -36,17 +36,17 @@ src_prepare() {
 	# better to just stay in sync with debian's own netkit-telnet
 	# package. Lots of bug fixes by them over time which were not in
 	# our telnetd.
-	EPATCH_FORCE="yes" EPATCH_SUFFIX="diff" eapply "${WORKDIR}"/debian/patches
+	EPATCH_FORCE="yes" EPATCH_SUFFIX="diff" eapply "${WORKDIR}/debian/patches"
 
 	# Patch: [1]
 	# after the deb patch we need to add a small patch that defines
 	# gnu source. This is needed for gcc-3.4.x (needs to be pushed
 	# back to the deb folk?)
-	eapply "${FILESDIR}"/netkit-telnetd-0.17-cflags-gnu_source.patch
+	eapply "${FILESDIR}/netkit-telnetd-0.17-cflags-gnu_source.patch"
 
 	# Fix portability issues.
 	sed -i \
-		-e 's/echo -n/printf %s/' \
+		-e 's@echo -n@printf %s@' \
 		configure || die
 	default
 }
@@ -58,9 +58,9 @@ src_configure() {
 	./configure --prefix=/usr || die
 
 	sed -i \
-		-e "s/-pipe -O2/${CFLAGS}/" \
-		-e "s/^\(LDFLAGS=\).*/\1${LDFLAGS}/" \
-		-e "s/-Wpointer-arith//" \
+		-e "s@-pipe -O2@${CFLAGS}@" \
+		-e "s@^\(LDFLAGS=\).*@\1${LDFLAGS}@" \
+		-e "s@-Wpointer-arith@@" \
 		MCONFIG || die
 }
 
@@ -81,9 +81,9 @@ src_install() {
 	dosym telnetd.8 /usr/share/man/man8/in.telnetd.8
 	doman telnetlogin/telnetlogin.8
 	dodoc BUGS ChangeLog README
-	dodoc "${FILESDIR}"/net.issue.sample
+	dodoc "${FILESDIR}/net.issue.sample"
 	newdoc telnet/README README.telnet
 	newdoc telnet/TODO TODO.telnet
 	insinto /etc/xinetd.d
-	newins "${FILESDIR}"/telnetd.xinetd telnetd
+	newins "${FILESDIR}/telnetd.xinetd" telnetd
 }


             reply	other threads:[~2020-12-01  7:56 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-01  7:56 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-03 16:53 [gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-telnetd/ Mike Gilbert
2023-06-28 21:17 Sam James
2022-10-05 23:28 Mike Gilbert
2022-08-29 15:15 Andreas Sturmlechner
2022-07-10 19:15 Arthur Zamarin
2022-07-10 18:53 Arthur Zamarin
2022-07-10 18:04 Arthur Zamarin
2022-07-10 18:04 Arthur Zamarin
2022-07-10 18:04 Arthur Zamarin
2022-07-10 12:16 Sam James
2022-07-10 12:16 Sam James
2020-11-23 21:36 Patrice Clement
2020-11-23  8:01 Sergei Trofimovich
2020-11-23  7:58 Sergei Trofimovich
2020-11-23  7:52 Sergei Trofimovich
2020-11-20 20:01 Sergei Trofimovich
2020-11-20  2:02 Sam James
2020-11-20  2:02 Sam James
2020-11-20  1:34 Thomas Deutschmann
2020-11-19 22:59 Sam James
2020-06-08 16:34 Mart Raudsepp
2020-05-08  6:25 Mart Raudsepp
2020-03-26 14:01 Joonas Niilola
2020-03-26 14:01 Joonas Niilola
2018-07-23 15:57 Tony Vroon
2017-01-15  3:12 Göktürk Yüksek
2016-03-09 18:36 Patrice Clement
2016-03-09 17:15 Patrice Clement
2016-03-09 14:18 Patrice Clement
2016-03-09 14:18 Patrice Clement
2015-08-12 15:56 Mike Frysinger
2015-08-12 15:56 Mike Frysinger

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=1606809362.be181e0c76f2e0c99b4652f4be9d079010b2ebae.juippis@gentoo \
    --to=juippis@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