summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2008-02-02 15:18:40 +0000
committerBenedikt Boehm <hollow@gentoo.org>2008-02-02 15:18:40 +0000
commit548a2c14686171cd43c8177faf30384a43e68223 (patch)
tree6541e1e71e57cefe1cab1ab668249e477e13abb0 /dev-perl/CUFlow
parentVersion bump <http://my.opera.com/desktopteam/blog/2008/02/01/new-snapshot>. (diff)
downloadgentoo-2-548a2c14686171cd43c8177faf30384a43e68223.tar.gz
gentoo-2-548a2c14686171cd43c8177faf30384a43e68223.tar.bz2
gentoo-2-548a2c14686171cd43c8177faf30384a43e68223.zip
use depend.apache eclass wrt #208033
(Portage version: 2.1.4)
Diffstat (limited to 'dev-perl/CUFlow')
-rw-r--r--dev-perl/CUFlow/CUFlow-1.5.ebuild13
-rw-r--r--dev-perl/CUFlow/ChangeLog7
2 files changed, 12 insertions, 8 deletions
diff --git a/dev-perl/CUFlow/CUFlow-1.5.ebuild b/dev-perl/CUFlow/CUFlow-1.5.ebuild
index 1f428dbb8c8a..2d58f3bc4883 100644
--- a/dev-perl/CUFlow/CUFlow-1.5.ebuild
+++ b/dev-perl/CUFlow/CUFlow-1.5.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/dev-perl/CUFlow/CUFlow-1.5.ebuild,v 1.6 2007/07/29 16:53:13 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CUFlow/CUFlow-1.5.ebuild,v 1.7 2008/02/02 15:18:40 hollow Exp $
-inherit eutils
+inherit depend.apache eutils
DESCRIPTION="Provides an API for reading and analysing raw flow files"
HOMEPAGE="http://www.columbia.edu/acis/networks/advanced/CUFlow/CUFlow.html"
@@ -14,10 +14,11 @@ KEYWORDS="x86"
IUSE=""
RDEPEND="dev-lang/perl
- net-analyzer/FlowScan
- www-servers/apache"
+ net-analyzer/FlowScan"
DEPEND=""
+need_apache
+
src_unpack() {
unpack ${A}
cd "${S}"
@@ -27,7 +28,7 @@ src_unpack() {
src_install() {
insinto /var/lib/flows/bin
- doins ${FILESDIR}/CUFlow.cf
+ doins "${FILESDIR}"/CUFlow.cf
exeinto /var/lib/flows/bin
doexe CUFlow.pm
exeinto /var/www/localhost/cgi-bin
diff --git a/dev-perl/CUFlow/ChangeLog b/dev-perl/CUFlow/ChangeLog
index e0278f55409d..0277163c743e 100644
--- a/dev-perl/CUFlow/ChangeLog
+++ b/dev-perl/CUFlow/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/CUFlow
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/CUFlow/ChangeLog,v 1.6 2007/07/29 16:53:13 phreak Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CUFlow/ChangeLog,v 1.7 2008/02/02 15:18:40 hollow Exp $
+
+ 02 Feb 2008; Benedikt Böhm <hollow@gentoo.org> CUFlow-1.5.ebuild:
+ use depend.apache eclass wrt #208033
29 Jul 2007; Christian Heim <phreak@gentoo.org> CUFlow-1.5.ebuild:
Fixing the DEPEND/RDEPEND for the move of net-www/apache to