diff options
Diffstat (limited to 'net-analyzer/echoping')
-rw-r--r-- | net-analyzer/echoping/ChangeLog | 9 | ||||
-rw-r--r-- | net-analyzer/echoping/echoping-6.0.2-r2.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/echoping/echoping-6.0.2_p434-r1.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/echoping/echoping-6.0.2_p434.ebuild | 6 |
4 files changed, 16 insertions, 11 deletions
diff --git a/net-analyzer/echoping/ChangeLog b/net-analyzer/echoping/ChangeLog index 337b5b7a45fd..a17454186999 100644 --- a/net-analyzer/echoping/ChangeLog +++ b/net-analyzer/echoping/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/echoping -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/echoping/ChangeLog,v 1.34 2013/09/14 10:21:53 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/echoping/ChangeLog,v 1.35 2014/11/03 13:21:58 titanofold Exp $ + + 03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> + echoping-6.0.2-r2.ebuild, echoping-6.0.2_p434.ebuild, + echoping-6.0.2_p434-r1.ebuild: + Update PostgreSQL dependencies and/or checks to virtual/postgresql. 14 Sep 2013; Agostino Sarubbo <ago@gentoo.org> echoping-6.0.2_p434.ebuild: Stable for x86, wrt bug #349569 diff --git a/net-analyzer/echoping/echoping-6.0.2-r2.ebuild b/net-analyzer/echoping/echoping-6.0.2-r2.ebuild index b700b92299d3..1fb21d9afc09 100644 --- a/net-analyzer/echoping/echoping-6.0.2-r2.ebuild +++ b/net-analyzer/echoping/echoping-6.0.2-r2.ebuild @@ -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/echoping/echoping-6.0.2-r2.ebuild,v 1.4 2013/07/10 05:18:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/echoping/echoping-6.0.2-r2.ebuild,v 1.5 2014/11/03 13:21:58 titanofold Exp $ EAPI="4" @@ -17,7 +17,7 @@ IUSE="gnutls http icp idn priority smtp ssl tos postgres ldap" RESTRICT="test" RDEPEND="idn? ( net-dns/libidn ) - postgres? ( dev-db/postgresql-base ) + postgres? ( virtual/postgresql ) ldap? ( net-nds/openldap ) ssl? ( gnutls? ( >=net-libs/gnutls-1.0.17 ) diff --git a/net-analyzer/echoping/echoping-6.0.2_p434-r1.ebuild b/net-analyzer/echoping/echoping-6.0.2_p434-r1.ebuild index ced753160a06..0af8783bcfcc 100644 --- a/net-analyzer/echoping/echoping-6.0.2_p434-r1.ebuild +++ b/net-analyzer/echoping/echoping-6.0.2_p434-r1.ebuild @@ -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/echoping/echoping-6.0.2_p434-r1.ebuild,v 1.1 2013/09/04 12:30:34 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/echoping/echoping-6.0.2_p434-r1.ebuild,v 1.2 2014/11/03 13:21:58 titanofold Exp $ EAPI=5 inherit autotools eutils @@ -16,7 +16,7 @@ IUSE="gnutls http icp idn priority smtp ssl tos postgres ldap" RESTRICT="test" RDEPEND="idn? ( net-dns/libidn ) - postgres? ( dev-db/postgresql-base ) + postgres? ( virtual/postgresql ) ldap? ( net-nds/openldap ) ssl? ( gnutls? ( >=net-libs/gnutls-1.0.17 ) diff --git a/net-analyzer/echoping/echoping-6.0.2_p434.ebuild b/net-analyzer/echoping/echoping-6.0.2_p434.ebuild index 2b02cdea4aa0..d0eac432214b 100644 --- a/net-analyzer/echoping/echoping-6.0.2_p434.ebuild +++ b/net-analyzer/echoping/echoping-6.0.2_p434.ebuild @@ -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/echoping/echoping-6.0.2_p434.ebuild,v 1.4 2013/09/14 10:21:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/echoping/echoping-6.0.2_p434.ebuild,v 1.5 2014/11/03 13:21:58 titanofold Exp $ EAPI=5 inherit autotools eutils @@ -16,7 +16,7 @@ IUSE="gnutls http icp idn priority smtp ssl tos postgres ldap" RESTRICT="test" RDEPEND="idn? ( net-dns/libidn ) - postgres? ( dev-db/postgresql-base ) + postgres? ( virtual/postgresql ) ldap? ( net-nds/openldap ) ssl? ( gnutls? ( >=net-libs/gnutls-1.0.17 ) |