summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-12-16 22:34:42 +0000
committerPacho Ramos <pacho@gentoo.org>2014-12-16 22:34:42 +0000
commitf95f7408125ab90deba2b91e25bfb43614e29de9 (patch)
tree82d941ba273b04caa5bb33a24f1b6df6f2653105 /net-analyzer
parentLinux patch 3.10.63 (diff)
downloadgentoo-2-f95f7408125ab90deba2b91e25bfb43614e29de9.tar.gz
gentoo-2-f95f7408125ab90deba2b91e25bfb43614e29de9.tar.bz2
gentoo-2-f95f7408125ab90deba2b91e25bfb43614e29de9.zip
confutils was wrongly set making this unbuildable due missing sqlite3 dep, dropping its usage as USE deps in RDEPEND are enough
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/nagvis/ChangeLog6
-rw-r--r--net-analyzer/nagvis/nagvis-1.6.6.ebuild7
2 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/nagvis/ChangeLog b/net-analyzer/nagvis/ChangeLog
index 94cb9dd9a59d..332b91f26d4b 100644
--- a/net-analyzer/nagvis/ChangeLog
+++ b/net-analyzer/nagvis/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/nagvis
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagvis/ChangeLog,v 1.15 2014/08/10 20:58:48 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagvis/ChangeLog,v 1.16 2014/12/16 22:34:42 pacho Exp $
+
+ 16 Dec 2014; Pacho Ramos <pacho@gentoo.org> nagvis-1.6.6.ebuild:
+ confutils was wrongly set making this unbuildable due missing sqlite3 dep,
+ dropping its usage as USE deps in RDEPEND are enough
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> nagvis-1.6.6.ebuild:
QA: drop trailing '.' from DESCRIPTION
diff --git a/net-analyzer/nagvis/nagvis-1.6.6.ebuild b/net-analyzer/nagvis/nagvis-1.6.6.ebuild
index 2564e00396af..3086de7e1353 100644
--- a/net-analyzer/nagvis/nagvis-1.6.6.ebuild
+++ b/net-analyzer/nagvis/nagvis-1.6.6.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagvis/nagvis-1.6.6.ebuild,v 1.4 2014/08/10 20:58:48 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagvis/nagvis-1.6.6.ebuild,v 1.5 2014/12/16 22:34:42 pacho Exp $
-EAPI=4
+EAPI=5
-inherit eutils confutils depend.php depend.apache
+inherit eutils depend.php depend.apache
DESCRIPTION="NagVis is a visualization addon for the well known network managment system Nagios"
HOMEPAGE="http://www.nagvis.org/"
@@ -26,7 +26,6 @@ need_php_httpd
want_apache2
pkg_setup() {
- confutils_require_built_with_all dev-lang/php gd nls json session pdo sqlite3 sockets mysql unicode xml
depend.apache_pkg_setup
}