commit:     365db139873c8282916b427444a88e738aa00ec0
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo 
<DOT> org>
AuthorDate: Sun May  8 23:44:57 2016 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Sun May  8 23:44:57 2016 +0000
URL:        https://gitweb.gentoo.org/dev/jmbsvicetto.git/commit/?id=365db139

net-im/nagibot Fix QA issues. Update YAML dependency.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> 
gentoo.org>

 net-im/nagibot/nagibot-0.8.3.ebuild | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/net-im/nagibot/nagibot-0.8.3.ebuild 
b/net-im/nagibot/nagibot-0.8.3.ebuild
index 55b2fe5..09d1f97 100644
--- a/net-im/nagibot/nagibot-0.8.3.ebuild
+++ b/net-im/nagibot/nagibot-0.8.3.ebuild
@@ -1,16 +1,18 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=5
 
 MY_PN="Nagibot"
-SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-v${PV}.tar.gz"
 DESCRIPTION="Perl extension that uses XMPP for nagios notifications"
+HOMEPAGE="https://github.com/ajobs/NagiBot";
+SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-v${PV}.tar.gz"
+LICENSE="GPL-2"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="icinga"
+IUSE=""
 
 RDEPEND="
        dev-perl/AnyEvent
@@ -19,10 +21,12 @@ RDEPEND="
        dev-perl/Nagios-Status-HostStatus
        dev-perl/Nagios-Status-ServiceStatus
        dev-perl/Sys-CpuLoad
-       dev-perl/yaml
+       dev-perl/YAML
        virtual/perl-Text-ParseWords
-       icinga? ( net-analyzer/icinga )
-       !icinga? ( net-analyzer/nagios )
+       || (
+               net-analyzer/icinga
+               net-analyzer/nagios
+       )
 "
 DEPEND="${RDEPEND}"
 

Reply via email to