blob: 53393902262d5eef417c17df55f5fbc74179a2ee (
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-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-www/mod_random/mod_random-1.4-r1.ebuild,v 1.3 2005/10/15 03:04:54 ticho Exp $
inherit apache-module
DESCRIPTION="An Apache DSO providing custom randomized responses"
HOMEPAGE="http://software.tangent.org/"
SRC_URI="http://download.tangent.org/${P}.tar.gz"
LICENSE="as-is"
KEYWORDS="x86"
IUSE=""
SLOT="1"
DEPEND=""
APACHE1_MOD_CONF="${PVR}/17_mod_random"
APACHE1_MOD_DEFINE="RANDOM"
DOCFILES="ChangeLog LICENSE README TODO faq.html"
need_apache1
|