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: Thu, 26 Mar 2020 14:01:11 +0000 (UTC)	[thread overview]
Message-ID: <1585231246.2a20151f44f68e3215a2ca7f926bcc51203a3a37.juippis@gentoo> (raw)

commit:     2a20151f44f68e3215a2ca7f926bcc51203a3a37
Author:     PPed72 <paolo.pedroni <AT> iol <DOT> it>
AuthorDate: Tue Mar 24 15:08:11 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Mar 26 14:00:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a20151f

net-misc/netkit-telnetd: Fix 'sed' delimiter

Also fixes copyright date and attribution

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

 net-misc/netkit-telnetd/netkit-telnetd-0.17-r12.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 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 e041e858c76..4c17078b18a 100644
--- a/net-misc/netkit-telnetd/netkit-telnetd-0.17-r12.ebuild
+++ b/net-misc/netkit-telnetd/netkit-telnetd-0.17-r12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -46,7 +46,7 @@ src_prepare() {
 
 	# 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
 }
 


             reply	other threads:[~2020-03-26 14:01 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-26 14:01 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-12-01  7:56 Joonas Niilola
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
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=1585231246.2a20151f44f68e3215a2ca7f926bcc51203a3a37.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