apache-headers-2.4.66mva
download
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License
EAPI=8
# latest gentoo apache files
GENTOO_PATCHSTAMP="20251205"
GENTOO_DEVELOPER="graaff"
GENTOO_PATCHNAME="gentoo-apache-2.4.66"
DESCRIPTION="Header files from the Apache Web Server"
HOMEPAGE="https://httpd.apache.org/"
SRC_URI="
mirror://apache/httpd/httpd-${PV}.tar.bz2
https://dev.gentoo.org/~${GENTOO_DEVELOPER}/dist/apache/${GENTOO_PATCHNAME}-${GENTOO_PATCHSTAMP}.tar.bz2
"
S="${WORKDIR}/httpd-${PV}"
LICENSE="Apache-2.0"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris"
GENTOO_PATCHDIR="${WORKDIR}/${GENTOO_PATCHNAME}"
PATCHES="${GENTOO_PATCHDIR}/patches/*.patch"
src_compile() { :; }
src_install() {
insinto /usr/include/apache2
doins include/*.h
doins os/unix/*.h
doins server/mpm/prefork/*.h
doins server/mpm/event/*.h
doins modules/*/*.h
}