blob: 56dec418f93be8d984ae78aeb37a278b57f9e195 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-www/mod_random/mod_random-2.0-r1.ebuild,v 1.6 2006/01/21 22:02:01 corsair Exp $
inherit apache-module
DESCRIPTION="An Apache2 DSO providing custom randomized responses"
HOMEPAGE="http://software.tangent.org/"
SRC_URI="http://download.tangent.org/${P}.tar.gz"
LICENSE="as-is"
KEYWORDS="ppc64 x86"
IUSE=""
SLOT="2"
DEPEND=""
APACHE2_MOD_CONF="${PVR}/17_mod_random"
APACHE2_MOD_DEFINE="RANDOM"
DOCFILES="ChangeLog LICENSE README faq.html"
need_apache2
|