diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 21:09:16 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 21:09:16 +0000 |
commit | a650107d69f8bec9c94a038403b3140bbe786e58 (patch) | |
tree | f6d7189ae4cd6e4a9c46aa2d9c358364ce0659f0 /sci-physics | |
parent | Migrating away from deprecated postgres virtuals (diff) | |
download | gentoo-2-a650107d69f8bec9c94a038403b3140bbe786e58.tar.gz gentoo-2-a650107d69f8bec9c94a038403b3140bbe786e58.tar.bz2 gentoo-2-a650107d69f8bec9c94a038403b3140bbe786e58.zip |
Migrating away from deprecated postgres virtuals
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/ChangeLog | 7 | ||||
-rw-r--r-- | sci-physics/root/root-5.22.00-r2.ebuild | 6 | ||||
-rw-r--r-- | sci-physics/root/root-5.22.00-r3.ebuild | 6 | ||||
-rw-r--r-- | sci-physics/root/root-5.24.00-r1.ebuild | 6 | ||||
-rw-r--r-- | sci-physics/root/root-5.26.00-r2.ebuild | 4 | ||||
-rw-r--r-- | sci-physics/root/root-5.26.00-r3.ebuild | 4 |
6 files changed, 19 insertions, 14 deletions
diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog index a673eb1f0d7c..7cc47dd6748a 100644 --- a/sci-physics/root/ChangeLog +++ b/sci-physics/root/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-physics/root # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.66 2010/06/14 19:15:16 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.67 2010/06/17 21:09:16 patrick Exp $ + + 17 Jun 2010; Patrick Lauer <patrick@gentoo.org> root-5.22.00-r2.ebuild, + root-5.22.00-r3.ebuild, root-5.24.00-r1.ebuild, root-5.26.00-r2.ebuild, + root-5.26.00-r3.ebuild: + Migrating away from deprecated postgres virtuals *root-5.26.00-r3 (14 Jun 2010) diff --git a/sci-physics/root/root-5.22.00-r2.ebuild b/sci-physics/root/root-5.22.00-r2.ebuild index ed6be3ac99ff..0622d9d887a0 100644 --- a/sci-physics/root/root-5.22.00-r2.ebuild +++ b/sci-physics/root/root-5.22.00-r2.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/sci-physics/root/root-5.22.00-r2.ebuild,v 1.6 2009/11/19 05:44:31 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.22.00-r2.ebuild,v 1.7 2010/06/17 21:09:16 patrick Exp $ EAPI=2 inherit versionator eutils qt4 fortran elisp-common fdo-mime toolchain-funcs flag-o-matic @@ -54,7 +54,7 @@ CDEPEND=">=dev-lang/cfortran-4.4-r2 mysql? ( virtual/mysql ) odbc? ( || ( dev-db/libiodbc dev-db/unixODBC ) ) oracle? ( dev-db/oracle-instantclient-basic ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) pythia6? ( sci-physics/pythia:6 ) pythia8? ( sci-physics/pythia:8 ) python? ( dev-lang/python ) diff --git a/sci-physics/root/root-5.22.00-r3.ebuild b/sci-physics/root/root-5.22.00-r3.ebuild index 0104bccfb072..724d2d269c19 100644 --- a/sci-physics/root/root-5.22.00-r3.ebuild +++ b/sci-physics/root/root-5.22.00-r3.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/sci-physics/root/root-5.22.00-r3.ebuild,v 1.3 2009/11/19 05:44:31 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.22.00-r3.ebuild,v 1.4 2010/06/17 21:09:16 patrick Exp $ EAPI=2 inherit versionator eutils qt4 elisp-common fdo-mime toolchain-funcs @@ -53,7 +53,7 @@ CDEPEND=">=dev-lang/cfortran-4.4-r2 mysql? ( virtual/mysql ) odbc? ( || ( dev-db/libiodbc dev-db/unixODBC ) ) oracle? ( dev-db/oracle-instantclient-basic ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) pythia6? ( sci-physics/pythia:6 ) pythia8? ( sci-physics/pythia:8 ) python? ( dev-lang/python ) diff --git a/sci-physics/root/root-5.24.00-r1.ebuild b/sci-physics/root/root-5.24.00-r1.ebuild index 3e42c67d005a..bb80a1764be3 100644 --- a/sci-physics/root/root-5.24.00-r1.ebuild +++ b/sci-physics/root/root-5.24.00-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/sci-physics/root/root-5.24.00-r1.ebuild,v 1.2 2009/11/24 06:59:53 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.24.00-r1.ebuild,v 1.3 2010/06/17 21:09:16 patrick Exp $ EAPI=2 inherit versionator eutils qt4 elisp-common fdo-mime toolchain-funcs flag-o-matic @@ -53,7 +53,7 @@ CDEPEND=">=dev-lang/cfortran-4.4-r2 mysql? ( virtual/mysql ) odbc? ( || ( dev-db/libiodbc dev-db/unixODBC ) ) oracle? ( dev-db/oracle-instantclient-basic ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) pythia6? ( sci-physics/pythia:6 ) pythia8? ( sci-physics/pythia:8 ) python? ( dev-lang/python ) diff --git a/sci-physics/root/root-5.26.00-r2.ebuild b/sci-physics/root/root-5.26.00-r2.ebuild index 4d760909b849..d1316bd55e00 100644 --- a/sci-physics/root/root-5.26.00-r2.ebuild +++ b/sci-physics/root/root-5.26.00-r2.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/sci-physics/root/root-5.26.00-r2.ebuild,v 1.5 2010/06/01 19:57:41 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.26.00-r2.ebuild,v 1.6 2010/06/17 21:09:16 patrick Exp $ EAPI=2 inherit versionator eutils qt4 elisp-common fdo-mime toolchain-funcs flag-o-matic @@ -53,7 +53,7 @@ CDEPEND=">=dev-lang/cfortran-4.4-r2 odbc? ( || ( dev-db/libiodbc dev-db/unixODBC ) ) opengl? ( virtual/opengl virtual/glu ) oracle? ( dev-db/oracle-instantclient-basic ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) pythia6? ( sci-physics/pythia:6 ) pythia8? ( sci-physics/pythia:8 ) python? ( dev-lang/python ) diff --git a/sci-physics/root/root-5.26.00-r3.ebuild b/sci-physics/root/root-5.26.00-r3.ebuild index eebc721d1f44..e6ad9c1e5401 100644 --- a/sci-physics/root/root-5.26.00-r3.ebuild +++ b/sci-physics/root/root-5.26.00-r3.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/sci-physics/root/root-5.26.00-r3.ebuild,v 1.1 2010/06/14 19:15:16 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.26.00-r3.ebuild,v 1.2 2010/06/17 21:09:16 patrick Exp $ EAPI=2 inherit versionator eutils qt4 elisp-common fdo-mime toolchain-funcs @@ -53,7 +53,7 @@ CDEPEND=">=dev-lang/cfortran-4.4-r2 odbc? ( || ( dev-db/libiodbc dev-db/unixODBC ) ) opengl? ( virtual/opengl virtual/glu ) oracle? ( dev-db/oracle-instantclient-basic ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) pythia6? ( sci-physics/pythia:6 ) pythia8? ( sci-physics/pythia:8 ) python? ( dev-lang/python ) |