pacho 14/12/16 22:34:42 Modified: nagvis-1.6.6.ebuild ChangeLog Log: 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)
Revision Changes Path 1.5 net-analyzer/nagvis/nagvis-1.6.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagvis/nagvis-1.6.6.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagvis/nagvis-1.6.6.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagvis/nagvis-1.6.6.ebuild?r1=1.4&r2=1.5 Index: nagvis-1.6.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagvis/nagvis-1.6.6.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- nagvis-1.6.6.ebuild 10 Aug 2014 20:58:48 -0000 1.4 +++ nagvis-1.6.6.ebuild 16 Dec 2014 22:34:42 -0000 1.5 @@ -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 @@ 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 } 1.16 net-analyzer/nagvis/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagvis/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagvis/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagvis/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagvis/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 10 Aug 2014 20:58:48 -0000 1.15 +++ ChangeLog 16 Dec 2014 22:34:42 -0000 1.16 @@ -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 <pa...@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 <sly...@gentoo.org> nagvis-1.6.6.ebuild: QA: drop trailing '.' from DESCRIPTION