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 | c68e931cf5f5a1da5c0daf162b1fdaafe56cf30d (patch) | |
tree | b29ccdb6d037de0a135918374f7e96a569c3a616 /net-mail/ezmlm-idx | |
parent | Stable on amd64, ppc. Removed old versions. (diff) | |
download | gentoo-2-c68e931cf5f5a1da5c0daf162b1fdaafe56cf30d.tar.gz gentoo-2-c68e931cf5f5a1da5c0daf162b1fdaafe56cf30d.tar.bz2 gentoo-2-c68e931cf5f5a1da5c0daf162b1fdaafe56cf30d.zip |
Changed to virtual/qmail. Stable on amd64, hppa, mips, sparc.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'net-mail/ezmlm-idx')
-rw-r--r-- | net-mail/ezmlm-idx/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/ezmlm-idx/ezmlm-idx-0.40-r2.ebuild | 13 |
2 files changed, 14 insertions, 7 deletions
diff --git a/net-mail/ezmlm-idx/ChangeLog b/net-mail/ezmlm-idx/ChangeLog index 03b94978872c..86d9ad7b1ed9 100644 --- a/net-mail/ezmlm-idx/ChangeLog +++ b/net-mail/ezmlm-idx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/ezmlm-idx -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx/ChangeLog,v 1.14 2005/04/24 10:19:58 hansmi Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx/ChangeLog,v 1.15 2006/02/20 00:33:32 hansmi Exp $ + + 20 Feb 2006; Michael Hanselmann <hansmi@gentoo.org> + ezmlm-idx-0.40-r2.ebuild: + Changed to virtual/qmail. Stable on amd64, hppa, mips, sparc. 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> ezmlm-idx-0.40-r2.ebuild: 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 |