titanofold    14/11/03 13:23:38

  Modified:             ChangeLog hydra-7.6.ebuild hydra-8.0.ebuild
                        hydra-7.4.2.ebuild hydra-7.5.ebuild
  Log:
  Update PostgreSQL dependencies and/or checks to virtual/postgresql.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  Changes    Path
1.88                 net-analyzer/hydra/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/hydra/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog   9 Sep 2014 18:58:11 -0000       1.87
+++ ChangeLog   3 Nov 2014 13:23:38 -0000       1.88
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/hydra
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hydra/ChangeLog,v 1.87 
2014/09/09 18:58:11 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hydra/ChangeLog,v 1.88 
2014/11/03 13:23:38 titanofold Exp $
+
+  03 Nov 2014; Aaron W. Swenson <[email protected]> hydra-7.4.2.ebuild,
+  hydra-7.5.ebuild, hydra-7.6.ebuild, hydra-8.0.ebuild:
+  Update PostgreSQL dependencies and/or checks to virtual/postgresql.
 
   09 Sep 2014; Chema Alonso <[email protected]> hydra-8.0.ebuild:
   Stable for amd64 wrt bug #516966



1.2                  net-analyzer/hydra/hydra-7.6.ebuild

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

Index: hydra-7.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/hydra/hydra-7.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hydra-7.6.ebuild    11 Jan 2014 12:22:54 -0000      1.1
+++ hydra-7.6.ebuild    3 Nov 2014 13:23:38 -0000       1.2
@@ -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/hydra/hydra-7.6.ebuild,v 1.1 
2014/01/11 12:22:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hydra/hydra-7.6.ebuild,v 1.2 
2014/11/03 13:23:38 titanofold Exp $
 
 EAPI=5
 inherit eutils toolchain-funcs
@@ -29,7 +29,7 @@
        ncp? ( net-fs/ncpfs )
        oracle? ( dev-db/oracle-instantclient-basic )
        pcre? ( dev-libs/libpcre )
-       postgres? ( dev-db/postgresql-base )
+       postgres? ( virtual/postgresql )
        ssl? ( >=net-libs/libssh-0.4.0 )
        subversion? ( dev-vcs/subversion )
 "



1.6                  net-analyzer/hydra/hydra-8.0.ebuild

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

Index: hydra-8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/hydra/hydra-8.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hydra-8.0.ebuild    9 Sep 2014 18:58:11 -0000       1.5
+++ hydra-8.0.ebuild    3 Nov 2014 13:23:38 -0000       1.6
@@ -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/hydra/hydra-8.0.ebuild,v 1.5 
2014/09/09 18:58:11 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hydra/hydra-8.0.ebuild,v 1.6 
2014/11/03 13:23:38 titanofold Exp $
 
 EAPI=5
 inherit eutils toolchain-funcs
@@ -29,7 +29,7 @@
        ncp? ( net-fs/ncpfs )
        oracle? ( dev-db/oracle-instantclient-basic )
        pcre? ( dev-libs/libpcre )
-       postgres? ( dev-db/postgresql-base )
+       postgres? ( virtual/postgresql )
        ssl? ( >=net-libs/libssh-0.4.0 )
        subversion? ( dev-vcs/subversion )
 "



1.6                  net-analyzer/hydra/hydra-7.4.2.ebuild

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

Index: hydra-7.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/hydra/hydra-7.4.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hydra-7.4.2.ebuild  25 Jun 2013 12:48:08 -0000      1.5
+++ hydra-7.4.2.ebuild  3 Nov 2014 13:23:38 -0000       1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hydra/hydra-7.4.2.ebuild,v 1.5 
2013/06/25 12:48:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hydra/hydra-7.4.2.ebuild,v 1.6 
2014/11/03 13:23:38 titanofold Exp $
 
 EAPI=5
 inherit eutils toolchain-funcs
@@ -28,7 +28,7 @@
        ncp? ( net-fs/ncpfs )
        oracle? ( dev-db/oracle-instantclient-basic )
        pcre? ( dev-libs/libpcre )
-       postgres? ( dev-db/postgresql-base )
+       postgres? ( virtual/postgresql )
        ssl? ( >=net-libs/libssh-0.4.0 )
        subversion? ( dev-vcs/subversion )
 "



1.3                  net-analyzer/hydra/hydra-7.5.ebuild

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

Index: hydra-7.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/hydra/hydra-7.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hydra-7.5.ebuild    20 Nov 2013 01:18:04 -0000      1.2
+++ hydra-7.5.ebuild    3 Nov 2014 13:23:38 -0000       1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hydra/hydra-7.5.ebuild,v 1.2 
2013/11/20 01:18:04 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hydra/hydra-7.5.ebuild,v 1.3 
2014/11/03 13:23:38 titanofold Exp $
 
 EAPI=5
 inherit eutils toolchain-funcs
@@ -28,7 +28,7 @@
        ncp? ( net-fs/ncpfs )
        oracle? ( dev-db/oracle-instantclient-basic )
        pcre? ( dev-libs/libpcre )
-       postgres? ( dev-db/postgresql-base )
+       postgres? ( virtual/postgresql )
        ssl? ( >=net-libs/libssh-0.4.0 )
        subversion? ( dev-vcs/subversion )
 "




Reply via email to