commit: 03d2069c06a0c678832d791b4188a67005356b69
Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Fri Apr 20 14:33:48 2018 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat Apr 21 20:56:09 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03d2069c
www-client/httrack: epatch->PATCHES=()
Package-Manager: Portage-2.3.31, Repoman-2.3.9
www-client/httrack/httrack-3.49.1.ebuild | 9 ++++-----
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 4018cd13894..e4b6f51a159 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 c3d92855583..746cc70c8f2 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) \