Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/elinks/
Date: Sun, 18 Feb 2018 17:25:56
Message-Id: 1518974747.81c43a851f8b951035790aaf5e2e6c403b0bb204.monsieurp@gentoo
1 commit: 81c43a851f8b951035790aaf5e2e6c403b0bb204
2 Author: Felix Janda <felix.janda <AT> posteo <DOT> de>
3 AuthorDate: Thu Jan 25 21:12:02 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 18 17:25:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81c43a85
7
8 www-client/elinks: update live ebuild.
9
10 switch to the fork of the de-facto maintainer
11
12 www-client/elinks/elinks-9999.ebuild | 8 +-------
13 1 file changed, 1 insertion(+), 7 deletions(-)
14
15 diff --git a/www-client/elinks/elinks-9999.ebuild b/www-client/elinks/elinks-9999.ebuild
16 index 51db03c5551..871ec4ab5ab 100644
17 --- a/www-client/elinks/elinks-9999.ebuild
18 +++ b/www-client/elinks/elinks-9999.ebuild
19 @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python2_7 )
20 PYTHON_REQ_USE="threads"
21 inherit autotools git-r3 python-any-r1
22
23 -EGIT_REPO_URI="git://repo.or.cz/elinks.git"
24 +EGIT_REPO_URI="https://github.com/rkd77/felinks"
25
26 MY_P="${P/_/}"
27 DESCRIPTION="Advanced and well-established text-mode web browser"
28 @@ -53,12 +53,6 @@ src_unpack() {
29 src_prepare() {
30 default
31
32 - # Regenerate acinclude.m4 - based on autogen.sh.
33 - cat > acinclude.m4 <<- _EOF || die
34 - dnl Automatically generated from config/m4/ files.
35 - dnl Do not modify!
36 - _EOF
37 - cat config/m4/*.m4 >> acinclude.m4 || die
38 sed -i -e 's/-Werror//' configure* || die
39
40 eautoreconf