public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/pmacct: ChangeLog pmacct-0.14.1.ebuild
@ 2012-08-23  3:18 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2012-08-23  3:18 UTC (permalink / raw
  To: gentoo-commits

jer         12/08/23 03:18:17

  Modified:             ChangeLog
  Added:                pmacct-0.14.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)

Revision  Changes    Path
1.81                 net-analyzer/pmacct/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog	16 Apr 2012 23:21:48 -0000	1.80
+++ ChangeLog	23 Aug 2012 03:18:17 -0000	1.81
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/pmacct
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.80 2012/04/16 23:21:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.81 2012/08/23 03:18:17 jer Exp $
+
+*pmacct-0.14.1 (23 Aug 2012)
+
+  23 Aug 2012; Jeroen Roovers <jer@gentoo.org> +pmacct-0.14.1.ebuild:
+  Version bump.
 
   16 Apr 2012; Jeroen Roovers <jer@gentoo.org> -pmacct-0.12.2.ebuild,
   -pmacct-0.12.3.ebuild, -pmacct-0.12.5.ebuild:



1.1                  net-analyzer/pmacct/pmacct-0.14.1.ebuild

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

Index: pmacct-0.14.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.1.ebuild,v 1.1 2012/08/23 03:18:17 jer Exp $

EAPI=4
inherit eutils toolchain-funcs

DESCRIPTION="A network tool to gather IP traffic information"
HOMEPAGE="http://www.pmacct.net/"
SRC_URI="http://www.pmacct.net/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="64bit debug ipv6 mysql postgres sqlite threads ulog"

RDEPEND="net-libs/libpcap
	mysql? ( virtual/mysql )
	postgres? ( dev-db/postgresql-base )
	sqlite? ( =dev-db/sqlite-3* )"
DEPEND="${RDEPEND}"
DOCS=(
	CONFIG-KEYS ChangeLog FAQS KNOWN-BUGS README TODO TOOLS UPGRADE
	docs/INTERNALS docs/PLUGINS docs/SIGNALS
)

src_prepare() {
	epatch "${FILESDIR}"/${PN}-0.12.0-gentoo.patch
}

src_configure() {
	tc-export CC
	econf \
		$(use_enable 64bit) \
		$(use_enable debug) \
		$(use_enable ipv6) \
		$(use_enable mysql) \
		$(use_enable postgres pgsql) \
		$(use_enable sqlite sqlite3) \
		$(use_enable threads) \
		$(use_enable ulog) \
		|| die "econf failed"
}

src_install() {
	default

	for dirname in examples sql; do
		docinto ${dirname}
		dodoc ${dirname}/*
	done

	newinitd "${FILESDIR}"/pmacctd-init.d pmacctd
	newconfd "${FILESDIR}"/pmacctd-conf.d pmacctd

	insinto /etc/pmacctd
	newins examples/pmacctd-imt.conf.example pmacctd.conf
}





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

* [gentoo-commits] gentoo-x86 commit in net-analyzer/pmacct: ChangeLog pmacct-0.14.1.ebuild
@ 2012-11-14 18:21 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2012-11-14 18:21 UTC (permalink / raw
  To: gentoo-commits

jer         12/11/14 18:21:49

  Modified:             ChangeLog pmacct-0.14.1.ebuild
  Log:
  Export AR and RANLIB for cross-compiling (bug #443122 by Denis M.).
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.84                 net-analyzer/pmacct/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog	3 Nov 2012 20:19:38 -0000	1.83
+++ ChangeLog	14 Nov 2012 18:21:49 -0000	1.84
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/pmacct
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.83 2012/11/03 20:19:38 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.84 2012/11/14 18:21:49 jer Exp $
+
+  14 Nov 2012; Jeroen Roovers <jer@gentoo.org> pmacct-0.14.1.ebuild:
+  Export AR and RANLIB for cross-compiling (bug #443122 by Denis M.).
 
   03 Nov 2012; Anthony G. Basile <blueness@gentoo.org> pmacct-0.14.1.ebuild:
   stable ppc, bug #441430



1.3                  net-analyzer/pmacct/pmacct-0.14.1.ebuild

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

Index: pmacct-0.14.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pmacct-0.14.1.ebuild	3 Nov 2012 20:19:38 -0000	1.2
+++ pmacct-0.14.1.ebuild	14 Nov 2012 18:21:49 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.1.ebuild,v 1.2 2012/11/03 20:19:38 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.1.ebuild,v 1.3 2012/11/14 18:21:49 jer Exp $
 
 EAPI=4
 inherit eutils toolchain-funcs
@@ -26,10 +26,13 @@
 
 src_prepare() {
 	epatch "${FILESDIR}"/${PN}-0.12.0-gentoo.patch
+	sed -i \
+		-e '/[[:space:]]ar /s|ar |$(AR) |g' \
+		$(find . -name Makefile.in) || die
 }
 
 src_configure() {
-	tc-export CC
+	tc-export CC AR RANLIB
 	econf \
 		$(use_enable 64bit) \
 		$(use_enable debug) \





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

* [gentoo-commits] gentoo-x86 commit in net-analyzer/pmacct: ChangeLog pmacct-0.14.1.ebuild
@ 2012-11-14 19:08 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-14 19:08 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/14 19:08:07

  Modified:             ChangeLog pmacct-0.14.1.ebuild
  Log:
  Stable for amd64, wrt bug #441430
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.85                 net-analyzer/pmacct/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog	14 Nov 2012 18:21:49 -0000	1.84
+++ ChangeLog	14 Nov 2012 19:08:07 -0000	1.85
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/pmacct
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.84 2012/11/14 18:21:49 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.85 2012/11/14 19:08:07 ago Exp $
+
+  14 Nov 2012; Agostino Sarubbo <ago@gentoo.org> pmacct-0.14.1.ebuild:
+  Stable for amd64, wrt bug #441430
 
   14 Nov 2012; Jeroen Roovers <jer@gentoo.org> pmacct-0.14.1.ebuild:
   Export AR and RANLIB for cross-compiling (bug #443122 by Denis M.).



1.4                  net-analyzer/pmacct/pmacct-0.14.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.1.ebuild?r1=1.3&r2=1.4

Index: pmacct-0.14.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pmacct-0.14.1.ebuild	14 Nov 2012 18:21:49 -0000	1.3
+++ pmacct-0.14.1.ebuild	14 Nov 2012 19:08:07 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.1.ebuild,v 1.3 2012/11/14 18:21:49 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.1.ebuild,v 1.4 2012/11/14 19:08:07 ago Exp $
 
 EAPI=4
 inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
 IUSE="64bit debug ipv6 mysql postgres sqlite threads ulog"
 
 RDEPEND="net-libs/libpcap





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

* [gentoo-commits] gentoo-x86 commit in net-analyzer/pmacct: ChangeLog pmacct-0.14.1.ebuild
@ 2012-11-20 20:10 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-20 20:10 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/20 20:10:51

  Modified:             ChangeLog pmacct-0.14.1.ebuild
  Log:
  Stable for x86, wrt bug #441430
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.86                 net-analyzer/pmacct/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	14 Nov 2012 19:08:07 -0000	1.85
+++ ChangeLog	20 Nov 2012 20:10:51 -0000	1.86
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/pmacct
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.85 2012/11/14 19:08:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.86 2012/11/20 20:10:51 ago Exp $
+
+  20 Nov 2012; Agostino Sarubbo <ago@gentoo.org> pmacct-0.14.1.ebuild:
+  Stable for x86, wrt bug #441430
 
   14 Nov 2012; Agostino Sarubbo <ago@gentoo.org> pmacct-0.14.1.ebuild:
   Stable for amd64, wrt bug #441430



1.5                  net-analyzer/pmacct/pmacct-0.14.1.ebuild

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

Index: pmacct-0.14.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pmacct-0.14.1.ebuild	14 Nov 2012 19:08:07 -0000	1.4
+++ pmacct-0.14.1.ebuild	20 Nov 2012 20:10:51 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.1.ebuild,v 1.4 2012/11/14 19:08:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.1.ebuild,v 1.5 2012/11/20 20:10:51 ago Exp $
 
 EAPI=4
 inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="64bit debug ipv6 mysql postgres sqlite threads ulog"
 
 RDEPEND="net-libs/libpcap





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

* [gentoo-commits] gentoo-x86 commit in net-analyzer/pmacct: ChangeLog pmacct-0.14.1.ebuild
@ 2014-08-27 13:37 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2014-08-27 13:37 UTC (permalink / raw
  To: gentoo-commits

jer         14/08/27 13:37:52

  Modified:             ChangeLog
  Removed:              pmacct-0.14.1.ebuild
  Log:
  Old.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.101                net-analyzer/pmacct/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog	27 Aug 2014 12:29:27 -0000	1.100
+++ ChangeLog	27 Aug 2014 13:37:52 -0000	1.101
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/pmacct
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.100 2014/08/27 12:29:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.101 2014/08/27 13:37:52 jer Exp $
+
+  27 Aug 2014; Jeroen Roovers <jer@gentoo.org> -pmacct-0.14.1.ebuild:
+  Old.
 
   27 Aug 2014; Agostino Sarubbo <ago@gentoo.org> pmacct-0.14.3.ebuild:
   Stable for ppc, wrt bug #499966





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

end of thread, other threads:[~2014-08-27 13:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-27 13:37 [gentoo-commits] gentoo-x86 commit in net-analyzer/pmacct: ChangeLog pmacct-0.14.1.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2012-11-20 20:10 Agostino Sarubbo (ago)
2012-11-14 19:08 Agostino Sarubbo (ago)
2012-11-14 18:21 Jeroen Roovers (jer)
2012-08-23  3:18 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