diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 20:09:40 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 20:09:40 +0000 |
commit | ba7c59d3ef6f57f384b91f782bc6540c31633884 (patch) | |
tree | 1f647116fec040d8dcef168e5cb2914518e16810 /dev-cpp | |
parent | Updating ebuild and gnutls patch. Fixes bug 293835, 293866, 298333. Thanks Gi... (diff) | |
download | gentoo-2-ba7c59d3ef6f57f384b91f782bc6540c31633884.tar.gz gentoo-2-ba7c59d3ef6f57f384b91f782bc6540c31633884.tar.bz2 gentoo-2-ba7c59d3ef6f57f384b91f782bc6540c31633884.zip |
Migrating away from deprecated postgres virtuals
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/sptk/ChangeLog | 7 | ||||
-rw-r--r-- | dev-cpp/sptk/sptk-3.5.8.10.ebuild | 6 | ||||
-rw-r--r-- | dev-cpp/sptk/sptk-3.5.8.14-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-cpp/sptk/sptk-3.5.8.14.ebuild | 6 | ||||
-rw-r--r-- | dev-cpp/sptk/sptk-4.00.ebuild | 4 | ||||
-rw-r--r-- | dev-cpp/sptk/sptk-4.02.ebuild | 4 |
6 files changed, 19 insertions, 14 deletions
diff --git a/dev-cpp/sptk/ChangeLog b/dev-cpp/sptk/ChangeLog index bea859ddbe65..325ba6014996 100644 --- a/dev-cpp/sptk/ChangeLog +++ b/dev-cpp/sptk/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-cpp/sptk # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/ChangeLog,v 1.68 2010/04/01 05:08:57 iluxa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/ChangeLog,v 1.69 2010/06/17 20:09:40 patrick Exp $ + + 17 Jun 2010; Patrick Lauer <patrick@gentoo.org> sptk-3.5.8.10.ebuild, + sptk-3.5.8.14.ebuild, sptk-3.5.8.14-r1.ebuild, sptk-4.00.ebuild, + sptk-4.02.ebuild: + Migrating away from deprecated postgres virtuals *sptk-4.02 (01 Apr 2010) diff --git a/dev-cpp/sptk/sptk-3.5.8.10.ebuild b/dev-cpp/sptk/sptk-3.5.8.10.ebuild index abc4b5b4a703..56b108b9a90e 100644 --- a/dev-cpp/sptk/sptk-3.5.8.10.ebuild +++ b/dev-cpp/sptk/sptk-3.5.8.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 2006-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.10.ebuild,v 1.8 2009/08/08 16:11:31 iluxa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.10.ebuild,v 1.9 2010/06/17 20:09:40 patrick Exp $ EAPI=1 @@ -19,7 +19,7 @@ KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86" RDEPEND="fltk? ( >=x11-libs/fltk-1.1.6:1.1 ) odbc? ( >=dev-db/unixODBC-2.2.6 ) sqlite? ( >=dev-db/sqlite-3 ) - postgres? ( >=virtual/postgresql-base-8.0 ) + postgres? ( >=dev-db/postgresql-base-8.0 ) mysql? ( virtual/mysql ) aspell? ( >=app-text/aspell-0.50 ) gnutls? ( net-libs/gnutls )" diff --git a/dev-cpp/sptk/sptk-3.5.8.14-r1.ebuild b/dev-cpp/sptk/sptk-3.5.8.14-r1.ebuild index d0fc3c1890c7..b672f43c6d9e 100644 --- a/dev-cpp/sptk/sptk-3.5.8.14-r1.ebuild +++ b/dev-cpp/sptk/sptk-3.5.8.14-r1.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/dev-cpp/sptk/sptk-3.5.8.14-r1.ebuild,v 1.3 2009/12/13 12:09:39 iluxa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.14-r1.ebuild,v 1.4 2010/06/17 20:09:40 patrick Exp $ EAPI=1 @@ -19,7 +19,7 @@ KEYWORDS="~alpha amd64 ~mips ~ppc ~sparc x86" RDEPEND="fltk? ( >=x11-libs/fltk-1.1.6:1.1 ) odbc? ( >=dev-db/unixODBC-2.2.6 ) sqlite? ( >=dev-db/sqlite-3 ) - postgres? ( >=virtual/postgresql-base-8.0 ) + postgres? ( >=dev-db/postgresql-base-8.0 ) mysql? ( virtual/mysql ) aspell? ( >=app-text/aspell-0.50 ) gnutls? ( net-libs/gnutls )" diff --git a/dev-cpp/sptk/sptk-3.5.8.14.ebuild b/dev-cpp/sptk/sptk-3.5.8.14.ebuild index a55d33116e1e..887c21a555e2 100644 --- a/dev-cpp/sptk/sptk-3.5.8.14.ebuild +++ b/dev-cpp/sptk/sptk-3.5.8.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 2006-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.14.ebuild,v 1.2 2009/08/08 16:11:31 iluxa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.14.ebuild,v 1.3 2010/06/17 20:09:40 patrick Exp $ EAPI=1 @@ -19,7 +19,7 @@ KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86" RDEPEND="fltk? ( >=x11-libs/fltk-1.1.6:1.1 ) odbc? ( >=dev-db/unixODBC-2.2.6 ) sqlite? ( >=dev-db/sqlite-3 ) - postgres? ( >=virtual/postgresql-base-8.0 ) + postgres? ( >=dev-db/postgresql-base-8.0 ) mysql? ( virtual/mysql ) aspell? ( >=app-text/aspell-0.50 ) gnutls? ( net-libs/gnutls )" diff --git a/dev-cpp/sptk/sptk-4.00.ebuild b/dev-cpp/sptk/sptk-4.00.ebuild index 22bdc495aacd..9982cbb0c9f3 100644 --- a/dev-cpp/sptk/sptk-4.00.ebuild +++ b/dev-cpp/sptk/sptk-4.00.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/dev-cpp/sptk/sptk-4.00.ebuild,v 1.1 2010/01/19 10:59:24 iluxa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-4.00.ebuild,v 1.2 2010/06/17 20:09:40 patrick Exp $ EAPI=1 @@ -19,7 +19,7 @@ KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86" RDEPEND="fltk? ( >=x11-libs/fltk-1.1.6:1.1 ) odbc? ( >=dev-db/unixODBC-2.2.6 ) sqlite? ( >=dev-db/sqlite-3 ) - postgres? ( >=virtual/postgresql-base-8.0 ) + postgres? ( >=dev-db/postgresql-base-8.0 ) mysql? ( virtual/mysql ) aspell? ( >=app-text/aspell-0.50 ) gnutls? ( net-libs/gnutls )" diff --git a/dev-cpp/sptk/sptk-4.02.ebuild b/dev-cpp/sptk/sptk-4.02.ebuild index 2a520c5fbeec..c9e204fd5f00 100644 --- a/dev-cpp/sptk/sptk-4.02.ebuild +++ b/dev-cpp/sptk/sptk-4.02.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/dev-cpp/sptk/sptk-4.02.ebuild,v 1.1 2010/04/01 05:08:57 iluxa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-4.02.ebuild,v 1.2 2010/06/17 20:09:40 patrick Exp $ EAPI=1 @@ -19,7 +19,7 @@ KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86" RDEPEND="fltk? ( >=x11-libs/fltk-1.1.6:1.1 ) odbc? ( >=dev-db/unixODBC-2.2.6 ) sqlite? ( >=dev-db/sqlite-3 ) - postgres? ( >=virtual/postgresql-base-8.0 ) + postgres? ( >=dev-db/postgresql-base-8.0 ) mysql? ( virtual/mysql ) aspell? ( >=app-text/aspell-0.50 ) gnutls? ( net-libs/gnutls )" |