diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2008-01-27 15:51:16 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2008-01-27 15:51:16 +0000 |
commit | 2ef1211366f86edcd11a5bc543efdcd73eb9fb0c (patch) | |
tree | df9aa3c4160d4d151948b8f0228e507a3762b8c2 /www-apache/mod_layout/mod_layout-5.1.ebuild | |
parent | Marked stable on amd64 as per bug 207684. (diff) | |
download | historical-2ef1211366f86edcd11a5bc543efdcd73eb9fb0c.tar.gz historical-2ef1211366f86edcd11a5bc543efdcd73eb9fb0c.tar.bz2 historical-2ef1211366f86edcd11a5bc543efdcd73eb9fb0c.zip |
version bump; cleanup
Package-Manager: portage-2.1.4
Diffstat (limited to 'www-apache/mod_layout/mod_layout-5.1.ebuild')
-rw-r--r-- | www-apache/mod_layout/mod_layout-5.1.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/www-apache/mod_layout/mod_layout-5.1.ebuild b/www-apache/mod_layout/mod_layout-5.1.ebuild new file mode 100644 index 000000000000..d53655d2111c --- /dev/null +++ b/www-apache/mod_layout/mod_layout-5.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_layout/mod_layout-5.1.ebuild,v 1.1 2008/01/27 15:51:15 hollow Exp $ + +inherit apache-module + +KEYWORDS="~amd64 ~ppc ~x86" + +DESCRIPTION="An Apache2 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="2" +IUSE="" + +DEPEND="" +RDEPEND="" + +APXS2_ARGS="-c ${PN}.c utility.c layout.c" + +APACHE2_MOD_CONF="15_mod_layout" +APACHE2_MOD_DEFINE="LAYOUT" + +DOCFILES="README" + +need_apache2_2 |