public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/amanda/
Date: Sun, 15 May 2022 01:00:32 +0000 (UTC)	[thread overview]
Message-ID: <1652576405.d4bc6cc2413b2a28a5984e1f151278ec4f3d1ff1.sam@gentoo> (raw)

commit:     d4bc6cc2413b2a28a5984e1f151278ec4f3d1ff1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May  7 06:50:28 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 15 01:00:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4bc6cc2

app-backup/amanda: egrep -> grep -E

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-backup/amanda/amanda-3.5.1-r3.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-backup/amanda/amanda-3.5.1-r3.ebuild b/app-backup/amanda/amanda-3.5.1-r3.ebuild
index 9498a6165145..f838aa934335 100644
--- a/app-backup/amanda/amanda-3.5.1-r3.ebuild
+++ b/app-backup/amanda/amanda-3.5.1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -77,7 +77,7 @@ amanda_variable_setup() {
 	local currentamanda
 
 	# Grab the current settings
-	currentamanda="$(set | egrep "^AMANDA_" | grep -v '^AMANDA_ENV_SETTINGS' | xargs)"
+	currentamanda="$(set | grep -E "^AMANDA_" | grep -v '^AMANDA_ENV_SETTINGS' | xargs)"
 
 	# First we set the defaults
 	AMANDA_GROUP_NAME=amanda
@@ -106,7 +106,7 @@ amanda_variable_setup() {
 	# Now pull in the old stuff
 	if [[ -f ${EROOT}${ENVDIR}/${ENVDFILE} ]]; then
 		# We don't just source it as we don't want everything in there.
-		eval $(egrep "^AMANDA_" "${EROOT}${ENVDIR}/${ENVDFILE}" | grep -v '^AMANDA_ENV_SETTINGS')
+		eval $(grep -E "^AMANDA_" "${EROOT}${ENVDIR}/${ENVDFILE}" | grep -v '^AMANDA_ENV_SETTINGS')
 	fi
 
 	# Re-apply the new settings if any
@@ -152,7 +152,7 @@ src_prepare() {
 	# places for us to work in
 	mkdir -p "${MYFILESDIR}" || die
 	# Now we store the settings we just created
-	set | egrep "^AMANDA_" | grep -v '^AMANDA_ENV_SETTINGS' > "${TMPENVFILE}" || die
+	set | grep -E "^AMANDA_" | grep -v '^AMANDA_ENV_SETTINGS' > "${TMPENVFILE}" || die
 
 	# Prepare our custom files
 	einfo "Building custom configuration files"


             reply	other threads:[~2022-05-15  1:00 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-15  1:00 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-08 15:33 [gentoo-commits] repo/gentoo:master commit in: app-backup/amanda/ Sam James
2025-03-08 14:09 Sam James
2025-03-08 13:37 Sam James
2025-02-24  4:55 Sam James
2025-01-21 13:53 Joonas Niilola
2021-01-24 13:33 Sam James
2021-01-21  7:40 Agostino Sarubbo
2021-01-20  9:30 Sam James
2021-01-20  9:29 Sam James
2020-12-30 10:26 David Seifert
2020-01-01  0:06 Erik Mackdanz
2017-12-14 22:05 Robin H. Johnson
2017-12-06  3:40 Robin H. Johnson
2017-11-13 20:59 Robin H. Johnson
2017-11-13 20:45 Robin H. Johnson
2017-11-13 20:45 Robin H. Johnson
2017-11-13 20:45 Robin H. Johnson
2017-11-07  6:16 Robin H. Johnson
2017-10-04  9:42 Patrice Clement
2017-07-01 18:59 Robin H. Johnson
2017-06-10  7:15 Robin H. Johnson
2017-05-04 17:21 Robin H. Johnson
2017-03-02 20:36 Robin H. Johnson
2017-02-02 20:01 Robin H. Johnson
2017-01-03 10:38 Agostino Sarubbo
2016-09-27  7:09 Agostino Sarubbo
2016-04-06  4:39 Ian Delaney
2016-04-01  8:52 Ian Delaney
2016-04-01  6:25 Ian Delaney
2015-09-20  7:30 Ian Delaney

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=1652576405.d4bc6cc2413b2a28a5984e1f151278ec4f3d1ff1.sam@gentoo \
    --to=sam@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