From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1399E139694 for ; Thu, 8 Jun 2017 12:23:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70C3721C08D; Thu, 8 Jun 2017 12:23:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B00A21C08F for ; Thu, 8 Jun 2017 12:23:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B62B341B09 for ; Thu, 8 Jun 2017 12:23:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C9357476 for ; Thu, 8 Jun 2017 12:23:24 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1496924598.333c7bca37e7d00b69fc4aed5aeaa1b84877e2e5.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/thttpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/thttpd/thttpd-2.27.1.ebuild www-servers/thttpd/thttpd-9999.ebuild X-VCS-Directories: www-servers/thttpd/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 333c7bca37e7d00b69fc4aed5aeaa1b84877e2e5 X-VCS-Branch: master Date: Thu, 8 Jun 2017 12:23:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4841d875-3e43-4c5d-a478-e0b0975ffdf2 X-Archives-Hash: e669b6673b80577cf3ebdbd289f20960 commit: 333c7bca37e7d00b69fc4aed5aeaa1b84877e2e5 Author: Anthony G. Basile gentoo org> AuthorDate: Thu Jun 8 12:23:01 2017 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Thu Jun 8 12:23:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=333c7bca www-servers/thttpd: use eapply rather than epatch with EAPI=6 Package-Manager: Portage-2.3.5, Repoman-2.3.1 www-servers/thttpd/thttpd-2.27.1.ebuild | 4 ++-- www-servers/thttpd/thttpd-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www-servers/thttpd/thttpd-2.27.1.ebuild b/www-servers/thttpd/thttpd-2.27.1.ebuild index 444e9199858..de37464fa18 100644 --- a/www-servers/thttpd/thttpd-2.27.1.ebuild +++ b/www-servers/thttpd/thttpd-2.27.1.ebuild @@ -3,7 +3,7 @@ EAPI="6" -inherit autotools eutils flag-o-matic toolchain-funcs user +inherit autotools flag-o-matic toolchain-funcs user if [[ ${PV} = 9999* ]] then @@ -42,7 +42,7 @@ pkg_setup() { } src_prepare() { - epatch "${FILESDIR}"/thttpd-renamed-htpasswd.patch + eapply "${FILESDIR}"/thttpd-renamed-htpasswd.patch mv "${S}"/extras/{htpasswd.c,th_htpasswd.c} || die eapply_user eautoreconf -f -i diff --git a/www-servers/thttpd/thttpd-9999.ebuild b/www-servers/thttpd/thttpd-9999.ebuild index 444e9199858..de37464fa18 100644 --- a/www-servers/thttpd/thttpd-9999.ebuild +++ b/www-servers/thttpd/thttpd-9999.ebuild @@ -3,7 +3,7 @@ EAPI="6" -inherit autotools eutils flag-o-matic toolchain-funcs user +inherit autotools flag-o-matic toolchain-funcs user if [[ ${PV} = 9999* ]] then @@ -42,7 +42,7 @@ pkg_setup() { } src_prepare() { - epatch "${FILESDIR}"/thttpd-renamed-htpasswd.patch + eapply "${FILESDIR}"/thttpd-renamed-htpasswd.patch mv "${S}"/extras/{htpasswd.c,th_htpasswd.c} || die eapply_user eautoreconf -f -i