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/w3m/files/, www-client/w3m/
Date: Tue, 03 Apr 2018 13:32:52
Message-Id: 1522762296.75c91c730b02f8f85ca27c1017c241927e34f650.hattya@gentoo
1 commit: 75c91c730b02f8f85ca27c1017c241927e34f650
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 3 13:18:04 2018 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 3 13:31:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c91c73
7
8 www-client/w3m: update patches
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 www-client/w3m/files/w3m-0.5.3-underlinking.patch | 15 ---------------
13 .../{w3m-0.5.3-fix-missing-time.patch => w3m-time.patch} | 2 --
14 www-client/w3m/w3m-0.5.3-r9.ebuild | 5 +----
15 3 files changed, 1 insertion(+), 21 deletions(-)
16
17 diff --git a/www-client/w3m/files/w3m-0.5.3-underlinking.patch b/www-client/w3m/files/w3m-0.5.3-underlinking.patch
18 deleted file mode 100644
19 index 1b034b46cb1..00000000000
20 --- a/www-client/w3m/files/w3m-0.5.3-underlinking.patch
21 +++ /dev/null
22 @@ -1,15 +0,0 @@
23 -Description: Explicitly link w3mimgdisplay with -lX11 to build with gcc 4.5
24 -Author: Martin Pitt <martin.pitt@××××××.com>
25 -Bug: https://sourceforge.net/tracker/?func=detail&aid=3126430&group_id=39518&atid=425441
26 -
27 ---- w3m-0.5.3.orig/Makefile.in 2011-01-04 18:22:18.000000000 +0900
28 -+++ w3m-0.5.3/Makefile.in 2011-02-06 12:05:40.000000000 +0900
29 -@@ -199,7 +199,7 @@
30 - $(CC) $(CFLAGS) -DDUMMY -c -o $@ $?
31 -
32 - $(IMGDISPLAY): w3mimgdisplay.o $(ALIB) w3mimg/w3mimg.a
33 -- $(IMGLINK) $(CFLAGS) -o $(IMGDISPLAY) w3mimgdisplay.o w3mimg/w3mimg.a $(LDFLAGS) $(LIBS) $(IMGLDFLAGS)
34 -+ $(IMGLINK) $(CFLAGS) -o $(IMGDISPLAY) w3mimgdisplay.o w3mimg/w3mimg.a $(LDFLAGS) $(LIBS) -lX11 $(IMGLDFLAGS)
35 -
36 - w3mimgdisplay.o: w3mimgdisplay.c w3mimg/w3mimg.h
37 - $(CC) $(CFLAGS) $(IMGCFLAGS) -o $@ -c $(srcdir)/w3mimgdisplay.c
38
39 diff --git a/www-client/w3m/files/w3m-0.5.3-fix-missing-time.patch b/www-client/w3m/files/w3m-time.patch
40 similarity index 80%
41 rename from www-client/w3m/files/w3m-0.5.3-fix-missing-time.patch
42 rename to www-client/w3m/files/w3m-time.patch
43 index 03efd85d653..8489eee3fae 100644
44 --- a/www-client/w3m/files/w3m-0.5.3-fix-missing-time.patch
45 +++ b/www-client/w3m/files/w3m-time.patch
46 @@ -1,5 +1,3 @@
47 -diff --git a/html.h b/html.h
48 -index c490655..2a9a431 100644
49 --- a/html.h
50 +++ b/html.h
51 @@ -8,6 +8,8 @@
52
53 diff --git a/www-client/w3m/w3m-0.5.3-r9.ebuild b/www-client/w3m/w3m-0.5.3-r9.ebuild
54 index a4a9eb180c8..811e11b5efd 100644
55 --- a/www-client/w3m/w3m-0.5.3-r9.ebuild
56 +++ b/www-client/w3m/w3m-0.5.3-r9.ebuild
57 @@ -40,10 +40,7 @@ DEPEND="${RDEPEND}
58 virtual/pkgconfig"
59 S="${WORKDIR}/${MY_P}"
60
61 -PATCHES=(
62 - "${FILESDIR}/${P}-underlinking.patch"
63 - "${FILESDIR}/${P}-fix-missing-time.patch"
64 -)
65 +PATCHES=( "${FILESDIR}/${PN}-time.patch" )
66
67 src_prepare() {
68 default