public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/jmbsvicetto:master commit in: net-im/nagibot/
@ 2013-08-15 12:10 Jorge Manuel B. S. Vicetto
  0 siblings, 0 replies; 6+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2013-08-15 12:10 UTC (permalink / raw
  To: gentoo-commits

commit:     c25bde7e9776e6a366e5f6e97ebe6d99ae474c49
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 15 12:16:44 2013 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Thu Aug 15 12:16:44 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/jmbsvicetto.git;a=commit;h=c25bde7e

It's dev-perl/yaml and not dev-perl/YAML.

---
 net-im/nagibot/nagibot-0.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/nagibot/nagibot-0.8.3.ebuild b/net-im/nagibot/nagibot-0.8.3.ebuild
index a33ef73..483d811 100644
--- a/net-im/nagibot/nagibot-0.8.3.ebuild
+++ b/net-im/nagibot/nagibot-0.8.3.ebuild
@@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="icinga"
 
 RDEPEND="
-	dev-perl/YAML
+	dev-perl/yaml
 	dev-perl/AnyEvent
 	dev-perl/AnyEvent-XMPP
 	dev-perl/Nagios-Status-HostStatus


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] dev/jmbsvicetto:master commit in: net-im/nagibot/
@ 2013-08-15 14:11 Jorge Manuel B. S. Vicetto
  0 siblings, 0 replies; 6+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2013-08-15 14:11 UTC (permalink / raw
  To: gentoo-commits

commit:     a4666daff1ac2ebcf85fd3c826b8ef16498f7aff
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 15 14:18:26 2013 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Thu Aug 15 14:18:26 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/jmbsvicetto.git;a=commit;h=a4666daf

Add missing dev-perl/common-sense dep.

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

diff --git a/net-im/nagibot/nagibot-0.8.3.ebuild b/net-im/nagibot/nagibot-0.8.3.ebuild
index 483d811..e1e5b5a 100644
--- a/net-im/nagibot/nagibot-0.8.3.ebuild
+++ b/net-im/nagibot/nagibot-0.8.3.ebuild
@@ -13,14 +13,15 @@ KEYWORDS="~amd64 ~x86"
 IUSE="icinga"
 
 RDEPEND="
-	dev-perl/yaml
+	dev-perl/common-sense
 	dev-perl/AnyEvent
 	dev-perl/AnyEvent-XMPP
+	dev-perl/File-Pid
 	dev-perl/Nagios-Status-HostStatus
 	dev-perl/Nagios-Status-ServiceStatus
-	virtual/perl-Text-ParseWords
 	dev-perl/Sys-CpuLoad
-	dev-perl/File-Pid
+	dev-perl/yaml
+	virtual/perl-Text-ParseWords
 	icinga? ( net-analyzer/icinga )
 	!icinga? ( net-analyzer/nagios )
 "


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] dev/jmbsvicetto:master commit in: net-im/nagibot/
@ 2013-08-15 14:41 Jorge Manuel B. S. Vicetto
  0 siblings, 0 replies; 6+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2013-08-15 14:41 UTC (permalink / raw
  To: gentoo-commits

commit:     d8eafd8d505aa51edfe38729f601e76ca8e6860d
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 15 14:47:30 2013 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Thu Aug 15 14:47:30 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/jmbsvicetto.git;a=commit;h=d8eafd8d

The dev-perl/common-sense dep is required by Object-Event, not nagibot.

---
 net-im/nagibot/nagibot-0.8.3.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-im/nagibot/nagibot-0.8.3.ebuild b/net-im/nagibot/nagibot-0.8.3.ebuild
index e1e5b5a..a838afe 100644
--- a/net-im/nagibot/nagibot-0.8.3.ebuild
+++ b/net-im/nagibot/nagibot-0.8.3.ebuild
@@ -13,7 +13,6 @@ KEYWORDS="~amd64 ~x86"
 IUSE="icinga"
 
 RDEPEND="
-	dev-perl/common-sense
 	dev-perl/AnyEvent
 	dev-perl/AnyEvent-XMPP
 	dev-perl/File-Pid


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] dev/jmbsvicetto:master commit in: net-im/nagibot/
@ 2016-05-08 23:46 Jorge Manuel B. S. Vicetto
  0 siblings, 0 replies; 6+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2016-05-08 23:46 UTC (permalink / raw
  To: gentoo-commits

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}"
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] dev/jmbsvicetto:master commit in: net-im/nagibot/
@ 2016-05-09  0:49 Jorge Manuel B. S. Vicetto
  0 siblings, 0 replies; 6+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2016-05-09  0:49 UTC (permalink / raw
  To: gentoo-commits

commit:     3776e7e634aa7f93301e8744681ef21ee2d03d14
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Mon May  9 00:49:04 2016 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Mon May  9 00:49:04 2016 +0000
URL:        https://gitweb.gentoo.org/dev/jmbsvicetto.git/commit/?id=3776e7e6

net-im/nagibot Bump to release 0.8.4.

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

 net-im/nagibot/Manifest             |  1 +
 net-im/nagibot/nagibot-0.8.4.ebuild | 67 +++++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

diff --git a/net-im/nagibot/Manifest b/net-im/nagibot/Manifest
index 7fadbe9..91ecb9b 100644
--- a/net-im/nagibot/Manifest
+++ b/net-im/nagibot/Manifest
@@ -1 +1,2 @@
 DIST Nagibot-v0.8.3.tar.gz 15781 SHA256 68c3b160cfc27a6e8e231fd7ddfc97f21cb0c5908451e10b6797dbc80befc813 SHA512 1e3eb004549f2f323e2c59f83c3ae5a8461bc38e90d51dbd9b878ccee1b56db49285485b532f9a5b17cef1b7105ec4879ce73761670444695da126f4032ea752 WHIRLPOOL 3694f23f57f16975baa924fa7a42ee9ee0032fba0133540e7681ffa75232f043ba12de186ec47c9df81a23344a06b337aede9dab6af73b2505634af616f10c78
+DIST Nagibot-v0.8.4.tar.gz 16320 SHA256 4f6dc7bdac252a6af9f88a4bea8eb9d521883691538672a9ccb0e90defee8705 SHA512 64a07093e935f5db33a16eebc66da1d263ceb405dea8840d963cfead5904dbc6f8544931a3d674367af1a5e17b0bea3bf018a7682532192f8e59d7c6d5c4bbc5 WHIRLPOOL 4d8b2c95ffcc20457e3cb6930b4b58b6caacb214383c451a0ee0d51f5fc6a463a4dca7d79f27f3d67f11275b8243d21af924cb98d3d50d6140628392c8efe261

diff --git a/net-im/nagibot/nagibot-0.8.4.ebuild b/net-im/nagibot/nagibot-0.8.4.ebuild
new file mode 100644
index 0000000..c88f418
--- /dev/null
+++ b/net-im/nagibot/nagibot-0.8.4.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MY_PN="Nagibot"
+MY_PV="v${PV}"
+MY_P="${MY_PN}-${MY_PV}"
+DESCRIPTION="Perl extension that uses XMPP for nagios notifications"
+HOMEPAGE="https://github.com/ajobs/NagiBot"
+SRC_URI="https://github.com/ajobs/${MY_PN}/releases/download/${MY_PV}/${MY_P}.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-perl/AnyEvent
+	dev-perl/AnyEvent-XMPP
+	dev-perl/File-Pid
+	dev-perl/Nagios-Status-HostStatus
+	dev-perl/Nagios-Status-ServiceStatus
+	dev-perl/Sys-CpuLoad
+	dev-perl/YAML
+	virtual/perl-Text-ParseWords
+	|| (
+		net-analyzer/icinga
+		net-analyzer/nagios
+	)
+"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_PN}-v${PV}"
+SRC_TEST="do"
+
+src_prepare() {
+	sed -i -e "s:!/opt/perl/bin/perl:!/usr/bin/perl:" nagibot.pl
+
+	cp "${FILESDIR}/nagibot.conf" "${S}"
+	cp "${FILESDIR}/nagibot.cfg" "${S}"
+	if ( use icinga ); then
+		sed -i -e "s:PREFIX=nagios:PREFIX=icinga:" nagibot.conf
+
+		sed -i -e "s:PREFIX:icinga:" nagibot.cfg
+	else
+		sed -i -e "s:PREFIX:nagios:" nagibot.cfg
+	fi
+}
+
+src_install() {
+	dobin nagibot.pl
+	newinitd "${FILESDIR}/nagibot.init" nagibot
+	newconfd "nagibot.conf" nagibot
+	dodir /etc/nagibot
+	insinto /etc/nagibot
+	doins nagibot.cfg
+
+	dodoc INSTALL README TODO Changes nagios-misccommands nagibot-example.conf
+}
+
+pkg_postinst() {
+	ewarn "Please check /etc/conf.d/nagibot.conf and /etc/nagibot/nagibot.cfg"
+	ewarn "as you need to set a few variables. Don't forget to set JID, configure"
+	ewarn "the rooms and the ids to notify and set the password for the JID."
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] dev/jmbsvicetto:master commit in: net-im/nagibot/
@ 2016-05-09  4:12 Jorge Manuel B. S. Vicetto
  0 siblings, 0 replies; 6+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2016-05-09  4:12 UTC (permalink / raw
  To: gentoo-commits

commit:     3f902e5d7fd01a667b20330cb7d40c4d10b30929
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Mon May  9 04:11:10 2016 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Mon May  9 04:11:10 2016 +0000
URL:        https://gitweb.gentoo.org/dev/jmbsvicetto.git/commit/?id=3f902e5d

net-im/nagibot Drop remaining icinga use flag mention and drop old version.

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

 net-im/nagibot/Manifest             |  1 -
 net-im/nagibot/nagibot-0.8.3.ebuild | 65 -------------------------------------
 net-im/nagibot/nagibot-0.8.4.ebuild |  8 +----
 3 files changed, 1 insertion(+), 73 deletions(-)

diff --git a/net-im/nagibot/Manifest b/net-im/nagibot/Manifest
index 91ecb9b..e6be642 100644
--- a/net-im/nagibot/Manifest
+++ b/net-im/nagibot/Manifest
@@ -1,2 +1 @@
-DIST Nagibot-v0.8.3.tar.gz 15781 SHA256 68c3b160cfc27a6e8e231fd7ddfc97f21cb0c5908451e10b6797dbc80befc813 SHA512 1e3eb004549f2f323e2c59f83c3ae5a8461bc38e90d51dbd9b878ccee1b56db49285485b532f9a5b17cef1b7105ec4879ce73761670444695da126f4032ea752 WHIRLPOOL 3694f23f57f16975baa924fa7a42ee9ee0032fba0133540e7681ffa75232f043ba12de186ec47c9df81a23344a06b337aede9dab6af73b2505634af616f10c78
 DIST Nagibot-v0.8.4.tar.gz 16320 SHA256 4f6dc7bdac252a6af9f88a4bea8eb9d521883691538672a9ccb0e90defee8705 SHA512 64a07093e935f5db33a16eebc66da1d263ceb405dea8840d963cfead5904dbc6f8544931a3d674367af1a5e17b0bea3bf018a7682532192f8e59d7c6d5c4bbc5 WHIRLPOOL 4d8b2c95ffcc20457e3cb6930b4b58b6caacb214383c451a0ee0d51f5fc6a463a4dca7d79f27f3d67f11275b8243d21af924cb98d3d50d6140628392c8efe261

diff --git a/net-im/nagibot/nagibot-0.8.3.ebuild b/net-im/nagibot/nagibot-0.8.3.ebuild
deleted file mode 100644
index 09d1f97..0000000
--- a/net-im/nagibot/nagibot-0.8.3.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_PN="Nagibot"
-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=""
-
-RDEPEND="
-	dev-perl/AnyEvent
-	dev-perl/AnyEvent-XMPP
-	dev-perl/File-Pid
-	dev-perl/Nagios-Status-HostStatus
-	dev-perl/Nagios-Status-ServiceStatus
-	dev-perl/Sys-CpuLoad
-	dev-perl/YAML
-	virtual/perl-Text-ParseWords
-	|| (
-		net-analyzer/icinga
-		net-analyzer/nagios
-	)
-"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_PN}-v${PV}"
-SRC_TEST="do"
-
-src_prepare() {
-	sed -i -e "s:!/opt/perl/bin/perl:!/usr/bin/perl:" nagibot.pl
-
-	cp "${FILESDIR}/nagibot.conf" "${S}"
-	cp "${FILESDIR}/nagibot.cfg" "${S}"
-	if ( use icinga ); then
-		sed -i -e "s:PREFIX=nagios:PREFIX=icinga:" nagibot.conf
-
-		sed -i -e "s:PREFIX:icinga:" nagibot.cfg
-	else
-		sed -i -e "s:PREFIX:nagios:" nagibot.cfg
-	fi
-}
-
-src_install() {
-	dobin nagibot.pl
-	newinitd "${FILESDIR}/nagibot.init" nagibot
-	newconfd "nagibot.conf" nagibot
-	dodir /etc/nagibot
-	insinto /etc/nagibot
-	doins nagibot.cfg
-
-	dodoc INSTALL README TODO Changes nagios-misccommands nagibot-example.conf
-}
-
-pkg_postinst() {
-	ewarn "Please check /etc/conf.d/nagibot.conf and /etc/nagibot/nagibot.cfg"
-	ewarn "as you need to set a few variables. Don't forget to set JID, configure"
-	ewarn "the rooms and the ids to notify and set the password for the JID."
-}

diff --git a/net-im/nagibot/nagibot-0.8.4.ebuild b/net-im/nagibot/nagibot-0.8.4.ebuild
index c88f418..c73e493 100644
--- a/net-im/nagibot/nagibot-0.8.4.ebuild
+++ b/net-im/nagibot/nagibot-0.8.4.ebuild
@@ -40,13 +40,7 @@ src_prepare() {
 
 	cp "${FILESDIR}/nagibot.conf" "${S}"
 	cp "${FILESDIR}/nagibot.cfg" "${S}"
-	if ( use icinga ); then
-		sed -i -e "s:PREFIX=nagios:PREFIX=icinga:" nagibot.conf
-
-		sed -i -e "s:PREFIX:icinga:" nagibot.cfg
-	else
-		sed -i -e "s:PREFIX:nagios:" nagibot.cfg
-	fi
+	sed -i -e "s:PREFIX:nagios:" nagibot.cfg
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-05-09  4:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-09  0:49 [gentoo-commits] dev/jmbsvicetto:master commit in: net-im/nagibot/ Jorge Manuel B. S. Vicetto
  -- strict thread matches above, loose matches on Subject: below --
2016-05-09  4:12 Jorge Manuel B. S. Vicetto
2016-05-08 23:46 Jorge Manuel B. S. Vicetto
2013-08-15 14:41 Jorge Manuel B. S. Vicetto
2013-08-15 14:11 Jorge Manuel B. S. Vicetto
2013-08-15 12:10 Jorge Manuel B. S. Vicetto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox