summaryrefslogtreecommitdiff
path: root/flx
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2020-09-26 17:26:41 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2020-10-18 01:19:02 +0100
commit8bb62ba61e7d7465e1523e4a4fe9c941c3773d5e (patch)
tree48e6ce2afac0c8579adc3233a42e94b6c37ebba7 /flx
parentflx/init-syslog-ng: move to EAPI 7 (diff)
downloadportage-8bb62ba61e7d7465e1523e4a4fe9c941c3773d5e.tar.xz
flx/init-thttpd: move to EAPI 7
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Diffstat (limited to 'flx')
-rw-r--r--flx/init-thttpd/init-thttpd-2.25b.ebuild14
1 files changed, 6 insertions, 8 deletions
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"
+)