* [gentoo-commits] gentoo-x86 commit in net-analyzer/pmacct: pmacct-0.14.3.ebuild ChangeLog
@ 2013-05-09 3:03 Jeroen Roovers (jer)
0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2013-05-09 3:03 UTC (permalink / raw
To: gentoo-commits
jer 13/05/09 03:03:11
Modified: ChangeLog
Added: pmacct-0.14.3.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.90 net-analyzer/pmacct/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/ChangeLog?rev=1.90&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/ChangeLog?rev=1.90&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/ChangeLog?r1=1.89&r2=1.90
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog 3 Feb 2013 19:32:38 -0000 1.89
+++ ChangeLog 9 May 2013 03:03:11 -0000 1.90
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/pmacct
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.89 2013/02/03 19:32:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.90 2013/05/09 03:03:11 jer Exp $
+
+*pmacct-0.14.3 (09 May 2013)
+
+ 09 May 2013; Jeroen Roovers <jer@gentoo.org> +pmacct-0.14.3.ebuild:
+ Version bump.
03 Feb 2013; Agostino Sarubbo <ago@gentoo.org> pmacct-0.14.2.ebuild:
Add ~ppc, wrt bug #453414
1.1 net-analyzer/pmacct/pmacct-0.14.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.3.ebuild?rev=1.1&content-type=text/plain
Index: pmacct-0.14.3.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.3.ebuild,v 1.1 2013/05/09 03:03:11 jer Exp $
EAPI=5
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 geoip ipv6 mongodb mysql postgres sqlite threads ulog"
DEPEND="
net-libs/libpcap
mongodb? ( dev-libs/mongo-c-driver )
mysql? ( virtual/mysql )
postgres? ( dev-db/postgresql-base )
sqlite? ( =dev-db/sqlite-3* )
"
RDEPEND="${DEPEND}"
DOCS=(
CONFIG-KEYS ChangeLog FAQS KNOWN-BUGS QUICKSTART README TODO TOOLS UPGRADE
docs/INTERNALS docs/PLUGINS docs/SIGNALS
)
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 AR RANLIB
econf \
$(use_enable 64bit) \
$(use_enable debug) \
$(use_enable geoip) \
$(use_enable ipv6) \
$(use_enable mongodb) \
$(use_enable mysql) \
$(use_enable postgres pgsql) \
$(use_enable sqlite sqlite3) \
$(use_enable threads) \
$(use_enable ulog)
}
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] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/pmacct: pmacct-0.14.3.ebuild ChangeLog
@ 2014-08-27 12:29 Agostino Sarubbo (ago)
0 siblings, 0 replies; 2+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-08-27 12:29 UTC (permalink / raw
To: gentoo-commits
ago 14/08/27 12:29:27
Modified: pmacct-0.14.3.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #499966
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 net-analyzer/pmacct/pmacct-0.14.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.3.ebuild?r1=1.4&r2=1.5
Index: pmacct-0.14.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pmacct-0.14.3.ebuild 21 Aug 2014 17:20:42 -0000 1.4
+++ pmacct-0.14.3.ebuild 27 Aug 2014 12:29:27 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.3.ebuild,v 1.4 2014/08/21 17:20:42 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.3.ebuild,v 1.5 2014/08/27 12:29:27 ago Exp $
EAPI=5
inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
IUSE="64bit debug geoip ipv6 mongodb mysql postgres sqlite threads ulog"
DEPEND="
1.100 net-analyzer/pmacct/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/ChangeLog?rev=1.100&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/ChangeLog?rev=1.100&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/ChangeLog?r1=1.99&r2=1.100
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog 21 Aug 2014 17:20:42 -0000 1.99
+++ ChangeLog 27 Aug 2014 12:29:27 -0000 1.100
@@ -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.99 2014/08/21 17:20:42 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.100 2014/08/27 12:29:27 ago Exp $
+
+ 27 Aug 2014; Agostino Sarubbo <ago@gentoo.org> pmacct-0.14.3.ebuild:
+ Stable for ppc, wrt bug #499966
21 Aug 2014; Chema Alonso <nimiux@gentoo.org> pmacct-0.14.3.ebuild:
Stable for amd64 wrt bug #499966
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-27 12:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-27 12:29 [gentoo-commits] gentoo-x86 commit in net-analyzer/pmacct: pmacct-0.14.3.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2013-05-09 3:03 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