diff options
author | Donny Davies <woodchip@gentoo.org> | 2003-01-25 02:17:49 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2003-01-25 02:17:49 +0000 |
commit | 1921a283501af24fd28dc8b5ac5aa5afbf3a1b77 (patch) | |
tree | 8649f6c81bbc9361fadae938596ae9a049f780c6 /dev-perl/mod_perl | |
parent | version bump (diff) | |
download | gentoo-2-1921a283501af24fd28dc8b5ac5aa5afbf3a1b77.tar.gz gentoo-2-1921a283501af24fd28dc8b5ac5aa5afbf3a1b77.tar.bz2 gentoo-2-1921a283501af24fd28dc8b5ac5aa5afbf3a1b77.zip |
old junk
Diffstat (limited to 'dev-perl/mod_perl')
-rw-r--r-- | dev-perl/mod_perl/files/digest-mod_perl-1.99.07 | 1 | ||||
-rw-r--r-- | dev-perl/mod_perl/mod_perl-1.99.07.ebuild | 48 |
2 files changed, 0 insertions, 49 deletions
diff --git a/dev-perl/mod_perl/files/digest-mod_perl-1.99.07 b/dev-perl/mod_perl/files/digest-mod_perl-1.99.07 deleted file mode 100644 index 637a088a1473..000000000000 --- a/dev-perl/mod_perl/files/digest-mod_perl-1.99.07 +++ /dev/null @@ -1 +0,0 @@ -MD5 cef4f00716487e2ccdb23a5dea4b46e1 mod_perl-1.99_07.tar.bz2 524555 diff --git a/dev-perl/mod_perl/mod_perl-1.99.07.ebuild b/dev-perl/mod_perl/mod_perl-1.99.07.ebuild deleted file mode 100644 index b8b9d03d1ea4..000000000000 --- a/dev-perl/mod_perl/mod_perl-1.99.07.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/mod_perl/mod_perl-1.99.07.ebuild,v 1.2 2002/12/17 20:27:16 lostlogic Exp $ - -DESCRIPTION="An embedded Perl interpreter for Apache2" -HOMEPAGE="http://perl.apache.org/" - -NEWP="${PN}-1.99_07" -S=${WORKDIR}/${NEWP} -SRC_URI="mirror://gentoo/${NEWP}.tar.bz2" -DEPEND="sys-devel/perl =net-www/apache-2*" -LICENSE="GPL-2" -KEYWORDS="~x86" -IUSE="" -SLOT="1" - -src_compile() { - perl Makefile.PL \ - PREFIX=${D}/usr \ - MP_TRACE=1 \ - MP_DEBUG=1 \ - MP_AP_PREFIX=/usr \ - MP_USE_DSO=1 \ - MP_INST_APACHE2=1 \ - MP_APXS=/usr/sbin/apxs2 \ - CCFLAGS="${CFLAGS} -fPIC" \ - INSTALLDIRS=vendor </dev/null || die - - emake || die - #make test -} - -src_install() { - dodir /usr/lib/apache2-extramodules - make install \ - MODPERL_AP_LIBEXECDIR=${D}/usr/lib/apache2-extramodules \ - MP_INST_APACHE2=1 \ - INSTALLDIRS=vendor || die - - insinto /etc/apache2/conf/modules.d - doins ${FILESDIR}/75_mod_perl.conf \ - ${FILESDIR}/apache2-mod_perl-startup.pl - - dodoc ${FILESDIR}/75_mod_perl.conf Changes \ - INSTALL LICENSE README STATUS - cp -a docs ${D}/usr/share/doc/${PF} - cp -a todo ${D}/usr/share/doc/${PF} -} |