diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2006-02-20 00:33:32 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2006-02-20 00:33:32 +0000 |
commit | cd11289c50cf0ca8f7ed59eeaa48f1c76e0fd675 (patch) | |
tree | ea2aa50dd63b18cf980c74d5564f890fe0124c5c /net-mail/ezmlm-idx/ezmlm-idx-0.40-r2.ebuild | |
parent | Stable on amd64, ppc. Removed old versions. (diff) | |
download | historical-cd11289c50cf0ca8f7ed59eeaa48f1c76e0fd675.tar.gz historical-cd11289c50cf0ca8f7ed59eeaa48f1c76e0fd675.tar.bz2 historical-cd11289c50cf0ca8f7ed59eeaa48f1c76e0fd675.zip |
Changed to virtual/qmail. Stable on amd64, hppa, mips, sparc.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'net-mail/ezmlm-idx/ezmlm-idx-0.40-r2.ebuild')
-rw-r--r-- | net-mail/ezmlm-idx/ezmlm-idx-0.40-r2.ebuild | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/net-mail/ezmlm-idx/ezmlm-idx-0.40-r2.ebuild b/net-mail/ezmlm-idx/ezmlm-idx-0.40-r2.ebuild index 666828cfae61..b15cbbd276d4 100644 --- a/net-mail/ezmlm-idx/ezmlm-idx-0.40-r2.ebuild +++ b/net-mail/ezmlm-idx/ezmlm-idx-0.40-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx/ezmlm-idx-0.40-r2.ebuild,v 1.16 2005/04/24 10:19:58 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx/ezmlm-idx-0.40-r2.ebuild,v 1.17 2006/02/20 00:33:32 hansmi Exp $ # NOTE: ezmlm-idx, ezmlm-idx-mysql and ezmlm-idx-pgsql all supported by this single ebuild # (Please keep them in sync) @@ -13,14 +13,17 @@ EZMLM_P=ezmlm-0.53 S2=${WORKDIR}/${PB}-${PV} S=${WORKDIR}/${EZMLM_P} DESCRIPTION="Simple yet powerful mailing list manager for qmail." -SRC_URI="http://gd.tuwien.ac.at/infosys/mail/qmail/ezmlm-patches/${PB}-${PV}.tar.gz http://cr.yp.to/software/${EZMLM_P}.tar.gz" +SRC_URI=" + http://gd.tuwien.ac.at/infosys/mail/qmail/ezmlm-patches/${PB}-${PV}.tar.gz + http://cr.yp.to/software/${EZMLM_P}.tar.gz +" HOMEPAGE="http://www.ezmlm.org" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 alpha ~hppa ~amd64 ppc ~mips ~sparc" +KEYWORDS="alpha amd64 hppa mips ppc sparc x86" IUSE="" DEPEND="sys-apps/grep sys-apps/groff" -RDEPEND="mail-mta/qmail" +RDEPEND="virtual/qmail" if [ "$PN" = "${PB}-pgsql" ] then |