Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmblob/
Date: Sat, 28 Mar 2020 14:00:02
Message-Id: 1585402860.fc9bb1ad733e70b985ad21b743caa82b4843d508.voyageur@gentoo
1 commit: fc9bb1ad733e70b985ad21b743caa82b4843d508
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 12:54:06 2020 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 13:41:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc9bb1ad
7
8 x11-plugins/wmblob: replace ":" as sed delimiter
9
10 Closes: https://bugs.gentoo.org/711854
11 Package-Manager: Portage-2.3.96, Repoman-2.3.21
12 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
13
14 x11-plugins/wmblob/wmblob-1.0.3.ebuild | 6 +++---
15 x11-plugins/wmblob/wmblob-1.0.4.ebuild | 6 +++---
16 2 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/x11-plugins/wmblob/wmblob-1.0.3.ebuild b/x11-plugins/wmblob/wmblob-1.0.3.ebuild
19 index 177155ed0a7..4d31557be81 100644
20 --- a/x11-plugins/wmblob/wmblob-1.0.3.ebuild
21 +++ b/x11-plugins/wmblob/wmblob-1.0.3.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 @@ -26,8 +26,8 @@ DOCS="AUTHORS ChangeLog NEWS README doc/how_it_works"
29
30 src_prepare() {
31 sed -i \
32 - -e "s:-O2:${CFLAGS}:g" \
33 - -e "s:\$x_libraries:/usr/$(get_libdir):" \
34 + -e "s|-O2|${CFLAGS}|g" \
35 + -e "s|\$x_libraries|/usr/$(get_libdir)|" \
36 configure.ac || die
37
38 eautoreconf
39
40 diff --git a/x11-plugins/wmblob/wmblob-1.0.4.ebuild b/x11-plugins/wmblob/wmblob-1.0.4.ebuild
41 index a1a61a71f9f..36809096937 100644
42 --- a/x11-plugins/wmblob/wmblob-1.0.4.ebuild
43 +++ b/x11-plugins/wmblob/wmblob-1.0.4.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2017 Gentoo Foundation
46 +# Copyright 1999-2020 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=6
50 @@ -27,8 +27,8 @@ src_prepare() {
51 default
52
53 sed -i \
54 - -e "s:-O2:${CFLAGS}:g" \
55 - -e "s:\$x_libraries:/usr/$(get_libdir):" \
56 + -e "s|-O2|${CFLAGS}|g" \
57 + -e "s|\$x_libraries|/usr/$(get_libdir)|" \
58 configure.ac || die
59
60 eautoreconf