diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-19 02:06:21 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-19 02:06:21 +0000 |
commit | b11ca944359d97f7e50809aecb5203417920bc64 (patch) | |
tree | 39272bbd985a573d654873782d29c2032d6a18c9 /net-mail/ezmlm-idx-pgsql | |
parent | QA, added nls to IUSE (Manifest recommit) (diff) | |
download | gentoo-2-b11ca944359d97f7e50809aecb5203417920bc64.tar.gz gentoo-2-b11ca944359d97f7e50809aecb5203417920bc64.tar.bz2 gentoo-2-b11ca944359d97f7e50809aecb5203417920bc64.zip |
PROVIDE is for virtuals
Diffstat (limited to 'net-mail/ezmlm-idx-pgsql')
-rw-r--r-- | net-mail/ezmlm-idx-pgsql/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40-r2.ebuild | 3 | ||||
-rw-r--r-- | net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40.ebuild | 5 |
3 files changed, 8 insertions, 6 deletions
diff --git a/net-mail/ezmlm-idx-pgsql/ChangeLog b/net-mail/ezmlm-idx-pgsql/ChangeLog index e9193e52e8fb..4684da85b318 100644 --- a/net-mail/ezmlm-idx-pgsql/ChangeLog +++ b/net-mail/ezmlm-idx-pgsql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/ezmlm-idx-pgsql # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx-pgsql/ChangeLog,v 1.5 2004/02/22 16:17:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx-pgsql/ChangeLog,v 1.6 2004/06/19 02:05:45 mr_bones_ Exp $ + + 18 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> + ezmlm-idx-pgsql-0.40-r2.ebuild, ezmlm-idx-pgsql-0.40.ebuild: + PROVIDE is for virtuals 22 Feb 2004; Aron Griffis <agriffis@gentoo.org> ezmlm-idx-pgsql-0.40-r2.ebuild: diff --git a/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40-r2.ebuild b/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40-r2.ebuild index 467170a9705f..1fdcd28a9add 100644 --- a/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40-r2.ebuild +++ b/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40-r2.ebuild,v 1.6 2004/05/30 10:57:14 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40-r2.ebuild,v 1.7 2004/06/19 02:05:45 mr_bones_ Exp $ # NOTE: ezmlm-idx, ezmlm-idx-mysql and ezmlm-idx-pgsql all supported by this single ebuild # (Please keep them in sync) @@ -20,7 +20,6 @@ LICENSE="as-is" KEYWORDS="x86 ~alpha ~hppa ~amd64 ~ppc ~mips ~sparc" DEPEND="sys-apps/grep sys-apps/groff" RDEPEND="mail-mta/qmail" -PROVIDE="net-mail/ezmlm" if [ "$PN" = "${PB}-pgsql" ] then diff --git a/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40.ebuild b/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40.ebuild index ba180788f701..b7929aaf1da6 100644 --- a/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40.ebuild +++ b/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40.ebuild,v 1.5 2004/05/30 10:57:14 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40.ebuild,v 1.6 2004/06/19 02:05:45 mr_bones_ Exp $ # NOTE: ezmlm-idx, ezmlm-idx-mysql and ezmlm-idx-pgsql all supported by this single ebuild # (Please keep them in sync) @@ -16,7 +16,6 @@ LICENSE="as-is" KEYWORDS="x86" DEPEND="sys-apps/grep sys-apps/groff" RDEPEND="mail-mta/qmail" -PROVIDE="net-mail/ezmlm" if [ "$PN" = "${PB}-pgsql" ] then |