public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/rrdtool: ChangeLog rrdtool-1.4.7-r1.ebuild
@ 2012-09-12 20:10 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 7+ messages in thread
From: Sergey Popov (pinkbyte) @ 2012-09-12 20:10 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    12/09/12 20:10:17

  Modified:             ChangeLog rrdtool-1.4.7-r1.ebuild
  Log:
  Fix typos in ebuild, which cause issue with automagic dependencies on sys-apps/tcp-wrappers and dev-db/libdbi
  
  (Portage version: 2.2.0_alpha125/cvs/Linux x86_64)

Revision  Changes    Path
1.231                net-analyzer/rrdtool/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -r1.230 -r1.231
--- ChangeLog	6 Sep 2012 16:50:41 -0000	1.230
+++ ChangeLog	12 Sep 2012 20:10:17 -0000	1.231
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/rrdtool
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.230 2012/09/06 16:50:41 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.231 2012/09/12 20:10:17 pinkbyte Exp $
+
+  12 Sep 2012; Sergey Popov <pinkbyte@gentoo.org> rrdtool-1.4.7-r1.ebuild:
+  Fix typos in ebuild, which cause issue with automagic dependencies on
+  sys-apps/tcp-wrappers and dev-db/libdbi
 
 *rrdtool-1.4.7-r1 (06 Sep 2012)
 



1.2                  net-analyzer/rrdtool/rrdtool-1.4.7-r1.ebuild

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

Index: rrdtool-1.4.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.7-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rrdtool-1.4.7-r1.ebuild	6 Sep 2012 16:50:41 -0000	1.1
+++ rrdtool-1.4.7-r1.ebuild	12 Sep 2012 20:10:17 -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/rrdtool/rrdtool-1.4.7-r1.ebuild,v 1.1 2012/09/06 16:50:41 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.7-r1.ebuild,v 1.2 2012/09/12 20:10:17 pinkbyte Exp $
 
 EAPI="4"
 
@@ -66,10 +66,10 @@
 	# Stub configure.ac
 	local myconf=()
 	if ! use tcpd; then
-		myconf+="--disable-libwrap"
+		myconf+=( "--disable-libwrap" )
 	fi
 	if ! use dbi; then
-		myconf+="--disable-libdbi"
+		myconf+=( "--disable-libdbi" )
 	fi
 
 	econf \





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

* [gentoo-commits] gentoo-x86 commit in net-analyzer/rrdtool: ChangeLog rrdtool-1.4.7-r1.ebuild
@ 2012-09-13  7:13 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 7+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-09-13  7:13 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/09/13 07:13:55

  Modified:             ChangeLog rrdtool-1.4.7-r1.ebuild
  Log:
  x86 stable wrt bug #404433
  
  (Portage version: 2.1.11.9/cvs/Linux i686)

Revision  Changes    Path
1.233                net-analyzer/rrdtool/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -r1.232 -r1.233
--- ChangeLog	12 Sep 2012 20:14:48 -0000	1.232
+++ ChangeLog	13 Sep 2012 07:13:55 -0000	1.233
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/rrdtool
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.232 2012/09/12 20:14:48 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.233 2012/09/13 07:13:55 phajdan.jr Exp $
+
+  13 Sep 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> rrdtool-1.4.7-r1.ebuild:
+  x86 stable wrt bug #404433
 
   12 Sep 2012; Sergey Popov <pinkbyte@gentoo.org> rrdtool-1.4.7.ebuild:
   Same fix for -r0 ebuild



1.3                  net-analyzer/rrdtool/rrdtool-1.4.7-r1.ebuild

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

Index: rrdtool-1.4.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.7-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rrdtool-1.4.7-r1.ebuild	12 Sep 2012 20:10:17 -0000	1.2
+++ rrdtool-1.4.7-r1.ebuild	13 Sep 2012 07:13:55 -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/rrdtool/rrdtool-1.4.7-r1.ebuild,v 1.2 2012/09/12 20:10:17 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.7-r1.ebuild,v 1.3 2012/09/13 07:13:55 phajdan.jr Exp $
 
 EAPI="4"
 
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE="dbi doc lua perl python ruby rrdcgi tcl tcpd"
 
 # This versions are minimal versions upstream tested with.





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

* [gentoo-commits] gentoo-x86 commit in net-analyzer/rrdtool: ChangeLog rrdtool-1.4.7-r1.ebuild
@ 2012-09-13 12:27 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-09-13 12:27 UTC (permalink / raw
  To: gentoo-commits

ago         12/09/13 12:27:07

  Modified:             ChangeLog rrdtool-1.4.7-r1.ebuild
  Log:
  Stable for amd64, wrt bug #404433
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.234                net-analyzer/rrdtool/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v
retrieving revision 1.233
retrieving revision 1.234
diff -u -r1.233 -r1.234
--- ChangeLog	13 Sep 2012 07:13:55 -0000	1.233
+++ ChangeLog	13 Sep 2012 12:27:07 -0000	1.234
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/rrdtool
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.233 2012/09/13 07:13:55 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.234 2012/09/13 12:27:07 ago Exp $
+
+  13 Sep 2012; Agostino Sarubbo <ago@gentoo.org> rrdtool-1.4.7-r1.ebuild:
+  Stable for amd64, wrt bug #404433
 
   13 Sep 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> rrdtool-1.4.7-r1.ebuild:
   x86 stable wrt bug #404433



1.4                  net-analyzer/rrdtool/rrdtool-1.4.7-r1.ebuild

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

Index: rrdtool-1.4.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.7-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rrdtool-1.4.7-r1.ebuild	13 Sep 2012 07:13:55 -0000	1.3
+++ rrdtool-1.4.7-r1.ebuild	13 Sep 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/rrdtool/rrdtool-1.4.7-r1.ebuild,v 1.3 2012/09/13 07:13:55 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.7-r1.ebuild,v 1.4 2012/09/13 12:27:07 ago Exp $
 
 EAPI="4"
 
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE="dbi doc lua perl python ruby rrdcgi tcl tcpd"
 
 # This versions are minimal versions upstream tested with.





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

* [gentoo-commits] gentoo-x86 commit in net-analyzer/rrdtool: ChangeLog rrdtool-1.4.7-r1.ebuild
@ 2012-09-13 16:44 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2012-09-13 16:44 UTC (permalink / raw
  To: gentoo-commits

jer         12/09/13 16:44:26

  Modified:             ChangeLog rrdtool-1.4.7-r1.ebuild
  Log:
  Stable for HPPA (bug #404433).
  
  (Portage version: 2.2.0_alpha127/cvs/Linux x86_64)

Revision  Changes    Path
1.235                net-analyzer/rrdtool/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v
retrieving revision 1.234
retrieving revision 1.235
diff -u -r1.234 -r1.235
--- ChangeLog	13 Sep 2012 12:27:07 -0000	1.234
+++ ChangeLog	13 Sep 2012 16:44:25 -0000	1.235
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/rrdtool
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.234 2012/09/13 12:27:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.235 2012/09/13 16:44:25 jer Exp $
+
+  13 Sep 2012; Jeroen Roovers <jer@gentoo.org> rrdtool-1.4.7-r1.ebuild:
+  Stable for HPPA (bug #404433).
 
   13 Sep 2012; Agostino Sarubbo <ago@gentoo.org> rrdtool-1.4.7-r1.ebuild:
   Stable for amd64, wrt bug #404433



1.5                  net-analyzer/rrdtool/rrdtool-1.4.7-r1.ebuild

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

Index: rrdtool-1.4.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.7-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rrdtool-1.4.7-r1.ebuild	13 Sep 2012 12:27:07 -0000	1.4
+++ rrdtool-1.4.7-r1.ebuild	13 Sep 2012 16:44:25 -0000	1.5
@@ -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/rrdtool/rrdtool-1.4.7-r1.ebuild,v 1.4 2012/09/13 12:27:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.7-r1.ebuild,v 1.5 2012/09/13 16:44:25 jer Exp $
 
 EAPI="4"
 
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE="dbi doc lua perl python ruby rrdcgi tcl tcpd"
 
 # This versions are minimal versions upstream tested with.





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

* [gentoo-commits] gentoo-x86 commit in net-analyzer/rrdtool: ChangeLog rrdtool-1.4.7-r1.ebuild
@ 2012-09-14 19:01 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2012-09-14 19:01 UTC (permalink / raw
  To: gentoo-commits

maekke      12/09/14 19:01:48

  Modified:             ChangeLog rrdtool-1.4.7-r1.ebuild
  Log:
  arm stable, bug #404433
  
  (Portage version: 2.1.11.13/cvs/Linux x86_64)

Revision  Changes    Path
1.237                net-analyzer/rrdtool/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v
retrieving revision 1.236
retrieving revision 1.237
diff -u -r1.236 -r1.237
--- ChangeLog	14 Sep 2012 18:30:24 -0000	1.236
+++ ChangeLog	14 Sep 2012 19:01:48 -0000	1.237
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/rrdtool
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.236 2012/09/14 18:30:24 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.237 2012/09/14 19:01:48 maekke Exp $
+
+  14 Sep 2012; Markus Meier <maekke@gentoo.org> rrdtool-1.4.7-r1.ebuild:
+  arm stable, bug #404433
 
   14 Sep 2012; Markus Meier <maekke@gentoo.org> rrdtool-1.4.7.ebuild:
   arm stable, bug #404433



1.6                  net-analyzer/rrdtool/rrdtool-1.4.7-r1.ebuild

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

Index: rrdtool-1.4.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.7-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rrdtool-1.4.7-r1.ebuild	13 Sep 2012 16:44:25 -0000	1.5
+++ rrdtool-1.4.7-r1.ebuild	14 Sep 2012 19:01:48 -0000	1.6
@@ -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/rrdtool/rrdtool-1.4.7-r1.ebuild,v 1.5 2012/09/13 16:44:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.7-r1.ebuild,v 1.6 2012/09/14 19:01:48 maekke Exp $
 
 EAPI="4"
 
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE="dbi doc lua perl python ruby rrdcgi tcl tcpd"
 
 # This versions are minimal versions upstream tested with.





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

* [gentoo-commits] gentoo-x86 commit in net-analyzer/rrdtool: ChangeLog rrdtool-1.4.7-r1.ebuild
@ 2012-09-15 18:18 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2012-09-15 18:18 UTC (permalink / raw
  To: gentoo-commits

armin76     12/09/15 18:18:59

  Modified:             ChangeLog rrdtool-1.4.7-r1.ebuild
  Log:
  alpha/ia64/s390/sh/sparc stable wrt #404433
  
  (Portage version: 2.1.11.16/cvs/Linux ia64)

Revision  Changes    Path
1.239                net-analyzer/rrdtool/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v
retrieving revision 1.238
retrieving revision 1.239
diff -u -r1.238 -r1.239
--- ChangeLog	14 Sep 2012 19:08:04 -0000	1.238
+++ ChangeLog	15 Sep 2012 18:18:59 -0000	1.239
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/rrdtool
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.238 2012/09/14 19:08:04 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.239 2012/09/15 18:18:59 armin76 Exp $
+
+  15 Sep 2012; Raúl Porcel <armin76@gentoo.org> rrdtool-1.4.7-r1.ebuild:
+  alpha/ia64/s390/sh/sparc stable wrt #404433
 
   14 Sep 2012; Sergey Popov <pinkbyte@gentoo.org> -rrdtool-1.4.7.ebuild:
   Drop old revision



1.7                  net-analyzer/rrdtool/rrdtool-1.4.7-r1.ebuild

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

Index: rrdtool-1.4.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.7-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- rrdtool-1.4.7-r1.ebuild	14 Sep 2012 19:01:48 -0000	1.6
+++ rrdtool-1.4.7-r1.ebuild	15 Sep 2012 18:18:59 -0000	1.7
@@ -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/rrdtool/rrdtool-1.4.7-r1.ebuild,v 1.6 2012/09/14 19:01:48 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.7-r1.ebuild,v 1.7 2012/09/15 18:18:59 armin76 Exp $
 
 EAPI="4"
 
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE="dbi doc lua perl python ruby rrdcgi tcl tcpd"
 
 # This versions are minimal versions upstream tested with.





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

* [gentoo-commits] gentoo-x86 commit in net-analyzer/rrdtool: ChangeLog rrdtool-1.4.7-r1.ebuild
@ 2013-02-13  0:36 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2013-02-13  0:36 UTC (permalink / raw
  To: gentoo-commits

jer         13/02/13 00:36:53

  Modified:             ChangeLog rrdtool-1.4.7-r1.ebuild
  Log:
  Fix building with USE=lua and dev-util/pkgconfig-0.28 (bug #456810 by Juergen Rose).
  
  (Portage version: 2.2.0_alpha162/cvs/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)

Revision  Changes    Path
1.242                net-analyzer/rrdtool/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v
retrieving revision 1.241
retrieving revision 1.242
diff -u -r1.241 -r1.242
--- ChangeLog	11 Feb 2013 22:24:08 -0000	1.241
+++ ChangeLog	13 Feb 2013 00:36:52 -0000	1.242
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/rrdtool
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.241 2013/02/11 22:24:08 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.242 2013/02/13 00:36:52 jer Exp $
+
+  13 Feb 2013; Jeroen Roovers <jer@gentoo.org> rrdtool-1.4.7-r1.ebuild:
+  Fix building with USE=lua and dev-util/pkgconfig-0.28 (bug #456810 by Juergen
+  Rose).
 
   11 Feb 2013; Sergey Popov <pinkbyte@gentoo.org> rrdtool-1.4.5-r1.ebuild,
   rrdtool-1.4.5-r2.ebuild, rrdtool-1.4.7-r1.ebuild:



1.10                 net-analyzer/rrdtool/rrdtool-1.4.7-r1.ebuild

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

Index: rrdtool-1.4.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.7-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- rrdtool-1.4.7-r1.ebuild	11 Feb 2013 22:24:08 -0000	1.9
+++ rrdtool-1.4.7-r1.ebuild	13 Feb 2013 00:36:52 -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/rrdtool/rrdtool-1.4.7-r1.ebuild,v 1.9 2013/02/11 22:24:08 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.7-r1.ebuild,v 1.10 2013/02/13 00:36:52 jer Exp $
 
 EAPI="4"
 
@@ -47,10 +47,18 @@
 src_prepare() {
 	epatch	"${FILESDIR}"/0001_"${P}"-configure.ac.patch
 	epatch	"${FILESDIR}/${PN}"-1.4.5-automake-1.11.2.patch
-	sed -i '/PERLLD/s:same as PERLCC:same-as-PERLCC:' configure.ac #281694
+
+	# bug 281694
+	# bug 456810
+	# no time to sleep
+	sed -i \
+		-e '/PERLLD/s:same as PERLCC:same-as-PERLCC:' \
+		-e 's|$LUA_CFLAGS|IGNORE_THIS_BAD_TEST|g' \
+		-e 's|^sleep 1$||g' \
+		configure.ac || die
 
 	# Python bindings are built/installed manually
-	sed -e "/^all-local:/s/ @COMP_PYTHON@//" -i bindings/Makefile.am
+	sed -e "/^all-local:/s/ @COMP_PYTHON@//" -i bindings/Makefile.am || die
 
 	eautoreconf
 }
@@ -95,7 +103,7 @@
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "make install failed"
+	default
 
 	if ! use doc ; then
 		rm -rf "${ED}"usr/share/doc/${PF}/{html,txt}





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

end of thread, other threads:[~2013-02-13  0:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-15 18:18 [gentoo-commits] gentoo-x86 commit in net-analyzer/rrdtool: ChangeLog rrdtool-1.4.7-r1.ebuild Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2013-02-13  0:36 Jeroen Roovers (jer)
2012-09-14 19:01 Markus Meier (maekke)
2012-09-13 16:44 Jeroen Roovers (jer)
2012-09-13 12:27 Agostino Sarubbo (ago)
2012-09-13  7:13 PaweA Hajdan (phajdan.jr)
2012-09-12 20:10 Sergey Popov (pinkbyte)

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