Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 201923
Collapse All | Expand All

(-)apache-2.eclass.orig (+11 lines)
Lines 32-37 Link Here
32
# This variable needs to be set in the ebuild and contains the name of the
32
# This variable needs to be set in the ebuild and contains the name of the
33
# gentoo developer who created the patch tarball
33
# gentoo developer who created the patch tarball
34
34
35
# @ECLASS-VARIABLE: APACHE_PATCH_DROP
36
# @DESCRIPTION:
37
# This variable is a space delimited list of patches that will be dropped from
38
# $GENTOO_PATCHNAME. never to be used from an ebuild, it is ment to be used by the end user
39
35
# @ECLASS-VARIABLE: GENTOO_PATCHSTAMP
40
# @ECLASS-VARIABLE: GENTOO_PATCHSTAMP
36
# @DESCRIPTION:
41
# @DESCRIPTION:
37
# This variable needs to be set in the ebuild and contains the date the patch
42
# This variable needs to be set in the ebuild and contains the date the patch
Lines 366-371 Link Here
366
		"${GENTOO_PATCHDIR}"/{conf/httpd.conf,init/*,patches/config.layout} \
371
		"${GENTOO_PATCHDIR}"/{conf/httpd.conf,init/*,patches/config.layout} \
367
		|| die "libdir sed failed"
372
		|| die "libdir sed failed"
368
373
374
	for patch in ${APACHE_PATCH_DROP}; do
375
		ebegin "Excluding patch ${patch}"
376
		rm -f "${GENTOO_PATCHDIR}"/patches/${patch}* 2>/dev/null
377
		eend $?
378
	done
379
369
	epatch "${GENTOO_PATCHDIR}"/patches/*.patch
380
	epatch "${GENTOO_PATCHDIR}"/patches/*.patch
370
381
371
	# setup the filesystem layout config
382
	# setup the filesystem layout config

Return to bug 201923