summaryrefslogtreecommitdiff
path: root/flx/init-thttpd/init-thttpd-2.25b.ebuild
blob: 4d1107bd7a0b5c97a30e9b77e357d8c325306cb1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
inherit flx-init-scripts

EGIT_BRANCH="2-flx0"
EGIT_COMMIT="v2.25b-flx0.1"

KEYWORDS="amd64 x86"
RDEPEND=">=www-servers/thttpd-${PV}"

PATCHES=(
	"${FILESDIR}/${PV}-Handle-listening-on-more-than-one-address.patch"
	"${FILESDIR}/${PV}-Handle-CGI-pattern.patch"
)