public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/iftop: ChangeLog iftop-1.0_pre2.ebuild
@ 2012-05-29 19:38 Justin Lecher (jlec)
  0 siblings, 0 replies; 9+ messages in thread
From: Justin Lecher (jlec) @ 2012-05-29 19:38 UTC (permalink / raw
  To: gentoo-commits

jlec        12/05/29 19:38:31

  Modified:             ChangeLog
  Added:                iftop-1.0_pre2.ebuild
  Log:
  Non maintainer Version BUmp
  
  (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)

Revision  Changes    Path
1.43                 net-analyzer/iftop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	1 Jan 2010 17:36:43 -0000	1.42
+++ ChangeLog	29 May 2012 19:38:31 -0000	1.43
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/iftop
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.42 2010/01/01 17:36:43 fauli Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.43 2012/05/29 19:38:31 jlec Exp $
+
+*iftop-1.0_pre2 (29 May 2012)
+
+  29 May 2012; Justin Lecher <jlec@gentoo.org> +iftop-1.0_pre2.ebuild:
+  Non maintainer Version BUmp
 
   01 Jan 2010; Christian Faulhammer <fauli@gentoo.org> iftop-0.17.ebuild:
   Transfer Prefix keywords



1.1                  net-analyzer/iftop/iftop-1.0_pre2.ebuild

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

Index: iftop-1.0_pre2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild,v 1.1 2012/05/29 19:38:31 jlec Exp $

EAPI=4

inherit eutils

DESCRIPTION="display bandwidth usage on an interface"
SRC_URI="http://www.ex-parrot.com/~pdw/iftop/download/${P/_/}.tar.gz"
HOMEPAGE="http://www.ex-parrot.com/~pdw/iftop/"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""

DEPEND="
	net-libs/libpcap
	sys-libs/ncurses"

S="${WORKDIR}"/${P/_/}

src_install() {
	dosbin iftop
	doman iftop.8

	dodoc ChangeLog README "${FILESDIR}"/iftoprc
}






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

* [gentoo-commits] gentoo-x86 commit in net-analyzer/iftop: ChangeLog iftop-1.0_pre2.ebuild
@ 2012-05-29 19:49 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2012-05-29 19:49 UTC (permalink / raw
  To: gentoo-commits

jer         12/05/29 19:49:03

  Modified:             ChangeLog iftop-1.0_pre2.ebuild
  Log:
  Install AUTHORS. Remove unused inherit.
  
  (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)

Revision  Changes    Path
1.44                 net-analyzer/iftop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	29 May 2012 19:38:31 -0000	1.43
+++ ChangeLog	29 May 2012 19:49:02 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/iftop
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.43 2012/05/29 19:38:31 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.44 2012/05/29 19:49:02 jer Exp $
+
+  29 May 2012; Jeroen Roovers <jer@gentoo.org> iftop-1.0_pre2.ebuild:
+  Install AUTHORS. Remove unused inherit.
 
 *iftop-1.0_pre2 (29 May 2012)
 



1.2                  net-analyzer/iftop/iftop-1.0_pre2.ebuild

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

Index: iftop-1.0_pre2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iftop-1.0_pre2.ebuild	29 May 2012 19:38:31 -0000	1.1
+++ iftop-1.0_pre2.ebuild	29 May 2012 19:49:02 -0000	1.2
@@ -1,11 +1,9 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild,v 1.1 2012/05/29 19:38:31 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild,v 1.2 2012/05/29 19:49:02 jer Exp $
 
 EAPI=4
 
-inherit eutils
-
 DESCRIPTION="display bandwidth usage on an interface"
 SRC_URI="http://www.ex-parrot.com/~pdw/iftop/download/${P/_/}.tar.gz"
 HOMEPAGE="http://www.ex-parrot.com/~pdw/iftop/"
@@ -25,5 +23,5 @@
 	dosbin iftop
 	doman iftop.8
 
-	dodoc ChangeLog README "${FILESDIR}"/iftoprc
+	dodoc AUTHORS ChangeLog README "${FILESDIR}"/iftoprc
 }






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

* [gentoo-commits] gentoo-x86 commit in net-analyzer/iftop: ChangeLog iftop-1.0_pre2.ebuild
@ 2012-05-30  9:03 Lars Wendler (polynomial-c)
  0 siblings, 0 replies; 9+ messages in thread
From: Lars Wendler (polynomial-c) @ 2012-05-30  9:03 UTC (permalink / raw
  To: gentoo-commits

polynomial-c    12/05/30 09:03:44

  Modified:             ChangeLog iftop-1.0_pre2.ebuild
  Log:
  We need libpcap with ipv6 support or else iftop doesn't work at all
  
  (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)

Revision  Changes    Path
1.45                 net-analyzer/iftop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	29 May 2012 19:49:02 -0000	1.44
+++ ChangeLog	30 May 2012 09:03:43 -0000	1.45
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/iftop
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.44 2012/05/29 19:49:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.45 2012/05/30 09:03:43 polynomial-c Exp $
+
+  30 May 2012; Lars Wendler <polynomial-c@gentoo.org> iftop-1.0_pre2.ebuild:
+  Non-maintainer commit: We need libpcap with ipv6 support or else iftop
+  doesn't work at all.
 
   29 May 2012; Jeroen Roovers <jer@gentoo.org> iftop-1.0_pre2.ebuild:
   Install AUTHORS. Remove unused inherit.



1.3                  net-analyzer/iftop/iftop-1.0_pre2.ebuild

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

Index: iftop-1.0_pre2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- iftop-1.0_pre2.ebuild	29 May 2012 19:49:02 -0000	1.2
+++ iftop-1.0_pre2.ebuild	30 May 2012 09:03:43 -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/iftop/iftop-1.0_pre2.ebuild,v 1.2 2012/05/29 19:49:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild,v 1.3 2012/05/30 09:03:43 polynomial-c Exp $
 
 EAPI=4
 
@@ -13,8 +13,9 @@
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
+# We need libpcap with ipv6 support or else iftop doesn't work at all.
 DEPEND="
-	net-libs/libpcap
+	net-libs/libpcap[ipv6]
 	sys-libs/ncurses"
 
 S="${WORKDIR}"/${P/_/}






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

* [gentoo-commits] gentoo-x86 commit in net-analyzer/iftop: ChangeLog iftop-1.0_pre2.ebuild
@ 2012-07-23 12:27 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 9+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-07-23 12:27 UTC (permalink / raw
  To: gentoo-commits

blueness    12/07/23 12:27:07

  Modified:             ChangeLog iftop-1.0_pre2.ebuild
  Log:
  Keyword ~mips
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.46                 net-analyzer/iftop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	30 May 2012 09:03:43 -0000	1.45
+++ ChangeLog	23 Jul 2012 12:27:07 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/iftop
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.45 2012/05/30 09:03:43 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.46 2012/07/23 12:27:07 blueness Exp $
+
+  23 Jul 2012; Anthony G. Basile <blueness@gentoo.org> iftop-1.0_pre2.ebuild:
+  Keyword ~mips
 
   30 May 2012; Lars Wendler <polynomial-c@gentoo.org> iftop-1.0_pre2.ebuild:
   Non-maintainer commit: We need libpcap with ipv6 support or else iftop



1.4                  net-analyzer/iftop/iftop-1.0_pre2.ebuild

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

Index: iftop-1.0_pre2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- iftop-1.0_pre2.ebuild	30 May 2012 09:03:43 -0000	1.3
+++ iftop-1.0_pre2.ebuild	23 Jul 2012 12:27: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/iftop/iftop-1.0_pre2.ebuild,v 1.3 2012/05/30 09:03:43 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild,v 1.4 2012/07/23 12:27:07 blueness Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 # We need libpcap with ipv6 support or else iftop doesn't work at all.





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

* [gentoo-commits] gentoo-x86 commit in net-analyzer/iftop: ChangeLog iftop-1.0_pre2.ebuild
@ 2013-01-18 14:55 Lars Wendler (polynomial-c)
  0 siblings, 0 replies; 9+ messages in thread
From: Lars Wendler (polynomial-c) @ 2013-01-18 14:55 UTC (permalink / raw
  To: gentoo-commits

polynomial-c    13/01/18 14:55:17

  Modified:             ChangeLog iftop-1.0_pre2.ebuild
  Log:
  Removed ipv6 dependency now that a proper fix went into libpcap (bug #452832)
  
  (Portage version: 2.2.0_alpha154/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)

Revision  Changes    Path
1.47                 net-analyzer/iftop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	23 Jul 2012 12:27:07 -0000	1.46
+++ ChangeLog	18 Jan 2013 14:55:17 -0000	1.47
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/iftop
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.46 2012/07/23 12:27:07 blueness Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.47 2013/01/18 14:55:17 polynomial-c Exp $
+
+  18 Jan 2013; Lars Wendler <polynomial-c@gentoo.org> iftop-1.0_pre2.ebuild:
+  non-maintaienr commit: Removed ipv6 dependency now that a proper fix went
+  into libpcap (bug #452832).
 
   23 Jul 2012; Anthony G. Basile <blueness@gentoo.org> iftop-1.0_pre2.ebuild:
   Keyword ~mips



1.5                  net-analyzer/iftop/iftop-1.0_pre2.ebuild

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

Index: iftop-1.0_pre2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- iftop-1.0_pre2.ebuild	23 Jul 2012 12:27:07 -0000	1.4
+++ iftop-1.0_pre2.ebuild	18 Jan 2013 14:55:17 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild,v 1.4 2012/07/23 12:27:07 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild,v 1.5 2013/01/18 14:55:17 polynomial-c Exp $
 
 EAPI=4
 
@@ -13,9 +13,8 @@
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
-# We need libpcap with ipv6 support or else iftop doesn't work at all.
 DEPEND="
-	net-libs/libpcap[ipv6]
+	net-libs/libpcap
 	sys-libs/ncurses"
 
 S="${WORKDIR}"/${P/_/}





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

* [gentoo-commits] gentoo-x86 commit in net-analyzer/iftop: ChangeLog iftop-1.0_pre2.ebuild
@ 2013-11-27 12:25 JosA MarAa Alonso (nimiux)
  0 siblings, 0 replies; 9+ messages in thread
From: JosA MarAa Alonso (nimiux) @ 2013-11-27 12:25 UTC (permalink / raw
  To: gentoo-commits

nimiux      13/11/27 12:25:45

  Modified:             ChangeLog iftop-1.0_pre2.ebuild
  Log:
  Stable for amd64 wrt bug #490078
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D628E536)

Revision  Changes    Path
1.50                 net-analyzer/iftop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	22 Aug 2013 17:01:28 -0000	1.49
+++ ChangeLog	27 Nov 2013 12:25:45 -0000	1.50
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/iftop
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.49 2013/08/22 17:01:28 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.50 2013/11/27 12:25:45 nimiux Exp $
+
+  27 Nov 2013; Chema Alonso <nimiux@gentoo.org> iftop-1.0_pre2.ebuild:
+  Stable for amd64 wrt bug #490078
 
   22 Aug 2013; Michael Weber <xmw@gentoo.org> iftop-1.0_pre2.ebuild:
   Add ~arm keyword



1.8                  net-analyzer/iftop/iftop-1.0_pre2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild?r1=1.7&r2=1.8

Index: iftop-1.0_pre2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- iftop-1.0_pre2.ebuild	22 Aug 2013 17:01:28 -0000	1.7
+++ iftop-1.0_pre2.ebuild	27 Nov 2013 12:25:45 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild,v 1.7 2013/08/22 17:01:28 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild,v 1.8 2013/11/27 12:25:45 nimiux Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND="





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

* [gentoo-commits] gentoo-x86 commit in net-analyzer/iftop: ChangeLog iftop-1.0_pre2.ebuild
@ 2013-12-12 17:03 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2013-12-12 17:03 UTC (permalink / raw
  To: gentoo-commits

jer         13/12/12 17:03:56

  Modified:             ChangeLog iftop-1.0_pre2.ebuild
  Log:
  Stable for HPPA (bug #490078).
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.52                 net-analyzer/iftop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	12 Dec 2013 17:02:26 -0000	1.51
+++ ChangeLog	12 Dec 2013 17:03:56 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/iftop
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.51 2013/12/12 17:02:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.52 2013/12/12 17:03:56 jer Exp $
+
+  12 Dec 2013; Jeroen Roovers <jer@gentoo.org> iftop-1.0_pre2.ebuild:
+  Stable for HPPA (bug #490078).
 
   12 Dec 2013; Jeroen Roovers <jer@gentoo.org> iftop-1.0_pre2.ebuild,
   +files/iftop-1.0_pre2-pthread.patch, +files/ax_pthread.m4:



1.10                 net-analyzer/iftop/iftop-1.0_pre2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild?r1=1.9&r2=1.10

Index: iftop-1.0_pre2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- iftop-1.0_pre2.ebuild	12 Dec 2013 17:02:26 -0000	1.9
+++ iftop-1.0_pre2.ebuild	12 Dec 2013 17:03:56 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild,v 1.9 2013/12/12 17:02:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild,v 1.10 2013/12/12 17:03:56 jer Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND="





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

* [gentoo-commits] gentoo-x86 commit in net-analyzer/iftop: ChangeLog iftop-1.0_pre2.ebuild
@ 2013-12-13  7:31 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 9+ messages in thread
From: Sergey Popov (pinkbyte) @ 2013-12-13  7:31 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    13/12/13 07:31:32

  Modified:             ChangeLog iftop-1.0_pre2.ebuild
  Log:
  Stable on x86, wrt bug #490078
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)

Revision  Changes    Path
1.53                 net-analyzer/iftop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	12 Dec 2013 17:03:56 -0000	1.52
+++ ChangeLog	13 Dec 2013 07:31:32 -0000	1.53
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/iftop
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.52 2013/12/12 17:03:56 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.53 2013/12/13 07:31:32 pinkbyte Exp $
+
+  13 Dec 2013; Sergey Popov <pinkbyte@gentoo.org> iftop-1.0_pre2.ebuild:
+  Stable on x86, wrt bug #490078
 
   12 Dec 2013; Jeroen Roovers <jer@gentoo.org> iftop-1.0_pre2.ebuild:
   Stable for HPPA (bug #490078).



1.11                 net-analyzer/iftop/iftop-1.0_pre2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild?r1=1.10&r2=1.11

Index: iftop-1.0_pre2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- iftop-1.0_pre2.ebuild	12 Dec 2013 17:03:56 -0000	1.10
+++ iftop-1.0_pre2.ebuild	13 Dec 2013 07:31:32 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild,v 1.10 2013/12/12 17:03:56 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild,v 1.11 2013/12/13 07:31:32 pinkbyte Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND="





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

* [gentoo-commits] gentoo-x86 commit in net-analyzer/iftop: ChangeLog iftop-1.0_pre2.ebuild
@ 2014-06-05 11:34 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2014-06-05 11:34 UTC (permalink / raw
  To: gentoo-commits

jer         14/06/05 11:34:06

  Modified:             ChangeLog iftop-1.0_pre2.ebuild
  Log:
  Add DEPEND=virtual/pkgconfig by dE (bug #512466).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.64                 net-analyzer/iftop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	3 Jun 2014 00:57:48 -0000	1.63
+++ ChangeLog	5 Jun 2014 11:34:06 -0000	1.64
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/iftop
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.63 2014/06/03 00:57:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.64 2014/06/05 11:34:06 jer Exp $
+
+  05 Jun 2014; Jeroen Roovers <jer@gentoo.org> iftop-1.0_pre2.ebuild:
+  Add DEPEND=virtual/pkgconfig by dE (bug #512466).
 
   03 Jun 2014; Jeroen Roovers <jer@gentoo.org> iftop-1.0_pre4.ebuild:
   Stable for HPPA (bug #511716).



1.14                 net-analyzer/iftop/iftop-1.0_pre2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild?r1=1.13&r2=1.14

Index: iftop-1.0_pre2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- iftop-1.0_pre2.ebuild	20 Feb 2014 14:58:11 -0000	1.13
+++ iftop-1.0_pre2.ebuild	5 Jun 2014 11:34:06 -0000	1.14
@@ -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/iftop/iftop-1.0_pre2.ebuild,v 1.13 2014/02/20 14:58:11 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild,v 1.14 2014/06/05 11:34:06 jer Exp $
 
 EAPI=5
 
@@ -15,9 +15,14 @@
 KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
-DEPEND="
+RDEPEND="
 	net-libs/libpcap
-	sys-libs/ncurses"
+	sys-libs/ncurses
+"
+DEPEND="
+	${RDEPEND}
+	virtual/pkgconfig
+"
 
 S="${WORKDIR}"/${P/_/}
 





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

end of thread, other threads:[~2014-06-05 11:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-18 14:55 [gentoo-commits] gentoo-x86 commit in net-analyzer/iftop: ChangeLog iftop-1.0_pre2.ebuild Lars Wendler (polynomial-c)
  -- strict thread matches above, loose matches on Subject: below --
2014-06-05 11:34 Jeroen Roovers (jer)
2013-12-13  7:31 Sergey Popov (pinkbyte)
2013-12-12 17:03 Jeroen Roovers (jer)
2013-11-27 12:25 JosA MarAa Alonso (nimiux)
2012-07-23 12:27 Anthony G. Basile (blueness)
2012-05-30  9:03 Lars Wendler (polynomial-c)
2012-05-29 19:49 Jeroen Roovers (jer)
2012-05-29 19:38 Justin Lecher (jlec)

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