Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen/
Date: Tue, 26 Apr 2016 07:15:18
Message-Id: 1461654035.4a1812d93b2531712d2293ad3bcd381d3b7d846e.monsieurp@gentoo
1 commit: 4a1812d93b2531712d2293ad3bcd381d3b7d846e
2 Author: Göktürk Yüksek <gokturk <AT> binghamton <DOT> edu>
3 AuthorDate: Tue Apr 26 04:48:33 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 26 07:00:35 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a1812d9
7
8 app-emulation/xen: remove duplicate sed statements in 4.6.1{,-r1}
9
10 Package-Manager: portage-2.2.26
11 Closes: https://github.com/gentoo/gentoo/pull/1355
12
13 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
14
15 app-emulation/xen/xen-4.6.1-r1.ebuild | 3 ---
16 app-emulation/xen/xen-4.6.1.ebuild | 3 ---
17 2 files changed, 6 deletions(-)
18
19 diff --git a/app-emulation/xen/xen-4.6.1-r1.ebuild b/app-emulation/xen/xen-4.6.1-r1.ebuild
20 index ca75876..ce56970 100644
21 --- a/app-emulation/xen/xen-4.6.1-r1.ebuild
22 +++ b/app-emulation/xen/xen-4.6.1-r1.ebuild
23 @@ -146,9 +146,6 @@ src_prepare() {
24 sed -i 's/, "-Werror"//' "${S}/tools/python/setup.py" || die "failed to re-set setup.py"
25
26 # Bug #575868 converted to a sed statement, typo of one char
27 - sed -e "s:granter’s:granter's:" -i xen/include/public/grant_table.h
28 -
29 - # Bug #575868 converted to a sed statement, typo of one char
30 sed -e "s:granter’s:granter's:" -i xen/include/public/grant_table.h || die
31
32 epatch_user
33
34 diff --git a/app-emulation/xen/xen-4.6.1.ebuild b/app-emulation/xen/xen-4.6.1.ebuild
35 index 240b96e..6277f0c 100644
36 --- a/app-emulation/xen/xen-4.6.1.ebuild
37 +++ b/app-emulation/xen/xen-4.6.1.ebuild
38 @@ -147,9 +147,6 @@ src_prepare() {
39 sed -i 's/, "-Werror"//' "${S}/tools/python/setup.py" || die "failed to re-set setup.py"
40
41 # Bug #575868 converted to a sed statement, typo of one char
42 - sed -e "s:granter’s:granter's:" -i xen/include/public/grant_table.h
43 -
44 - # Bug #575868 converted to a sed statement, typo of one char
45 sed -e "s:granter’s:granter's:" -i xen/include/public/grant_table.h || die
46
47 epatch_user