public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Amy Liffey" <amynka@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/nedit/
Date: Sun, 22 Mar 2020 12:24:27 +0000 (UTC)	[thread overview]
Message-ID: <1584879856.1d2ca24f2e6b5fa3844e4aac809026f5966ca4fa.amynka@gentoo> (raw)

commit:     1d2ca24f2e6b5fa3844e4aac809026f5966ca4fa
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 22 11:58:39 2020 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Sun Mar 22 12:24:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d2ca24f

app-editors/nedit: fix sed to use pipes

Closes: https://bugs.gentoo.org/711408
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Amy Liffey <amynka <AT> gentoo.org>

 app-editors/nedit/nedit-5.7.ebuild | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/app-editors/nedit/nedit-5.7.ebuild b/app-editors/nedit/nedit-5.7.ebuild
index 69f74a48710..25f9ab97f1d 100644
--- a/app-editors/nedit/nedit-5.7.ebuild
+++ b/app-editors/nedit/nedit-5.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -35,16 +35,16 @@ src_prepare() {
 	#respecting LDFLAGS, bug #208189
 	default
 	sed \
-		-e "s:bin/:${EPREFIX}/bin/:g" \
+		-e "s|bin/|${EPREFIX}/bin/|g" \
 		-i Makefile source/preferences.c source/help_data.h source/nedit.c Xlt/Makefile || die
 	sed \
-		-e "s:nc:neditc:g" -i doc/nc.pod || die
-	sed -i -e "s:CFLAGS=-O:CFLAGS=${CFLAGS}:" -e "s:check_tif_rule::" \
+		-e "s|nc|neditc|g" -i doc/nc.pod || die
+	sed -i -e "s|CFLAGS=-O|CFLAGS=${CFLAGS}|" -e "s|check_tif_rule||" \
 		makefiles/Makefile.linux || die
-	sed -i -e "s:CFLAGS=-O:CFLAGS=${CFLAGS}:"                  \
-		   -e "s:MOTIFDIR=/usr/local:MOTIFDIR=${EPREFIX}/usr:" \
-		   -e "s:-lX11:-lX11 -lXmu -liconv:"                   \
-		   -e "s:check_tif_rule::"                             \
+	sed -i -e "s|CFLAGS=-O|CFLAGS=${CFLAGS}|"                  \
+		   -e "s|MOTIFDIR=/usr/local|MOTIFDIR=${EPREFIX}/usr|" \
+		   -e "s|-lX11|-lX11 -lXmu -liconv|"                   \
+		   -e "s|check_tif_rule||"                             \
 		makefiles/Makefile.macosx || die
 }
 


             reply	other threads:[~2020-03-22 12:24 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-22 12:24 Amy Liffey [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-04-22 12:23 [gentoo-commits] repo/gentoo:master commit in: app-editors/nedit/ Sam James
2021-04-22 12:18 Sam James
2021-04-22  3:01 Sam James
2021-04-22  2:59 Sam James
2021-04-20  1:21 Sam James
2021-04-20  1:21 Sam James
2019-05-03 13:26 Amy Liffey
2018-03-13  9:49 Amy Liffey
2018-03-10 10:03 Ulrich Müller
2017-08-11 20:14 Amy Liffey
2016-06-06 15:07 Mikle Kolyada
2016-06-06 13:33 Agostino Sarubbo
2016-05-31 11:40 Tobias Klausmann
2016-04-09 13:46 Agostino Sarubbo
2015-09-19  0:09 Manuel Rüger
2015-09-18 13:55 Amy Winston

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=1584879856.1d2ca24f2e6b5fa3844e4aac809026f5966ca4fa.amynka@gentoo \
    --to=amynka@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