summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2008-02-05 15:20:39 +0000
committerBenedikt Boehm <hollow@gentoo.org>2008-02-05 15:20:39 +0000
commitfcda3add5de2d6259a3c134e6ac136f3bd9883fb (patch)
tree26fe8d17a50d98d01c8b04d6da8e8159e76ea859 /www-apps/postfixadmin
parentSparc stable, Bug #208971 (diff)
downloadhistorical-fcda3add5de2d6259a3c134e6ac136f3bd9883fb.tar.gz
historical-fcda3add5de2d6259a3c134e6ac136f3bd9883fb.tar.bz2
historical-fcda3add5de2d6259a3c134e6ac136f3bd9883fb.zip
fix depend.apache usage wrt #208584
Package-Manager: portage-2.1.4
Diffstat (limited to 'www-apps/postfixadmin')
-rw-r--r--www-apps/postfixadmin/ChangeLog7
-rw-r--r--www-apps/postfixadmin/postfixadmin-2.1.0.ebuild11
2 files changed, 11 insertions, 7 deletions
diff --git a/www-apps/postfixadmin/ChangeLog b/www-apps/postfixadmin/ChangeLog
index 521cbd1bde47..08e6e13213ce 100644
--- a/www-apps/postfixadmin/ChangeLog
+++ b/www-apps/postfixadmin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-apps/postfixadmin
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/postfixadmin/ChangeLog,v 1.8 2007/07/29 17:37:50 phreak Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/postfixadmin/ChangeLog,v 1.9 2008/02/05 15:10:24 hollow Exp $
+
+ 05 Feb 2008; Benedikt Böhm <hollow@gentoo.org> postfixadmin-2.1.0.ebuild:
+ fix depend.apache usage wrt #208584
29 Jul 2007; Christian Heim <phreak@gentoo.org> postfixadmin-2.1.0.ebuild:
Fixing SRC_URI since the old one is redirecting to sourceforge. Fixing the
diff --git a/www-apps/postfixadmin/postfixadmin-2.1.0.ebuild b/www-apps/postfixadmin/postfixadmin-2.1.0.ebuild
index 3f5fc64d8745..e69e5d883563 100644
--- a/www-apps/postfixadmin/postfixadmin-2.1.0.ebuild
+++ b/www-apps/postfixadmin/postfixadmin-2.1.0.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/postfixadmin/postfixadmin-2.1.0.ebuild,v 1.9 2007/07/29 17:37:50 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/postfixadmin/postfixadmin-2.1.0.ebuild,v 1.10 2008/02/05 15:10:24 hollow Exp $
# Source: http://bugs.gentoo.org/show_bug.cgi?id=50035
# Submitted-By: SteveB <tp22a@softhome.net>
# Reviewed-By: wrobel 2005-12-14
-# $Id: postfixadmin-2.1.0.ebuild,v 1.9 2007/07/29 17:37:50 phreak Exp $
+# $Id: postfixadmin-2.1.0.ebuild,v 1.10 2008/02/05 15:10:24 hollow Exp $
-inherit eutils webapp
+inherit eutils webapp depend.apache
IUSE="vhosts"
DESCRIPTION="Postfix Admin is a Web Based Management tool for Postfix when you are dealing with Postfix Style Virtual Domains and Virtual Users that are stored in MySQL."
@@ -18,7 +18,6 @@ KEYWORDS="~amd64 ~x86"
DEPEND="virtual/httpd-php
>=mail-mta/postfix-2.0.0
- >=www-servers/apache-2.0
>=dev-lang/perl-5.0
dev-perl/DBI
dev-perl/DBD-mysql"
@@ -27,6 +26,8 @@ RDEPEND=">=sys-apps/sed-4.0.5
sys-apps/grep
sys-apps/findutils"
+need_apache2
+
LICENSE="MPL-1.1"
pkg_setup() {