diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2005-02-17 16:08:36 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2005-02-17 16:08:36 +0000 |
commit | 15dd7787116adb0b1b0e744efca19280e92610fc (patch) | |
tree | 32b17d819485c062cbee6cd0c3a30211d704329e /www-apache/mod_macro/mod_macro-1.1.6.ebuild | |
parent | removing -r2 and added -r3 (diff) | |
download | gentoo-2-15dd7787116adb0b1b0e744efca19280e92610fc.tar.gz gentoo-2-15dd7787116adb0b1b0e744efca19280e92610fc.tar.bz2 gentoo-2-15dd7787116adb0b1b0e744efca19280e92610fc.zip |
cleanup
(Portage version: 2.0.51.16)
Diffstat (limited to 'www-apache/mod_macro/mod_macro-1.1.6.ebuild')
-rw-r--r-- | www-apache/mod_macro/mod_macro-1.1.6.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www-apache/mod_macro/mod_macro-1.1.6.ebuild b/www-apache/mod_macro/mod_macro-1.1.6.ebuild index c53dadbea07d..22ef8773f55a 100644 --- a/www-apache/mod_macro/mod_macro-1.1.6.ebuild +++ b/www-apache/mod_macro/mod_macro-1.1.6.ebuild @@ -1,21 +1,20 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_macro/mod_macro-1.1.6.ebuild,v 1.1 2005/01/10 12:50:06 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_macro/mod_macro-1.1.6.ebuild,v 1.2 2005/02/17 16:08:36 hollow Exp $ inherit eutils apache-module DESCRIPTION="An Apache2 DSO providing macros for the apache config file" HOMEPAGE="http://www.coelho.net/mod_macro/" - SRC_URI="http://www.coelho.net/mod_macro/${P}.tar.bz2" + LICENSE="BSD" KEYWORDS="x86" SLOT="0" IUSE="" -APXS2_S="${S}" -APXS2_ARGS="-c mod_macro.c" -APACHE2_MOD_CONF="27_mod_macro" +APACHE2_MOD_CONF="27_${PN}" + DOCFILES="CHANGES INSTALL README mod_macro.html" need_apache2 |