diff options
author | Christian Heim <phreak@gentoo.org> | 2007-07-29 17:04:06 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-07-29 17:04:06 +0000 |
commit | 8bff2b17dc2eaea05bf68f63fc27b7b2880d978a (patch) | |
tree | ea3ead1fc7e69e5c9cf6b51be4a88cb151d05daf /net-mail/mailman | |
parent | Fixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apach... (diff) | |
download | historical-8bff2b17dc2eaea05bf68f63fc27b7b2880d978a.tar.gz historical-8bff2b17dc2eaea05bf68f63fc27b7b2880d978a.tar.bz2 historical-8bff2b17dc2eaea05bf68f63fc27b7b2880d978a.zip |
Fixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apache (#78622).
Package-Manager: portage-2.1.3_rc9
Diffstat (limited to 'net-mail/mailman')
-rw-r--r-- | net-mail/mailman/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/mailman/mailman-2.1.9.ebuild | 4 | ||||
-rw-r--r-- | net-mail/mailman/mailman-2.1.9_rc1.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/net-mail/mailman/ChangeLog b/net-mail/mailman/ChangeLog index 9767a85bbabd..3be7b9b0f76c 100644 --- a/net-mail/mailman/ChangeLog +++ b/net-mail/mailman/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/mailman # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/ChangeLog,v 1.93 2007/06/16 14:14:36 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/ChangeLog,v 1.94 2007/07/29 17:03:51 phreak Exp $ + + 29 Jul 2007; Christian Heim <phreak@gentoo.org> mailman-2.1.9_rc1.ebuild, + mailman-2.1.9.ebuild: + Fixing the DEPEND/RDEPEND for the move of net-www/apache to + www-servers/apache (#78622). 16 Jun 2007; Christoph Mende <angelos@gentoo.org> mailman-2.1.9.ebuild: Stable on amd64 wrt bug 164720 diff --git a/net-mail/mailman/mailman-2.1.9.ebuild b/net-mail/mailman/mailman-2.1.9.ebuild index d4550a55d5f4..6f93e598ed8e 100644 --- a/net-mail/mailman/mailman-2.1.9.ebuild +++ b/net-mail/mailman/mailman-2.1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.9.ebuild,v 1.8 2007/06/16 14:14:36 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.9.ebuild,v 1.9 2007/07/29 17:03:51 phreak Exp $ inherit eutils depend.apache IUSE="postfix sendmail qmail courier exim xmail" @@ -15,7 +15,7 @@ KEYWORDS="amd64 ppc sparc x86" DEPEND=">=dev-lang/python-2.3 virtual/mta - || ( net-www/apache www-servers/lighttpd )" + || ( www-servers/apache www-servers/lighttpd )" INSTALLDIR="/usr/local/mailman" APACHEGID="81" diff --git a/net-mail/mailman/mailman-2.1.9_rc1.ebuild b/net-mail/mailman/mailman-2.1.9_rc1.ebuild index f71050cf4779..f8d705e06fd3 100644 --- a/net-mail/mailman/mailman-2.1.9_rc1.ebuild +++ b/net-mail/mailman/mailman-2.1.9_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.9_rc1.ebuild,v 1.8 2007/06/12 12:44:10 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.9_rc1.ebuild,v 1.9 2007/07/29 17:03:51 phreak Exp $ inherit eutils depend.apache IUSE="postfix sendmail qmail courier exim xmail" @@ -17,7 +17,7 @@ KEYWORDS="amd64 ppc sparc x86" DEPEND=">=dev-lang/python-2.3 virtual/mta - net-www/apache" + www-servers/apache" INSTALLDIR="/usr/local/mailman" APACHEGID="81" |