diff options
author | Michael Stewart <vericgar@gentoo.org> | 2006-06-04 19:55:00 +0000 |
---|---|---|
committer | Michael Stewart <vericgar@gentoo.org> | 2006-06-04 19:55:00 +0000 |
commit | fdd279c9ea4931c5f370e5e504b9e84afae62b41 (patch) | |
tree | cd7d11b3c5915a63555ba0a7a92882cec0f95bb7 /net-www/mod_layout/mod_layout-4.0.1a.ebuild | |
parent | Remove old-style ebuilds (diff) | |
download | historical-fdd279c9ea4931c5f370e5e504b9e84afae62b41.tar.gz historical-fdd279c9ea4931c5f370e5e504b9e84afae62b41.tar.bz2 historical-fdd279c9ea4931c5f370e5e504b9e84afae62b41.zip |
Remove old-style ebuilds
Package-Manager: portage-2.1_rc4-r1
Diffstat (limited to 'net-www/mod_layout/mod_layout-4.0.1a.ebuild')
-rw-r--r-- | net-www/mod_layout/mod_layout-4.0.1a.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/net-www/mod_layout/mod_layout-4.0.1a.ebuild b/net-www/mod_layout/mod_layout-4.0.1a.ebuild deleted file mode 100644 index 839da53d1d11..000000000000 --- a/net-www/mod_layout/mod_layout-4.0.1a.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_layout/mod_layout-4.0.1a.ebuild,v 1.8 2005/07/10 00:56:41 swegener Exp $ - -inherit eutils - -DESCRIPTION="An Apache2 DSO module for adding custom headers and/or footers" -HOMEPAGE="http://software.tangent.org/" - -SRC_URI="http://software.tangent.org/download/${P}.tar.gz" -DEPEND="=net-www/apache-2*" -LICENSE="Apache-1.1" -KEYWORDS="x86 ppc" -IUSE="" -SLOT="0" - -src_unpack() { - unpack ${A} || die; cd ${S} || die - epatch ${FILESDIR}/mod_layout-4.0.1a-register.patch -} - -src_compile() { - apxs2 -c mod_layout.c utility.c layout.c || die -} - -src_install() { - exeinto /usr/lib/apache2-extramodules - doexe .libs/${PN}.so - insinto /etc/apache2/conf/modules.d - doins ${FILESDIR}/15_mod_layout.conf - dodoc ${FILESDIR}/15_mod_layout.conf - #thats all the docs there is right now! -} |