public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/iptstate: ChangeLog iptstate-2.2.5.ebuild
@ 2012-06-03  8:41 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-06-03  8:41 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/06/03 08:41:38

  Modified:             ChangeLog
  Added:                iptstate-2.2.5.ebuild
  Log:
  Version bump. Use correct license (ZLIB instead of as-is). Stop forcing -g and -O2 in CXXFLAGS.
  
  (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)

Revision  Changes    Path
1.38                 net-analyzer/iptstate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	5 Feb 2012 18:25:50 -0000	1.37
+++ ChangeLog	3 Jun 2012 08:41:38 -0000	1.38
@@ -1,6 +1,12 @@
 # ChangeLog for net-analyzer/iptstate
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v 1.37 2012/02/05 18:25:50 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v 1.38 2012/06/03 08:41:38 ssuominen Exp $
+
+*iptstate-2.2.5 (03 Jun 2012)
+
+  03 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> +iptstate-2.2.5.ebuild:
+  Version bump. Use correct license (ZLIB instead of as-is). Stop forcing -g
+  and -O2 in CXXFLAGS.
 
   05 Feb 2012; Raúl Porcel <armin76@gentoo.org> iptstate-2.2.1.ebuild,
   iptstate-2.2.2.ebuild, iptstate-2.2.3.ebuild:



1.1                  net-analyzer/iptstate/iptstate-2.2.5.ebuild

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

Index: iptstate-2.2.5.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-2.2.5.ebuild,v 1.1 2012/06/03 08:41:38 ssuominen Exp $

EAPI=4
inherit toolchain-funcs

DESCRIPTION="IP Tables State displays states being kept by iptables in a top-like format"
HOMEPAGE="http://www.phildev.net/iptstate/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"

LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~x86"
IUSE=""

RDEPEND=">=sys-libs/ncurses-5.7-r7
	>=net-libs/libnetfilter_conntrack-0.0.50"
DEPEND=${RDEPEND}

src_prepare() {
	sed -i \
		-e 's:?= -g -Wall -O2:+= -Wall:' \
		-e 's:$(CXX):& $(LDFLAGS):' \
		Makefile || die
}

src_compile() {
	tc-export CXX
	emake
}

src_install() {
	emake PREFIX="${D}"/usr install
	dodoc BUGS Changelog CONTRIB README WISHLIST
}






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

* [gentoo-commits] gentoo-x86 commit in net-analyzer/iptstate: ChangeLog iptstate-2.2.5.ebuild
@ 2012-06-03  8:45 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-06-03  8:45 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/06/03 08:45:16

  Modified:             ChangeLog iptstate-2.2.5.ebuild
  Log:
  Respect CPPFLAGS too.
  
  (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)

Revision  Changes    Path
1.40                 net-analyzer/iptstate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	3 Jun 2012 08:42:42 -0000	1.39
+++ ChangeLog	3 Jun 2012 08:45:16 -0000	1.40
@@ -1,6 +1,6 @@
 # ChangeLog for net-analyzer/iptstate
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v 1.39 2012/06/03 08:42:42 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v 1.40 2012/06/03 08:45:16 ssuominen Exp $
 
   03 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> -iptstate-2.2.1.ebuild,
   -files/iptstate-2.2.1-gcc43.patch, -iptstate-2.2.2.ebuild:
@@ -10,7 +10,7 @@
 
   03 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> +iptstate-2.2.5.ebuild:
   Version bump. Use correct license (ZLIB instead of as-is). Stop forcing -g
-  and -O2 in CXXFLAGS.
+  and -O2 in CXXFLAGS. Remove empty CPPFLAGS= to respect environment flags.
 
   05 Feb 2012; Raúl Porcel <armin76@gentoo.org> iptstate-2.2.1.ebuild,
   iptstate-2.2.2.ebuild, iptstate-2.2.3.ebuild:



1.2                  net-analyzer/iptstate/iptstate-2.2.5.ebuild

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

Index: iptstate-2.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-2.2.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iptstate-2.2.5.ebuild	3 Jun 2012 08:41:38 -0000	1.1
+++ iptstate-2.2.5.ebuild	3 Jun 2012 08:45:16 -0000	1.2
@@ -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/iptstate/iptstate-2.2.5.ebuild,v 1.1 2012/06/03 08:41:38 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-2.2.5.ebuild,v 1.2 2012/06/03 08:45:16 ssuominen Exp $
 
 EAPI=4
 inherit toolchain-funcs
@@ -21,6 +21,7 @@
 src_prepare() {
 	sed -i \
 		-e 's:?= -g -Wall -O2:+= -Wall:' \
+		-e '/^CPPFLAGS=/d' \
 		-e 's:$(CXX):& $(LDFLAGS):' \
 		Makefile || die
 }






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

* [gentoo-commits] gentoo-x86 commit in net-analyzer/iptstate: ChangeLog iptstate-2.2.5.ebuild
@ 2012-08-24 14:23 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-08-24 14:23 UTC (permalink / raw
  To: gentoo-commits

ago         12/08/24 14:23:13

  Modified:             ChangeLog iptstate-2.2.5.ebuild
  Log:
  Stable for amd64, wrt bug #429152
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.41                 net-analyzer/iptstate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	3 Jun 2012 08:45:16 -0000	1.40
+++ ChangeLog	24 Aug 2012 14:23:13 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/iptstate
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v 1.40 2012/06/03 08:45:16 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v 1.41 2012/08/24 14:23:13 ago Exp $
+
+  24 Aug 2012; Agostino Sarubbo <ago@gentoo.org> iptstate-2.2.5.ebuild:
+  Stable for amd64, wrt bug #429152
 
   03 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> -iptstate-2.2.1.ebuild,
   -files/iptstate-2.2.1-gcc43.patch, -iptstate-2.2.2.ebuild:



1.3                  net-analyzer/iptstate/iptstate-2.2.5.ebuild

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

Index: iptstate-2.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-2.2.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- iptstate-2.2.5.ebuild	3 Jun 2012 08:45:16 -0000	1.2
+++ iptstate-2.2.5.ebuild	24 Aug 2012 14:23:13 -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/iptstate/iptstate-2.2.5.ebuild,v 1.2 2012/06/03 08:45:16 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-2.2.5.ebuild,v 1.3 2012/08/24 14:23:13 ago Exp $
 
 EAPI=4
 inherit toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~x86"
 IUSE=""
 
 RDEPEND=">=sys-libs/ncurses-5.7-r7





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

* [gentoo-commits] gentoo-x86 commit in net-analyzer/iptstate: ChangeLog iptstate-2.2.5.ebuild
@ 2012-09-20 14:00 Johannes Huber (johu)
  0 siblings, 0 replies; 4+ messages in thread
From: Johannes Huber (johu) @ 2012-09-20 14:00 UTC (permalink / raw
  To: gentoo-commits

johu        12/09/20 14:00:01

  Modified:             ChangeLog iptstate-2.2.5.ebuild
  Log:
  Stable for x86, wrt bug #429152
  
  (Portage version: 2.2.0_alpha129/cvs/Linux x86_64)

Revision  Changes    Path
1.42                 net-analyzer/iptstate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	24 Aug 2012 14:23:13 -0000	1.41
+++ ChangeLog	20 Sep 2012 14:00:01 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/iptstate
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v 1.41 2012/08/24 14:23:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v 1.42 2012/09/20 14:00:01 johu Exp $
+
+  20 Sep 2012; Johannes Huber <johu@gentoo.org> iptstate-2.2.5.ebuild:
+  Stable for x86, wrt bug #429152
 
   24 Aug 2012; Agostino Sarubbo <ago@gentoo.org> iptstate-2.2.5.ebuild:
   Stable for amd64, wrt bug #429152



1.4                  net-analyzer/iptstate/iptstate-2.2.5.ebuild

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

Index: iptstate-2.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-2.2.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- iptstate-2.2.5.ebuild	24 Aug 2012 14:23:13 -0000	1.3
+++ iptstate-2.2.5.ebuild	20 Sep 2012 14:00:01 -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/iptstate/iptstate-2.2.5.ebuild,v 1.3 2012/08/24 14:23:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-2.2.5.ebuild,v 1.4 2012/09/20 14:00:01 johu Exp $
 
 EAPI=4
 inherit toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc x86"
 IUSE=""
 
 RDEPEND=">=sys-libs/ncurses-5.7-r7





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

end of thread, other threads:[~2012-09-20 14:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-20 14:00 [gentoo-commits] gentoo-x86 commit in net-analyzer/iptstate: ChangeLog iptstate-2.2.5.ebuild Johannes Huber (johu)
  -- strict thread matches above, loose matches on Subject: below --
2012-08-24 14:23 Agostino Sarubbo (ago)
2012-06-03  8:45 Samuli Suominen (ssuominen)
2012-06-03  8:41 Samuli Suominen (ssuominen)

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