diff options
author | Geert Bevin <gbevin@gentoo.org> | 2001-12-07 17:55:17 +0000 |
---|---|---|
committer | Geert Bevin <gbevin@gentoo.org> | 2001-12-07 17:55:17 +0000 |
commit | c4933014f556cbadb1e2465377563e1c9a36c104 (patch) | |
tree | 5ab11fad56c5f2f63feb3fc55ac738a91812abad /net-mail/qmail-sumo | |
parent | new bootstrap.sh no longer requires an argument. (diff) | |
download | gentoo-2-c4933014f556cbadb1e2465377563e1c9a36c104.tar.gz gentoo-2-c4933014f556cbadb1e2465377563e1c9a36c104.tar.bz2 gentoo-2-c4933014f556cbadb1e2465377563e1c9a36c104.zip |
Don't start qmail automatically, added .keep files to the file hierarchy,
create qmail-sumo package which installs everything that's qmail related.
Diffstat (limited to 'net-mail/qmail-sumo')
-rw-r--r-- | net-mail/qmail-sumo/qmail-sumo-1.03-r6.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-mail/qmail-sumo/qmail-sumo-1.03-r6.ebuild b/net-mail/qmail-sumo/qmail-sumo-1.03-r6.ebuild new file mode 100644 index 000000000000..01345b45a28c --- /dev/null +++ b/net-mail/qmail-sumo/qmail-sumo-1.03-r6.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Geert Bevin <gbevin@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-sumo/qmail-sumo-1.03-r6.ebuild,v 1.1 2001/12/07 17:55:16 gbevin Exp $ + +S=${WORKDIR} +DESCRIPTION="Qmail - merge this package to merge all qmail packages" +HOMEPAGE="http://www.qmail.org/" + +RDEPEND=">=net-mail/qmail-1.03-r6 + >=net-mail/qmail-pop3d-1.03-r1 + >=net-mail/fastforward-0.51 + >=net-mail/dot-forward-0.71" + |