public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/iptraf-ng: iptraf-ng-1.1.3.1-r1.ebuild ChangeLog iptraf-ng-1.1.3.1-r2.ebuild
@ 2013-01-02 15:14 Jeroen Roovers (jer)
  0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2013-01-02 15:14 UTC (permalink / raw
  To: gentoo-commits

jer         13/01/02 15:14:49

  Modified:             iptraf-ng-1.1.3.1-r1.ebuild ChangeLog
                        iptraf-ng-1.1.3.1-r2.ebuild
  Log:
  Set LOCKDIR to /run/lock (still bug #442002).
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.11                 net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1-r1.ebuild

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

Index: iptraf-ng-1.1.3.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- iptraf-ng-1.1.3.1-r1.ebuild	2 Jan 2013 14:56:12 -0000	1.10
+++ iptraf-ng-1.1.3.1-r1.ebuild	2 Jan 2013 15:14:49 -0000	1.11
@@ -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/iptraf-ng/iptraf-ng-1.1.3.1-r1.ebuild,v 1.10 2013/01/02 14:56:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1-r1.ebuild,v 1.11 2013/01/02 15:14:49 jer Exp $
 
 EAPI=4
 inherit eutils toolchain-funcs
@@ -36,6 +36,7 @@
 
 src_compile() {
 	tc-export CC
+	CFLAGS+=' -DLOCKDIR=\"/run/lock/iptraf-ng\"'
 	emake
 }
 



1.55                 net-analyzer/iptraf-ng/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iptraf-ng/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	2 Jan 2013 14:56:12 -0000	1.54
+++ ChangeLog	2 Jan 2013 15:14:49 -0000	1.55
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/iptraf-ng
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf-ng/ChangeLog,v 1.54 2013/01/02 14:56:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf-ng/ChangeLog,v 1.55 2013/01/02 15:14:49 jer Exp $
+
+  02 Jan 2013; Jeroen Roovers <jer@gentoo.org> iptraf-ng-1.1.3.1-r1.ebuild,
+  iptraf-ng-1.1.3.1-r2.ebuild:
+  Set LOCKDIR to /run/lock (still bug #442002).
 
   02 Jan 2013; Jeroen Roovers <jer@gentoo.org> iptraf-ng-1.1.3.1-r1.ebuild,
   iptraf-ng-1.1.3.1-r2.ebuild:



1.3                  net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1-r2.ebuild

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

Index: iptraf-ng-1.1.3.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- iptraf-ng-1.1.3.1-r2.ebuild	2 Jan 2013 14:53:19 -0000	1.2
+++ iptraf-ng-1.1.3.1-r2.ebuild	2 Jan 2013 15:14:49 -0000	1.3
@@ -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/iptraf-ng/iptraf-ng-1.1.3.1-r2.ebuild,v 1.2 2013/01/02 14:53:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1-r2.ebuild,v 1.3 2013/01/02 15:14:49 jer Exp $
 
 EAPI=5
 inherit eutils toolchain-funcs
@@ -44,6 +44,7 @@
 
 src_compile() {
 	tc-export CC
+	CFLAGS+=' -DLOCKDIR=\"/run/lock/iptraf-ng\"'
 	default
 }
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-01-02 15:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-02 15:14 [gentoo-commits] gentoo-x86 commit in net-analyzer/iptraf-ng: iptraf-ng-1.1.3.1-r1.ebuild ChangeLog iptraf-ng-1.1.3.1-r2.ebuild 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