diff options
author | 2010-06-17 20:59:40 +0000 | |
---|---|---|
committer | 2010-06-17 20:59:40 +0000 | |
commit | 1d9fb76029d1073775ec0367865ac8b038d718fb (patch) | |
tree | 0e0638fd035eff79faa0c7500220bbd1d9de35d0 | |
parent | Migrating away from deprecated postgres virtuals (diff) | |
download | historical-1d9fb76029d1073775ec0367865ac8b038d718fb.tar.gz historical-1d9fb76029d1073775ec0367865ac8b038d718fb.tar.bz2 historical-1d9fb76029d1073775ec0367865ac8b038d718fb.zip |
Migrating away from deprecated postgres virtuals
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
-rw-r--r-- | net-voip/gnugk/ChangeLog | 8 | ||||
-rw-r--r-- | net-voip/gnugk/gnugk-2.2.5.ebuild | 6 | ||||
-rw-r--r-- | net-voip/gnugk/gnugk-2.2.7.ebuild | 6 | ||||
-rw-r--r-- | net-voip/gnugk/gnugk-2.2.8.ebuild | 6 | ||||
-rw-r--r-- | net-voip/yate/ChangeLog | 5 | ||||
-rw-r--r-- | net-voip/yate/yate-2.0.0.ebuild | 4 |
6 files changed, 21 insertions, 14 deletions
diff --git a/net-voip/gnugk/ChangeLog b/net-voip/gnugk/ChangeLog index 7185dbf07c03..8e32ab777c6b 100644 --- a/net-voip/gnugk/ChangeLog +++ b/net-voip/gnugk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-voip/gnugk -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/gnugk/ChangeLog,v 1.8 2009/04/08 17:30:18 volkmar Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-voip/gnugk/ChangeLog,v 1.9 2010/06/17 20:58:55 patrick Exp $ + + 17 Jun 2010; Patrick Lauer <patrick@gentoo.org> gnugk-2.2.5.ebuild, + gnugk-2.2.7.ebuild, gnugk-2.2.8.ebuild: + Migrating away from deprecated postgres virtuals *gnugk-2.2.8 (08 Apr 2009) diff --git a/net-voip/gnugk/gnugk-2.2.5.ebuild b/net-voip/gnugk/gnugk-2.2.5.ebuild index b8ff719e3c98..0f5d94385a88 100644 --- a/net-voip/gnugk/gnugk-2.2.5.ebuild +++ b/net-voip/gnugk/gnugk-2.2.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/gnugk/gnugk-2.2.5.ebuild,v 1.3 2008/05/21 19:00:47 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/gnugk/gnugk-2.2.5.ebuild,v 1.4 2010/06/17 20:58:55 patrick Exp $ IUSE="mysql postgres radius" @@ -16,7 +16,7 @@ DEPEND=" >=dev-libs/pwlib-1.8.4 >=net-libs/openh323-1.15.3 mysql? ( dev-db/mysql++ ) - postgres? ( virtual/postgresql-server )" + postgres? ( dev-db/postgresql-server )" src_compile() { econf \ diff --git a/net-voip/gnugk/gnugk-2.2.7.ebuild b/net-voip/gnugk/gnugk-2.2.7.ebuild index 46af604d7c7a..c64fc049d073 100644 --- a/net-voip/gnugk/gnugk-2.2.7.ebuild +++ b/net-voip/gnugk/gnugk-2.2.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/gnugk/gnugk-2.2.7.ebuild,v 1.2 2009/04/08 17:18:49 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/gnugk/gnugk-2.2.7.ebuild,v 1.3 2010/06/17 20:58:55 patrick Exp $ EAPI="2" @@ -22,7 +22,7 @@ RDEPEND=">=dev-libs/pwlib-1.7.5.2 dev-libs/openssl firebird? ( dev-db/firebird ) mysql? ( virtual/mysql ) - postgres? ( virtual/postgresql-base )" + postgres? ( dev-db/postgresql-base )" DEPEND="${RDEPEND} doc? ( app-text/linuxdoc-tools )" diff --git a/net-voip/gnugk/gnugk-2.2.8.ebuild b/net-voip/gnugk/gnugk-2.2.8.ebuild index 8eb718a4bbb7..984a0c38f3a0 100644 --- a/net-voip/gnugk/gnugk-2.2.8.ebuild +++ b/net-voip/gnugk/gnugk-2.2.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/gnugk/gnugk-2.2.8.ebuild,v 1.1 2009/04/08 17:30:18 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/gnugk/gnugk-2.2.8.ebuild,v 1.2 2010/06/17 20:58:55 patrick Exp $ EAPI="2" @@ -23,7 +23,7 @@ RDEPEND=">=dev-libs/pwlib-1.7.5.2 firebird? ( dev-db/firebird ) mysql? ( virtual/mysql ) odbc? ( dev-db/unixODBC ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) sqlite? ( dev-db/sqlite:3 )" DEPEND="${RDEPEND} doc? ( app-text/linuxdoc-tools )" diff --git a/net-voip/yate/ChangeLog b/net-voip/yate/ChangeLog index 13b802e9cbca..75ff0bea65db 100644 --- a/net-voip/yate/ChangeLog +++ b/net-voip/yate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-voip/yate # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/ChangeLog,v 1.11 2010/04/23 12:43:16 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/ChangeLog,v 1.12 2010/06/17 20:59:40 patrick Exp $ + + 17 Jun 2010; Patrick Lauer <patrick@gentoo.org> yate-2.0.0.ebuild: + Migrating away from deprecated postgres virtuals 23 Apr 2010; Samuli Suominen <ssuominen@gentoo.org> yate-2.0.0.ebuild, metadata.xml: diff --git a/net-voip/yate/yate-2.0.0.ebuild b/net-voip/yate/yate-2.0.0.ebuild index 1e68d9cf6acd..93d10f36183f 100644 --- a/net-voip/yate/yate-2.0.0.ebuild +++ b/net-voip/yate/yate-2.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/yate-2.0.0.ebuild,v 1.2 2010/04/23 12:43:16 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/yate-2.0.0.ebuild,v 1.3 2010/06/17 20:59:40 patrick Exp $ EAPI="2" @@ -25,7 +25,7 @@ RDEPEND=" ilbc? ( dev-libs/ilbc-rfc3951 ) mysql? ( virtual/mysql ) oss? ( sys-kernel/linux-headers ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) qt4? ( x11-libs/qt-core:4 x11-libs/qt-gui:4 ) spandsp? ( >=media-libs/spandsp-0.0.3 ) |