Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/w3mmee/files/, www-client/w3mmee/
Date: Sun, 01 Apr 2018 12:24:37
Message-Id: 1522585438.f65b6d0c3c80ed0f9e041f728b7c41ff44224d26.hattya@gentoo
1 commit: f65b6d0c3c80ed0f9e041f728b7c41ff44224d26
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 1 11:57:05 2018 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 1 12:23:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f65b6d0c
7
8 www-client/w3mmee: update patches
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 www-client/w3mmee/files/w3mmee-gcc-4.5.patch | 6 ++----
13 .../files/{w3mmee-w3mman-gentoo.patch => w3mmee-w3mman.patch} | 0
14 www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild | 2 +-
15 www-client/w3mmee/w3mmee-0.3.2_p24-r7.ebuild | 2 +-
16 4 files changed, 4 insertions(+), 6 deletions(-)
17
18 diff --git a/www-client/w3mmee/files/w3mmee-gcc-4.5.patch b/www-client/w3mmee/files/w3mmee-gcc-4.5.patch
19 index e0b13f92c5f..3e7d1aa0cc0 100644
20 --- a/www-client/w3mmee/files/w3mmee-gcc-4.5.patch
21 +++ b/www-client/w3mmee/files/w3mmee-gcc-4.5.patch
22 @@ -1,8 +1,6 @@
23 -Fixing build with gcc-4.5
24 +https://bugs.gentoo.org/317815
25
26 -https://bugs.gentoo.org/show_bug.cgi?id=317815
27 -
28 -Patch written by Kacper Kowalik <xarthisius.kk@×××××.com>
29 +Author: Kacper Kowalik <xarthisius.kk@×××××.com>
30
31 --- a/configure
32 +++ b/configure
33
34 diff --git a/www-client/w3mmee/files/w3mmee-w3mman-gentoo.patch b/www-client/w3mmee/files/w3mmee-w3mman.patch
35 similarity index 100%
36 rename from www-client/w3mmee/files/w3mmee-w3mman-gentoo.patch
37 rename to www-client/w3mmee/files/w3mmee-w3mman.patch
38
39 diff --git a/www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild b/www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild
40 index b08f0b4a398..9d1a74ccfa0 100644
41 --- a/www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild
42 +++ b/www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild
43 @@ -42,7 +42,7 @@ PATCHES=(
44 "${FILESDIR}"/${PN}-glibc-2.14.patch
45 "${FILESDIR}"/${PN}-time.patch
46 "${FILESDIR}"/${PN}-tinfo.patch
47 - "${FILESDIR}"/${PN}-w3mman-gentoo.patch
48 + "${FILESDIR}"/${PN}-w3mman.patch
49 )
50 DOCS=( ChangeLog NEWS{,.mee} README )
51 HTML_DOCS=( 00INCOMPATIBLE.html )
52
53 diff --git a/www-client/w3mmee/w3mmee-0.3.2_p24-r7.ebuild b/www-client/w3mmee/w3mmee-0.3.2_p24-r7.ebuild
54 index ce4b10e46f5..d49a167a56c 100644
55 --- a/www-client/w3mmee/w3mmee-0.3.2_p24-r7.ebuild
56 +++ b/www-client/w3mmee/w3mmee-0.3.2_p24-r7.ebuild
57 @@ -38,7 +38,7 @@ src_unpack() {
58 epatch "${FILESDIR}"/${PN}-gcc-4.5.patch
59 epatch "${FILESDIR}"/${PN}-glibc-2.14.patch
60 epatch "${FILESDIR}"/${PN}-tinfo.patch
61 - epatch "${FILESDIR}"/${PN}-w3mman-gentoo.patch
62 + epatch "${FILESDIR}"/${PN}-w3mman.patch
63 sed -ie "/^AR=/s:ar:$(tc-getAR):" XMakefile || die
64 }