Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wget2/
Date: Fri, 05 Nov 2021 23:25:30
Message-Id: 1636154679.bb7e835b12b4ea0ea4017faa097b9df6c2a1fdb8.floppym@gentoo
1 commit: bb7e835b12b4ea0ea4017faa097b9df6c2a1fdb8
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 5 23:24:39 2021 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 5 23:24:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb7e835b
7
8 net-misc/wget2: drop autotools eclass
9
10 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
11
12 net-misc/wget2/wget2-2.0.0.ebuild | 2 --
13 1 file changed, 2 deletions(-)
14
15 diff --git a/net-misc/wget2/wget2-2.0.0.ebuild b/net-misc/wget2/wget2-2.0.0.ebuild
16 index 36048689f29..facb07871d0 100644
17 --- a/net-misc/wget2/wget2-2.0.0.ebuild
18 +++ b/net-misc/wget2/wget2-2.0.0.ebuild
19 @@ -3,8 +3,6 @@
20
21 EAPI=7
22
23 -inherit autotools
24 -
25 DESCRIPTION="GNU Wget2 is a file and recursive website downloader"
26 HOMEPAGE="https://gitlab.com/gnuwget/wget2"
27 SRC_URI="mirror://gnu/wget/${P}.tar.gz"