Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen/
Date: Tue, 26 Apr 2016 12:33:52
Message-Id: 1461674001.eb5de6779f115ba0d875ff72faf8fc65d4c47580.idella4@gentoo
1 commit: eb5de6779f115ba0d875ff72faf8fc65d4c47580
2 Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 26 11:15:38 2016 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 26 12:33:21 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb5de677
7
8 app-emulation/xen: remove duplicates accidentally copied
9
10 set in versions 4.6.1{,-r1}
11
12 Package-Manager: portage-2.2.28
13
14 app-emulation/xen/xen-4.6.1-r1.ebuild | 3 ---
15 app-emulation/xen/xen-4.6.1.ebuild | 3 ---
16 2 files changed, 6 deletions(-)
17
18 diff --git a/app-emulation/xen/xen-4.6.1-r1.ebuild b/app-emulation/xen/xen-4.6.1-r1.ebuild
19 index ca75876..ce56970 100644
20 --- a/app-emulation/xen/xen-4.6.1-r1.ebuild
21 +++ b/app-emulation/xen/xen-4.6.1-r1.ebuild
22 @@ -146,9 +146,6 @@ src_prepare() {
23 sed -i 's/, "-Werror"//' "${S}/tools/python/setup.py" || die "failed to re-set setup.py"
24
25 # Bug #575868 converted to a sed statement, typo of one char
26 - sed -e "s:granter’s:granter's:" -i xen/include/public/grant_table.h
27 -
28 - # Bug #575868 converted to a sed statement, typo of one char
29 sed -e "s:granter’s:granter's:" -i xen/include/public/grant_table.h || die
30
31 epatch_user
32
33 diff --git a/app-emulation/xen/xen-4.6.1.ebuild b/app-emulation/xen/xen-4.6.1.ebuild
34 index 240b96e..6277f0c 100644
35 --- a/app-emulation/xen/xen-4.6.1.ebuild
36 +++ b/app-emulation/xen/xen-4.6.1.ebuild
37 @@ -147,9 +147,6 @@ src_prepare() {
38 sed -i 's/, "-Werror"//' "${S}/tools/python/setup.py" || die "failed to re-set setup.py"
39
40 # Bug #575868 converted to a sed statement, typo of one char
41 - sed -e "s:granter’s:granter's:" -i xen/include/public/grant_table.h
42 -
43 - # Bug #575868 converted to a sed statement, typo of one char
44 sed -e "s:granter’s:granter's:" -i xen/include/public/grant_table.h || die
45
46 epatch_user