diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 04:20:40 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 04:20:40 +0000 |
commit | 33819be044674720bd9af32aaa1080683b493997 (patch) | |
tree | 15c43b7f51adfc893014a7b437e55ec6b3c119ac /net-mail/ezmlm | |
parent | DEPEND enhancement (diff) | |
download | gentoo-2-33819be044674720bd9af32aaa1080683b493997.tar.gz gentoo-2-33819be044674720bd9af32aaa1080683b493997.tar.bz2 gentoo-2-33819be044674720bd9af32aaa1080683b493997.zip |
repoman'd
Diffstat (limited to 'net-mail/ezmlm')
-rw-r--r-- | net-mail/ezmlm/ezmlm-0.53.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net-mail/ezmlm/ezmlm-0.53.ebuild b/net-mail/ezmlm/ezmlm-0.53.ebuild index ef346c3ef4a5..a9cd0036b2f8 100644 --- a/net-mail/ezmlm/ezmlm-0.53.ebuild +++ b/net-mail/ezmlm/ezmlm-0.53.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm/ezmlm-0.53.ebuild,v 1.5 2002/07/11 06:30:47 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm/ezmlm-0.53.ebuild,v 1.6 2002/07/17 04:20:40 seemant Exp $ S=${WORKDIR}/${P} - -DEPEND="virtual/glibc - sys-apps/groff" - -RDEPEND="net-mail/qmail" - DESCRIPTION="Simple yet powerful mailing list manager for qmail." SRC_URI="http://cr.yp.to/software/${P}.tar.gz" - HOMEPAGE="http://cr.yp.to/software/ezmlm.html" + +SLOT="0" LICENSE="as-is" +KEYWORDS="x86" + +DEPEND=" sys-apps/groff" + +RDEPEND="net-mail/qmail" src_compile() { |