mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
www-apache/mod_common_redirect: forward stable kw, cleanup
Installed files are the same. Closes: https://bugs.gentoo.org/724220 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -15,7 +15,7 @@ S="${WORKDIR}"/${GITHUB_AUTHOR}-${GITHUB_PROJECT}-${GITHUB_COMMIT}
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
KEYWORDS="amd64 x86"
|
||||
|
||||
need_apache2
|
||||
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit apache-module
|
||||
|
||||
GITHUB_AUTHOR="hollow"
|
||||
GITHUB_PROJECT="mod_common_redirect"
|
||||
GITHUB_COMMIT="595a370"
|
||||
|
||||
DESCRIPTION="mod_common_redirect implements common redirects without mod_rewrite overhead"
|
||||
HOMEPAGE="https://github.com/hollow/mod_common_redirect"
|
||||
SRC_URI="https://nodeload.github.com/${GITHUB_AUTHOR}/${GITHUB_PROJECT}/tarball/v${PV} -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=""
|
||||
|
||||
APACHE2_MOD_CONF="20_${PN}"
|
||||
APACHE2_MOD_DEFINE="COMMON_REDIRECT"
|
||||
|
||||
need_apache2
|
||||
|
||||
S="${WORKDIR}"/${GITHUB_AUTHOR}-${GITHUB_PROJECT}-${GITHUB_COMMIT}
|
||||
Reference in New Issue
Block a user