blob: ef59851f9c4ae11dde39cc7e5df30d4e06c283d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/libapreq/libapreq-1.2-r1.ebuild,v 1.6 2005/04/19 18:31:27 hansmi Exp $
inherit perl-module eutils
DESCRIPTION="A Apache Request Perl Module"
SRC_URI="mirror://cpan/authors/id/J/JO/JOESUF/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~joesuf/${P}/"
LICENSE="Apache-1.1 as-is"
SLOT="0"
KEYWORDS="x86 amd64 ppc ~sparc ~alpha ~mips"
IUSE=""
DEPEND=">=sys-apps/sed-4
dev-perl/Apache-Test
<dev-perl/mod_perl-1.99"
mydoc="TODO"
src_unpack() {
unpack ${A}
cd ${S}
epatch ${FILESDIR}/${P}-statlink.patch || die
}
|