From 8bb62ba61e7d7465e1523e4a4fe9c941c3773d5e Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sat, 26 Sep 2020 17:26:41 +0100 Subject: flx/init-thttpd: move to EAPI 7 Package-Manager: Portage-3.0.4, Repoman-3.0.1 --- flx/init-thttpd/init-thttpd-2.25b.ebuild | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'flx') diff --git a/flx/init-thttpd/init-thttpd-2.25b.ebuild b/flx/init-thttpd/init-thttpd-2.25b.ebuild index 8b7f7047..4d1107bd 100644 --- a/flx/init-thttpd/init-thttpd-2.25b.ebuild +++ b/flx/init-thttpd/init-thttpd-2.25b.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit flx-init-scripts EGIT_BRANCH="2-flx0" @@ -10,9 +10,7 @@ EGIT_COMMIT="v2.25b-flx0.1" KEYWORDS="amd64 x86" RDEPEND=">=www-servers/thttpd-${PV}" -src_prepare () { - default - - eapply "${FILESDIR}/${PV}-Handle-listening-on-more-than-one-address.patch" - eapply "${FILESDIR}/${PV}-Handle-CGI-pattern.patch" -} +PATCHES=( + "${FILESDIR}/${PV}-Handle-listening-on-more-than-one-address.patch" + "${FILESDIR}/${PV}-Handle-CGI-pattern.patch" +) -- cgit v1.2.3