[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/, www-client/w3m/files/

2024-02-18 Thread Yixun Lan
commit: 1b44460668a3d94884e84aeab0f09534a95d89c2
Author: NRK  disroot  org>
AuthorDate: Mon Feb 19 03:53:29 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Feb 19 06:47:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b444606

www-client/w3m: drop old versions

Closes: https://github.com/gentoo/gentoo/pull/35418
Signed-off-by: NRK  disroot.org>
Signed-off-by: Yixun Lan  gentoo.org>

 www-client/w3m/Manifest|   3 -
 .../w3m-0.5.3_p20220429-clang-15-configure.patch   |  26 
 www-client/w3m/metadata.xml|   2 +-
 www-client/w3m/w3m-0.5.3_p20210102.ebuild  | 138 -
 www-client/w3m/w3m-0.5.3_p20220216.ebuild  | 131 ---
 www-client/w3m/w3m-0.5.3_p20220429-r1.ebuild   | 135 
 www-client/w3m/w3m-0.5.3_p20220429.ebuild  | 134 
 7 files changed, 1 insertion(+), 568 deletions(-)

diff --git a/www-client/w3m/Manifest b/www-client/w3m/Manifest
index d8883aee4ef9..1946192e9c98 100644
--- a/www-client/w3m/Manifest
+++ b/www-client/w3m/Manifest
@@ -1,4 +1 @@
-DIST w3m-0.5.3+git20210102.tar.gz 2189272 BLAKE2B 
f82c13c26b1c83cda90655abdcf30422e257a5c2e48c32d5636a70f895078d11a95fc6ce623fa94624bb2a1125b71e7654d872dfb91fd86c4290278de3cf88f8
 SHA512 
357eeecf0f63bfd5174c9670533882323879657bdecefd0758d853ca645e368331bfdf91e99c0917f19829e184ce892ecdc99bd865851707d93baccfb4b97632
-DIST w3m-0.5.3+git20220429.tar.gz 2312378 BLAKE2B 
1cf73c447c2e43491d206ece63bea5f678bd12019be6722e2965bebf9902a56dba5d010b6191553f1acff990a613c2b6d5099cb98b6aa1a84e54e2947570c094
 SHA512 
0f29d6a1f311c3f417ca041fe3788c94946d238b618eca923cd62a6e5e598aefd898fb8a54999876179011bf37d492a989872e38375ea96ac59914b244f1517e
 DIST w3m-0.5.3+git20230121.tar.gz 2322709 BLAKE2B 
d4ebed126e7b4205c1282ec0dd7c7db34fb69768084142a0df9c4d051ac74642d5c62b4cff2be368a1db391c93ff6394842a52cfe68d1cdfcd9fb9c1a5c386e5
 SHA512 
f220aabf69cf11ca7560c1519a971bdb1cc0baa443b1b46cd8fca2a4defb614653dd9ba637afbf9315f3b63a349f972436348c2f93d06665573057e4232eab1c
-DIST w3m-0.5.3_p20220216.tar.gz 2306347 BLAKE2B 
d312aee587d76d077ddae27c97a20957083785a269080ec2a4896f2bd9b4c90cc356a3b6d6c9a435458cf4c16b749d0b1e1c403f7bc5028a0b463c352f75ad2a
 SHA512 
2b661eca0f1e2ff0d7646ce062cc736a30950b41e3e056061d0d65feb869fbea8f6668255c403b460d6b2786a4fd24be6e98d9eb99b8948b3113f7d4ec866a12

diff --git a/www-client/w3m/files/w3m-0.5.3_p20220429-clang-15-configure.patch 
b/www-client/w3m/files/w3m-0.5.3_p20220429-clang-15-configure.patch
deleted file mode 100644
index c9543cb64955..
--- a/www-client/w3m/files/w3m-0.5.3_p20220429-clang-15-configure.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-https://github.com/tats/w3m/pull/248
-
-From cecac3d8a177362fc27c8a109ac23a8760e74a10 Mon Sep 17 00:00:00 2001
-From: Sam James 
-Date: Mon, 12 Sep 2022 18:41:28 +0100
-Subject: [PATCH] acinclude.m4: fix configure tests broken with Clang 15
- (implicit function declarations)
-
-Clang 15 makes implicit function declarations fatal by default which
-leads to some configure tests silently failing/returning
-the wrong result.
-
-Signed-off-by: Sam James 
 a/acinclude.m4
-+++ b/acinclude.m4
-@@ -904,7 +904,8 @@ AC_DEFUN([AC_W3M_SIGSETJMP],
- [AC_SUBST(HAVE_SIGSETJMP)
- AC_MSG_CHECKING(for sigsetjmp)
- AC_TRY_COMPILE(
--[#include ],
-+[#include 
-+ #include ],
- [ jmp_buf env;
-if (sigsetjmp(env, 1) != 0) { exit(0); } siglongjmp(env, 1);],
- [have_sigsetjmp="yes"; AC_DEFINE(HAVE_SIGSETJMP)],
-

diff --git a/www-client/w3m/metadata.xml b/www-client/w3m/metadata.xml
index e1321067da40..5472d90dcdaa 100644
--- a/www-client/w3m/metadata.xml
+++ b/www-client/w3m/metadata.xml
@@ -3,7 +3,7 @@
 

n...@disroot.org
-   Nickolas Raymond Kaczynski
+   NRK


proxy-ma...@gentoo.org

diff --git a/www-client/w3m/w3m-0.5.3_p20210102.ebuild 
b/www-client/w3m/w3m-0.5.3_p20210102.ebuild
deleted file mode 100644
index 85e2ae716030..
--- a/www-client/w3m/w3m-0.5.3_p20210102.ebuild
+++ /dev/null
@@ -1,138 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools prefix toolchain-funcs
-
-MY_P="${P/_p/+git}"
-MY_PV="${PV/_p/+git}"
-
-DESCRIPTION="Text based WWW browser, supports tables and frames"
-HOMEPAGE="https://github.com/tats/w3m;
-SRC_URI="https://github.com/tats/w3m/archive/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
-S="${WORKDIR}/${P/_p/-git}"
-
-LICENSE="w3m"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja lynxkeymap nls nntp ssl 
unicode X xface"
-
-REQUIRED_USE="
-   fbcon? ( ?? ( gdk-pixbuf imlib ) )
-   X? ( ?? ( gdk-pixbuf imlib ) )
-"
-
-RDEPEND="
-   dev-libs/boehm-gc:=
-   

[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2023-02-02 Thread Sam James
commit: 8c1a8812e6aac1d354b625f6875aa47eae93b374
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 02:04:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 02:04:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c1a8812

www-client/w3m: Stabilize 0.5.3_p20230121 sparc, #892950

Signed-off-by: Sam James  gentoo.org>

 www-client/w3m/w3m-0.5.3_p20230121.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20230121.ebuild 
b/www-client/w3m/w3m-0.5.3_p20230121.ebuild
index 987292efa976..c6f4399b2ef4 100644
--- a/www-client/w3m/w3m-0.5.3_p20230121.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20230121.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${P/_p/-git}"
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="fbcon gdk-pixbuf gpm imlib l10n_ja lynxkeymap nls nntp ssl unicode X 
xface"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2023-02-02 Thread Sam James
commit: 6118b204c82de3416abba4c812ce3b14383ff76a
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 02:04:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 02:04:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6118b204

www-client/w3m: Stabilize 0.5.3_p20230121 x86, #892950

Signed-off-by: Sam James  gentoo.org>

 www-client/w3m/w3m-0.5.3_p20230121.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20230121.ebuild 
b/www-client/w3m/w3m-0.5.3_p20230121.ebuild
index 56b2d4406d37..987292efa976 100644
--- a/www-client/w3m/w3m-0.5.3_p20230121.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20230121.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${P/_p/-git}"
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="fbcon gdk-pixbuf gpm imlib l10n_ja lynxkeymap nls nntp ssl unicode X 
xface"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2023-02-02 Thread Sam James
commit: 56ee366b04bad2b7fe396732a8639160e89ad2bc
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 02:04:58 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 02:04:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56ee366b

www-client/w3m: Stabilize 0.5.3_p20230121 amd64, #892950

Signed-off-by: Sam James  gentoo.org>

 www-client/w3m/w3m-0.5.3_p20230121.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20230121.ebuild 
b/www-client/w3m/w3m-0.5.3_p20230121.ebuild
index c6f4399b2ef4..1dfaf4181ff9 100644
--- a/www-client/w3m/w3m-0.5.3_p20230121.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20230121.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${P/_p/-git}"
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="fbcon gdk-pixbuf gpm imlib l10n_ja lynxkeymap nls nntp ssl unicode X 
xface"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2023-02-02 Thread Arthur Zamarin
commit: 15c4f8959f34cbd874a3bce0ad69c899accbc65c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Feb  2 19:42:00 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Feb  2 19:42:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15c4f895

www-client/w3m: Stabilize 0.5.3_p20230121 ppc, #892950

Signed-off-by: Arthur Zamarin  gentoo.org>

 www-client/w3m/w3m-0.5.3_p20230121.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20230121.ebuild 
b/www-client/w3m/w3m-0.5.3_p20230121.ebuild
index b5fb7260d460..56b2d4406d37 100644
--- a/www-client/w3m/w3m-0.5.3_p20230121.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20230121.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${P/_p/-git}"
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="fbcon gdk-pixbuf gpm imlib l10n_ja lynxkeymap nls nntp ssl unicode X 
xface"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2023-02-02 Thread Arthur Zamarin
commit: 8e00bee4b6063f9f120fb47e2d593883a358979d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Feb  2 18:52:34 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Feb  2 18:52:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e00bee4

www-client/w3m: Stabilize 0.5.3_p20230121 arm64, #892950

Signed-off-by: Arthur Zamarin  gentoo.org>

 www-client/w3m/w3m-0.5.3_p20230121.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20230121.ebuild 
b/www-client/w3m/w3m-0.5.3_p20230121.ebuild
index d8ed4d45ce7a..ad9e2b6623d7 100644
--- a/www-client/w3m/w3m-0.5.3_p20230121.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20230121.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${P/_p/-git}"
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="fbcon gdk-pixbuf gpm imlib l10n_ja lynxkeymap nls nntp ssl unicode X 
xface"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2023-02-02 Thread Arthur Zamarin
commit: d4f62c3fcafa905b9be7fbadccad48fffa38bea4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Feb  2 18:52:35 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Feb  2 18:52:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f62c3f

www-client/w3m: Stabilize 0.5.3_p20230121 arm, #892950

Signed-off-by: Arthur Zamarin  gentoo.org>

 www-client/w3m/w3m-0.5.3_p20230121.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20230121.ebuild 
b/www-client/w3m/w3m-0.5.3_p20230121.ebuild
index ad9e2b6623d7..b5fb7260d460 100644
--- a/www-client/w3m/w3m-0.5.3_p20230121.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20230121.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${P/_p/-git}"
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="fbcon gdk-pixbuf gpm imlib l10n_ja lynxkeymap nls nntp ssl unicode X 
xface"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2023-02-02 Thread Arthur Zamarin
commit: fbefd8f23c09c53bd10101a9781d6d43c967bf59
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Feb  2 18:21:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Feb  2 18:21:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbefd8f2

www-client/w3m: Stabilize 0.5.3_p20230121 ppc64, #892950

Signed-off-by: Arthur Zamarin  gentoo.org>

 www-client/w3m/w3m-0.5.3_p20230121.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20230121.ebuild 
b/www-client/w3m/w3m-0.5.3_p20230121.ebuild
index 288fa525f644..d8ed4d45ce7a 100644
--- a/www-client/w3m/w3m-0.5.3_p20230121.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20230121.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${P/_p/-git}"
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="fbcon gdk-pixbuf gpm imlib l10n_ja lynxkeymap nls nntp ssl unicode X 
xface"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2023-01-24 Thread Sam James
commit: ab4c8a02a00ee830f807526bdc705ced8049ad14
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 25 06:17:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 25 06:47:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab4c8a02

www-client/w3m: crank copyright

Signed-off-by: Sam James  gentoo.org>

 www-client/w3m/w3m-0.5.3_p20230121.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20230121.ebuild 
b/www-client/w3m/w3m-0.5.3_p20230121.ebuild
index f5567d359915..49e8a4d2f813 100644
--- a/www-client/w3m/w3m-0.5.3_p20230121.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20230121.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2023-01-24 Thread Sam James
commit: 0abca8cae1b9feb19d97745d2edfe86dfbac672b
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 25 06:17:58 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 25 06:47:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0abca8ca

www-client/w3m: forward ~loong

Signed-off-by: Sam James  gentoo.org>

 www-client/w3m/w3m-0.5.3_p20230121.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20230121.ebuild 
b/www-client/w3m/w3m-0.5.3_p20230121.ebuild
index 49e8a4d2f813..288fa525f644 100644
--- a/www-client/w3m/w3m-0.5.3_p20230121.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20230121.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${P/_p/-git}"
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="fbcon gdk-pixbuf gpm imlib l10n_ja lynxkeymap nls nntp ssl unicode X 
xface"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2023-01-24 Thread Sam James
commit: eb4bbb7bddb9a2f1f8e0f1cfb90d96ee2b936f23
Author: Nickolas Raymond Kaczynski  disroot  org>
AuthorDate: Mon Jan 23 14:16:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 25 06:10:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb4bbb7b

www-client/w3m: bump version to 20230121

Bug: https://bugs.gentoo.org/865249
Signed-off-by: Nickolas Raymond Kaczynski  disroot.org>
Closes: https://github.com/gentoo/gentoo/pull/29229
Signed-off-by: Sam James  gentoo.org>

 www-client/w3m/Manifest   |   1 +
 www-client/w3m/w3m-0.5.3_p20230121.ebuild | 134 ++
 2 files changed, 135 insertions(+)

diff --git a/www-client/w3m/Manifest b/www-client/w3m/Manifest
index dd9dd06a0a31..d8883aee4ef9 100644
--- a/www-client/w3m/Manifest
+++ b/www-client/w3m/Manifest
@@ -1,3 +1,4 @@
 DIST w3m-0.5.3+git20210102.tar.gz 2189272 BLAKE2B 
f82c13c26b1c83cda90655abdcf30422e257a5c2e48c32d5636a70f895078d11a95fc6ce623fa94624bb2a1125b71e7654d872dfb91fd86c4290278de3cf88f8
 SHA512 
357eeecf0f63bfd5174c9670533882323879657bdecefd0758d853ca645e368331bfdf91e99c0917f19829e184ce892ecdc99bd865851707d93baccfb4b97632
 DIST w3m-0.5.3+git20220429.tar.gz 2312378 BLAKE2B 
1cf73c447c2e43491d206ece63bea5f678bd12019be6722e2965bebf9902a56dba5d010b6191553f1acff990a613c2b6d5099cb98b6aa1a84e54e2947570c094
 SHA512 
0f29d6a1f311c3f417ca041fe3788c94946d238b618eca923cd62a6e5e598aefd898fb8a54999876179011bf37d492a989872e38375ea96ac59914b244f1517e
+DIST w3m-0.5.3+git20230121.tar.gz 2322709 BLAKE2B 
d4ebed126e7b4205c1282ec0dd7c7db34fb69768084142a0df9c4d051ac74642d5c62b4cff2be368a1db391c93ff6394842a52cfe68d1cdfcd9fb9c1a5c386e5
 SHA512 
f220aabf69cf11ca7560c1519a971bdb1cc0baa443b1b46cd8fca2a4defb614653dd9ba637afbf9315f3b63a349f972436348c2f93d06665573057e4232eab1c
 DIST w3m-0.5.3_p20220216.tar.gz 2306347 BLAKE2B 
d312aee587d76d077ddae27c97a20957083785a269080ec2a4896f2bd9b4c90cc356a3b6d6c9a435458cf4c16b749d0b1e1c403f7bc5028a0b463c352f75ad2a
 SHA512 
2b661eca0f1e2ff0d7646ce062cc736a30950b41e3e056061d0d65feb869fbea8f6668255c403b460d6b2786a4fd24be6e98d9eb99b8948b3113f7d4ec866a12

diff --git a/www-client/w3m/w3m-0.5.3_p20230121.ebuild 
b/www-client/w3m/w3m-0.5.3_p20230121.ebuild
new file mode 100644
index ..f5567d359915
--- /dev/null
+++ b/www-client/w3m/w3m-0.5.3_p20230121.ebuild
@@ -0,0 +1,134 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools prefix toolchain-funcs
+
+MY_P="${P/_p/+git}"
+MY_PV="${PV/_p/+git}"
+
+DESCRIPTION="Text based WWW browser, supports tables and frames"
+HOMEPAGE="https://github.com/tats/w3m;
+SRC_URI="https://github.com/tats/w3m/archive/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
+S="${WORKDIR}/${P/_p/-git}"
+
+LICENSE="w3m"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE="fbcon gdk-pixbuf gpm imlib l10n_ja lynxkeymap nls nntp ssl unicode X 
xface"
+
+REQUIRED_USE="
+   fbcon? ( ?? ( gdk-pixbuf imlib ) )
+   X? ( ?? ( gdk-pixbuf imlib ) )
+"
+
+RDEPEND="
+   dev-libs/boehm-gc:=
+   sys-libs/ncurses:0=
+   sys-libs/zlib
+   gdk-pixbuf? (
+   x11-libs/gdk-pixbuf
+   X? ( x11-libs/gdk-pixbuf-xlib )
+   )
+   !gdk-pixbuf? (
+   imlib? ( media-libs/imlib2[X?] )
+   )
+   gpm? ( sys-libs/gpm )
+   ssl? ( dev-libs/openssl:0= )
+   X? (
+   x11-base/xorg-proto
+   x11-libs/libXdmcp
+   x11-libs/libXext
+   )
+   xface? ( media-libs/compface )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.5.3_p20210102-restore-gettext-macro.patch
+   "${FILESDIR}"/${PN}-0.5.3_p20210102-fix-configure-gettext.patch
+)
+
+src_prepare() {
+   default
+
+   sed -i "/^AR=/s:ar:$(tc-getAR):" {.,${PN}img,libwc}/Makefile.in || die
+   hprefixify acinclude.m4
+
+   AT_NOEAUTOHEADER="yes" AT_M4DIR="m4" eautoreconf
+}
+
+src_configure() {
+   local myconf=()
+   local image imagelib
+
+   if use gdk-pixbuf ; then
+   imagelib="gtk3"
+   elif use imlib ; then
+   imagelib="imlib2"
+   fi
+   if [[ -n "${imagelib}" ]] ; then
+   use X && image="${image}${image:+,}x11"
+   use fbcon && image="${image}${image:+,}fb"
+   fi
+   # emacs-w3m doesn't like "--enable-m17n --disable-unicode,"
+   # so we better enable or disable both. Default to enable
+   # m17n and unicode, see bug #47046.
+   if use l10n_ja ; then
+   myconf+=( --enable-japanese=$(usex unicode U E) )
+   else
+   myconf+=( --with-charset=$(usex unicode UTF-8 US-ASCII) )
+   fi
+   # lynxkeymap IUSE flag. bug #49397
+   

[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2022-12-07 Thread Sam James
commit: 4dbb584df47817690e0bb4521fddb73efd2b66b1
Author: Marco Scardovi  icloud  com>
AuthorDate: Wed Dec  7 13:47:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec  7 14:40:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dbb584d

www-client/w3m: update maintainers

Signed-off-by: Marco Scardovi  icloud.com>
Signed-off-by: Sam James  gentoo.org>

 www-client/w3m/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www-client/w3m/metadata.xml b/www-client/w3m/metadata.xml
index 0bfbe2396368..e1321067da40 100644
--- a/www-client/w3m/metadata.xml
+++ b/www-client/w3m/metadata.xml
@@ -3,6 +3,7 @@
 

n...@disroot.org
+   Nickolas Raymond Kaczynski


proxy-ma...@gentoo.org



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/files/, www-client/w3m/

2022-09-12 Thread Sam James
commit: 466d6e07e72b21538a8fd6a03ebefec90347ebae
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 12 17:43:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 12 18:04:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=466d6e07

www-client/w3m: fix configure tests with Clang 15

Signed-off-by: Sam James  gentoo.org>

 .../w3m-0.5.3_p20220429-clang-15-configure.patch   |  26 
 www-client/w3m/w3m-0.5.3_p20220429-r1.ebuild   | 135 +
 2 files changed, 161 insertions(+)

diff --git a/www-client/w3m/files/w3m-0.5.3_p20220429-clang-15-configure.patch 
b/www-client/w3m/files/w3m-0.5.3_p20220429-clang-15-configure.patch
new file mode 100644
index ..c9543cb64955
--- /dev/null
+++ b/www-client/w3m/files/w3m-0.5.3_p20220429-clang-15-configure.patch
@@ -0,0 +1,26 @@
+https://github.com/tats/w3m/pull/248
+
+From cecac3d8a177362fc27c8a109ac23a8760e74a10 Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Mon, 12 Sep 2022 18:41:28 +0100
+Subject: [PATCH] acinclude.m4: fix configure tests broken with Clang 15
+ (implicit function declarations)
+
+Clang 15 makes implicit function declarations fatal by default which
+leads to some configure tests silently failing/returning
+the wrong result.
+
+Signed-off-by: Sam James 
+--- a/acinclude.m4
 b/acinclude.m4
+@@ -904,7 +904,8 @@ AC_DEFUN([AC_W3M_SIGSETJMP],
+ [AC_SUBST(HAVE_SIGSETJMP)
+ AC_MSG_CHECKING(for sigsetjmp)
+ AC_TRY_COMPILE(
+-[#include ],
++[#include 
++ #include ],
+ [ jmp_buf env;
+if (sigsetjmp(env, 1) != 0) { exit(0); } siglongjmp(env, 1);],
+ [have_sigsetjmp="yes"; AC_DEFINE(HAVE_SIGSETJMP)],
+

diff --git a/www-client/w3m/w3m-0.5.3_p20220429-r1.ebuild 
b/www-client/w3m/w3m-0.5.3_p20220429-r1.ebuild
new file mode 100644
index ..5793a2a9b5a5
--- /dev/null
+++ b/www-client/w3m/w3m-0.5.3_p20220429-r1.ebuild
@@ -0,0 +1,135 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools prefix toolchain-funcs
+
+MY_P="${P/_p/+git}"
+MY_PV="${PV/_p/+git}"
+
+DESCRIPTION="Text based WWW browser, supports tables and frames"
+HOMEPAGE="https://github.com/tats/w3m;
+SRC_URI="https://github.com/tats/w3m/archive/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
+S="${WORKDIR}/${P/_p/-git}"
+
+LICENSE="w3m"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="fbcon gdk-pixbuf gpm imlib l10n_ja lynxkeymap nls nntp ssl unicode X 
xface"
+
+REQUIRED_USE="
+   fbcon? ( ?? ( gdk-pixbuf imlib ) )
+   X? ( ?? ( gdk-pixbuf imlib ) )
+"
+
+RDEPEND="
+   dev-libs/boehm-gc:=
+   sys-libs/ncurses:0=
+   sys-libs/zlib
+   gdk-pixbuf? (
+   x11-libs/gdk-pixbuf
+   X? ( x11-libs/gdk-pixbuf-xlib )
+   )
+   !gdk-pixbuf? (
+   imlib? ( media-libs/imlib2[X?] )
+   )
+   gpm? ( sys-libs/gpm )
+   ssl? ( dev-libs/openssl:0= )
+   X? (
+   x11-base/xorg-proto
+   x11-libs/libXdmcp
+   x11-libs/libXext
+   )
+   xface? ( media-libs/compface )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.5.3_p20210102-restore-gettext-macro.patch
+   "${FILESDIR}"/${PN}-0.5.3_p20210102-fix-configure-gettext.patch
+   "${FILESDIR}"/${PN}-0.5.3_p20220429-clang-15-configure.patch
+)
+
+src_prepare() {
+   default
+
+   sed -i "/^AR=/s:ar:$(tc-getAR):" {.,${PN}img,libwc}/Makefile.in || die
+   hprefixify acinclude.m4
+
+   AT_NOEAUTOHEADER="yes" AT_M4DIR="m4" eautoreconf
+}
+
+src_configure() {
+   local myconf=()
+   local image imagelib
+
+   if use gdk-pixbuf ; then
+   imagelib="gtk3"
+   elif use imlib ; then
+   imagelib="imlib2"
+   fi
+   if [[ -n "${imagelib}" ]] ; then
+   use X && image="${image}${image:+,}x11"
+   use fbcon && image="${image}${image:+,}fb"
+   fi
+   # emacs-w3m doesn't like "--enable-m17n --disable-unicode,"
+   # so we better enable or disable both. Default to enable
+   # m17n and unicode, see bug #47046.
+   if use l10n_ja ; then
+   myconf+=( --enable-japanese=$(usex unicode U E) )
+   else
+   myconf+=( --with-charset=$(usex unicode UTF-8 US-ASCII) )
+   fi
+   # lynxkeymap IUSE flag. bug #49397
+   myconf+=( --enable-keymap=$(usex lynxkeymap lynx ${PN}) )
+
+   econf \
+   $(use_enable gpm mouse) \
+   $(use_enable nls) \
+   $(use_enable nntp) \
+   $(use_enable ssl digest-auth) \
+   $(use_enable xface) \
+   $(use_with ssl) \
+   --enable-image=${image:-no} \
+   --enable-m17n \
+  

[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2022-08-16 Thread Agostino Sarubbo
commit: 2564beacc4ba7b834283f297029166b62c9e618c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug 16 07:47:41 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug 16 07:47:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2564beac

www-client/w3m: sparc stable wrt bug #862531

Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-client/w3m/w3m-0.5.3_p20220429.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20220429.ebuild 
b/www-client/w3m/w3m-0.5.3_p20220429.ebuild
index cd01fdbf39f3..d9892b8748cf 100644
--- a/www-client/w3m/w3m-0.5.3_p20220429.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20220429.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${P/_p/-git}"
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="fbcon gdk-pixbuf gpm imlib l10n_ja lynxkeymap nls nntp ssl unicode X 
xface"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2022-08-16 Thread Agostino Sarubbo
commit: 0da1bb01cb73ddf7a05cdc6ca33a15b0550f608d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug 16 07:46:44 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug 16 07:46:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0da1bb01

www-client/w3m: ppc64 stable wrt bug #862531

Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-client/w3m/w3m-0.5.3_p20220429.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20220429.ebuild 
b/www-client/w3m/w3m-0.5.3_p20220429.ebuild
index 5c60abd472a3..cd01fdbf39f3 100644
--- a/www-client/w3m/w3m-0.5.3_p20220429.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20220429.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${P/_p/-git}"
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="fbcon gdk-pixbuf gpm imlib l10n_ja lynxkeymap nls nntp ssl unicode X 
xface"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2022-08-16 Thread Agostino Sarubbo
commit: 460eeece63962f0de6d37983bff764c1db4900a6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug 16 07:45:27 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug 16 07:45:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=460eeece

www-client/w3m: ppc stable wrt bug #862531

Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-client/w3m/w3m-0.5.3_p20220429.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20220429.ebuild 
b/www-client/w3m/w3m-0.5.3_p20220429.ebuild
index 39056c2939be..5c60abd472a3 100644
--- a/www-client/w3m/w3m-0.5.3_p20220429.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20220429.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${P/_p/-git}"
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="fbcon gdk-pixbuf gpm imlib l10n_ja lynxkeymap nls nntp ssl unicode X 
xface"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2022-08-16 Thread Agostino Sarubbo
commit: b4deb0afafcc4ec8c92bafc99b3092dcb31a5fca
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug 16 07:44:38 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug 16 07:44:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4deb0af

www-client/w3m: arm64 stable wrt bug #862531

Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-client/w3m/w3m-0.5.3_p20220429.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20220429.ebuild 
b/www-client/w3m/w3m-0.5.3_p20220429.ebuild
index 66db34a9e970..39056c2939be 100644
--- a/www-client/w3m/w3m-0.5.3_p20220429.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20220429.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${P/_p/-git}"
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="fbcon gdk-pixbuf gpm imlib l10n_ja lynxkeymap nls nntp ssl unicode X 
xface"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2022-08-16 Thread Agostino Sarubbo
commit: 9c527b7ce60962604cf094fcf34fe8fba95aaed1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug 16 07:43:30 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug 16 07:43:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c527b7c

www-client/w3m: arm stable wrt bug #862531

Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-client/w3m/w3m-0.5.3_p20220429.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20220429.ebuild 
b/www-client/w3m/w3m-0.5.3_p20220429.ebuild
index 7fa5f4bd7f8f..66db34a9e970 100644
--- a/www-client/w3m/w3m-0.5.3_p20220429.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20220429.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${P/_p/-git}"
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="fbcon gdk-pixbuf gpm imlib l10n_ja lynxkeymap nls nntp ssl unicode X 
xface"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2022-08-15 Thread Joonas Niilola
commit: df331546cf2e858f7f19516668d7b5405280e7ce
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Aug 16 05:33:32 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Aug 16 05:33:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df331546

www-client/w3m: Stabilize 0.5.3_p20220429 x86, #862531

Signed-off-by: Joonas Niilola  gentoo.org>

 www-client/w3m/w3m-0.5.3_p20220429.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20220429.ebuild 
b/www-client/w3m/w3m-0.5.3_p20220429.ebuild
index 41a46157de64..06b091af6440 100644
--- a/www-client/w3m/w3m-0.5.3_p20220429.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20220429.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${P/_p/-git}"
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="fbcon gdk-pixbuf gpm imlib l10n_ja lynxkeymap nls nntp ssl unicode X 
xface"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2022-08-15 Thread Joonas Niilola
commit: d0205944e5633b63c8274cb764e2f0dd8607ee5d
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Aug 16 05:34:46 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Aug 16 05:34:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0205944

www-client/w3m: Stabilize 0.5.3_p20220429 amd64, #862531

Signed-off-by: Joonas Niilola  gentoo.org>

 www-client/w3m/w3m-0.5.3_p20220429.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20220429.ebuild 
b/www-client/w3m/w3m-0.5.3_p20220429.ebuild
index 06b091af6440..7fa5f4bd7f8f 100644
--- a/www-client/w3m/w3m-0.5.3_p20220429.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20220429.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${P/_p/-git}"
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="fbcon gdk-pixbuf gpm imlib l10n_ja lynxkeymap nls nntp ssl unicode X 
xface"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2022-08-10 Thread Joonas Niilola
commit: 40236cfdde29d36540af3ec467a19273be8210a9
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Aug 10 05:57:19 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Aug 10 06:03:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40236cfd

www-client/w3m: add a missing BDEPEND for gettext

Closes: https://bugs.gentoo.org/815439
Signed-off-by: Joonas Niilola  gentoo.org>

 www-client/w3m/w3m-0.5.3_p20220429.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www-client/w3m/w3m-0.5.3_p20220429.ebuild 
b/www-client/w3m/w3m-0.5.3_p20220429.ebuild
index c1c3e63734a0..41a46157de64 100644
--- a/www-client/w3m/w3m-0.5.3_p20220429.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20220429.ebuild
@@ -45,6 +45,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 BDEPEND="
+   sys-devel/gettext
virtual/pkgconfig
 "
 



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2022-05-13 Thread Sam James
commit: 66b191f26b1646bb6d8b8ae619f6bd5022ef5cfc
Author: Nickolas Raymond Kaczynski  disroot  org>
AuthorDate: Fri Apr 29 08:27:07 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 14 00:41:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b191f2

www-client/w3m: bump to latest release (20220429)

Also bump EAPI to 8 and add myself as proxy maintainer.

Signed-off-by: Nickolas Raymond Kaczynski  disroot.org>
Closes: https://github.com/gentoo/gentoo/pull/25249
Signed-off-by: Sam James  gentoo.org>

 www-client/w3m/Manifest   |   1 +
 www-client/w3m/metadata.xml   |   8 +-
 www-client/w3m/w3m-0.5.3_p20220429.ebuild | 133 ++
 3 files changed, 141 insertions(+), 1 deletion(-)

diff --git a/www-client/w3m/Manifest b/www-client/w3m/Manifest
index 349c85c41371..dd9dd06a0a31 100644
--- a/www-client/w3m/Manifest
+++ b/www-client/w3m/Manifest
@@ -1,2 +1,3 @@
 DIST w3m-0.5.3+git20210102.tar.gz 2189272 BLAKE2B 
f82c13c26b1c83cda90655abdcf30422e257a5c2e48c32d5636a70f895078d11a95fc6ce623fa94624bb2a1125b71e7654d872dfb91fd86c4290278de3cf88f8
 SHA512 
357eeecf0f63bfd5174c9670533882323879657bdecefd0758d853ca645e368331bfdf91e99c0917f19829e184ce892ecdc99bd865851707d93baccfb4b97632
+DIST w3m-0.5.3+git20220429.tar.gz 2312378 BLAKE2B 
1cf73c447c2e43491d206ece63bea5f678bd12019be6722e2965bebf9902a56dba5d010b6191553f1acff990a613c2b6d5099cb98b6aa1a84e54e2947570c094
 SHA512 
0f29d6a1f311c3f417ca041fe3788c94946d238b618eca923cd62a6e5e598aefd898fb8a54999876179011bf37d492a989872e38375ea96ac59914b244f1517e
 DIST w3m-0.5.3_p20220216.tar.gz 2306347 BLAKE2B 
d312aee587d76d077ddae27c97a20957083785a269080ec2a4896f2bd9b4c90cc356a3b6d6c9a435458cf4c16b749d0b1e1c403f7bc5028a0b463c352f75ad2a
 SHA512 
2b661eca0f1e2ff0d7646ce062cc736a30950b41e3e056061d0d65feb869fbea8f6668255c403b460d6b2786a4fd24be6e98d9eb99b8948b3113f7d4ec866a12

diff --git a/www-client/w3m/metadata.xml b/www-client/w3m/metadata.xml
index db06b4f7b6c8..0bfbe2396368 100644
--- a/www-client/w3m/metadata.xml
+++ b/www-client/w3m/metadata.xml
@@ -1,7 +1,13 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
+   
+   n...@disroot.org
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

Enable support for 
x11-libs/gdk-pixbuf
If you prefer Lynx-like key 
binding

diff --git a/www-client/w3m/w3m-0.5.3_p20220429.ebuild 
b/www-client/w3m/w3m-0.5.3_p20220429.ebuild
new file mode 100644
index ..c1c3e63734a0
--- /dev/null
+++ b/www-client/w3m/w3m-0.5.3_p20220429.ebuild
@@ -0,0 +1,133 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools prefix toolchain-funcs
+
+MY_P="${P/_p/+git}"
+MY_PV="${PV/_p/+git}"
+
+DESCRIPTION="Text based WWW browser, supports tables and frames"
+HOMEPAGE="https://github.com/tats/w3m;
+SRC_URI="https://github.com/tats/w3m/archive/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
+S="${WORKDIR}/${P/_p/-git}"
+
+LICENSE="w3m"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="fbcon gdk-pixbuf gpm imlib l10n_ja lynxkeymap nls nntp ssl unicode X 
xface"
+
+REQUIRED_USE="
+   fbcon? ( ?? ( gdk-pixbuf imlib ) )
+   X? ( ?? ( gdk-pixbuf imlib ) )
+"
+
+RDEPEND="
+   dev-libs/boehm-gc:=
+   sys-libs/ncurses:0=
+   sys-libs/zlib
+   gdk-pixbuf? (
+   x11-libs/gdk-pixbuf
+   X? ( x11-libs/gdk-pixbuf-xlib )
+   )
+   !gdk-pixbuf? (
+   imlib? ( media-libs/imlib2[X?] )
+   )
+   gpm? ( sys-libs/gpm )
+   ssl? ( dev-libs/openssl:0= )
+   X? (
+   x11-base/xorg-proto
+   x11-libs/libXdmcp
+   x11-libs/libXext
+   )
+   xface? ( media-libs/compface )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.5.3_p20210102-restore-gettext-macro.patch
+   "${FILESDIR}"/${PN}-0.5.3_p20210102-fix-configure-gettext.patch
+)
+
+src_prepare() {
+   default
+
+   sed -i "/^AR=/s:ar:$(tc-getAR):" {.,${PN}img,libwc}/Makefile.in || die
+   hprefixify acinclude.m4
+
+   AT_NOEAUTOHEADER="yes" AT_M4DIR="m4" eautoreconf
+}
+
+src_configure() {
+   local myconf=()
+   local image imagelib
+
+   if use gdk-pixbuf ; then
+   imagelib="gtk3"
+   elif use imlib ; then
+   imagelib="imlib2"
+   fi
+   if [[ -n "${imagelib}" ]] ; then
+   use X && image="${image}${image:+,}x11"
+   use fbcon && image="${image}${image:+,}fb"
+   fi
+   # emacs-w3m doesn't like "--enable-m17n --disable-unicode,"
+   # so we better enable or disable both. Default to enable
+   # m17n and 

[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2022-05-08 Thread WANG Xuerui
commit: 5e4a7a45801a2399dd6b8327aa6928d4bb71473f
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 05:00:34 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 05:29:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e4a7a45

www-client/w3m: keyword 0.5.3_p20220216 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 www-client/w3m/w3m-0.5.3_p20220216.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20220216.ebuild 
b/www-client/w3m/w3m-0.5.3_p20220216.ebuild
index 18cf2094f243..86baa868467c 100644
--- a/www-client/w3m/w3m-0.5.3_p20220216.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20220216.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${COMMIT}"
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="fbcon gdk-pixbuf gpm imlib l10n_ja lynxkeymap nls nntp ssl unicode X 
xface"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2022-02-21 Thread Joonas Niilola
commit: 6f15c1921422a3957f210f6896795de5647fbbd8
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Feb 21 14:03:22 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Feb 21 14:03:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f15c192

www-client/w3m: add missing dep

Signed-off-by: Joonas Niilola  gentoo.org>

 www-client/w3m/w3m-0.5.3_p20220216.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20220216.ebuild 
b/www-client/w3m/w3m-0.5.3_p20220216.ebuild
index eaeae57ebb6a..18cf2094f243 100644
--- a/www-client/w3m/w3m-0.5.3_p20220216.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20220216.ebuild
@@ -8,7 +8,7 @@ inherit autotools prefix toolchain-funcs
 COMMIT="53d323453d78a6d449f9957586c33dddfffa5616"
 DESCRIPTION="Text based WWW browser, supports tables and frames"
 HOMEPAGE="https://github.com/tats/w3m;
-SRC_URI="https://github.com/tats/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/tats/w3m/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
 S="${WORKDIR}/${PN}-${COMMIT}"
 
 LICENSE="w3m"
@@ -35,6 +35,7 @@ RDEPEND="
gpm? ( sys-libs/gpm )
ssl? ( dev-libs/openssl:0= )
X? (
+   x11-base/xorg-proto
x11-libs/libXdmcp
x11-libs/libXext
)



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2022-02-21 Thread Joonas Niilola
commit: 8b11eb792408b08525aea810539d806f330a4060
Author: Nickolas Raymond Kaczynski  disroot  org>
AuthorDate: Fri Feb 18 11:08:50 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Feb 21 14:01:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b11eb79

www-client/w3m: snapshot version bump 0.5.3_p20220216

Closes: https://bugs.gentoo.org/833171
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Nickolas Raymond Kaczynski  disroot.org>
Closes: https://github.com/gentoo/gentoo/pull/24208
Signed-off-by: Joonas Niilola  gentoo.org>

 www-client/w3m/Manifest   |   1 +
 www-client/w3m/w3m-0.5.3_p20220216.ebuild | 130 ++
 2 files changed, 131 insertions(+)

diff --git a/www-client/w3m/Manifest b/www-client/w3m/Manifest
index 5a4035f86651..349c85c41371 100644
--- a/www-client/w3m/Manifest
+++ b/www-client/w3m/Manifest
@@ -1 +1,2 @@
 DIST w3m-0.5.3+git20210102.tar.gz 2189272 BLAKE2B 
f82c13c26b1c83cda90655abdcf30422e257a5c2e48c32d5636a70f895078d11a95fc6ce623fa94624bb2a1125b71e7654d872dfb91fd86c4290278de3cf88f8
 SHA512 
357eeecf0f63bfd5174c9670533882323879657bdecefd0758d853ca645e368331bfdf91e99c0917f19829e184ce892ecdc99bd865851707d93baccfb4b97632
+DIST w3m-0.5.3_p20220216.tar.gz 2306347 BLAKE2B 
d312aee587d76d077ddae27c97a20957083785a269080ec2a4896f2bd9b4c90cc356a3b6d6c9a435458cf4c16b749d0b1e1c403f7bc5028a0b463c352f75ad2a
 SHA512 
2b661eca0f1e2ff0d7646ce062cc736a30950b41e3e056061d0d65feb869fbea8f6668255c403b460d6b2786a4fd24be6e98d9eb99b8948b3113f7d4ec866a12

diff --git a/www-client/w3m/w3m-0.5.3_p20220216.ebuild 
b/www-client/w3m/w3m-0.5.3_p20220216.ebuild
new file mode 100644
index ..eaeae57ebb6a
--- /dev/null
+++ b/www-client/w3m/w3m-0.5.3_p20220216.ebuild
@@ -0,0 +1,130 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools prefix toolchain-funcs
+
+COMMIT="53d323453d78a6d449f9957586c33dddfffa5616"
+DESCRIPTION="Text based WWW browser, supports tables and frames"
+HOMEPAGE="https://github.com/tats/w3m;
+SRC_URI="https://github.com/tats/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+LICENSE="w3m"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE="fbcon gdk-pixbuf gpm imlib l10n_ja lynxkeymap nls nntp ssl unicode X 
xface"
+
+REQUIRED_USE="
+   fbcon? ( ?? ( gdk-pixbuf imlib ) )
+   X? ( ?? ( gdk-pixbuf imlib ) )
+"
+
+RDEPEND="
+   dev-libs/boehm-gc:=
+   sys-libs/ncurses:0=
+   sys-libs/zlib
+   gdk-pixbuf? (
+   x11-libs/gdk-pixbuf
+   X? ( x11-libs/gdk-pixbuf-xlib )
+   )
+   !gdk-pixbuf? (
+   imlib? ( media-libs/imlib2[X?] )
+   )
+   gpm? ( sys-libs/gpm )
+   ssl? ( dev-libs/openssl:0= )
+   X? (
+   x11-libs/libXdmcp
+   x11-libs/libXext
+   )
+   xface? ( media-libs/compface )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.5.3_p20210102-restore-gettext-macro.patch
+   "${FILESDIR}"/${PN}-0.5.3_p20210102-fix-configure-gettext.patch
+)
+
+src_prepare() {
+   default
+
+   sed -i "/^AR=/s:ar:$(tc-getAR):" {.,${PN}img,libwc}/Makefile.in || die
+   hprefixify acinclude.m4
+
+   AT_NOEAUTOHEADER="yes" AT_M4DIR="m4" eautoreconf
+}
+
+src_configure() {
+   local myconf=()
+   local image imagelib
+
+   if use gdk-pixbuf ; then
+   imagelib="gtk3"
+   elif use imlib ; then
+   imagelib="imlib2"
+   fi
+   if [[ -n "${imagelib}" ]] ; then
+   use X && image="${image}${image:+,}x11"
+   use fbcon && image="${image}${image:+,}fb"
+   fi
+   # emacs-w3m doesn't like "--enable-m17n --disable-unicode,"
+   # so we better enable or disable both. Default to enable
+   # m17n and unicode, see bug #47046.
+   if use l10n_ja ; then
+   myconf+=( --enable-japanese=$(usex unicode U E) )
+   else
+   myconf+=( --with-charset=$(usex unicode UTF-8 US-ASCII) )
+   fi
+   # lynxkeymap IUSE flag. bug #49397
+   myconf+=( --enable-keymap=$(usex lynxkeymap lynx ${PN}) )
+
+   econf \
+   $(use_enable gpm mouse) \
+   $(use_enable nls) \
+   $(use_enable nntp) \
+   $(use_enable ssl digest-auth) \
+   $(use_enable xface) \
+   $(use_with ssl) \
+   --enable-image=${image:-no} \
+   --enable-m17n \
+   --enable-unicode \
+   --with-browser="${EPREFIX}/usr/bin/xdg-open" \
+   --with-editor="${EPREFIX}/usr/bin/vi" \
+   --with-imagelib="${imagelib:-no}" \
+   

[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2022-02-12 Thread Jonas Stein
commit: ca6f527b6deef03ac21813ed589c4323b20d1372
Author: Jonas Stein  gentoo  org>
AuthorDate: Sat Feb 12 18:42:27 2022 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sat Feb 12 18:42:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca6f527b

www-client/w3m: Maintainer dropped

The package does not fit in the scope of Cjk.
It was accidently listed. Reassigned after discussion on IRC.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein  gentoo.org>

 www-client/w3m/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/www-client/w3m/metadata.xml b/www-client/w3m/metadata.xml
index b7d92b163a89..db06b4f7b6c8 100644
--- a/www-client/w3m/metadata.xml
+++ b/www-client/w3m/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   c...@gentoo.org
-   Cjk
-   
+

Enable support for 
x11-libs/gdk-pixbuf
If you prefer Lynx-like key 
binding



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/, www-client/w3m/files/

2021-12-01 Thread Sam James
commit: ae57dc3bd78431deca548815c07dc6e231ee336a
Author: Marco Scardovi  scardovi  com>
AuthorDate: Sat Nov 20 22:30:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec  1 21:15:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae57dc3b

www-client/w3m: drop older ebuilds

As latest one becomes stable I'm gonna drop olders.
This also remove the EAPI 6 warning for 2018 version.

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Marco Scardovi  scardovi.com>
Closes: https://github.com/gentoo/gentoo/pull/23014
Signed-off-by: Sam James  gentoo.org>

 www-client/w3m/Manifest   |   2 -
 www-client/w3m/files/w3m-img-fb.patch |  10 ---
 www-client/w3m/w3m-0.5.3_p20180125.ebuild | 129 --
 www-client/w3m/w3m-0.5.3_p20190105.ebuild | 127 -
 4 files changed, 268 deletions(-)

diff --git a/www-client/w3m/Manifest b/www-client/w3m/Manifest
index 0f12153d81dd..5a4035f86651 100644
--- a/www-client/w3m/Manifest
+++ b/www-client/w3m/Manifest
@@ -1,3 +1 @@
-DIST w3m-0.5.3+git20180125.tar.gz 2181743 BLAKE2B 
d0766fa215be971ba280e4933ee9521ac4b7806f77ced5be4de58a5e28fa478e29a9102d101174f8d216cb982827b347c0fbcbfc494068d1cb8e443e73df7228
 SHA512 
61b8498b927569937c509460e291eeba6eb302d34ccd6e1bf4d1eb07ac73a3ac5a477161727d310324625be04b907f8c3e970382d08c9fa0846b371699f04e14
-DIST w3m-0.5.3+git20190105.tar.gz 2183651 BLAKE2B 
624fe3b8c1daa2a6d4ce21e051ee363a29114bdb64e0e0d9864b8098f2a12bcb27e293fa3dfa4dc1dff691fa40046f4878b7d39c321f591d3689d00e3ed42bad
 SHA512 
b63b15d0bea82f50bcaa9fc0826c2d3c265a3ad73069b4a020812f28b552cdf08618ab877280c9f3a43bd64f51b80b7a526098e6395ea121c0981a3fcd2562b4
 DIST w3m-0.5.3+git20210102.tar.gz 2189272 BLAKE2B 
f82c13c26b1c83cda90655abdcf30422e257a5c2e48c32d5636a70f895078d11a95fc6ce623fa94624bb2a1125b71e7654d872dfb91fd86c4290278de3cf88f8
 SHA512 
357eeecf0f63bfd5174c9670533882323879657bdecefd0758d853ca645e368331bfdf91e99c0917f19829e184ce892ecdc99bd865851707d93baccfb4b97632

diff --git a/www-client/w3m/files/w3m-img-fb.patch 
b/www-client/w3m/files/w3m-img-fb.patch
deleted file mode 100644
index 677d89d3bcd1..
--- a/www-client/w3m/files/w3m-img-fb.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 a/w3mimg/fb/fb_imlib2.c
-+++ b/w3mimg/fb/fb_imlib2.c
-@@ -3,7 +3,6 @@
- fb_imlib2.c 0.3 Copyright (C) 2002, hito
-  **/
- 
--#include 
- #include 
- #include "fb.h"
- #include "fb_img.h"

diff --git a/www-client/w3m/w3m-0.5.3_p20180125.ebuild 
b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
deleted file mode 100644
index 8803120d72f6..
--- a/www-client/w3m/w3m-0.5.3_p20180125.ebuild
+++ /dev/null
@@ -1,129 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit autotools prefix toolchain-funcs vcs-snapshot
-
-MY_P="${P/_p/+git}"
-MY_PV="${PV/_p/+git}"
-
-DESCRIPTION="Text based WWW browser, supports tables and frames"
-HOMEPAGE="https://github.com/tats/w3m;
-SRC_URI="https://github.com/tats/${PN}/archive/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
-
-LICENSE="w3m"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE="X fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja lynxkeymap nls nntp ssl 
unicode xface"
-REQUIRED_USE="X? ( ?? ( gdk-pixbuf imlib ) )
-   fbcon? ( ?? ( gdk-pixbuf imlib ) )"
-
-RDEPEND="dev-libs/boehm-gc:=
-   sys-libs/ncurses:0=
-   sys-libs/zlib
-   X? (
-   x11-libs/libXdmcp
-   x11-libs/libXext
-   )
-   gdk-pixbuf? (
-   x11-libs/gdk-pixbuf
-   X? ( x11-libs/gdk-pixbuf-xlib )
-   )
-   !gdk-pixbuf? (
-   imlib? ( media-libs/imlib2[X?] )
-   )
-   gpm? ( sys-libs/gpm )
-   ssl? (
-   dev-libs/openssl:0=
-   )
-   xface? ( media-libs/compface )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=( "${FILESDIR}/${PN}-img-fb.patch" )
-
-src_prepare() {
-   default
-   sed -i "/^AR=/s:ar:$(tc-getAR):" {.,${PN}img,libwc}/Makefile.in
-   hprefixify acinclude.m4
-   eautoconf
-}
-
-src_configure() {
-   local myconf=()
-   local image imagelib
-
-   if use gdk-pixbuf; then
-   imagelib="gtk2"
-   elif use imlib; then
-   imagelib="imlib2"
-   fi
-   if [[ -n "${imagelib}" ]]; then
-   use X && image="${image}${image:+,}x11"
-   use fbcon && image="${image}${image:+,}fb"
-   fi
-   # emacs-w3m doesn't like "--enable-m17n --disable-unicode,"
-   # so we better enable or disable both. Default to enable
-   # m17n and unicode, see bug #47046.
-   if use l10n_ja; then
-   myconf+=( 

[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2021-07-16 Thread Sam James
commit: 08d60688738348710740242ae5e54d2b83b6b74f
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 16 21:40:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 16 21:44:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08d60688

www-client/w3m: Stabilize 0.5.3_p20210102 arm, #802117

Signed-off-by: Sam James  gentoo.org>

 www-client/w3m/w3m-0.5.3_p20210102.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20210102.ebuild 
b/www-client/w3m/w3m-0.5.3_p20210102.ebuild
index e443189451f..b1c935d420a 100644
--- a/www-client/w3m/w3m-0.5.3_p20210102.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20210102.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${P/_p/-git}"
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja lynxkeymap nls nntp ssl 
unicode X xface"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2021-07-15 Thread Sam James
commit: 4371823bd75473e0acae86f956f0d5762bed4532
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 15 21:40:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 15 21:40:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4371823b

www-client/w3m: Stabilize 0.5.3_p20210102 arm64, #802117

Signed-off-by: Sam James  gentoo.org>

 www-client/w3m/w3m-0.5.3_p20210102.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20210102.ebuild 
b/www-client/w3m/w3m-0.5.3_p20210102.ebuild
index b294b918f19..e443189451f 100644
--- a/www-client/w3m/w3m-0.5.3_p20210102.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20210102.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${P/_p/-git}"
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja lynxkeymap nls nntp ssl 
unicode X xface"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2021-07-15 Thread Agostino Sarubbo
commit: b40c56e2a5ed1d9fb61e11ba9ed57f39f44ffd60
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jul 15 07:41:43 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jul 15 07:41:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b40c56e2

www-client/w3m: x86 stable wrt bug #802117

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-client/w3m/w3m-0.5.3_p20210102.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20210102.ebuild 
b/www-client/w3m/w3m-0.5.3_p20210102.ebuild
index d9bf24d4b47..b294b918f19 100644
--- a/www-client/w3m/w3m-0.5.3_p20210102.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20210102.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${P/_p/-git}"
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja lynxkeymap nls nntp ssl 
unicode X xface"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2021-07-15 Thread Agostino Sarubbo
commit: c2fe5988e3afe9105e5caa5386e375b734604d8f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jul 15 07:40:07 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jul 15 07:40:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2fe5988

www-client/w3m: ppc64 stable wrt bug #802117

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-client/w3m/w3m-0.5.3_p20210102.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20210102.ebuild 
b/www-client/w3m/w3m-0.5.3_p20210102.ebuild
index fe8d626bbfb..d9bf24d4b47 100644
--- a/www-client/w3m/w3m-0.5.3_p20210102.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20210102.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${P/_p/-git}"
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~riscv sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja lynxkeymap nls nntp ssl 
unicode X xface"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2021-07-15 Thread Agostino Sarubbo
commit: e49b405b2fca281630fcd0007fb3157c47c024cf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jul 15 07:37:58 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jul 15 07:37:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e49b405b

www-client/w3m: amd64 stable wrt bug #802117

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-client/w3m/w3m-0.5.3_p20210102.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20210102.ebuild 
b/www-client/w3m/w3m-0.5.3_p20210102.ebuild
index dd3c21243c2..fe8d626bbfb 100644
--- a/www-client/w3m/w3m-0.5.3_p20210102.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20210102.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${P/_p/-git}"
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~riscv sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~riscv sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja lynxkeymap nls nntp ssl 
unicode X xface"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2021-07-14 Thread Sam James
commit: 812a4adfd881a3f01441b54498d2363a33a99313
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 14 16:19:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 14 16:19:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=812a4adf

www-client/w3m: Stabilize 0.5.3_p20210102 sparc, #802117

Signed-off-by: Sam James  gentoo.org>

 www-client/w3m/w3m-0.5.3_p20210102.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20210102.ebuild 
b/www-client/w3m/w3m-0.5.3_p20210102.ebuild
index d6b7b32d890..dd3c21243c2 100644
--- a/www-client/w3m/w3m-0.5.3_p20210102.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20210102.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${P/_p/-git}"
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~riscv sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja lynxkeymap nls nntp ssl 
unicode X xface"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2021-07-14 Thread Sam James
commit: 6c43c2d95df29f188e499d0f787a37fd8261f2cc
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 14 16:19:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 14 16:19:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c43c2d9

www-client/w3m: Stabilize 0.5.3_p20210102 ppc, #802117

Signed-off-by: Sam James  gentoo.org>

 www-client/w3m/w3m-0.5.3_p20210102.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20210102.ebuild 
b/www-client/w3m/w3m-0.5.3_p20210102.ebuild
index 685509be480..d6b7b32d890 100644
--- a/www-client/w3m/w3m-0.5.3_p20210102.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20210102.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${P/_p/-git}"
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja lynxkeymap nls nntp ssl 
unicode X xface"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2021-06-29 Thread Yixun Lan
commit: 17b34a82538d75dad2c7846a9acc854f886d6e2f
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Jun 29 21:59:01 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Jun 29 22:07:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17b34a82

www-client/w3m: keyword ~riscv

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 www-client/w3m/w3m-0.5.3_p20210102.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20210102.ebuild 
b/www-client/w3m/w3m-0.5.3_p20210102.ebuild
index 011761a3ca8..685509be480 100644
--- a/www-client/w3m/w3m-0.5.3_p20210102.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20210102.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${P/_p/-git}"
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja lynxkeymap nls nntp ssl 
unicode X xface"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2021-04-30 Thread Mikle Kolyada
commit: 357d6f65f30975d33ea629f210c721b81c9e92ae
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Apr 30 18:25:17 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Apr 30 18:30:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=357d6f65

www-client/w3m: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 www-client/w3m/w3m-0.5.3_p20180125.ebuild | 5 ++---
 www-client/w3m/w3m-0.5.3_p20190105.ebuild | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20180125.ebuild 
b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
index e2ac391981a..8803120d72f 100644
--- a/www-client/w3m/w3m-0.5.3_p20180125.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/tats/${PN}/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.g
 LICENSE="w3m"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE="X fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja libressl lynxkeymap nls 
nntp ssl unicode xface"
+IUSE="X fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja lynxkeymap nls nntp ssl 
unicode xface"
 REQUIRED_USE="X? ( ?? ( gdk-pixbuf imlib ) )
fbcon? ( ?? ( gdk-pixbuf imlib ) )"
 
@@ -35,8 +35,7 @@ RDEPEND="dev-libs/boehm-gc:=
)
gpm? ( sys-libs/gpm )
ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
+   dev-libs/openssl:0=
)
xface? ( media-libs/compface )"
 DEPEND="${RDEPEND}

diff --git a/www-client/w3m/w3m-0.5.3_p20190105.ebuild 
b/www-client/w3m/w3m-0.5.3_p20190105.ebuild
index a657e2a7768..a77ac32f05e 100644
--- a/www-client/w3m/w3m-0.5.3_p20190105.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20190105.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/tats/${PN}/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.g
 LICENSE="w3m"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE="X fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja libressl lynxkeymap nls 
nntp ssl unicode xface"
+IUSE="X fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja lynxkeymap nls nntp ssl 
unicode xface"
 REQUIRED_USE="X? ( ?? ( gdk-pixbuf imlib ) )
fbcon? ( ?? ( gdk-pixbuf imlib ) )"
 
@@ -35,8 +35,7 @@ RDEPEND="dev-libs/boehm-gc:=
)
gpm? ( sys-libs/gpm )
ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
+   dev-libs/openssl:0=
)
xface? ( media-libs/compface )"
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2021-04-27 Thread Ulrich Müller
commit: bb7ce6a2fdee051faeef6cb236d8791c62973a1a
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Apr 26 15:06:34 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Apr 27 07:25:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb7ce6a2

www-client/w3m: Don't run autoheader because it fails

Bug: https://bugs.gentoo.org/785760
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller  gentoo.org>

 www-client/w3m/w3m-0.5.3_p20210102.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20210102.ebuild 
b/www-client/w3m/w3m-0.5.3_p20210102.ebuild
index dfc11d716e2..011761a3ca8 100644
--- a/www-client/w3m/w3m-0.5.3_p20210102.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20210102.ebuild
@@ -58,7 +58,7 @@ src_prepare() {
sed -i "/^AR=/s:ar:$(tc-getAR):" {.,${PN}img,libwc}/Makefile.in || die
hprefixify acinclude.m4
 
-   AT_M4DIR="m4" eautoreconf
+   AT_NOEAUTOHEADER="yes" AT_M4DIR="m4" eautoreconf
 }
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/, www-client/w3m/files/

2021-04-26 Thread Sam James
commit: a2b0043db4a6af646e549feb68b50c3dccff7708
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 26 11:48:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 26 12:55:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b0043d

www-client/w3m: fix gettext with eautoreconf

Thanks-to: David Seifert  gentoo.org>
Bug: https://bugs.gentoo.org/785760
Signed-off-by: Sam James  gentoo.org>

 ...w3m-0.5.3_p20210102-fix-configure-gettext.patch | 26 ++
 www-client/w3m/w3m-0.5.3_p20210102.ebuild  |  6 ++---
 2 files changed, 29 insertions(+), 3 deletions(-)

diff --git 
a/www-client/w3m/files/w3m-0.5.3_p20210102-fix-configure-gettext.patch 
b/www-client/w3m/files/w3m-0.5.3_p20210102-fix-configure-gettext.patch
new file mode 100644
index 000..4212b5aa4c9
--- /dev/null
+++ b/www-client/w3m/files/w3m-0.5.3_p20210102-fix-configure-gettext.patch
@@ -0,0 +1,26 @@
+https://bugs.gentoo.org/785760
+https://savannah.gnu.org/bugs/?60201
+--- a/configure.ac
 b/configure.ac
+@@ -25,6 +25,9 @@
+ AC_PROG_LN_S
+ AC_PROG_MAKE_SET
+ AC_PROG_RANLIB
++AC_PROG_MKDIR_P
++mkdir_p="${MKDIR_P}"
++AC_SUBST([mkdir_p])
+ AC_PATH_PROGS(PERL, perl, /usr/local/bin/perl)
+ AC_PATH_PROGS(NKF, nkf, /usr/local/bin/nkf)
+ AC_PATH_PROGS(MAN, man, /usr/bin/man)
+@@ -42,9 +45,8 @@
+ AC_DEFINE_UNQUOTED(W3M_TARGET, $W3M_TARGET)
+ 
+ AC_W3M_M17N
+-if test x$enable_messagel10n = xno; then
+- AM_GNU_GETTEXT([external])
+-fi
++AM_GNU_GETTEXT_REQUIRE_VERSION([0.18])
++AM_GNU_GETTEXT([external])
+ 
+ NLSTARGET=""
+ if test x"$USE_NLS" = xyes; then

diff --git a/www-client/w3m/w3m-0.5.3_p20210102.ebuild 
b/www-client/w3m/w3m-0.5.3_p20210102.ebuild
index 9a715d6d57c..dfc11d716e2 100644
--- a/www-client/w3m/w3m-0.5.3_p20210102.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20210102.ebuild
@@ -42,14 +42,14 @@ RDEPEND="
)
xface? ( media-libs/compface )
 "
-
+DEPEND="${RDEPEND}"
 BDEPEND="
-   ${RDEPEND}
virtual/pkgconfig
 "
 
 PATCHES=(
"${FILESDIR}"/${PN}-0.5.3_p20210102-restore-gettext-macro.patch
+   "${FILESDIR}"/${PN}-0.5.3_p20210102-fix-configure-gettext.patch
 )
 
 src_prepare() {
@@ -58,7 +58,7 @@ src_prepare() {
sed -i "/^AR=/s:ar:$(tc-getAR):" {.,${PN}img,libwc}/Makefile.in || die
hprefixify acinclude.m4
 
-   AT_M4DIR="m4" eautoconf
+   AT_M4DIR="m4" eautoreconf
 }
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2021-04-26 Thread Sam James
commit: 8003dbb063a24b67ad723b6b153617b24ab7d697
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 26 09:57:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 26 09:57:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8003dbb0

www-client/w3m: revert back to eautoconf for now

Earlier, we switched to eautoreconf because:
- it's a noop when *.am is missing anyway
- fixing the build system is preferable
- this allows patches to be added without
first having to fix an unrelated issue first

Let's roll back to eautoconf for now because
of a gettext mismatch.

Fixes: 50c53cbcbe84fe1473244e2bd6ad5e4533601bac
Fixes: 5d3abfa9559c11bd9ac3087a9bf3debd51cf0c30
Bug: https://bugs.gentoo.org/778482
Closes: https://bugs.gentoo.org/785760
Signed-off-by: Sam James  gentoo.org>

 www-client/w3m/w3m-0.5.3_p20210102.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20210102.ebuild 
b/www-client/w3m/w3m-0.5.3_p20210102.ebuild
index 60b0c812ca7..9a715d6d57c 100644
--- a/www-client/w3m/w3m-0.5.3_p20210102.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20210102.ebuild
@@ -58,7 +58,7 @@ src_prepare() {
sed -i "/^AR=/s:ar:$(tc-getAR):" {.,${PN}img,libwc}/Makefile.in || die
hprefixify acinclude.m4
 
-   AT_M4DIR="m4" eautoreconf
+   AT_M4DIR="m4" eautoconf
 }
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/files/, www-client/w3m/

2021-04-25 Thread Sam James
commit: 5d3abfa9559c11bd9ac3087a9bf3debd51cf0c30
Author: Marco Scardovi  scardovi  com>
AuthorDate: Sun Apr 25 21:51:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 22:00:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d3abfa9

www-client/w3m: add 0.5.3_p20210102

Signed-off-by: Marco Scardovi  scardovi.com>
Signed-off-by: Sam James  gentoo.org>

 www-client/w3m/Manifest   |   1 +
 www-client/w3m/files/lang.patch   |  32 +++
 www-client/w3m/w3m-0.5.3_p20210102.ebuild | 136 ++
 3 files changed, 169 insertions(+)

diff --git a/www-client/w3m/Manifest b/www-client/w3m/Manifest
index 8de29484f7d..0f12153d81d 100644
--- a/www-client/w3m/Manifest
+++ b/www-client/w3m/Manifest
@@ -1,2 +1,3 @@
 DIST w3m-0.5.3+git20180125.tar.gz 2181743 BLAKE2B 
d0766fa215be971ba280e4933ee9521ac4b7806f77ced5be4de58a5e28fa478e29a9102d101174f8d216cb982827b347c0fbcbfc494068d1cb8e443e73df7228
 SHA512 
61b8498b927569937c509460e291eeba6eb302d34ccd6e1bf4d1eb07ac73a3ac5a477161727d310324625be04b907f8c3e970382d08c9fa0846b371699f04e14
 DIST w3m-0.5.3+git20190105.tar.gz 2183651 BLAKE2B 
624fe3b8c1daa2a6d4ce21e051ee363a29114bdb64e0e0d9864b8098f2a12bcb27e293fa3dfa4dc1dff691fa40046f4878b7d39c321f591d3689d00e3ed42bad
 SHA512 
b63b15d0bea82f50bcaa9fc0826c2d3c265a3ad73069b4a020812f28b552cdf08618ab877280c9f3a43bd64f51b80b7a526098e6395ea121c0981a3fcd2562b4
+DIST w3m-0.5.3+git20210102.tar.gz 2189272 BLAKE2B 
f82c13c26b1c83cda90655abdcf30422e257a5c2e48c32d5636a70f895078d11a95fc6ce623fa94624bb2a1125b71e7654d872dfb91fd86c4290278de3cf88f8
 SHA512 
357eeecf0f63bfd5174c9670533882323879657bdecefd0758d853ca645e368331bfdf91e99c0917f19829e184ce892ecdc99bd865851707d93baccfb4b97632

diff --git a/www-client/w3m/files/lang.patch b/www-client/w3m/files/lang.patch
new file mode 100644
index 000..dccc3542690
--- /dev/null
+++ b/www-client/w3m/files/lang.patch
@@ -0,0 +1,32 @@
+new file mode 100644
+index ..da1b2aef
+--- /dev/null
 b/m4/codeset.m4
+@@ -0,0 +1,25 @@
++# codeset.m4 serial 5 (gettext-0.18.2)
++dnl Copyright (C) 2000-2002, 2006, 2008-2014, 2016 Free Software Foundation,
++dnl Inc.
++dnl This file is free software; the Free Software Foundation
++dnl gives unlimited permission to copy and/or distribute it,
++dnl with or without modifications, as long as this notice is preserved.
++
++dnl From Bruno Haible.
++
++AC_DEFUN([AM_LANGINFO_CODESET],
++[
++  AC_CACHE_CHECK([for nl_langinfo and CODESET], [am_cv_langinfo_codeset],
++[AC_LINK_IFELSE(
++   [AC_LANG_PROGRAM(
++  [[#include ]],
++  [[char* cs = nl_langinfo(CODESET); return !cs;]])],
++   [am_cv_langinfo_codeset=yes],
++   [am_cv_langinfo_codeset=no])
++])
++  if test $am_cv_langinfo_codeset = yes; then
++AC_DEFINE([HAVE_LANGINFO_CODESET], [1],
++  [Define if you have  and nl_langinfo(CODESET).])
++  fi
++])
++
+--
+2.20.1

diff --git a/www-client/w3m/w3m-0.5.3_p20210102.ebuild 
b/www-client/w3m/w3m-0.5.3_p20210102.ebuild
new file mode 100644
index 000..cb833a9cd2b
--- /dev/null
+++ b/www-client/w3m/w3m-0.5.3_p20210102.ebuild
@@ -0,0 +1,136 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools prefix toolchain-funcs
+
+MY_P="${P/_p/+git}"
+MY_PV="${PV/_p/+git}"
+
+DESCRIPTION="Text based WWW browser, supports tables and frames"
+HOMEPAGE="https://github.com/tats/w3m;
+SRC_URI="https://github.com/tats/w3m/archive/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
+
+LICENSE="w3m"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE="fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja lynxkeymap nls nntp ssl 
unicode X xface"
+
+REQUIRED_USE="
+   fbcon? ( ?? ( gdk-pixbuf imlib ) )
+   X? ( ?? ( gdk-pixbuf imlib ) )
+"
+
+RDEPEND="
+   dev-libs/boehm-gc:=
+   sys-libs/ncurses:0=
+   sys-libs/zlib
+   gdk-pixbuf? (
+   x11-libs/gdk-pixbuf
+   X? ( x11-libs/gdk-pixbuf-xlib )
+   )
+   !gdk-pixbuf? (
+   imlib? ( media-libs/imlib2[X?] )
+   )
+   gpm? ( sys-libs/gpm )
+   ssl? ( dev-libs/openssl:0= )
+   X? (
+   x11-libs/libXdmcp
+   x11-libs/libXext
+   )
+   xface? ( media-libs/compface )
+"
+
+BDEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+"
+
+PATCHES=( "${FILESDIR}/lang.patch" )
+
+S="${WORKDIR}/${P/_p/-git}"
+
+src_prepare() {
+   default
+   sed -i "/^AR=/s:ar:$(tc-getAR):" {.,${PN}img,libwc}/Makefile.in || die
+   hprefixify acinclude.m4
+
+   eautoconf
+}
+
+src_configure() {
+   local myconf=()
+   local image imagelib
+
+   if use gdk-pixbuf ; then
+   imagelib="gtk3"
+   elif use imlib ; then
+   imagelib="imlib2"
+   fi
+   if 

[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/, www-client/w3m/files/

2021-04-25 Thread Sam James
commit: 50c53cbcbe84fe1473244e2bd6ad5e4533601bac
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 21:59:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 22:00:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50c53cbc

www-client/w3m: further fixups for autoreconf patch

Closes: https://bugs.gentoo.org/778482
Signed-off-by: Sam James  gentoo.org>

 ...g.patch => w3m-0.5.3_p20210102-restore-gettext-macro.patch} |  5 ++---
 www-client/w3m/w3m-0.5.3_p20210102.ebuild  | 10 ++
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/www-client/w3m/files/lang.patch 
b/www-client/w3m/files/w3m-0.5.3_p20210102-restore-gettext-macro.patch
similarity index 85%
rename from www-client/w3m/files/lang.patch
rename to www-client/w3m/files/w3m-0.5.3_p20210102-restore-gettext-macro.patch
index dccc3542690..ffd30c62a5d 100644
--- a/www-client/w3m/files/lang.patch
+++ b/www-client/w3m/files/w3m-0.5.3_p20210102-restore-gettext-macro.patch
@@ -1,5 +1,5 @@
-new file mode 100644
-index ..da1b2aef
+https://sources.debian.org/patches/gnokii/0.6.30+dfsg-1.3/0001-Add-codeset.m4-to-m4-to-prevent-build-failure-with-g.patch/
+https://bugs.gentoo.org/778482
 --- /dev/null
 +++ b/m4/codeset.m4
 @@ -0,0 +1,25 @@
@@ -29,4 +29,3 @@ index ..da1b2aef
 +])
 +
 --
-2.20.1

diff --git a/www-client/w3m/w3m-0.5.3_p20210102.ebuild 
b/www-client/w3m/w3m-0.5.3_p20210102.ebuild
index cb833a9cd2b..60b0c812ca7 100644
--- a/www-client/w3m/w3m-0.5.3_p20210102.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20210102.ebuild
@@ -11,6 +11,7 @@ MY_PV="${PV/_p/+git}"
 DESCRIPTION="Text based WWW browser, supports tables and frames"
 HOMEPAGE="https://github.com/tats/w3m;
 SRC_URI="https://github.com/tats/w3m/archive/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
+S="${WORKDIR}/${P/_p/-git}"
 
 LICENSE="w3m"
 SLOT="0"
@@ -47,16 +48,17 @@ BDEPEND="
virtual/pkgconfig
 "
 
-PATCHES=( "${FILESDIR}/lang.patch" )
-
-S="${WORKDIR}/${P/_p/-git}"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.5.3_p20210102-restore-gettext-macro.patch
+)
 
 src_prepare() {
default
+
sed -i "/^AR=/s:ar:$(tc-getAR):" {.,${PN}img,libwc}/Makefile.in || die
hprefixify acinclude.m4
 
-   eautoconf
+   AT_M4DIR="m4" eautoreconf
 }
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2021-01-06 Thread Fabian Groffen
commit: e1ee6f8ff125b25889445e818f7a667715994230
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 11:37:12 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 11:37:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ee6f8f

www-client/w3m: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 www-client/w3m/w3m-0.5.3_p20180125.ebuild | 4 ++--
 www-client/w3m/w3m-0.5.3_p20190105.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20180125.ebuild 
b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
index 28b01675efd..e2ac391981a 100644
--- a/www-client/w3m/w3m-0.5.3_p20180125.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/tats/${PN}/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.g
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="X fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja libressl lynxkeymap nls 
nntp ssl unicode xface"
 REQUIRED_USE="X? ( ?? ( gdk-pixbuf imlib ) )
fbcon? ( ?? ( gdk-pixbuf imlib ) )"

diff --git a/www-client/w3m/w3m-0.5.3_p20190105.ebuild 
b/www-client/w3m/w3m-0.5.3_p20190105.ebuild
index 95ae15b1018..a657e2a7768 100644
--- a/www-client/w3m/w3m-0.5.3_p20190105.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20190105.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/tats/${PN}/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.g
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="X fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja libressl lynxkeymap nls 
nntp ssl unicode xface"
 REQUIRED_USE="X? ( ?? ( gdk-pixbuf imlib ) )
fbcon? ( ?? ( gdk-pixbuf imlib ) )"



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2020-12-17 Thread Mart Raudsepp
commit: 683a25a341071867cd19f6cffcd6fda7bb71493a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Dec 17 13:49:31 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Dec 17 13:59:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=683a25a3

www-client/w3m: simplify gdk-pixbuf-xlib dep

Old versions of gdk-pixbuf carrying USE=X are gone, simplify dep.

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 www-client/w3m/w3m-0.5.3_p20180125.ebuild | 7 +--
 www-client/w3m/w3m-0.5.3_p20190105.ebuild | 7 +--
 2 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20180125.ebuild 
b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
index 7753b49b518..28b01675efd 100644
--- a/www-client/w3m/w3m-0.5.3_p20180125.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
@@ -28,12 +28,7 @@ RDEPEND="dev-libs/boehm-gc:=
)
gdk-pixbuf? (
x11-libs/gdk-pixbuf
-   X? (
-   || (
-   x11-libs/gdk-pixbuf-xlib
-   

[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2020-11-16 Thread Mike Gilbert
commit: d8992c5c70df9183760943a4258e9fe55e1c9711
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Sat Nov 14 20:00:00 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Nov 16 19:51:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8992c5c

www-client/w3m: Accept using x11-libs/gdk-pixbuf-xlib instead of 
x11-libs/gdk-pixbuf[X].

Closes: https://bugs.gentoo.org/753917
Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/w3m/w3m-0.5.3_p20180125.ebuild | 10 +-
 www-client/w3m/w3m-0.5.3_p20190105.ebuild | 10 +-
 2 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20180125.ebuild 
b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
index 037b2d70587..7753b49b518 100644
--- a/www-client/w3m/w3m-0.5.3_p20180125.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
@@ -26,7 +26,15 @@ RDEPEND="dev-libs/boehm-gc:=
x11-libs/libXdmcp
x11-libs/libXext
)
-   gdk-pixbuf? ( x11-libs/gdk-pixbuf[X?] )
+   gdk-pixbuf? (
+   x11-libs/gdk-pixbuf
+   X? (
+   || (
+   x11-libs/gdk-pixbuf-xlib
+   

[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2020-02-13 Thread David Seifert
commit: d1f0c809b5996c49e1015e63d6c2811dcae2465f
Author: David Seifert  gentoo  org>
AuthorDate: Thu Feb 13 21:39:46 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Feb 13 21:39:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1f0c809

www-client/w3m: [QA] inherit toolchain-funcs.eclass directly

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 www-client/w3m/w3m-0.5.3_p20180125.ebuild | 2 +-
 www-client/w3m/w3m-0.5.3_p20190105.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20180125.ebuild 
b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
index 852e9036419..b35fa388986 100644
--- a/www-client/w3m/w3m-0.5.3_p20180125.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-inherit autotools prefix vcs-snapshot
+inherit autotools prefix toolchain-funcs vcs-snapshot
 
 MY_P="${P/_p/+git}"
 MY_PV="${PV/_p/+git}"

diff --git a/www-client/w3m/w3m-0.5.3_p20190105.ebuild 
b/www-client/w3m/w3m-0.5.3_p20190105.ebuild
index afecd373f68..4247d0b103f 100644
--- a/www-client/w3m/w3m-0.5.3_p20190105.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20190105.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
 
-inherit autotools prefix vcs-snapshot
+inherit autotools prefix toolchain-funcs vcs-snapshot
 
 MY_P="${P/_p/+git}"
 MY_PV="${PV/_p/+git}"



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2019-02-25 Thread Akinori Hattori
commit: f5c105a4b5e498ce17db6fc46f5c399d77d877a5
Author: Akinori Hattori  gentoo  org>
AuthorDate: Mon Feb 25 13:25:50 2019 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Mon Feb 25 13:25:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5c105a4

www-client/w3m: new upstream release

Signed-off-by: Akinori Hattori  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 www-client/w3m/Manifest   |   1 +
 www-client/w3m/w3m-0.5.3_p20190105.ebuild | 125 ++
 2 files changed, 126 insertions(+)

diff --git a/www-client/w3m/Manifest b/www-client/w3m/Manifest
index 1c5ab42428f..8de29484f7d 100644
--- a/www-client/w3m/Manifest
+++ b/www-client/w3m/Manifest
@@ -1 +1,2 @@
 DIST w3m-0.5.3+git20180125.tar.gz 2181743 BLAKE2B 
d0766fa215be971ba280e4933ee9521ac4b7806f77ced5be4de58a5e28fa478e29a9102d101174f8d216cb982827b347c0fbcbfc494068d1cb8e443e73df7228
 SHA512 
61b8498b927569937c509460e291eeba6eb302d34ccd6e1bf4d1eb07ac73a3ac5a477161727d310324625be04b907f8c3e970382d08c9fa0846b371699f04e14
+DIST w3m-0.5.3+git20190105.tar.gz 2183651 BLAKE2B 
624fe3b8c1daa2a6d4ce21e051ee363a29114bdb64e0e0d9864b8098f2a12bcb27e293fa3dfa4dc1dff691fa40046f4878b7d39c321f591d3689d00e3ed42bad
 SHA512 
b63b15d0bea82f50bcaa9fc0826c2d3c265a3ad73069b4a020812f28b552cdf08618ab877280c9f3a43bd64f51b80b7a526098e6395ea121c0981a3fcd2562b4

diff --git a/www-client/w3m/w3m-0.5.3_p20190105.ebuild 
b/www-client/w3m/w3m-0.5.3_p20190105.ebuild
new file mode 100644
index 000..37f706a52d6
--- /dev/null
+++ b/www-client/w3m/w3m-0.5.3_p20190105.ebuild
@@ -0,0 +1,125 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit autotools prefix vcs-snapshot
+
+MY_P="${P/_p/+git}"
+MY_PV="${PV/_p/+git}"
+
+DESCRIPTION="Text based WWW browser, supports tables and frames"
+HOMEPAGE="https://github.com/tats/w3m;
+SRC_URI="https://github.com/tats/${PN}/archive/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
+
+LICENSE="w3m"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="X fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja libressl lynxkeymap nls 
nntp ssl unicode xface"
+REQUIRED_USE="X? ( ?? ( gdk-pixbuf imlib ) )
+   fbcon? ( ?? ( gdk-pixbuf imlib ) )"
+
+RDEPEND="dev-libs/boehm-gc:=
+   sys-libs/ncurses:0=
+   sys-libs/zlib
+   X? (
+   x11-libs/libXdmcp
+   x11-libs/libXext
+   )
+   gdk-pixbuf? ( x11-libs/gdk-pixbuf[X?] )
+   !gdk-pixbuf? (
+   imlib? ( media-libs/imlib2[X?] )
+   )
+   gpm? ( sys-libs/gpm )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   xface? ( media-libs/compface )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+   sed -i "/^AR=/s:ar:$(tc-getAR):" {.,${PN}img,libwc}/Makefile.in
+   hprefixify acinclude.m4
+   eautoconf
+}
+
+src_configure() {
+   local myconf=()
+   local image imagelib
+
+   if use gdk-pixbuf; then
+   imagelib="gtk2"
+   elif use imlib; then
+   imagelib="imlib2"
+   fi
+   if [[ -n "${imagelib}" ]]; then
+   use X && image="${image}${image:+,}x11"
+   use fbcon && image="${image}${image:+,}fb"
+   fi
+   # emacs-w3m doesn't like "--enable-m17n --disable-unicode,"
+   # so we better enable or disable both. Default to enable
+   # m17n and unicode, see bug #47046.
+   if use l10n_ja; then
+   myconf+=( --enable-japanese=$(usex unicode U E) )
+   else
+   myconf+=( --with-charset=$(usex unicode UTF-8 US-ASCII) )
+   fi
+   # lynxkeymap IUSE flag. bug #49397
+   myconf+=( --enable-keymap=$(usex lynxkeymap lynx ${PN}) )
+
+   econf \
+   $(use_enable gpm mouse) \
+   $(use_enable nls) \
+   $(use_enable nntp) \
+   $(use_enable ssl digest-auth) \
+   $(use_enable xface) \
+   $(use_with ssl) \
+   --enable-image=${image:-no} \
+   --enable-m17n \
+   --enable-unicode \
+   --with-browser="${EPREFIX}/usr/bin/xdg-open" \
+   --with-editor="${EPREFIX}/usr/bin/vi" \
+   --with-imagelib="${imagelib:-no}" \
+   --with-mailer="${EPREFIX}/bin/mail" \
+   --without-migemo \
+   --with-termlib=yes \
+   "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   # 
http://www.sic.med.tohoku.ac.jp/~satodai/w3m-dev/200307.month/3944.html
+   insinto /etc/${PN}
+   newins "${FILESDIR}"/${PN}.mailcap mailcap
+
+   insinto /usr/share/${PN}/Bonus
+   doins 

[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2018-12-27 Thread Fabian Groffen
commit: e617d5a59276930c8756ac13a8d5a7d43cc8c14d
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Dec 27 16:10:39 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Dec 27 18:48:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e617d5a5

www-client/w3m: added prefix keywords, bug #667266

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 www-client/w3m/w3m-0.5.3_p20180125.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20180125.ebuild 
b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
index e606b0ba9cc..773d13408bd 100644
--- a/www-client/w3m/w3m-0.5.3_p20180125.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/tats/${PN}/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.g
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="X fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja libressl lynxkeymap nls 
nntp ssl unicode xface"
 REQUIRED_USE="X? ( ?? ( gdk-pixbuf imlib ) )
fbcon? ( ?? ( gdk-pixbuf imlib ) )"



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2018-07-22 Thread Akinori Hattori
commit: e6289c8309fa5569f36a8d9e2d1c62aac7a18079
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Jul 22 13:13:48 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Jul 22 13:13:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6289c83

www-client/w3m: tidy

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 www-client/w3m/w3m-0.5.3_p20180125.ebuild | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20180125.ebuild 
b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
index cf96341722f..e606b0ba9cc 100644
--- a/www-client/w3m/w3m-0.5.3_p20180125.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
@@ -16,6 +16,8 @@ LICENSE="w3m"
 SLOT="0"
 KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~amd64-fbsd"
 IUSE="X fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja libressl lynxkeymap nls 
nntp ssl unicode xface"
+REQUIRED_USE="X? ( ?? ( gdk-pixbuf imlib ) )
+   fbcon? ( ?? ( gdk-pixbuf imlib ) )"
 
 RDEPEND="dev-libs/boehm-gc:=
sys-libs/ncurses:0=
@@ -38,9 +40,6 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
 S="${WORKDIR}/${MY_P}"
 
-REQUIRED_USE="X? ( ?? ( gdk-pixbuf imlib ) )
-   fbcon? ( ?? ( gdk-pixbuf imlib ) )"
-
 PATCHES=( "${FILESDIR}/${PN}-img-fb.patch" )
 
 src_prepare() {
@@ -94,8 +93,7 @@ src_configure() {
 }
 
 src_install() {
-   emake DESTDIR="${D}" install
-   einstalldocs
+   default
 
# 
http://www.sic.med.tohoku.ac.jp/~satodai/w3m-dev/200307.month/3944.html
insinto /etc/${PN}



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/files/, www-client/w3m/

2018-04-16 Thread Mike Gilbert
commit: 3d57bfe7a5f036cb475c135dffa13d8382fd1e8f
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon Apr 16 16:48:59 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Apr 16 18:27:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d57bfe7

www-client/w3m: Delete old version (0.5.3-r9).

 www-client/w3m/Manifest |   1 -
 www-client/w3m/files/w3m-time.patch |  11 ---
 www-client/w3m/w3m-0.5.3-r9.ebuild  | 132 
 3 files changed, 144 deletions(-)

diff --git a/www-client/w3m/Manifest b/www-client/w3m/Manifest
index 8f7f3f3e054..1c5ab42428f 100644
--- a/www-client/w3m/Manifest
+++ b/www-client/w3m/Manifest
@@ -1,2 +1 @@
 DIST w3m-0.5.3+git20180125.tar.gz 2181743 BLAKE2B 
d0766fa215be971ba280e4933ee9521ac4b7806f77ced5be4de58a5e28fa478e29a9102d101174f8d216cb982827b347c0fbcbfc494068d1cb8e443e73df7228
 SHA512 
61b8498b927569937c509460e291eeba6eb302d34ccd6e1bf4d1eb07ac73a3ac5a477161727d310324625be04b907f8c3e970382d08c9fa0846b371699f04e14
-DIST w3m-0.5.3.git20161120.tar.gz 2177917 BLAKE2B 
48e7d9fee00431d65e4ae486d1cf5a376542fb0655215d95455d6f0e3ba63a6dfb243a858e0bb5e745ac75713091b17fa5c5a63c91a3e837c911ef1f576ce497
 SHA512 
81ecf9e5d9067a82efa5464e5f9396327a6333f9e414458a972b2b7bff138bd17c490b5258e34cb1e338c7a6c0dd6105a1bfd1e0d02edfadead79caa39106a5c

diff --git a/www-client/w3m/files/w3m-time.patch 
b/www-client/w3m/files/w3m-time.patch
deleted file mode 100644
index 8489eee3fae..000
--- a/www-client/w3m/files/w3m-time.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/html.h
-+++ b/html.h
-@@ -8,6 +8,8 @@
- #include 
- #endif/* USE_SSL */
- 
-+#include 
-+
- #define StrUFgets(f) StrISgets((f)->stream)
- #define StrmyUFgets(f) StrmyISgets((f)->stream)
- #define UFgetc(f) ISgetc((f)->stream)

diff --git a/www-client/w3m/w3m-0.5.3-r9.ebuild 
b/www-client/w3m/w3m-0.5.3-r9.ebuild
deleted file mode 100644
index b4bce71092f..000
--- a/www-client/w3m/w3m-0.5.3-r9.ebuild
+++ /dev/null
@@ -1,132 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit autotools prefix vcs-snapshot
-
-MY_REL="git20161120"
-MY_P="${P}.${MY_REL}"
-
-DESCRIPTION="Text based WWW browser, supports tables and frames"
-HOMEPAGE="https://github.com/tats/w3m;
-SRC_URI="https://github.com/tats/${PN}/archive/v${PV}+${MY_REL}.tar.gz -> 
${MY_P}.tar.gz"
-
-LICENSE="w3m"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~amd64-fbsd"
-IUSE="X fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja libressl lynxkeymap nls 
nntp ssl unicode xface"
-
-RDEPEND="dev-libs/boehm-gc:=
-   sys-libs/ncurses:0=
-   sys-libs/zlib
-   X? (
-   x11-libs/libXdmcp
-   x11-libs/libXext
-   )
-   gdk-pixbuf? ( x11-libs/gdk-pixbuf[X?] )
-   !gdk-pixbuf? (
-   imlib? ( media-libs/imlib2[X?] )
-   )
-   gpm? ( sys-libs/gpm )
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-   xface? ( media-libs/compface )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-S="${WORKDIR}/${MY_P}"
-
-REQUIRED_USE="X? ( ?? ( gdk-pixbuf imlib ) )
-   fbcon? ( ?? ( gdk-pixbuf imlib ) )"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-img-fb.patch"
-   "${FILESDIR}/${PN}-time.patch"
-)
-
-src_prepare() {
-   default
-   sed -i "/^AR=/s:ar:$(tc-getAR):" {.,${PN}img,libwc}/Makefile.in
-   hprefixify acinclude.m4
-   eautoconf
-}
-
-src_configure() {
-   local myconf=()
-   local image imagelib
-
-   if use gdk-pixbuf; then
-   imagelib="gtk2"
-   elif use imlib; then
-   imagelib="imlib2"
-   fi
-   if [[ -n "${imagelib}" ]]; then
-   use X && image="${image}${image:+,}x11"
-   use fbcon && image="${image}${image:+,}fb"
-   fi
-   # emacs-w3m doesn't like "--enable-m17n --disable-unicode,"
-   # so we better enable or disable both. Default to enable
-   # m17n and unicode, see bug #47046.
-   if use l10n_ja; then
-   myconf+=( --enable-japanese=$(usex unicode U E) )
-   else
-   myconf+=( --with-charset=$(usex unicode UTF-8 US-ASCII) )
-   fi
-   # lynxkeymap IUSE flag. bug #49397
-   myconf+=( --enable-keymap=$(usex lynxkeymap lynx ${PN}) )
-
-   econf \
-   $(use_enable gpm mouse) \
-   $(use_enable nls) \
-   $(use_enable nntp) \
-   $(use_enable ssl digest-auth) \
-   $(use_enable xface) \
-   $(use_with ssl) \
-   --enable-image=${image:-no} \
-   --enable-m17n \
-   --enable-unicode \
-   --with-browser="${EPREFIX}/usr/bin/xdg-open" \
-

[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2018-04-07 Thread Patrice Clement
commit: 8558a4fd80566015247c8eb165226555b43f58b2
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Apr  7 16:33:15 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Apr  7 16:41:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8558a4fd

www-client/w3m: add amd64-fbsd keyword.

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 www-client/w3m/w3m-0.5.3-r9.ebuild| 2 +-
 www-client/w3m/w3m-0.5.3_p20180125.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/w3m/w3m-0.5.3-r9.ebuild 
b/www-client/w3m/w3m-0.5.3-r9.ebuild
index 61d0335e916..b4bce71092f 100644
--- a/www-client/w3m/w3m-0.5.3-r9.ebuild
+++ b/www-client/w3m/w3m-0.5.3-r9.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/tats/${PN}/archive/v${PV}+${MY_REL}.tar.gz -> ${MY_P
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~amd64-fbsd"
 IUSE="X fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja libressl lynxkeymap nls 
nntp ssl unicode xface"
 
 RDEPEND="dev-libs/boehm-gc:=

diff --git a/www-client/w3m/w3m-0.5.3_p20180125.ebuild 
b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
index 2960721b3b1..cf96341722f 100644
--- a/www-client/w3m/w3m-0.5.3_p20180125.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/tats/${PN}/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.g
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~amd64-fbsd"
 IUSE="X fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja libressl lynxkeymap nls 
nntp ssl unicode xface"
 
 RDEPEND="dev-libs/boehm-gc:=



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2018-04-07 Thread Sergei Trofimovich
commit: 1698c7bd870697e2aca55b7c45a46f42a28c5867
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 12:06:56 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 12:06:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1698c7bd

www-client/w3m: stable 0.5.3_p20180125 for ppc64, bug #645714

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 www-client/w3m/w3m-0.5.3_p20180125.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20180125.ebuild 
b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
index 84ac3178476..2960721b3b1 100644
--- a/www-client/w3m/w3m-0.5.3_p20180125.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/tats/${PN}/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.g
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
 IUSE="X fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja libressl lynxkeymap nls 
nntp ssl unicode xface"
 
 RDEPEND="dev-libs/boehm-gc:=



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2018-04-07 Thread Sergei Trofimovich
commit: 160ea48a2c487b970e6c7958d62f6d1796696cdd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 12:04:34 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 12:04:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=160ea48a

www-client/w3m: stable 0.5.3_p20180125 for ppc, bug #645714

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 www-client/w3m/w3m-0.5.3_p20180125.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20180125.ebuild 
b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
index 81525631178..84ac3178476 100644
--- a/www-client/w3m/w3m-0.5.3_p20180125.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/tats/${PN}/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.g
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
 IUSE="X fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja libressl lynxkeymap nls 
nntp ssl unicode xface"
 
 RDEPEND="dev-libs/boehm-gc:=



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2018-04-06 Thread Sergei Trofimovich
commit: 12490c539629951ef9f11989a56404303db6ec4c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Apr  6 22:43:29 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Apr  6 22:43:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12490c53

www-client/w3m: stable 0.5.3_p20180125 for ia64, bug #645714

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"

 www-client/w3m/w3m-0.5.3_p20180125.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20180125.ebuild 
b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
index efc1e7d370e..81525631178 100644
--- a/www-client/w3m/w3m-0.5.3_p20180125.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/tats/${PN}/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.g
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
 IUSE="X fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja libressl lynxkeymap nls 
nntp ssl unicode xface"
 
 RDEPEND="dev-libs/boehm-gc:=



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2018-04-05 Thread Thomas Deutschmann
commit: 9d522c12dfd03bc91d0fd7b5f048aa15a2268560
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Apr  5 13:42:05 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Apr  5 13:42:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d522c12

www-client/w3m: x86 stable (bug #645714)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 www-client/w3m/w3m-0.5.3_p20180125.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20180125.ebuild 
b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
index b02e5801b54..b2032262a73 100644
--- a/www-client/w3m/w3m-0.5.3_p20180125.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/tats/${PN}/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.g
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
 IUSE="X fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja libressl lynxkeymap nls 
nntp ssl unicode xface"
 
 RDEPEND="dev-libs/boehm-gc:=



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2018-04-04 Thread Sergei Trofimovich
commit: 52129985d5e87550117f26c42a7c0c637ac1a165
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Apr  4 17:38:37 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Apr  4 22:25:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52129985

www-client/w3m: stable 0.5.3_p20180125 for sparc

Bug: https://bugs.gentoo.org/645714
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 www-client/w3m/w3m-0.5.3_p20180125.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20180125.ebuild 
b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
index 2b85b30cd01..b02e5801b54 100644
--- a/www-client/w3m/w3m-0.5.3_p20180125.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/tats/${PN}/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.g
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
 IUSE="X fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja libressl lynxkeymap nls 
nntp ssl unicode xface"
 
 RDEPEND="dev-libs/boehm-gc:=



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2018-04-04 Thread Aaron Bauman
commit: 372da8f4aa18afcb2098410b8a8469bf98f024a6
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Apr  4 16:13:20 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Apr  4 16:13:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=372da8f4

www-client/w3m: amd64 stable

Bug: https://bugs.gentoo.org/645714
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 www-client/w3m/w3m-0.5.3_p20180125.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20180125.ebuild 
b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
index 55fe127f01e..2b85b30cd01 100644
--- a/www-client/w3m/w3m-0.5.3_p20180125.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/tats/${PN}/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.g
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
 IUSE="X fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja libressl lynxkeymap nls 
nntp ssl unicode xface"
 
 RDEPEND="dev-libs/boehm-gc:=



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2018-04-03 Thread Akinori Hattori
commit: 68f5765e420800dce4336c637d7043a95f4c2d99
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Apr  3 13:28:58 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Apr  3 13:31:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68f5765e

www-client/w3m: new upstream release

Bug: https://bugs.gentoo.org/645714
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 www-client/w3m/Manifest   |   1 +
 www-client/w3m/w3m-0.5.3_p20180125.ebuild | 129 ++
 2 files changed, 130 insertions(+)

diff --git a/www-client/w3m/Manifest b/www-client/w3m/Manifest
index 6e390148ee0..8f7f3f3e054 100644
--- a/www-client/w3m/Manifest
+++ b/www-client/w3m/Manifest
@@ -1 +1,2 @@
+DIST w3m-0.5.3+git20180125.tar.gz 2181743 BLAKE2B 
d0766fa215be971ba280e4933ee9521ac4b7806f77ced5be4de58a5e28fa478e29a9102d101174f8d216cb982827b347c0fbcbfc494068d1cb8e443e73df7228
 SHA512 
61b8498b927569937c509460e291eeba6eb302d34ccd6e1bf4d1eb07ac73a3ac5a477161727d310324625be04b907f8c3e970382d08c9fa0846b371699f04e14
 DIST w3m-0.5.3.git20161120.tar.gz 2177917 BLAKE2B 
48e7d9fee00431d65e4ae486d1cf5a376542fb0655215d95455d6f0e3ba63a6dfb243a858e0bb5e745ac75713091b17fa5c5a63c91a3e837c911ef1f576ce497
 SHA512 
81ecf9e5d9067a82efa5464e5f9396327a6333f9e414458a972b2b7bff138bd17c490b5258e34cb1e338c7a6c0dd6105a1bfd1e0d02edfadead79caa39106a5c

diff --git a/www-client/w3m/w3m-0.5.3_p20180125.ebuild 
b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
new file mode 100644
index 000..55fe127f01e
--- /dev/null
+++ b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
@@ -0,0 +1,129 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit autotools prefix vcs-snapshot
+
+MY_P="${P/_p/+git}"
+MY_PV="${PV/_p/+git}"
+
+DESCRIPTION="Text based WWW browser, supports tables and frames"
+HOMEPAGE="https://github.com/tats/w3m;
+SRC_URI="https://github.com/tats/${PN}/archive/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
+
+LICENSE="w3m"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+IUSE="X fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja libressl lynxkeymap nls 
nntp ssl unicode xface"
+
+RDEPEND="dev-libs/boehm-gc:=
+   sys-libs/ncurses:0=
+   sys-libs/zlib
+   X? (
+   x11-libs/libXdmcp
+   x11-libs/libXext
+   )
+   gdk-pixbuf? ( x11-libs/gdk-pixbuf[X?] )
+   !gdk-pixbuf? (
+   imlib? ( media-libs/imlib2[X?] )
+   )
+   gpm? ( sys-libs/gpm )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   xface? ( media-libs/compface )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+S="${WORKDIR}/${MY_P}"
+
+REQUIRED_USE="X? ( ?? ( gdk-pixbuf imlib ) )
+   fbcon? ( ?? ( gdk-pixbuf imlib ) )"
+
+PATCHES=( "${FILESDIR}/${PN}-img-fb.patch" )
+
+src_prepare() {
+   default
+   sed -i "/^AR=/s:ar:$(tc-getAR):" {.,${PN}img,libwc}/Makefile.in
+   hprefixify acinclude.m4
+   eautoconf
+}
+
+src_configure() {
+   local myconf=()
+   local image imagelib
+
+   if use gdk-pixbuf; then
+   imagelib="gtk2"
+   elif use imlib; then
+   imagelib="imlib2"
+   fi
+   if [[ -n "${imagelib}" ]]; then
+   use X && image="${image}${image:+,}x11"
+   use fbcon && image="${image}${image:+,}fb"
+   fi
+   # emacs-w3m doesn't like "--enable-m17n --disable-unicode,"
+   # so we better enable or disable both. Default to enable
+   # m17n and unicode, see bug #47046.
+   if use l10n_ja; then
+   myconf+=( --enable-japanese=$(usex unicode U E) )
+   else
+   myconf+=( --with-charset=$(usex unicode UTF-8 US-ASCII) )
+   fi
+   # lynxkeymap IUSE flag. bug #49397
+   myconf+=( --enable-keymap=$(usex lynxkeymap lynx ${PN}) )
+
+   econf \
+   $(use_enable gpm mouse) \
+   $(use_enable nls) \
+   $(use_enable nntp) \
+   $(use_enable ssl digest-auth) \
+   $(use_enable xface) \
+   $(use_with ssl) \
+   --enable-image=${image:-no} \
+   --enable-m17n \
+   --enable-unicode \
+   --with-browser="${EPREFIX}/usr/bin/xdg-open" \
+   --with-editor="${EPREFIX}/usr/bin/vi" \
+   --with-imagelib="${imagelib:-no}" \
+   --with-mailer="${EPREFIX}/bin/mail" \
+   --without-migemo \
+   --with-termlib=yes \
+   "${myconf[@]}"
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   einstalldocs
+
+   # 
http://www.sic.med.tohoku.ac.jp/~satodai/w3m-dev/200307.month/3944.html
+   insinto /etc/${PN}
+   newins "${FILESDIR}"/${PN}.mailcap mailcap
+
+   

[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2018-04-03 Thread Akinori Hattori
commit: 9e62b0c4688b2fe3fe0858c7348fb083c1678ad9
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Apr  3 13:00:25 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Apr  3 13:31:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e62b0c4

www-client/w3m: tidy

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 www-client/w3m/metadata.xml|   2 +-
 www-client/w3m/w3m-0.5.3-r9.ebuild | 115 +++--
 2 files changed, 59 insertions(+), 58 deletions(-)

diff --git a/www-client/w3m/metadata.xml b/www-client/w3m/metadata.xml
index 329c6eb709a..dd01429b95e 100644
--- a/www-client/w3m/metadata.xml
+++ b/www-client/w3m/metadata.xml
@@ -1,4 +1,4 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd;>
 


diff --git a/www-client/w3m/w3m-0.5.3-r9.ebuild 
b/www-client/w3m/w3m-0.5.3-r9.ebuild
index 9fef12101d5..b308ff9c0ff 100644
--- a/www-client/w3m/w3m-0.5.3-r9.ebuild
+++ b/www-client/w3m/w3m-0.5.3-r9.ebuild
@@ -1,122 +1,123 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit autotools eutils prefix vcs-snapshot
+EAPI="6"
+
+inherit autotools prefix vcs-snapshot
 
 MY_REL="git20161120"
 MY_P="${P}.${MY_REL}"
 
 DESCRIPTION="Text based WWW browser, supports tables and frames"
 HOMEPAGE="https://github.com/tats/w3m;
-SRC_URI="https://github.com/tats/w3m/archive/v${PV}+${MY_REL}.tar.gz -> 
${MY_P}.tar.gz"
+SRC_URI="https://github.com/tats/${PN}/archive/v${PV}+${MY_REL}.tar.gz -> 
${MY_P}.tar.gz"
 
 LICENSE="w3m"
 SLOT="0"
 KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
-IUSE="X fbcon gpm gtk imlib libressl lynxkeymap nls nntp ssl unicode xface 
l10n_ja"
+IUSE="X fbcon gpm gtk imlib l10n_ja libressl lynxkeymap nls nntp ssl unicode 
xface"
 
 # We cannot build w3m with gtk+2 w/o X because gtk+2 ebuild doesn't
 # allow us to build w/o X, so we have to give up framebuffer w3mimg
-RDEPEND=">=sys-libs/ncurses-5.2-r3:0=
+RDEPEND=">=dev-libs/boehm-gc-6.2:=
+   >=sys-libs/ncurses-5.2-r3:0=
>=sys-libs/zlib-1.1.3-r2
-   >=dev-libs/boehm-gc-6.2:=
-   X? ( x11-libs/libXext x11-libs/libXdmcp )
+   X? (
+   x11-libs/libXdmcp
+   x11-libs/libXext
+   )
gtk? ( x11-libs/gdk-pixbuf )
-   !gtk? ( imlib? ( >=media-libs/imlib2-1.1.0[X] ) )
-   xface? ( media-libs/compface )
+   !gtk? (
+   imlib? ( >=media-libs/imlib2-1.1.0[X] )
+   )
gpm? ( >=sys-libs/gpm-1.19.3-r5 )
ssl? (
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
-   )"
+   )
+   xface? ( media-libs/compface )"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
+S="${WORKDIR}/${MY_P}"
 
 PATCHES=(
"${FILESDIR}/${P}-underlinking.patch"
"${FILESDIR}/${P}-fix-missing-time.patch"
 )
 
-S="${WORKDIR}"/${MY_P}
 src_prepare() {
default
-   ecvs_clean
-   sed -i -e "/^AR=/s:ar:$(tc-getAR):" {.,w3mimg,libwc}/Makefile.in || die
+   sed -i "/^AR=/s:ar:$(tc-getAR):" {.,${PN}img,libwc}/Makefile.in
hprefixify acinclude.m4
eautoconf
 }
 
 src_configure() {
-   local myconf imagelibval imageval
+   local myconf=()
+   local image imagelib
 
-   if use gtk ; then
-   imagelibval="gtk2"
-   elif use imlib ; then
-   imagelibval="imlib2"
+   if use gtk; then
+   imagelib="gtk2"
+   elif use imlib; then
+   imagelib="imlib2"
fi
-
-   if [ ! -z "${imagelibval}" ] ; then
-   use X && imageval="${imageval}${imageval:+,}x11"
-   use X && use fbcon && imageval="${imageval}${imageval:+,}fb"
+   if [[ -n "${imagelib}" ]]; then
+   use X  && image="${image}${image:+,}x11"
+   use X && use fbcon && image="${image}${image:+,}fb"
fi
-
# emacs-w3m doesn't like "--enable-m17n --disable-unicode,"
# so we better enable or disable both. Default to enable
# m17n and unicode, see bug #47046.
-   if use l10n_ja ; then
-   if use unicode ; then
-   myconf="${myconf} --enable-japanese=U"
-   else
-   myconf="${myconf} --enable-japanese=E"
-   fi
-   elif use unicode ; then
-   myconf="${myconf} --with-charset=UTF-8"
+   if use l10n_ja; then
+   myconf+=( --enable-japanese=$(usex unicode U E) )
else
-   myconf="${myconf} --with-charset=US-ASCII"
+   myconf+=( --with-charset=$(usex unicode UTF-8 US-ASCII) )
fi
-
# lynxkeymap IUSE flag. bug #49397
-   if use lynxkeymap ; then
-   myconf="${myconf} --enable-keymap=lynx"
-   else
-   myconf="${myconf} --enable-keymap=w3m"
-   

[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/files/, www-client/w3m/

2018-04-03 Thread Akinori Hattori
commit: 97d6e3e6839898829e8cce211b97a7fa77f5d06e
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Apr  3 13:23:54 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Apr  3 13:31:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97d6e3e6

www-client/w3m: fix dependency for w3m-img

Closes: https://bugs.gentoo.org/605930
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 www-client/w3m/files/w3m-img-fb.patch | 10 ++
 www-client/w3m/metadata.xml   |  1 +
 www-client/w3m/w3m-0.5.3-r9.ebuild| 32 ++--
 3 files changed, 29 insertions(+), 14 deletions(-)

diff --git a/www-client/w3m/files/w3m-img-fb.patch 
b/www-client/w3m/files/w3m-img-fb.patch
new file mode 100644
index 000..677d89d3bcd
--- /dev/null
+++ b/www-client/w3m/files/w3m-img-fb.patch
@@ -0,0 +1,10 @@
+--- a/w3mimg/fb/fb_imlib2.c
 b/w3mimg/fb/fb_imlib2.c
+@@ -3,7 +3,6 @@
+ fb_imlib2.c 0.3 Copyright (C) 2002, hito
+  **/
+ 
+-#include 
+ #include 
+ #include "fb.h"
+ #include "fb_img.h"

diff --git a/www-client/w3m/metadata.xml b/www-client/w3m/metadata.xml
index dd01429b95e..3a35f0fcc04 100644
--- a/www-client/w3m/metadata.xml
+++ b/www-client/w3m/metadata.xml
@@ -6,6 +6,7 @@
Cjk


+   Enable support for 
x11-libs/gdk-pixbuf
If you prefer Lynx-like key 
binding



diff --git a/www-client/w3m/w3m-0.5.3-r9.ebuild 
b/www-client/w3m/w3m-0.5.3-r9.ebuild
index 811e11b5efd..61d0335e916 100644
--- a/www-client/w3m/w3m-0.5.3-r9.ebuild
+++ b/www-client/w3m/w3m-0.5.3-r9.ebuild
@@ -15,22 +15,20 @@ 
SRC_URI="https://github.com/tats/${PN}/archive/v${PV}+${MY_REL}.tar.gz -> ${MY_P
 LICENSE="w3m"
 SLOT="0"
 KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
-IUSE="X fbcon gpm gtk imlib l10n_de l10n_ja libressl lynxkeymap nls nntp ssl 
unicode xface"
+IUSE="X fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja libressl lynxkeymap nls 
nntp ssl unicode xface"
 
-# We cannot build w3m with gtk+2 w/o X because gtk+2 ebuild doesn't
-# allow us to build w/o X, so we have to give up framebuffer w3mimg
-RDEPEND=">=dev-libs/boehm-gc-6.2:=
-   >=sys-libs/ncurses-5.2-r3:0=
-   >=sys-libs/zlib-1.1.3-r2
+RDEPEND="dev-libs/boehm-gc:=
+   sys-libs/ncurses:0=
+   sys-libs/zlib
X? (
x11-libs/libXdmcp
x11-libs/libXext
)
-   gtk? ( x11-libs/gdk-pixbuf )
-   !gtk? (
-   imlib? ( >=media-libs/imlib2-1.1.0[X] )
+   gdk-pixbuf? ( x11-libs/gdk-pixbuf[X?] )
+   !gdk-pixbuf? (
+   imlib? ( media-libs/imlib2[X?] )
)
-   gpm? ( >=sys-libs/gpm-1.19.3-r5 )
+   gpm? ( sys-libs/gpm )
ssl? (
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
@@ -40,7 +38,13 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
 S="${WORKDIR}/${MY_P}"
 
-PATCHES=( "${FILESDIR}/${PN}-time.patch" )
+REQUIRED_USE="X? ( ?? ( gdk-pixbuf imlib ) )
+   fbcon? ( ?? ( gdk-pixbuf imlib ) )"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-img-fb.patch"
+   "${FILESDIR}/${PN}-time.patch"
+)
 
 src_prepare() {
default
@@ -53,14 +57,14 @@ src_configure() {
local myconf=()
local image imagelib
 
-   if use gtk; then
+   if use gdk-pixbuf; then
imagelib="gtk2"
elif use imlib; then
imagelib="imlib2"
fi
if [[ -n "${imagelib}" ]]; then
-   use X  && image="${image}${image:+,}x11"
-   use X && use fbcon && image="${image}${image:+,}fb"
+   use X && image="${image}${image:+,}x11"
+   use fbcon && image="${image}${image:+,}fb"
fi
# emacs-w3m doesn't like "--enable-m17n --disable-unicode,"
# so we better enable or disable both. Default to enable



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/files/, www-client/w3m/

2018-04-03 Thread Akinori Hattori
commit: 75c91c730b02f8f85ca27c1017c241927e34f650
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Apr  3 13:18:04 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Apr  3 13:31:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c91c73

www-client/w3m: update patches

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 www-client/w3m/files/w3m-0.5.3-underlinking.patch | 15 ---
 .../{w3m-0.5.3-fix-missing-time.patch => w3m-time.patch}  |  2 --
 www-client/w3m/w3m-0.5.3-r9.ebuild|  5 +
 3 files changed, 1 insertion(+), 21 deletions(-)

diff --git a/www-client/w3m/files/w3m-0.5.3-underlinking.patch 
b/www-client/w3m/files/w3m-0.5.3-underlinking.patch
deleted file mode 100644
index 1b034b46cb1..000
--- a/www-client/w3m/files/w3m-0.5.3-underlinking.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: Explicitly link w3mimgdisplay with -lX11 to build with gcc 4.5
-Author: Martin Pitt 
-Bug: 
https://sourceforge.net/tracker/?func=detail=3126430_id=39518=425441
-
 w3m-0.5.3.orig/Makefile.in 2011-01-04 18:22:18.0 +0900
-+++ w3m-0.5.3/Makefile.in  2011-02-06 12:05:40.0 +0900
-@@ -199,7 +199,7 @@
-   $(CC) $(CFLAGS) -DDUMMY -c -o $@ $?
- 
- $(IMGDISPLAY): w3mimgdisplay.o $(ALIB) w3mimg/w3mimg.a
--  $(IMGLINK) $(CFLAGS) -o $(IMGDISPLAY) w3mimgdisplay.o w3mimg/w3mimg.a 
$(LDFLAGS) $(LIBS) $(IMGLDFLAGS)
-+  $(IMGLINK) $(CFLAGS) -o $(IMGDISPLAY) w3mimgdisplay.o w3mimg/w3mimg.a 
$(LDFLAGS) $(LIBS) -lX11 $(IMGLDFLAGS)
- 
- w3mimgdisplay.o: w3mimgdisplay.c w3mimg/w3mimg.h
-   $(CC) $(CFLAGS) $(IMGCFLAGS) -o $@ -c $(srcdir)/w3mimgdisplay.c

diff --git a/www-client/w3m/files/w3m-0.5.3-fix-missing-time.patch 
b/www-client/w3m/files/w3m-time.patch
similarity index 80%
rename from www-client/w3m/files/w3m-0.5.3-fix-missing-time.patch
rename to www-client/w3m/files/w3m-time.patch
index 03efd85d653..8489eee3fae 100644
--- a/www-client/w3m/files/w3m-0.5.3-fix-missing-time.patch
+++ b/www-client/w3m/files/w3m-time.patch
@@ -1,5 +1,3 @@
-diff --git a/html.h b/html.h
-index c490655..2a9a431 100644
 --- a/html.h
 +++ b/html.h
 @@ -8,6 +8,8 @@

diff --git a/www-client/w3m/w3m-0.5.3-r9.ebuild 
b/www-client/w3m/w3m-0.5.3-r9.ebuild
index a4a9eb180c8..811e11b5efd 100644
--- a/www-client/w3m/w3m-0.5.3-r9.ebuild
+++ b/www-client/w3m/w3m-0.5.3-r9.ebuild
@@ -40,10 +40,7 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
 S="${WORKDIR}/${MY_P}"
 
-PATCHES=(
-   "${FILESDIR}/${P}-underlinking.patch"
-   "${FILESDIR}/${P}-fix-missing-time.patch"
-)
+PATCHES=( "${FILESDIR}/${PN}-time.patch" )
 
 src_prepare() {
default



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2018-04-03 Thread Akinori Hattori
commit: 460ed17a4e7caf7368bbef9ca0b6fde8f9544dbc
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Apr  3 13:04:45 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Apr  3 13:31:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=460ed17a

www-client/w3m: add l10n_de USE flag

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 www-client/w3m/w3m-0.5.3-r9.ebuild | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3-r9.ebuild 
b/www-client/w3m/w3m-0.5.3-r9.ebuild
index b308ff9c0ff..a4a9eb180c8 100644
--- a/www-client/w3m/w3m-0.5.3-r9.ebuild
+++ b/www-client/w3m/w3m-0.5.3-r9.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/tats/${PN}/archive/v${PV}+${MY_REL}.tar.gz -> ${MY_P
 LICENSE="w3m"
 SLOT="0"
 KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
-IUSE="X fbcon gpm gtk imlib l10n_ja libressl lynxkeymap nls nntp ssl unicode 
xface"
+IUSE="X fbcon gpm gtk imlib l10n_de l10n_ja libressl lynxkeymap nls nntp ssl 
unicode xface"
 
 # We cannot build w3m with gtk+2 w/o X because gtk+2 ebuild doesn't
 # allow us to build w/o X, so we have to give up framebuffer w3mimg
@@ -111,6 +111,14 @@ src_install() {
newdoc Bonus/README.eng README.Bonus
docinto html/en
dodoc doc/*.html
+   if use l10n_de; then
+   docinto de
+   dodoc doc-de/README*
+   docinto html/de
+   dodoc doc-de/*.html
+   else
+   rm -rf "${ED}"/usr/share/man/de
+   fi
if use l10n_ja; then
docinto ja
dodoc doc-jp/{HISTORY,README,keymap,menu}*



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2018-01-15 Thread Lars Wendler
commit: 66e12833d2428172e9b4a1ecf2fd602f326557d1
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan 15 10:52:20 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan 15 10:52:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66e12833

www-client/w3m: Added sub-slot dep for boehm-gc.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 www-client/w3m/w3m-0.5.3-r9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/w3m/w3m-0.5.3-r9.ebuild 
b/www-client/w3m/w3m-0.5.3-r9.ebuild
index cb805427174..9fef12101d5 100644
--- a/www-client/w3m/w3m-0.5.3-r9.ebuild
+++ b/www-client/w3m/w3m-0.5.3-r9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -20,7 +20,7 @@ IUSE="X fbcon gpm gtk imlib libressl lynxkeymap nls nntp ssl 
unicode xface l10n_
 # allow us to build w/o X, so we have to give up framebuffer w3mimg
 RDEPEND=">=sys-libs/ncurses-5.2-r3:0=
>=sys-libs/zlib-1.1.3-r2
-   >=dev-libs/boehm-gc-6.2
+   >=dev-libs/boehm-gc-6.2:=
X? ( x11-libs/libXext x11-libs/libXdmcp )
gtk? ( x11-libs/gdk-pixbuf )
!gtk? ( imlib? ( >=media-libs/imlib2-1.1.0[X] ) )



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2017-09-28 Thread Mike Gilbert
commit: d6c75d3aa92d057cc5756786410dfbb8094ce2c2
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Thu Sep 28 16:44:56 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Sep 28 17:11:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6c75d3a

www-client/w3m: Fix sed command (bug #616334).

 www-client/w3m/w3m-0.5.3-r9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/w3m/w3m-0.5.3-r9.ebuild 
b/www-client/w3m/w3m-0.5.3-r9.ebuild
index 1ecc707d902..cb805427174 100644
--- a/www-client/w3m/w3m-0.5.3-r9.ebuild
+++ b/www-client/w3m/w3m-0.5.3-r9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -42,7 +42,7 @@ S="${WORKDIR}"/${MY_P}
 src_prepare() {
default
ecvs_clean
-   sed -i -e "/^AR=/s/ar/$(tc-getAR)/" {.,w3mimg,libwc}/Makefile.in || die
+   sed -i -e "/^AR=/s:ar:$(tc-getAR):" {.,w3mimg,libwc}/Makefile.in || die
hprefixify acinclude.m4
eautoconf
 }



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/, www-client/w3m/files/

2017-01-01 Thread Yixun Lan
commit: e93356f2a082efc77909d75820aba87dacd20e0b
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Jan  2 07:42:48 2017 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Jan  2 07:44:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e93356f2

www-client/w3m: drop old vulnerables

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-client/w3m/Manifest|   1 -
 www-client/w3m/files/w3m-0.5.2-ambwidth.patch  | 425 
 www-client/w3m/files/w3m-0.5.2-form.patch  |  11 -
 www-client/w3m/files/w3m-0.5.2-gc72.patch  |  27 --
 www-client/w3m/files/w3m-0.5.3-button.patch| 439 -
 www-client/w3m/files/w3m-0.5.3-gdk-pixbuf.patch|  46 ---
 www-client/w3m/files/w3m-0.5.3-gettext.patch   |  12 -
 www-client/w3m/files/w3m-0.5.3-glibc214.patch  |  58 ---
 .../w3m/files/w3m-0.5.3-input-type-default.patch   |  13 -
 www-client/w3m/files/w3m-0.5.3-parallel-make.patch |  22 --
 www-client/w3m/files/w3m-0.5.3-remove-EGD.patch|  11 -
 www-client/w3m/files/w3m-0.5.3-tinfo.patch |  15 -
 www-client/w3m/files/w3m-0.5.3-url-schema.patch|  91 -
 www-client/w3m/files/w3m-CVE-2010-2074.patch   |  55 ---
 www-client/w3m/w3m-0.5.3-r5.ebuild | 130 --
 www-client/w3m/w3m-0.5.3-r8.ebuild | 128 --
 16 files changed, 1484 deletions(-)

diff --git a/www-client/w3m/Manifest b/www-client/w3m/Manifest
index 3545845..7b1be92 100644
--- a/www-client/w3m/Manifest
+++ b/www-client/w3m/Manifest
@@ -1,2 +1 @@
 DIST w3m-0.5.3.git20161120.tar.gz 2177917 SHA256 
62a5b066aaf5e23afec6decd962b966f52150f8072193cba98320676f060 SHA512 
81ecf9e5d9067a82efa5464e5f9396327a6333f9e414458a972b2b7bff138bd17c490b5258e34cb1e338c7a6c0dd6105a1bfd1e0d02edfadead79caa39106a5c
 WHIRLPOOL 
1b0dbad59433f1ceb0ed566ba05f79e7f75f2a164592dbc6425c775d0f2d111955c1259478d96087b405b6d0c62694d7af49f589149a7ec02b5482dd05eed9e1
-DIST w3m-0.5.3.tar.gz 2202328 SHA256 
e994d263f2fd2c22febfbe45103526e00145a7674a0fda79c822b97c2770a9e3 SHA512 
43508c76d07b4d8f19c19f975c0b870aeb94abf0744b6128ee01c759d4e409a8b57bc866baeaf990f309ff73e9a7b02ca455d272b1dd0a93fafb8c72b1fe6d14
 WHIRLPOOL 
8f7dcaca362091227e29d7a6583ed796711904681a60e01d5838e45de003d60a9d88361d39b4d04056b67a14e51fe09e9d5b39fc8da18e83086484c974010cfe

diff --git a/www-client/w3m/files/w3m-0.5.2-ambwidth.patch 
b/www-client/w3m/files/w3m-0.5.2-ambwidth.patch
deleted file mode 100644
index 4039982..
--- a/www-client/w3m/files/w3m-0.5.2-ambwidth.patch
+++ /dev/null
@@ -1,425 +0,0 @@
-diff -Naur w3m-0.5.2.orig/libwc/Makefile.in w3m-0.5.2/libwc/Makefile.in
 w3m-0.5.2.orig/libwc/Makefile.in   2004-05-03 01:44:08.0 +0900
-+++ w3m-0.5.2/libwc/Makefile.in2007-09-27 17:34:58.0 +0900
-@@ -154,7 +154,7 @@
-   map/hkscs_ucs_p2.map map/gb12345_ucs.map map/johab_ucs.map \
-   map/sjis_ext_ucs.map map/gbk_ucs.map map/uhc_ucs.map map/ucs_wide.map \
-   map/ucs_combining.map map/ucs_precompose.map map/ucs_hangul.map \
--  map/ucs_fullwidth.map
-+  map/ucs_fullwidth.map map/ucs_ambwidth.map
- uhc.o: wc.h wc_types.h ces.h ccs.h iso2022.h priv.h uhc.h wtf.h ucs.h
- utf7.o: wc.h wc_types.h ces.h ccs.h iso2022.h priv.h ucs.h utf7.h wtf.h
- utf8.o: wc.h wc_types.h ces.h ccs.h iso2022.h priv.h ucs.h utf8.h wtf.h
-diff -Naur w3m-0.5.2.orig/libwc/map/ucs_ambwidth.map 
w3m-0.5.2/libwc/map/ucs_ambwidth.map
 w3m-0.5.2.orig/libwc/map/ucs_ambwidth.map  1970-01-01 09:00:00.0 
+0900
-+++ w3m-0.5.2/libwc/map/ucs_ambwidth.map   2007-09-27 17:34:58.0 
+0900
-@@ -0,0 +1,167 @@
-+/*
-+ * Based on Markus Kuhn's wcwidth.c: 2003-05-20 (Unicode 4.0)
-+ * Latest version: http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c
-+ *
-+ * { 0xF, 0xD } and { 0x10, 0x10FFFD } is not contained in this
-+ * map because wc_map_range_search takes wc_uint16 argument.
-+ */
-+
-+#define N_ucs_ambwidth_map 154
-+
-+static wc_map ucs_ambwidth_map[ N_ucs_ambwidth_map ] = {
-+  { 0x00A1, 0x00A1 },
-+  { 0x00A4, 0x00A4 },
-+  { 0x00A7, 0x00A8 },
-+  { 0x00AA, 0x00AA },
-+  { 0x00AE, 0x00AE },
-+  { 0x00B0, 0x00B4 },
-+  { 0x00B6, 0x00BA },
-+  { 0x00BC, 0x00BF },
-+  { 0x00C6, 0x00C6 },
-+  { 0x00D0, 0x00D0 },
-+  { 0x00D7, 0x00D8 },
-+  { 0x00DE, 0x00E1 },
-+  { 0x00E6, 0x00E6 },
-+  { 0x00E8, 0x00EA },
-+  { 0x00EC, 0x00ED },
-+  { 0x00F0, 0x00F0 },
-+  { 0x00F2, 0x00F3 },
-+  { 0x00F7, 0x00FA },
-+  { 0x00FC, 0x00FC },
-+  { 0x00FE, 0x00FE },
-+  { 0x0101, 0x0101 },
-+  { 0x0111, 0x0111 },
-+  { 0x0113, 0x0113 },
-+  { 0x011B, 0x011B },
-+  { 0x0126, 0x0127 },
-+  { 0x012B, 0x012B },
-+  { 0x0131, 0x0133 },
-+  { 0x0138, 0x0138 },
-+  { 0x013F, 0x0142 },
-+  { 0x0144, 0x0144 },
-+  { 0x0148, 0x014B },
-+  { 0x014D, 0x014D },
-+  { 0x0152, 0x0153 },
-+  { 0x0166, 0x0167 },
-+  { 0x016B, 0x016B },
-+  { 0x01CE, 0x01CE },
-+  { 0x01D0, 0x01D0 },
-+  { 0x01D2, 0x01D2 },
-+  { 0x01D4, 0x01D4 },
-+  { 

[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2016-12-22 Thread Agostino Sarubbo
commit: 9d46ee36e07991ccc1566b0efd46d09484fddfad
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Dec 22 09:33:06 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Dec 22 09:34:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d46ee36

www-client/w3m: ppc64 stable wrt bug #600176

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-client/w3m/w3m-0.5.3-r9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3-r9.ebuild 
b/www-client/w3m/w3m-0.5.3-r9.ebuild
index 97774ec..f64f618 100644
--- a/www-client/w3m/w3m-0.5.3-r9.ebuild
+++ b/www-client/w3m/w3m-0.5.3-r9.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/tats/w3m/archive/v${PV}+${MY_REL}.tar.gz -> ${MY_P}.
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
 IUSE="X fbcon gpm gtk imlib libressl lynxkeymap nls nntp ssl unicode xface 
l10n_ja"
 
 # We cannot build w3m with gtk+2 w/o X because gtk+2 ebuild doesn't



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2016-12-20 Thread Agostino Sarubbo
commit: 811e8027a5e69dfea321912b556aff6aea235624
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec 20 09:42:30 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec 20 09:44:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=811e8027

www-client/w3m: ppc stable wrt bug #600176

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-client/w3m/w3m-0.5.3-r9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3-r9.ebuild 
b/www-client/w3m/w3m-0.5.3-r9.ebuild
index 91ad854..97774ec 100644
--- a/www-client/w3m/w3m-0.5.3-r9.ebuild
+++ b/www-client/w3m/w3m-0.5.3-r9.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/tats/w3m/archive/v${PV}+${MY_REL}.tar.gz -> ${MY_P}.
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
 IUSE="X fbcon gpm gtk imlib libressl lynxkeymap nls nntp ssl unicode xface 
l10n_ja"
 
 # We cannot build w3m with gtk+2 w/o X because gtk+2 ebuild doesn't



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2016-12-19 Thread Agostino Sarubbo
commit: ed6451a79d3258e7346b890a391e8867d6fc2f1a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Dec 19 15:11:19 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Dec 19 15:12:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed6451a7

www-client/w3m: ia64 stable wrt bug #600176

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-client/w3m/w3m-0.5.3-r9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3-r9.ebuild 
b/www-client/w3m/w3m-0.5.3-r9.ebuild
index 1d1e13a..91ad854 100644
--- a/www-client/w3m/w3m-0.5.3-r9.ebuild
+++ b/www-client/w3m/w3m-0.5.3-r9.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/tats/w3m/archive/v${PV}+${MY_REL}.tar.gz -> ${MY_P}.
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
 IUSE="X fbcon gpm gtk imlib libressl lynxkeymap nls nntp ssl unicode xface 
l10n_ja"
 
 # We cannot build w3m with gtk+2 w/o X because gtk+2 ebuild doesn't



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2016-12-19 Thread Agostino Sarubbo
commit: 3b916493a6e61329cefe998eea7089bbddd4e5db
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Dec 19 14:34:30 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Dec 19 14:34:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b916493

www-client/w3m: sparc stable wrt bug #600176

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-client/w3m/w3m-0.5.3-r9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3-r9.ebuild 
b/www-client/w3m/w3m-0.5.3-r9.ebuild
index 1e74c80..1d1e13a 100644
--- a/www-client/w3m/w3m-0.5.3-r9.ebuild
+++ b/www-client/w3m/w3m-0.5.3-r9.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/tats/w3m/archive/v${PV}+${MY_REL}.tar.gz -> ${MY_P}.
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
 IUSE="X fbcon gpm gtk imlib libressl lynxkeymap nls nntp ssl unicode xface 
l10n_ja"
 
 # We cannot build w3m with gtk+2 w/o X because gtk+2 ebuild doesn't



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2016-12-06 Thread Agostino Sarubbo
commit: da434d5e3c6e4b43e3212b3ba16e8dc9ee13e8f1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  6 11:52:31 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  6 11:52:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da434d5e

www-client/w3m: x86 stable wrt bug #600176

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-client/w3m/w3m-0.5.3-r9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3-r9.ebuild 
b/www-client/w3m/w3m-0.5.3-r9.ebuild
index 96dd527..1e74c80 100644
--- a/www-client/w3m/w3m-0.5.3-r9.ebuild
+++ b/www-client/w3m/w3m-0.5.3-r9.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/tats/w3m/archive/v${PV}+${MY_REL}.tar.gz -> ${MY_P}.
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
 IUSE="X fbcon gpm gtk imlib libressl lynxkeymap nls nntp ssl unicode xface 
l10n_ja"
 
 # We cannot build w3m with gtk+2 w/o X because gtk+2 ebuild doesn't



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2016-12-06 Thread Agostino Sarubbo
commit: 52c833049597143b19a45442b729870a3b35a4e6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  6 11:49:38 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  6 11:49:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c83304

www-client/w3m: amd64 stable wrt bug #600176

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-client/w3m/w3m-0.5.3-r9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3-r9.ebuild 
b/www-client/w3m/w3m-0.5.3-r9.ebuild
index 82c5857..96dd527 100644
--- a/www-client/w3m/w3m-0.5.3-r9.ebuild
+++ b/www-client/w3m/w3m-0.5.3-r9.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/tats/w3m/archive/v${PV}+${MY_REL}.tar.gz -> ${MY_P}.
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
 IUSE="X fbcon gpm gtk imlib libressl lynxkeymap nls nntp ssl unicode xface 
l10n_ja"
 
 # We cannot build w3m with gtk+2 w/o X because gtk+2 ebuild doesn't



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2016-12-05 Thread Tobias Klausmann
commit: 7f6db5fbb1963d2caa692f22ca08f1aa679b333a
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Dec  5 15:48:44 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Dec  5 15:48:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f6db5fb

www-client/w3m-0.5.3-r9: stable on alpha

Gentoo-Bug: 600176

 www-client/w3m/w3m-0.5.3-r9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3-r9.ebuild 
b/www-client/w3m/w3m-0.5.3-r9.ebuild
index bc191ce..82c5857 100644
--- a/www-client/w3m/w3m-0.5.3-r9.ebuild
+++ b/www-client/w3m/w3m-0.5.3-r9.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/tats/w3m/archive/v${PV}+${MY_REL}.tar.gz -> ${MY_P}.
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
 IUSE="X fbcon gpm gtk imlib libressl lynxkeymap nls nntp ssl unicode xface 
l10n_ja"
 
 # We cannot build w3m with gtk+2 w/o X because gtk+2 ebuild doesn't



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/files/, www-client/w3m/

2016-12-04 Thread Yixun Lan
commit: 8ee43ba4e036db70fff258f3edb2f0335385e93f
Author: Yixun Lan  gentoo  org>
AuthorDate: Sun Dec  4 15:04:12 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Dec  4 15:05:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ee43ba4

www-client/w3m: fix USE="-ssl" err, missing 

Gentoo-Bug: 601498

Package-Manager: portage-2.3.2

 www-client/w3m/files/w3m-0.5.3-fix-missing-time.patch | 13 +
 www-client/w3m/w3m-0.5.3-r9.ebuild|  8 +---
 2 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/www-client/w3m/files/w3m-0.5.3-fix-missing-time.patch 
b/www-client/w3m/files/w3m-0.5.3-fix-missing-time.patch
new file mode 100644
index ..03efd85
--- /dev/null
+++ b/www-client/w3m/files/w3m-0.5.3-fix-missing-time.patch
@@ -0,0 +1,13 @@
+diff --git a/html.h b/html.h
+index c490655..2a9a431 100644
+--- a/html.h
 b/html.h
+@@ -8,6 +8,8 @@
+ #include 
+ #endif/* USE_SSL */
+ 
++#include 
++
+ #define StrUFgets(f) StrISgets((f)->stream)
+ #define StrmyUFgets(f) StrmyISgets((f)->stream)
+ #define UFgetc(f) ISgetc((f)->stream)

diff --git a/www-client/w3m/w3m-0.5.3-r9.ebuild 
b/www-client/w3m/w3m-0.5.3-r9.ebuild
index a0f3e0b..bc191ce 100644
--- a/www-client/w3m/w3m-0.5.3-r9.ebuild
+++ b/www-client/w3m/w3m-0.5.3-r9.ebuild
@@ -34,11 +34,13 @@ RDEPEND=">=sys-libs/ncurses-5.2-r3:0=
 DEPEND="${RDEPEND}
virtual/pkgconfig"
 
-S="${WORKDIR}"/${MY_P}
+PATCHES=(
+   "${FILESDIR}/${P}-underlinking.patch"
+   "${FILESDIR}/${P}-fix-missing-time.patch"
+)
 
+S="${WORKDIR}"/${MY_P}
 src_prepare() {
-   epatch "${FILESDIR}/${PN}-0.5.3-underlinking.patch"
-
default
ecvs_clean
sed -i -e "/^AR=/s/ar/$(tc-getAR)/" {.,w3mimg,libwc}/Makefile.in || die



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2016-12-02 Thread Yixun Lan
commit: 8980adf0be95c6fa394f71a2b7ff63b475c87aa5
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Dec  3 05:47:12 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Dec  3 05:47:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8980adf0

www-client/w3m: version bump, fix various security issue

1) tracking new repo source from github
   https://github.com/tats/w3m
2) fix various security issue, see bug 600176
3) drop USE=vanilla, since all patches accepted by upstream

Gentoo-Bug: 576514, 600176

Package-Manager: portage-2.3.2
Signed-off-by: Yixun Lan  gentoo.org>

 www-client/w3m/Manifest|   1 +
 www-client/w3m/w3m-0.5.3-r9.ebuild | 121 +
 2 files changed, 122 insertions(+)

diff --git a/www-client/w3m/Manifest b/www-client/w3m/Manifest
index e4b958e..3545845 100644
--- a/www-client/w3m/Manifest
+++ b/www-client/w3m/Manifest
@@ -1 +1,2 @@
+DIST w3m-0.5.3.git20161120.tar.gz 2177917 SHA256 
62a5b066aaf5e23afec6decd962b966f52150f8072193cba98320676f060 SHA512 
81ecf9e5d9067a82efa5464e5f9396327a6333f9e414458a972b2b7bff138bd17c490b5258e34cb1e338c7a6c0dd6105a1bfd1e0d02edfadead79caa39106a5c
 WHIRLPOOL 
1b0dbad59433f1ceb0ed566ba05f79e7f75f2a164592dbc6425c775d0f2d111955c1259478d96087b405b6d0c62694d7af49f589149a7ec02b5482dd05eed9e1
 DIST w3m-0.5.3.tar.gz 2202328 SHA256 
e994d263f2fd2c22febfbe45103526e00145a7674a0fda79c822b97c2770a9e3 SHA512 
43508c76d07b4d8f19c19f975c0b870aeb94abf0744b6128ee01c759d4e409a8b57bc866baeaf990f309ff73e9a7b02ca455d272b1dd0a93fafb8c72b1fe6d14
 WHIRLPOOL 
8f7dcaca362091227e29d7a6583ed796711904681a60e01d5838e45de003d60a9d88361d39b4d04056b67a14e51fe09e9d5b39fc8da18e83086484c974010cfe

diff --git a/www-client/w3m/w3m-0.5.3-r9.ebuild 
b/www-client/w3m/w3m-0.5.3-r9.ebuild
new file mode 100644
index ..a0f3e0b
--- /dev/null
+++ b/www-client/w3m/w3m-0.5.3-r9.ebuild
@@ -0,0 +1,121 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools eutils prefix vcs-snapshot
+
+MY_REL="git20161120"
+MY_P="${P}.${MY_REL}"
+
+DESCRIPTION="Text based WWW browser, supports tables and frames"
+HOMEPAGE="https://github.com/tats/w3m;
+SRC_URI="https://github.com/tats/w3m/archive/v${PV}+${MY_REL}.tar.gz -> 
${MY_P}.tar.gz"
+
+LICENSE="w3m"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+IUSE="X fbcon gpm gtk imlib libressl lynxkeymap nls nntp ssl unicode xface 
l10n_ja"
+
+# We cannot build w3m with gtk+2 w/o X because gtk+2 ebuild doesn't
+# allow us to build w/o X, so we have to give up framebuffer w3mimg
+RDEPEND=">=sys-libs/ncurses-5.2-r3:0=
+   >=sys-libs/zlib-1.1.3-r2
+   >=dev-libs/boehm-gc-6.2
+   X? ( x11-libs/libXext x11-libs/libXdmcp )
+   gtk? ( x11-libs/gdk-pixbuf )
+   !gtk? ( imlib? ( >=media-libs/imlib2-1.1.0[X] ) )
+   xface? ( media-libs/compface )
+   gpm? ( >=sys-libs/gpm-1.19.3-r5 )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+S="${WORKDIR}"/${MY_P}
+
+src_prepare() {
+   epatch "${FILESDIR}/${PN}-0.5.3-underlinking.patch"
+
+   default
+   ecvs_clean
+   sed -i -e "/^AR=/s/ar/$(tc-getAR)/" {.,w3mimg,libwc}/Makefile.in || die
+   hprefixify acinclude.m4
+   eautoconf
+}
+
+src_configure() {
+   local myconf imagelibval imageval
+
+   if use gtk ; then
+   imagelibval="gtk2"
+   elif use imlib ; then
+   imagelibval="imlib2"
+   fi
+
+   if [ ! -z "${imagelibval}" ] ; then
+   use X && imageval="${imageval}${imageval:+,}x11"
+   use X && use fbcon && imageval="${imageval}${imageval:+,}fb"
+   fi
+
+   # emacs-w3m doesn't like "--enable-m17n --disable-unicode,"
+   # so we better enable or disable both. Default to enable
+   # m17n and unicode, see bug #47046.
+   if use l10n_ja ; then
+   if use unicode ; then
+   myconf="${myconf} --enable-japanese=U"
+   else
+   myconf="${myconf} --enable-japanese=E"
+   fi
+   elif use unicode ; then
+   myconf="${myconf} --with-charset=UTF-8"
+   else
+   myconf="${myconf} --with-charset=US-ASCII"
+   fi
+
+   # lynxkeymap IUSE flag. bug #49397
+   if use lynxkeymap ; then
+   myconf="${myconf} --enable-keymap=lynx"
+   else
+   myconf="${myconf} --enable-keymap=w3m"
+   fi
+
+   econf \
+   --with-editor="${EPREFIX}/usr/bin/vi" \
+   --with-mailer="${EPREFIX}/bin/mail" \
+   --with-browser="${EPREFIX}/usr/bin/xdg-open" \
+   --with-termlib=yes \
+   

[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2016-07-20 Thread Benda XU
commit: f41c9946679520f6f194e9de96cef40134674bdc
Author: Benda Xu  gentoo  org>
AuthorDate: Thu Jul 21 01:52:33 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Thu Jul 21 01:52:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f41c9946

www-client/w3m: prefixify search paths of acinclude.m4.

Package-Manager: portage-2.2.28

 www-client/w3m/w3m-0.5.3-r8.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3-r8.ebuild 
b/www-client/w3m/w3m-0.5.3-r8.ebuild
index 17b2f8d..90c4518 100644
--- a/www-client/w3m/w3m-0.5.3-r8.ebuild
+++ b/www-client/w3m/w3m-0.5.3-r8.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-inherit autotools eutils
+inherit autotools eutils prefix
 
 DESCRIPTION="Text based WWW browser, supports tables and frames"
 HOMEPAGE="http://w3m.sourceforge.net/;
@@ -49,6 +49,7 @@ src_prepare() {
"${FILESDIR}"/${P}-url-schema.patch
ecvs_clean
sed -i -e "/^AR=/s/ar/$(tc-getAR)/" {.,w3mimg,libwc}/Makefile.in || die
+   hprefixify acinclude.m4
eautoconf
 }
 



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2016-06-28 Thread Ulrich Müller
commit: cda3dc6add054d82f5ae00190cd5e9a418501abf
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Jun 28 05:59:43 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Jun 28 06:09:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda3dc6a

www-client/w3m: Migrate from LINGUAS to L10N.

Package-Manager: portage-2.3.0

 www-client/w3m/w3m-0.5.3-r5.ebuild | 10 +-
 www-client/w3m/w3m-0.5.3-r8.ebuild |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/www-client/w3m/w3m-0.5.3-r5.ebuild 
b/www-client/w3m/w3m-0.5.3-r5.ebuild
index cedf179..2b2599a 100644
--- a/www-client/w3m/w3m-0.5.3-r5.ebuild
+++ b/www-client/w3m/w3m-0.5.3-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,11 +12,11 @@ SRC_URI="mirror://sourceforge/w3m/${P}.tar.gz"
 LICENSE="w3m"
 SLOT="0"
 KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
-IUSE="X fbcon gpm gtk imlib lynxkeymap migemo nls nntp ssl unicode vanilla 
xface linguas_ja"
+IUSE="X fbcon gpm gtk imlib lynxkeymap migemo nls nntp ssl unicode vanilla 
xface l10n_ja"
 
 # We cannot build w3m with gtk+2 w/o X because gtk+2 ebuild doesn't
 # allow us to build w/o X, so we have to give up framebuffer w3mimg
-RDEPEND=">=sys-libs/ncurses-5.2-r3
+RDEPEND=">=sys-libs/ncurses-5.2-r3:0=
>=sys-libs/zlib-1.1.3-r2
>=dev-libs/boehm-gc-6.2
X? ( x11-libs/libXext x11-libs/libXdmcp )
@@ -72,7 +72,7 @@ src_configure() {
# emacs-w3m doesn't like "--enable-m17n --disable-unicode,"
# so we better enable or disable both. Default to enable
# m17n and unicode, see bug #47046.
-   if use linguas_ja ; then
+   if use l10n_ja ; then
if use unicode ; then
myconf="${myconf} --enable-japanese=U"
else
@@ -122,7 +122,7 @@ src_install() {
doins Bonus/*
dodoc README NEWS TODO ChangeLog
docinto doc-en ; dodoc doc/*
-   if use linguas_ja ; then
+   if use l10n_ja ; then
docinto doc-jp ; dodoc doc-jp/*
else
rm -rf "${ED}"/usr/share/man/ja || die

diff --git a/www-client/w3m/w3m-0.5.3-r8.ebuild 
b/www-client/w3m/w3m-0.5.3-r8.ebuild
index a07478c..17b2f8d 100644
--- a/www-client/w3m/w3m-0.5.3-r8.ebuild
+++ b/www-client/w3m/w3m-0.5.3-r8.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/w3m/${P}.tar.gz"
 LICENSE="w3m"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
-IUSE="X fbcon gpm gtk imlib libressl lynxkeymap nls nntp ssl unicode vanilla 
xface linguas_ja"
+IUSE="X fbcon gpm gtk imlib libressl lynxkeymap nls nntp ssl unicode vanilla 
xface l10n_ja"
 
 # We cannot build w3m with gtk+2 w/o X because gtk+2 ebuild doesn't
 # allow us to build w/o X, so we have to give up framebuffer w3mimg
@@ -69,7 +69,7 @@ src_configure() {
# emacs-w3m doesn't like "--enable-m17n --disable-unicode,"
# so we better enable or disable both. Default to enable
# m17n and unicode, see bug #47046.
-   if use linguas_ja ; then
+   if use l10n_ja ; then
if use unicode ; then
myconf="${myconf} --enable-japanese=U"
else
@@ -119,7 +119,7 @@ src_install() {
doins Bonus/*
dodoc README NEWS TODO ChangeLog
docinto doc-en ; dodoc doc/*
-   if use linguas_ja ; then
+   if use l10n_ja ; then
docinto doc-jp ; dodoc doc-jp/*
else
rm -rf "${ED}"/usr/share/man/ja || die



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2016-05-12 Thread Mike Gilbert
commit: e0496604081ef7231aadce87c636bb2d11b35fda
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu May 12 13:50:49 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu May 12 13:56:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0496604

www-client/w3m: depend on ncurses:0 instead of ncurses:5

Package-Manager: portage-2.2.28_p106

 www-client/w3m/{w3m-0.5.3-r7.ebuild => w3m-0.5.3-r8.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3-r7.ebuild 
b/www-client/w3m/w3m-0.5.3-r8.ebuild
similarity index 98%
rename from www-client/w3m/w3m-0.5.3-r7.ebuild
rename to www-client/w3m/w3m-0.5.3-r8.ebuild
index 2020a00..a07478c 100644
--- a/www-client/w3m/w3m-0.5.3-r7.ebuild
+++ b/www-client/w3m/w3m-0.5.3-r8.ebuild
@@ -16,7 +16,7 @@ IUSE="X fbcon gpm gtk imlib libressl lynxkeymap nls nntp ssl 
unicode vanilla xfa
 
 # We cannot build w3m with gtk+2 w/o X because gtk+2 ebuild doesn't
 # allow us to build w/o X, so we have to give up framebuffer w3mimg
-RDEPEND="sys-libs/ncurses:5=
+RDEPEND=">=sys-libs/ncurses-5.2-r3:0=
>=sys-libs/zlib-1.1.3-r2
>=dev-libs/boehm-gc-6.2
X? ( x11-libs/libXext x11-libs/libXdmcp )



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/, www-client/w3m/files/

2016-05-11 Thread Anthony G. Basile
commit: 06852217367c5e858633f078aca05c6dc991688e
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed May 11 22:36:33 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed May 11 22:36:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06852217

www-client/w3m: remove RAND_egd which is ancient

Package-Manager: portage-2.2.26

 www-client/w3m/files/w3m-0.5.3-remove-EGD.patch | 11 +++
 www-client/w3m/{w3m-0.5.3-r6.ebuild => w3m-0.5.3-r7.ebuild} |  3 ++-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/www-client/w3m/files/w3m-0.5.3-remove-EGD.patch 
b/www-client/w3m/files/w3m-0.5.3-remove-EGD.patch
new file mode 100644
index 000..67ca6c2
--- /dev/null
+++ b/www-client/w3m/files/w3m-0.5.3-remove-EGD.patch
@@ -0,0 +1,11 @@
+diff -Naur w3m-0.5.3.orig/config.h.in w3m-0.5.3/config.h.in
+--- w3m-0.5.3.orig/config.h.in 2011-01-04 04:22:19.0 -0500
 w3m-0.5.3/config.h.in  2016-05-11 18:23:00.195439897 -0400
+@@ -84,7 +84,6 @@
+ #undef INET6
+ #undef HAVE_SOCKLEN_T
+ #undef HAVE_OLD_SS_FAMILY
+-#define USE_EGD
+ #define ENABLE_REMOVE_TRAILINGSPACES
+ #undef MENU_THIN_FRAME
+ #undef USE_RAW_SCROLL

diff --git a/www-client/w3m/w3m-0.5.3-r6.ebuild 
b/www-client/w3m/w3m-0.5.3-r7.ebuild
similarity index 97%
rename from www-client/w3m/w3m-0.5.3-r6.ebuild
rename to www-client/w3m/w3m-0.5.3-r7.ebuild
index 78054de..2020a00 100644
--- a/www-client/w3m/w3m-0.5.3-r6.ebuild
+++ b/www-client/w3m/w3m-0.5.3-r7.ebuild
@@ -40,7 +40,8 @@ src_prepare() {
"${FILESDIR}/${PN}-0.5.3-glibc214.patch" \
"${FILESDIR}/${PN}-0.5.3-underlinking.patch" \
"${FILESDIR}/${PN}-0.5.3-tinfo.patch" \
-   "${FILESDIR}/${PN}-0.5.3-gettext.patch"
+   "${FILESDIR}/${PN}-0.5.3-gettext.patch" \
+   "${FILESDIR}/${PN}-0.5.3-remove-EGD.patch"
use vanilla || \
epatch "${FILESDIR}"/${PN}-0.5.3-button.patch \
"${FILESDIR}"/${P}-gdk-pixbuf.patch \



[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2016-05-11 Thread Anthony G. Basile
commit: ce8aedf1fe3f4b893aa9e327d133076b704f55d5
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed May 11 20:11:31 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed May 11 20:11:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce8aedf1

www-client/w3m: add libressl support and clean up USE=migemo

Package-Manager: portage-2.2.26

 www-client/w3m/w3m-0.5.3-r6.ebuild | 126 +
 1 file changed, 126 insertions(+)

diff --git a/www-client/w3m/w3m-0.5.3-r6.ebuild 
b/www-client/w3m/w3m-0.5.3-r6.ebuild
new file mode 100644
index 000..78054de
--- /dev/null
+++ b/www-client/w3m/w3m-0.5.3-r6.ebuild
@@ -0,0 +1,126 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils
+
+DESCRIPTION="Text based WWW browser, supports tables and frames"
+HOMEPAGE="http://w3m.sourceforge.net/;
+SRC_URI="mirror://sourceforge/w3m/${P}.tar.gz"
+
+LICENSE="w3m"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+IUSE="X fbcon gpm gtk imlib libressl lynxkeymap nls nntp ssl unicode vanilla 
xface linguas_ja"
+
+# We cannot build w3m with gtk+2 w/o X because gtk+2 ebuild doesn't
+# allow us to build w/o X, so we have to give up framebuffer w3mimg
+RDEPEND="sys-libs/ncurses:5=
+   >=sys-libs/zlib-1.1.3-r2
+   >=dev-libs/boehm-gc-6.2
+   X? ( x11-libs/libXext x11-libs/libXdmcp )
+   gtk? (
+   vanilla? ( x11-libs/gtk+:2 )
+   !vanilla? ( x11-libs/gdk-pixbuf ) )
+   !gtk? ( imlib? ( >=media-libs/imlib2-1.1.0[X] ) )
+   xface? ( media-libs/compface )
+   gpm? ( >=sys-libs/gpm-1.19.3-r5 )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_prepare() {
+   epatch \
+   "${FILESDIR}/${PN}-0.5.2-gc72.patch" \
+   "${FILESDIR}/${PN}-0.5.3-parallel-make.patch" \
+   "${FILESDIR}/${PN}-0.5.3-glibc214.patch" \
+   "${FILESDIR}/${PN}-0.5.3-underlinking.patch" \
+   "${FILESDIR}/${PN}-0.5.3-tinfo.patch" \
+   "${FILESDIR}/${PN}-0.5.3-gettext.patch"
+   use vanilla || \
+   epatch "${FILESDIR}"/${PN}-0.5.3-button.patch \
+   "${FILESDIR}"/${P}-gdk-pixbuf.patch \
+   "${FILESDIR}"/${P}-input-type-default.patch \
+   "${FILESDIR}"/${P}-url-schema.patch
+   ecvs_clean
+   sed -i -e "/^AR=/s/ar/$(tc-getAR)/" {.,w3mimg,libwc}/Makefile.in || die
+   eautoconf
+}
+
+src_configure() {
+   local myconf imagelibval imageval
+
+   if use gtk ; then
+   imagelibval="gtk2"
+   elif use imlib ; then
+   imagelibval="imlib2"
+   fi
+
+   if [ ! -z "${imagelibval}" ] ; then
+   use X && imageval="${imageval}${imageval:+,}x11"
+   use X && use fbcon && imageval="${imageval}${imageval:+,}fb"
+   fi
+
+   # emacs-w3m doesn't like "--enable-m17n --disable-unicode,"
+   # so we better enable or disable both. Default to enable
+   # m17n and unicode, see bug #47046.
+   if use linguas_ja ; then
+   if use unicode ; then
+   myconf="${myconf} --enable-japanese=U"
+   else
+   myconf="${myconf} --enable-japanese=E"
+   fi
+   elif use unicode ; then
+   myconf="${myconf} --with-charset=UTF-8"
+   else
+   myconf="${myconf} --with-charset=US-ASCII"
+   fi
+
+   # lynxkeymap IUSE flag. bug #49397
+   if use lynxkeymap ; then
+   myconf="${myconf} --enable-keymap=lynx"
+   else
+   myconf="${myconf} --enable-keymap=w3m"
+   fi
+
+   econf \
+   --with-editor="${EPREFIX}/usr/bin/vi" \
+   --with-mailer="${EPREFIX}/bin/mail" \
+   --with-browser="${EPREFIX}/usr/bin/xdg-open" \
+   --with-termlib=yes \
+   --enable-image=${imageval:-no} \
+   --with-imagelib="${imagelibval:-no}" \
+   --without-migemo \
+   --enable-m17n \
+   --enable-unicode \
+   $(use_enable gpm mouse) \
+   $(use_enable nls) \
+   $(use_enable nntp) \
+   $(use_enable ssl digest-auth) \
+   $(use_with ssl) \
+   $(use_enable xface) \
+   ${myconf}
+}
+
+src_install() {
+
+   emake DESTDIR="${D}" install
+
+   # 
http://www.sic.med.tohoku.ac.jp/~satodai/w3m-dev/200307.month/3944.html
+   insinto /etc/${PN}
+   newins "${FILESDIR}/${PN}.mailcap" mailcap
+
+   insinto /usr/share/${PN}/Bonus
+   doins Bonus/*
+ 

[gentoo-commits] repo/gentoo:master commit in: www-client/w3m/

2016-02-27 Thread Matt Thode
commit: c9e5f6c43cec98c145795d4e4720950ff099d483
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Feb 28 06:10:55 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Feb 28 06:10:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9e5f6c4

www-client/w3m: keywording arm64

merged on X-C1

Package-Manager: portage-2.2.26

 www-client/w3m/w3m-0.5.3-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3-r5.ebuild 
b/www-client/w3m/w3m-0.5.3-r5.ebuild
index fa04611..cedf179 100644
--- a/www-client/w3m/w3m-0.5.3-r5.ebuild
+++ b/www-client/w3m/w3m-0.5.3-r5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/w3m/${P}.tar.gz"
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
 IUSE="X fbcon gpm gtk imlib lynxkeymap migemo nls nntp ssl unicode vanilla 
xface linguas_ja"
 
 # We cannot build w3m with gtk+2 w/o X because gtk+2 ebuild doesn't