diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2006-02-19 23:48:55 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2006-02-19 23:48:55 +0000 |
commit | 80ef2940d0ac0f249d8ca4f470f4882edb4b7523 (patch) | |
tree | 92f679556f43c28ce71e97a3204e93d56061e284 /virtual/qmail/qmail-1.03.ebuild | |
parent | Stable on x86; security bug #115775 (diff) | |
download | historical-80ef2940d0ac0f249d8ca4f470f4882edb4b7523.tar.gz historical-80ef2940d0ac0f249d8ca4f470f4882edb4b7523.tar.bz2 historical-80ef2940d0ac0f249d8ca4f470f4882edb4b7523.zip |
Added
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'virtual/qmail/qmail-1.03.ebuild')
-rw-r--r-- | virtual/qmail/qmail-1.03.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/virtual/qmail/qmail-1.03.ebuild b/virtual/qmail/qmail-1.03.ebuild new file mode 100644 index 000000000000..b6f5fa1d13bb --- /dev/null +++ b/virtual/qmail/qmail-1.03.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/qmail/qmail-1.03.ebuild,v 1.1 2006/02/19 23:48:55 hansmi Exp $ + +DESCRIPTION="Virtual for qmail" +HOMEPAGE="http://cr.yp.to/qmail.html" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~m68k mips ppc ~s390 ~sh sparc x86" + +IUSE="" +DEPEND="" + +# netqmail-1.05 is a special case, because it's a vanilla +# qmail-1.03 but patched to fix some things. +# See its website, http://www.qmail.org/netqmail/ + +RDEPEND="|| ( + ~mail-mta/qmail-${PV} + ~mail-mta/netqmail-1.05 + ~mail-mta/mini-qmail-${PV} + ~mail-mta/qmail-ldap-${PV} + ~mail-mta/qmail-mysql-${PV} +)" |