diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-20 09:33:48 -0500 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2018-04-21 22:56:09 +0200 |
commit | 03d2069c06a0c678832d791b4188a67005356b69 (patch) | |
tree | af85e293039fb041e9013055a979f33382824141 /www-client/httrack | |
parent | media-libs/gegl: epatch->PATCHES=() (diff) | |
download | gentoo-03d2069c06a0c678832d791b4188a67005356b69.tar.gz gentoo-03d2069c06a0c678832d791b4188a67005356b69.tar.bz2 gentoo-03d2069c06a0c678832d791b4188a67005356b69.zip |
www-client/httrack: epatch->PATCHES=()
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'www-client/httrack')
-rw-r--r-- | www-client/httrack/httrack-3.49.1.ebuild | 9 | ||||
-rw-r--r-- | www-client/httrack/httrack-3.49.2-r1.ebuild | 9 |
2 files changed, 8 insertions, 10 deletions
diff --git a/www-client/httrack/httrack-3.49.1.ebuild b/www-client/httrack/httrack-3.49.1.ebuild index 4018cd13894d..e4b6f51a159c 100644 --- a/www-client/httrack/httrack-3.49.1.ebuild +++ b/www-client/httrack/httrack-3.49.1.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" @@ -22,10 +22,9 @@ DEPEND="${RDEPEND}" DOCS=( AUTHORS README greetings.txt history.txt ) -src_prepare() { - epatch "${FILESDIR}"/${PN}-3.48.13-minizip.patch - eapply_user -} +PATCHES=( + "${FILESDIR}"/${PN}-3.48.13-minizip.patch +) src_configure() { econf $(use_enable static-libs static) \ diff --git a/www-client/httrack/httrack-3.49.2-r1.ebuild b/www-client/httrack/httrack-3.49.2-r1.ebuild index c3d92855583d..746cc70c8f25 100644 --- a/www-client/httrack/httrack-3.49.2-r1.ebuild +++ b/www-client/httrack/httrack-3.49.2-r1.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" @@ -22,10 +22,9 @@ DEPEND="${RDEPEND}" DOCS=( AUTHORS README greetings.txt history.txt ) -src_prepare() { - epatch "${FILESDIR}"/${PN}-3.48.13-minizip.patch - eapply_user -} +PATCHES=( + "${FILESDIR}"/${PN}-3.48.13-minizip.patch +) src_configure() { econf $(use_enable static-libs static) \ |