public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/cacti-spine: cacti-spine-0.8.8e.ebuild ChangeLog
@ 2015-07-14  5:26 Jeroen Roovers (jer)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2015-07-14  5:26 UTC (permalink / raw
  To: gentoo-commits

jer         15/07/14 05:26:17

  Modified:             ChangeLog
  Added:                cacti-spine-0.8.8e.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.45                 net-analyzer/cacti-spine/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	16 Jun 2015 04:33:58 -0000	1.44
+++ ChangeLog	14 Jul 2015 05:26:17 -0000	1.45
@@ -1,6 +1,13 @@
 # ChangeLog for net-analyzer/cacti-spine
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/ChangeLog,v 1.44 2015/06/16 04:33:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/ChangeLog,v 1.45 2015/07/14 05:26:17 jer Exp $
+
+*cacti-spine-0.8.8e (14 Jul 2015)
+
+  14 Jul 2015; Jeroen Roovers <jer@gentoo.org> +cacti-spine-0.8.8e.ebuild,
+  +files/cacti-spine-0.8.8e-fix-ac-macro.patch,
+  +files/cacti-spine-0.8.8e-net-snmp.patch:
+  Version bump.
 
   16 Jun 2015; Jeroen Roovers <jer@gentoo.org> -cacti-spine-0.8.7i.ebuild,
   -cacti-spine-0.8.8a.ebuild, -cacti-spine-0.8.8b.ebuild,



1.1                  net-analyzer/cacti-spine/cacti-spine-0.8.8e.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.8e.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.8e.ebuild?rev=1.1&content-type=text/plain

Index: cacti-spine-0.8.8e.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.8e.ebuild,v 1.1 2015/07/14 05:26:17 jer Exp $

EAPI=5
inherit autotools eutils

MY_P=${PN}-${PV/_p/-}

DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
HOMEPAGE="http://cacti.net/spine_info.php"
SRC_URI="http://www.cacti.net/downloads/spine/${MY_P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"

DEPEND="
	dev-libs/openssl:*
	net-analyzer/net-snmp
	virtual/mysql
"
RDEPEND="
	${DEPEND}
	>net-analyzer/cacti-0.8.8
"

src_prepare() {
	epatch \
		"${FILESDIR}"/${PN}-0.8.8e-fix-ac-macro.patch \
		"${FILESDIR}"/${PN}-0.8.8e-net-snmp.patch \
		"${FILESDIR}"/${PN}-0.8.8d-mysql.patch \
		"${FILESDIR}"/${PN}-0.8.8d-ping.patch \
		"${FILESDIR}"/${PN}-0.8.8d-snmp_spine_close.patch

	sed -i -e 's/^bin_PROGRAMS/sbin_PROGRAMS/' Makefile.am
	AT_M4DIR="config" eautoreconf
}

src_install() {
	dosbin spine
	insinto /etc/
	insopts -m0640 -o root
	newins spine.conf{.dist,}
	dodoc ChangeLog README
}





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

* [gentoo-commits] gentoo-x86 commit in net-analyzer/cacti-spine: cacti-spine-0.8.8e.ebuild ChangeLog
@ 2015-07-14 10:36 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-07-14 10:36 UTC (permalink / raw
  To: gentoo-commits

ago         15/07/14 10:36:20

  Modified:             cacti-spine-0.8.8e.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #554816
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  net-analyzer/cacti-spine/cacti-spine-0.8.8e.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.8e.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.8e.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.8e.ebuild?r1=1.1&r2=1.2

Index: cacti-spine-0.8.8e.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.8e.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cacti-spine-0.8.8e.ebuild	14 Jul 2015 05:26:17 -0000	1.1
+++ cacti-spine-0.8.8e.ebuild	14 Jul 2015 10:36:20 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.8e.ebuild,v 1.1 2015/07/14 05:26:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.8e.ebuild,v 1.2 2015/07/14 10:36:20 ago Exp $
 
 EAPI=5
 inherit autotools eutils
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86"
 
 DEPEND="
 	dev-libs/openssl:*



1.46                 net-analyzer/cacti-spine/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	14 Jul 2015 05:26:17 -0000	1.45
+++ ChangeLog	14 Jul 2015 10:36:20 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/cacti-spine
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/ChangeLog,v 1.45 2015/07/14 05:26:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/ChangeLog,v 1.46 2015/07/14 10:36:20 ago Exp $
+
+  14 Jul 2015; Agostino Sarubbo <ago@gentoo.org> cacti-spine-0.8.8e.ebuild:
+  Stable for amd64, wrt bug #554816
 
 *cacti-spine-0.8.8e (14 Jul 2015)
 





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

* [gentoo-commits] gentoo-x86 commit in net-analyzer/cacti-spine: cacti-spine-0.8.8e.ebuild ChangeLog
@ 2015-07-14 10:37 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-07-14 10:37 UTC (permalink / raw
  To: gentoo-commits

ago         15/07/14 10:37:07

  Modified:             cacti-spine-0.8.8e.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #554816
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  net-analyzer/cacti-spine/cacti-spine-0.8.8e.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.8e.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.8e.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.8e.ebuild?r1=1.2&r2=1.3

Index: cacti-spine-0.8.8e.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.8e.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cacti-spine-0.8.8e.ebuild	14 Jul 2015 10:36:20 -0000	1.2
+++ cacti-spine-0.8.8e.ebuild	14 Jul 2015 10:37:07 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.8e.ebuild,v 1.2 2015/07/14 10:36:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.8e.ebuild,v 1.3 2015/07/14 10:37:07 ago Exp $
 
 EAPI=5
 inherit autotools eutils
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86"
 
 DEPEND="
 	dev-libs/openssl:*



1.47                 net-analyzer/cacti-spine/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	14 Jul 2015 10:36:20 -0000	1.46
+++ ChangeLog	14 Jul 2015 10:37:07 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/cacti-spine
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/ChangeLog,v 1.46 2015/07/14 10:36:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/ChangeLog,v 1.47 2015/07/14 10:37:07 ago Exp $
+
+  14 Jul 2015; Agostino Sarubbo <ago@gentoo.org> cacti-spine-0.8.8e.ebuild:
+  Stable for x86, wrt bug #554816
 
   14 Jul 2015; Agostino Sarubbo <ago@gentoo.org> cacti-spine-0.8.8e.ebuild:
   Stable for amd64, wrt bug #554816





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

* [gentoo-commits] gentoo-x86 commit in net-analyzer/cacti-spine: cacti-spine-0.8.8e.ebuild ChangeLog
@ 2015-07-23  9:34 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-07-23  9:34 UTC (permalink / raw
  To: gentoo-commits

ago         15/07/23 09:34:27

  Modified:             cacti-spine-0.8.8e.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #554816
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  net-analyzer/cacti-spine/cacti-spine-0.8.8e.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.8e.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.8e.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.8e.ebuild?r1=1.4&r2=1.5

Index: cacti-spine-0.8.8e.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.8e.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cacti-spine-0.8.8e.ebuild	15 Jul 2015 04:39:54 -0000	1.4
+++ cacti-spine-0.8.8e.ebuild	23 Jul 2015 09:34:27 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.8e.ebuild,v 1.4 2015/07/15 04:39:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.8e.ebuild,v 1.5 2015/07/23 09:34:27 ago Exp $
 
 EAPI=5
 inherit autotools eutils
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 hppa ~ppc ~ppc64 sparc x86"
 
 DEPEND="
 	dev-libs/openssl:*



1.50                 net-analyzer/cacti-spine/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	18 Jul 2015 10:34:26 -0000	1.49
+++ ChangeLog	23 Jul 2015 09:34:27 -0000	1.50
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/cacti-spine
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/ChangeLog,v 1.49 2015/07/18 10:34:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/ChangeLog,v 1.50 2015/07/23 09:34:27 ago Exp $
+
+  23 Jul 2015; Agostino Sarubbo <ago@gentoo.org> cacti-spine-0.8.8e.ebuild:
+  Stable for sparc, wrt bug #554816
 
   18 Jul 2015; Jeroen Roovers <jer@gentoo.org> -cacti-spine-0.8.8d-r1.ebuild:
   Old.





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

end of thread, other threads:[~2015-07-23  9:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-14 10:37 [gentoo-commits] gentoo-x86 commit in net-analyzer/cacti-spine: cacti-spine-0.8.8e.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-07-23  9:34 Agostino Sarubbo (ago)
2015-07-14 10:36 Agostino Sarubbo (ago)
2015-07-14  5:26 Jeroen Roovers (jer)

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