diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-28 15:41:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-28 15:41:04 +0000 |
commit | 05554055fef72aa90b009568a2082f6e55b7c10e (patch) | |
tree | 168c5ec2e07bb7721bd80b5446f565e9dd5ba577 /net-www/mod_ftpd | |
parent | Upstream requested minor changes (Manifest recommit) (diff) | |
download | gentoo-2-05554055fef72aa90b009568a2082f6e55b7c10e.tar.gz gentoo-2-05554055fef72aa90b009568a2082f6e55b7c10e.tar.bz2 gentoo-2-05554055fef72aa90b009568a2082f6e55b7c10e.zip |
you fools need to learn how to inherit eutils for epatch
Diffstat (limited to 'net-www/mod_ftpd')
-rw-r--r-- | net-www/mod_ftpd/mod_ftpd-0.12.3.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-www/mod_ftpd/mod_ftpd-0.12.3.ebuild b/net-www/mod_ftpd/mod_ftpd-0.12.3.ebuild index fe544df046b1..9719e59b8737 100644 --- a/net-www/mod_ftpd/mod_ftpd-0.12.3.ebuild +++ b/net-www/mod_ftpd/mod_ftpd-0.12.3.ebuild @@ -1,10 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ftpd/mod_ftpd-0.12.3.ebuild,v 1.1 2004/05/14 17:01:36 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ftpd/mod_ftpd-0.12.3.ebuild,v 1.2 2004/05/28 15:41:04 vapier Exp $ + +inherit eutils DESCRIPTION="Apache2 protocol module which provides an FTP server" HOMEPAGE="http://www.outoforder.cc/projects/apache/mod_ftpd/" SRC_URI="http://www.outoforder.cc/downloads/${PN}/${P}.tar.bz2" + LICENSE="Apache-1.1" SLOT="0" KEYWORDS="~x86" |