summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2008-02-05 10:51:18 +0000
committerBenedikt Boehm <hollow@gentoo.org>2008-02-05 10:51:18 +0000
commit0d38bdc103e99e21df64bf46e8e723e11ae5e30d (patch)
treec1fe53e43e8beb08d0531bce4101dc40fd1cac7c /net-mail/lurker
parentStable on ppc64 (diff)
downloadgentoo-2-0d38bdc103e99e21df64bf46e8e723e11ae5e30d.tar.gz
gentoo-2-0d38bdc103e99e21df64bf46e8e723e11ae5e30d.tar.bz2
gentoo-2-0d38bdc103e99e21df64bf46e8e723e11ae5e30d.zip
fix depend.apache usage wrt #208584
(Portage version: 2.1.4)
Diffstat (limited to 'net-mail/lurker')
-rw-r--r--net-mail/lurker/ChangeLog8
-rw-r--r--net-mail/lurker/lurker-1.3.ebuild11
-rw-r--r--net-mail/lurker/lurker-2.1.ebuild11
3 files changed, 18 insertions, 12 deletions
diff --git a/net-mail/lurker/ChangeLog b/net-mail/lurker/ChangeLog
index a8f83f25db1a..faddafb2b382 100644
--- a/net-mail/lurker/ChangeLog
+++ b/net-mail/lurker/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/lurker
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/lurker/ChangeLog,v 1.6 2007/07/29 17:04:06 phreak Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/lurker/ChangeLog,v 1.7 2008/02/05 10:51:18 hollow Exp $
+
+ 05 Feb 2008; Benedikt Böhm <hollow@gentoo.org> lurker-1.3.ebuild,
+ lurker-2.1.ebuild:
+ fix depend.apache usage wrt #208584
29 Jul 2007; Christian Heim <phreak@gentoo.org> lurker-1.3.ebuild,
lurker-2.1.ebuild:
diff --git a/net-mail/lurker/lurker-1.3.ebuild b/net-mail/lurker/lurker-1.3.ebuild
index bb2e69ed0767..2c196b5359b7 100644
--- a/net-mail/lurker/lurker-1.3.ebuild
+++ b/net-mail/lurker/lurker-1.3.ebuild
@@ -1,8 +1,8 @@
-# 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/net-mail/lurker/lurker-1.3.ebuild,v 1.5 2007/07/29 17:04:06 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/lurker/lurker-1.3.ebuild,v 1.6 2008/02/05 10:51:18 hollow Exp $
-inherit eutils webapp
+inherit eutils webapp depend.apache
DESCRIPTION="An e-mail list archive utility with an extensive web interface and multi-language support"
SRC_URI="mirror://sourceforge/lurker/${P}.tar.gz mirror://sourceforge/lurker/mimelib-3.1.1.tar.gz"
@@ -14,8 +14,9 @@ IUSE=""
DEPEND=">=sys-devel/gcc-2.95
dev-libs/libxslt
- sys-libs/zlib
- www-servers/apache"
+ sys-libs/zlib"
+
+need_apache
INSTALLDIR="/usr/local/lurker"
diff --git a/net-mail/lurker/lurker-2.1.ebuild b/net-mail/lurker/lurker-2.1.ebuild
index 2326290dc8c4..02bb92cc0ca6 100644
--- a/net-mail/lurker/lurker-2.1.ebuild
+++ b/net-mail/lurker/lurker-2.1.ebuild
@@ -1,8 +1,8 @@
-# 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/net-mail/lurker/lurker-2.1.ebuild,v 1.3 2007/07/29 17:04:06 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/lurker/lurker-2.1.ebuild,v 1.4 2008/02/05 10:51:18 hollow Exp $
-inherit eutils webapp
+inherit eutils webapp depend.apache
DESCRIPTION="An e-mail list archive utility with an extensive web interface and multi-language support"
SRC_URI="mirror://sourceforge/lurker/${P}.tar.gz mirror://sourceforge/lurker/mimelib-3.1.1.tar.gz"
@@ -14,8 +14,9 @@ IUSE=""
DEPEND=">=sys-devel/gcc-2.95
dev-libs/libxslt
- sys-libs/zlib
- www-servers/apache"
+ sys-libs/zlib"
+
+need_apache
pkg_setup() {
webapp_pkg_setup