* [gentoo-commits] gentoo-x86 commit in net-analyzer/ntop: ChangeLog ntop-4.0.1.ebuild
@ 2010-09-24 19:39 Alin Nastac (mrness)
0 siblings, 0 replies; 6+ messages in thread
From: Alin Nastac (mrness) @ 2010-09-24 19:39 UTC (permalink / raw
To: gentoo-commits
mrness 10/09/24 19:39:45
Modified: ChangeLog
Added: ntop-4.0.1.ebuild
Log:
Version bump (#329577).
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.94 net-analyzer/ntop/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ChangeLog?rev=1.94&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ChangeLog?rev=1.94&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ChangeLog?r1=1.93&r2=1.94
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog 31 Jan 2010 13:37:03 -0000 1.93
+++ ChangeLog 24 Sep 2010 19:39:45 -0000 1.94
@@ -1,6 +1,12 @@
# ChangeLog for net-analyzer/ntop
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.93 2010/01/31 13:37:03 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.94 2010/09/24 19:39:45 mrness Exp $
+
+*ntop-4.0.1 (24 Sep 2010)
+
+ 24 Sep 2010; Alin Năstac <mrness@gentoo.org> +ntop-4.0.1.ebuild,
+ +files/ntop-4.0.1-gentoo.patch:
+ Version bump (#329577).
31 Jan 2010; Richard Freeman <rich0@gentoo.org> ntop-3.3.10-r2.ebuild:
amd64 stable - 281956
1.1 net-analyzer/ntop/ntop-4.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ntop-4.0.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ntop-4.0.1.ebuild?rev=1.1&content-type=text/plain
Index: ntop-4.0.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-4.0.1.ebuild,v 1.1 2010/09/24 19:39:45 mrness Exp $
EAPI="2"
inherit eutils autotools
DESCRIPTION="Network traffic analyzer with web interface"
HOMEPAGE="http://www.ntop.org/ntop.html"
SRC_URI="mirror://sourceforge/ntop/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="ipv6 ssl"
#snmp support is disabled
#snmp? ( net-analyzer/net-snmp )
COMMON_DEPEND="sys-apps/gawk
dev-lang/perl
sys-libs/gdbm
dev-libs/libevent
net-libs/libpcap
media-libs/gd
media-libs/libpng
net-analyzer/rrdtool
ssl? ( dev-libs/openssl )
sys-libs/zlib
>=dev-libs/geoip-1.4.5
>=dev-lang/lua-5.1.4"
DEPEND="${COMMON_DEPEND}
>=sys-devel/libtool-1.4"
# Needed by xmldumpPlugin - couldn't get it to work
# dev-libs/gdome2
# >=dev-libs/glib-2"
RDEPEND="${COMMON_DEPEND}
media-fonts/corefonts
media-gfx/graphviz
net-misc/wget
app-arch/gzip"
pkg_setup() {
# snmp doesn't compile in this release, disabled for now
#if use snmp ; then
# ewarn "snmp plugin is under development and upstream does not recommend"
# ewarn "it for usage in production environment."
# if ! use ipv6 ; then
# echo
# eerror "snmp plugin has compilation problems without ipv6 support."
# eerror "For additional information see bug #121497."
# die "snmp without ipv6 is broken"
# else
# if ! built_with_use net-analyzer/net-snmp ipv6 ; then
# echo
# eerror "You have both ipv6 and snmp enabled."
# eerror "This require ipv6 support in net-analyzer/net-snmp."
# eerror "However, net-analyzer/net-snmp was compiled with ipv6 flag disabled."
# eerror "Please, re-emerge net-analyzer/net-snmp with USE=\"ipv6\"."
# die "net-analyzer/net-snmp was build without ipv6."
# fi
# fi
#fi
enewgroup ntop
enewuser ntop -1 -1 /var/lib/ntop ntop
}
src_prepare() {
epatch "${FILESDIR}"/${P}-gentoo.patch
cat acinclude.m4.in acinclude.m4.ntop > acinclude.m4
eautoreconf
}
src_configure() {
# force disable xmldumpPlugin
export \
ac_cv_header_glib_h=no \
ac_cv_header_glibconfig_h=no \
ac_cv_header_gdome_h=no \
ac_cv_lib_glib_g_date_julian=no \
ac_cv_lib_xml2_xmlCheckVersion=no \
ac_cv_lib_gdome_gdome_di_saveDocToFile=no
econf \
$(use_enable ipv6) \
$(use_with ssl) \
--with-rrd-home=/usr/lib \
--disable-snmp \
|| die "configure problem"
# $(use_enable snmp)
}
src_install() {
LC_ALL=C # apparently doesn't work with some locales (#191576 and #205382)
emake DESTDIR="${D}" install || die "install problem"
keepdir /var/lib/ntop &&
fowners ntop:ntop /var/lib/ntop &&
fperms 750 /var/lib/ntop ||
die "failed to prepare /var/lib/ntop dir"
insinto /var/lib/ntop
local f
for f in GeoIPASNum.dat GeoLiteCity.dat; do
# Don't install included GeoIP files if newer versions are available
[ -f "${ROOT}/var/lib/ntop/${f}" ] ||
doins "3rd_party/${f}" ||
die "failed to install ${f}"
done
dodoc AUTHORS CONTENTS ChangeLog MANIFESTO NEWS
dodoc PORTING README SUPPORT_NTOP.txt THANKS $(find docs -type f)
newinitd "${FILESDIR}"/ntop-initd ntop
newconfd "${FILESDIR}"/ntop-confd ntop
exeinto /etc/cron.monthly
doexe "${FILESDIR}"/ntop-update-geoip-db
}
pkg_postinst() {
elog "If this is the first time you install ntop, you need to run"
elog "following command before starting ntop service:"
elog " ntop --set-admin-password"
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/ntop: ChangeLog ntop-4.0.1.ebuild
@ 2011-07-26 16:51 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 6+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-07-26 16:51 UTC (permalink / raw
To: gentoo-commits
xarthisius 11/07/26 16:51:48
Modified: ChangeLog ntop-4.0.1.ebuild
Log:
ppc/ppc64 stable wrt #376057
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Revision Changes Path
1.96 net-analyzer/ntop/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ChangeLog?rev=1.96&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ChangeLog?rev=1.96&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ChangeLog?r1=1.95&r2=1.96
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog 26 May 2011 16:18:18 -0000 1.95
+++ ChangeLog 26 Jul 2011 16:51:48 -0000 1.96
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/ntop
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.95 2011/05/26 16:18:18 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.96 2011/07/26 16:51:48 xarthisius Exp $
+
+ 26 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> ntop-4.0.1.ebuild:
+ ppc/ppc64 stable wrt #376057
*ntop-4.0.3 (26 May 2011)
1.2 net-analyzer/ntop/ntop-4.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ntop-4.0.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ntop-4.0.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ntop-4.0.1.ebuild?r1=1.1&r2=1.2
Index: ntop-4.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-4.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ntop-4.0.1.ebuild 24 Sep 2010 19:39:45 -0000 1.1
+++ ntop-4.0.1.ebuild 26 Jul 2011 16:51:48 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-4.0.1.ebuild,v 1.1 2010/09/24 19:39:45 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-4.0.1.ebuild,v 1.2 2011/07/26 16:51:48 xarthisius Exp $
EAPI="2"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="ipv6 ssl"
#snmp support is disabled
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/ntop: ChangeLog ntop-4.0.1.ebuild
@ 2011-07-26 17:46 Jeroen Roovers (jer)
0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2011-07-26 17:46 UTC (permalink / raw
To: gentoo-commits
jer 11/07/26 17:46:16
Modified: ChangeLog ntop-4.0.1.ebuild
Log:
Stable for HPPA (bug #376057).
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
Revision Changes Path
1.97 net-analyzer/ntop/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ChangeLog?rev=1.97&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ChangeLog?rev=1.97&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ChangeLog?r1=1.96&r2=1.97
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog 26 Jul 2011 16:51:48 -0000 1.96
+++ ChangeLog 26 Jul 2011 17:46:16 -0000 1.97
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/ntop
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.96 2011/07/26 16:51:48 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.97 2011/07/26 17:46:16 jer Exp $
+
+ 26 Jul 2011; Jeroen Roovers <jer@gentoo.org> ntop-4.0.1.ebuild:
+ Stable for HPPA (bug #376057).
26 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> ntop-4.0.1.ebuild:
ppc/ppc64 stable wrt #376057
1.3 net-analyzer/ntop/ntop-4.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ntop-4.0.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ntop-4.0.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ntop-4.0.1.ebuild?r1=1.2&r2=1.3
Index: ntop-4.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-4.0.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ntop-4.0.1.ebuild 26 Jul 2011 16:51:48 -0000 1.2
+++ ntop-4.0.1.ebuild 26 Jul 2011 17:46:16 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-4.0.1.ebuild,v 1.2 2011/07/26 16:51:48 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-4.0.1.ebuild,v 1.3 2011/07/26 17:46:16 jer Exp $
EAPI="2"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="ipv6 ssl"
#snmp support is disabled
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/ntop: ChangeLog ntop-4.0.1.ebuild
@ 2011-07-26 21:21 Markus Meier (maekke)
0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2011-07-26 21:21 UTC (permalink / raw
To: gentoo-commits
maekke 11/07/26 21:21:22
Modified: ChangeLog ntop-4.0.1.ebuild
Log:
amd64/x86 stable, bug #376057
(Portage version: 2.1.10.7/cvs/Linux x86_64)
Revision Changes Path
1.98 net-analyzer/ntop/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ChangeLog?rev=1.98&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ChangeLog?rev=1.98&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ChangeLog?r1=1.97&r2=1.98
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog 26 Jul 2011 17:46:16 -0000 1.97
+++ ChangeLog 26 Jul 2011 21:21:22 -0000 1.98
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/ntop
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.97 2011/07/26 17:46:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.98 2011/07/26 21:21:22 maekke Exp $
+
+ 26 Jul 2011; Markus Meier <maekke@gentoo.org> ntop-4.0.1.ebuild:
+ amd64/x86 stable, bug #376057
26 Jul 2011; Jeroen Roovers <jer@gentoo.org> ntop-4.0.1.ebuild:
Stable for HPPA (bug #376057).
1.4 net-analyzer/ntop/ntop-4.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ntop-4.0.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ntop-4.0.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ntop-4.0.1.ebuild?r1=1.3&r2=1.4
Index: ntop-4.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-4.0.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ntop-4.0.1.ebuild 26 Jul 2011 17:46:16 -0000 1.3
+++ ntop-4.0.1.ebuild 26 Jul 2011 21:21:22 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-4.0.1.ebuild,v 1.3 2011/07/26 17:46:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-4.0.1.ebuild,v 1.4 2011/07/26 21:21:22 maekke Exp $
EAPI="2"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86"
IUSE="ipv6 ssl"
#snmp support is disabled
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/ntop: ChangeLog ntop-4.0.1.ebuild
@ 2011-08-07 15:18 Markus Meier (maekke)
0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2011-08-07 15:18 UTC (permalink / raw
To: gentoo-commits
maekke 11/08/07 15:18:10
Modified: ChangeLog ntop-4.0.1.ebuild
Log:
arm stable, bug #376057
(Portage version: 2.1.10.10/cvs/Linux x86_64)
Revision Changes Path
1.99 net-analyzer/ntop/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ChangeLog?rev=1.99&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ChangeLog?rev=1.99&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ChangeLog?r1=1.98&r2=1.99
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog 26 Jul 2011 21:21:22 -0000 1.98
+++ ChangeLog 7 Aug 2011 15:18:10 -0000 1.99
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/ntop
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.98 2011/07/26 21:21:22 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.99 2011/08/07 15:18:10 maekke Exp $
+
+ 07 Aug 2011; Markus Meier <maekke@gentoo.org> ntop-4.0.1.ebuild:
+ arm stable, bug #376057
26 Jul 2011; Markus Meier <maekke@gentoo.org> ntop-4.0.1.ebuild:
amd64/x86 stable, bug #376057
1.5 net-analyzer/ntop/ntop-4.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ntop-4.0.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ntop-4.0.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ntop-4.0.1.ebuild?r1=1.4&r2=1.5
Index: ntop-4.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-4.0.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ntop-4.0.1.ebuild 26 Jul 2011 21:21:22 -0000 1.4
+++ ntop-4.0.1.ebuild 7 Aug 2011 15:18:10 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-4.0.1.ebuild,v 1.4 2011/07/26 21:21:22 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-4.0.1.ebuild,v 1.5 2011/08/07 15:18:10 maekke Exp $
EAPI="2"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86"
IUSE="ipv6 ssl"
#snmp support is disabled
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/ntop: ChangeLog ntop-4.0.1.ebuild
@ 2011-08-07 16:53 Raul Porcel (armin76)
0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2011-08-07 16:53 UTC (permalink / raw
To: gentoo-commits
armin76 11/08/07 16:53:07
Modified: ChangeLog ntop-4.0.1.ebuild
Log:
ia64/s390/sh/sparc stable wrt #376057
(Portage version: 2.1.10.7/cvs/Linux ia64)
Revision Changes Path
1.100 net-analyzer/ntop/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ChangeLog?rev=1.100&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ChangeLog?rev=1.100&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ChangeLog?r1=1.99&r2=1.100
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog 7 Aug 2011 15:18:10 -0000 1.99
+++ ChangeLog 7 Aug 2011 16:53:07 -0000 1.100
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/ntop
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.99 2011/08/07 15:18:10 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.100 2011/08/07 16:53:07 armin76 Exp $
+
+ 07 Aug 2011; Raúl Porcel <armin76@gentoo.org> ntop-4.0.1.ebuild:
+ ia64/s390/sh/sparc stable wrt #376057
07 Aug 2011; Markus Meier <maekke@gentoo.org> ntop-4.0.1.ebuild:
arm stable, bug #376057
1.6 net-analyzer/ntop/ntop-4.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ntop-4.0.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ntop-4.0.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ntop-4.0.1.ebuild?r1=1.5&r2=1.6
Index: ntop-4.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-4.0.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ntop-4.0.1.ebuild 7 Aug 2011 15:18:10 -0000 1.5
+++ ntop-4.0.1.ebuild 7 Aug 2011 16:53:07 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-4.0.1.ebuild,v 1.5 2011/08/07 15:18:10 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-4.0.1.ebuild,v 1.6 2011/08/07 16:53:07 armin76 Exp $
EAPI="2"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
IUSE="ipv6 ssl"
#snmp support is disabled
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-08-07 16:53 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-26 17:46 [gentoo-commits] gentoo-x86 commit in net-analyzer/ntop: ChangeLog ntop-4.0.1.ebuild Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2011-08-07 16:53 Raul Porcel (armin76)
2011-08-07 15:18 Markus Meier (maekke)
2011-07-26 21:21 Markus Meier (maekke)
2011-07-26 16:51 Kacper Kowalik (xarthisius)
2010-09-24 19:39 Alin Nastac (mrness)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox