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: mail-filter/libmilter/
Date: Sun, 31 Jul 2022 23:01:23 +0000 (UTC)	[thread overview]
Message-ID: <1659308476.8239bb4356898f806bea677713f65f1fad9a1af6.sam@gentoo> (raw)

commit:     8239bb4356898f806bea677713f65f1fad9a1af6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 23:01:04 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 23:01:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8239bb43

mail-filter/libmilter: avoid grep -P

We didn't need it anyway.

Closes: https://bugs.gentoo.org/862537
Signed-off-by: Sam James <sam <AT> gentoo.org>

 mail-filter/libmilter/libmilter-1.0.2_p3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/libmilter/libmilter-1.0.2_p3.ebuild b/mail-filter/libmilter/libmilter-1.0.2_p3.ebuild
index 00ec5af784fc..a05a48af28ef 100644
--- a/mail-filter/libmilter/libmilter-1.0.2_p3.ebuild
+++ b/mail-filter/libmilter/libmilter-1.0.2_p3.ebuild
@@ -50,7 +50,7 @@ src_prepare() {
 
 	extract_version_from_source() {
 		# Extract "#  define SMFI_VERSION  0x01000002" from include/libmilter/mfapi.h
-		local actual_libmilter_ver=$(grep -o -P -m 1 "0[xX][0-9a-fA-F]+" include/libmilter/mfapi.h)
+		local actual_libmilter_ver=$(grep -o -E -m 1 "0[xX][0-9a-fA-F]+" include/libmilter/mfapi.h)
 
 		# SM_LM_VRS_MAJOR(v)      (((v) & 0x7f000000) >> 24)
 		local actual_libmilter_ver_major=$(((actual_libmilter_ver & 0x7f000000) >> 24))


             reply	other threads:[~2022-07-31 23:01 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-31 23:01 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-14  1:53 [gentoo-commits] repo/gentoo:master commit in: mail-filter/libmilter/ Sam James
2022-12-09  6:54 Joonas Niilola
2022-11-18 20:06 Arthur Zamarin
2022-11-18 20:06 Arthur Zamarin
2022-09-19  6:31 Michał Górny
2022-08-28  6:59 Joonas Niilola
2022-08-28  6:59 Joonas Niilola
2022-08-26 10:08 Sam James
2022-08-24 16:09 Arthur Zamarin
2022-08-24  7:04 Sam James
2022-08-24  5:28 Agostino Sarubbo
2022-08-24  5:26 Agostino Sarubbo
2022-08-24  4:01 Arthur Zamarin
2022-08-24  4:01 Arthur Zamarin
2022-08-24  4:01 Arthur Zamarin
2022-08-24  4:01 Arthur Zamarin
2022-08-24  4:01 Arthur Zamarin
2022-08-24  4:01 Arthur Zamarin
2022-08-24  1:30 Sam James
2022-08-24  1:30 Sam James
2022-08-13 19:24 Sam James
2022-08-03 21:53 Sam James
2022-07-31  8:35 Sam James
2022-07-31  8:27 Sam James
2022-02-23  4:39 Arthur Zamarin
2022-02-19 12:53 Arthur Zamarin
2022-02-19 12:32 Arthur Zamarin
2022-02-19 12:02 Arthur Zamarin
2022-02-19  9:03 Arthur Zamarin
2022-02-19  8:20 Arthur Zamarin
2021-09-07 17:04 Sam James
2021-08-26 19:51 Sam James
2021-08-24 23:26 Sam James
2021-08-24 23:26 Sam James
2021-08-23 22:16 Agostino Sarubbo
2021-08-23 10:47 Agostino Sarubbo
2021-08-23 10:46 Agostino Sarubbo
2021-08-23 10:44 Agostino Sarubbo
2021-08-23  0:39 Sam James
2021-08-18 19:39 Sam James
2021-07-23 18:28 Marek Szuba
2021-07-18  1:57 Ionen Wolkens
2021-06-01  9:44 Ionen Wolkens
2021-06-01  9:44 Ionen Wolkens
2021-06-01  9:44 Ionen Wolkens
2021-01-22 21:42 Sam James
2021-01-22 21:42 Sam James
2020-08-18 12:24 Sam James
2020-06-28 10:41 Joonas Niilola
2020-04-04  9:24 Mart Raudsepp
2020-03-24 13:32 Ben Kohler
2020-03-18 11:13 Agostino Sarubbo
2020-03-18 11:11 Agostino Sarubbo
2020-03-18 11:04 Agostino Sarubbo
2020-03-18  9:56 Agostino Sarubbo
2020-03-18  9:46 Agostino Sarubbo
2020-03-17 18:44 Agostino Sarubbo
2020-03-16 18:25 Sergei Trofimovich
2019-05-06 15:25 Tobias Klausmann
2019-04-18  4:16 Aaron Bauman
2019-04-18  3:30 Aaron Bauman
2019-04-12 22:09 Andreas K. Hüttel
2019-03-28  5:50 Markus Meier
2019-03-25 22:18 Sergei Trofimovich
2019-03-24 20:12 Sergei Trofimovich
2019-03-24 19:44 Sergei Trofimovich
2019-03-23  9:58 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=1659308476.8239bb4356898f806bea677713f65f1fad9a1af6.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