diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-01-14 17:02:50 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-01-14 17:02:50 +0000 |
commit | 65e7c9f4ebddd2df6ceb6b2b3bf82f341142b0de (patch) | |
tree | 4a5577b50f92dcb95391525e8cb060a97ad7d695 /net-www/mod_layout/mod_layout-3.2.1-r1.ebuild | |
parent | Version bump. Adds support for damage reporting from direct rendering. (diff) | |
download | historical-65e7c9f4ebddd2df6ceb6b2b3bf82f341142b0de.tar.gz historical-65e7c9f4ebddd2df6ceb6b2b3bf82f341142b0de.tar.bz2 historical-65e7c9f4ebddd2df6ceb6b2b3bf82f341142b0de.zip |
Cleanup.
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'net-www/mod_layout/mod_layout-3.2.1-r1.ebuild')
-rw-r--r-- | net-www/mod_layout/mod_layout-3.2.1-r1.ebuild | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/net-www/mod_layout/mod_layout-3.2.1-r1.ebuild b/net-www/mod_layout/mod_layout-3.2.1-r1.ebuild index b6bd3a9b44e0..0dc9d5a0af5f 100644 --- a/net-www/mod_layout/mod_layout-3.2.1-r1.ebuild +++ b/net-www/mod_layout/mod_layout-3.2.1-r1.ebuild @@ -1,29 +1,29 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_layout/mod_layout-3.2.1-r1.ebuild,v 1.5 2006/11/25 08:27:08 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_layout/mod_layout-3.2.1-r1.ebuild,v 1.6 2007/01/14 17:02:49 chtekk Exp $ inherit apache-module -# test target in Makefile isn't sane -RESTRICT="test" +KEYWORDS="~amd64 x86" -DESCRIPTION="An Apache DSO module for adding custom headers and/or footers" +DESCRIPTION="An Apache1 module for adding custom headers and/or footers." HOMEPAGE="http://software.tangent.org/" SRC_URI="http://download.tangent.org/${P}.tar.gz" - LICENSE="as-is" SLOT="1" -KEYWORDS="~amd64 x86" IUSE="" DEPEND="" RDEPEND="" +# Test target in Makefile isn't sane +RESTRICT="test" + APXS1_ARGS="-c ${PN}.c utility.c origin.c layout.c" -APACHE1_MOD_CONF="${PVR}/15_mod_layout" +APACHE1_MOD_CONF="15_mod_layout_ap1" APACHE1_MOD_DEFINE="LAYOUT" -DOCFILES="LICENSE README THANKS TODO faq.html" +DOCFILES="README" need_apache1 |