diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2008-01-31 18:51:38 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2008-01-31 18:51:38 +0000 |
commit | eb15fa6ba0da4fcb25dbc694a51bcf4263b01827 (patch) | |
tree | 3554c227db1d6948d0965b3f187968f6d648e029 /www-apache/mod_ftpd | |
parent | update metadata; cleanup (diff) | |
download | historical-eb15fa6ba0da4fcb25dbc694a51bcf4263b01827.tar.gz historical-eb15fa6ba0da4fcb25dbc694a51bcf4263b01827.tar.bz2 historical-eb15fa6ba0da4fcb25dbc694a51bcf4263b01827.zip |
fix depend.apache usage wrt #208033; update metadata
Package-Manager: portage-2.1.4
Diffstat (limited to 'www-apache/mod_ftpd')
-rw-r--r-- | www-apache/mod_ftpd/ChangeLog | 8 | ||||
-rw-r--r-- | www-apache/mod_ftpd/metadata.xml | 5 | ||||
-rw-r--r-- | www-apache/mod_ftpd/mod_ftpd-0.14-r1.ebuild | 6 |
3 files changed, 10 insertions, 9 deletions
diff --git a/www-apache/mod_ftpd/ChangeLog b/www-apache/mod_ftpd/ChangeLog index d61183277e0d..a0c2642282fe 100644 --- a/www-apache/mod_ftpd/ChangeLog +++ b/www-apache/mod_ftpd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apache/mod_ftpd -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_ftpd/ChangeLog,v 1.4 2007/12/31 11:51:59 hollow Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_ftpd/ChangeLog,v 1.5 2008/01/31 18:51:38 hollow Exp $ + + 31 Jan 2008; Benedikt Böhm <hollow@gentoo.org> metadata.xml, + mod_ftpd-0.14-r1.ebuild: + fix depend.apache usage wrt #208033; update metadata 31 Dec 2007; Benedikt Böhm <hollow@gentoo.org> files/0.14-r1/45_mod_ftpd.conf, -files/45_mod_ftpd.conf, diff --git a/www-apache/mod_ftpd/metadata.xml b/www-apache/mod_ftpd/metadata.xml index ff5b6490402e..64a719ea1bfd 100644 --- a/www-apache/mod_ftpd/metadata.xml +++ b/www-apache/mod_ftpd/metadata.xml @@ -1,8 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>apache</herd> -<maintainer> - <email>apache-bugs@gentoo.org</email> -</maintainer> + <herd>apache</herd> </pkgmetadata> diff --git a/www-apache/mod_ftpd/mod_ftpd-0.14-r1.ebuild b/www-apache/mod_ftpd/mod_ftpd-0.14-r1.ebuild index 9e5251f68aaf..9b564646aba8 100644 --- a/www-apache/mod_ftpd/mod_ftpd-0.14-r1.ebuild +++ b/www-apache/mod_ftpd/mod_ftpd-0.14-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_ftpd/mod_ftpd-0.14-r1.ebuild,v 1.1 2007/09/21 20:35:10 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_ftpd/mod_ftpd-0.14-r1.ebuild,v 1.2 2008/01/31 18:51:38 hollow Exp $ inherit apache-module @@ -32,7 +32,7 @@ src_compile() { use gdbm && providers="dbm ${providers}" econf \ - --with-apxs=${APXS2} \ + --with-apxs=${APXS} \ --enable-providers="${providers}" \ || die "econf failed" emake || die "emake failed" |