diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 21:31:21 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 21:31:21 +0000 |
commit | ec35db9ccf39b65cb87fe89a3dceec2ba91f4fcf (patch) | |
tree | efd13a2b4f662a99ea3fd0e28d4a5569dff3d97b /dev-lang | |
parent | Migrating away from deprecated postgres virtuals (diff) | |
download | gentoo-2-ec35db9ccf39b65cb87fe89a3dceec2ba91f4fcf.tar.gz gentoo-2-ec35db9ccf39b65cb87fe89a3dceec2ba91f4fcf.tar.bz2 gentoo-2-ec35db9ccf39b65cb87fe89a3dceec2ba91f4fcf.zip |
Migrating away from deprecated postgres virtuals
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/io/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/io/io-2009.01.02-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lang/io/ChangeLog b/dev-lang/io/ChangeLog index 03cac27f7ff1..aac27b1d85cc 100644 --- a/dev-lang/io/ChangeLog +++ b/dev-lang/io/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/io -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/io/ChangeLog,v 1.5 2009/10/17 07:47:11 maekke Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/io/ChangeLog,v 1.6 2010/06/17 21:31:21 patrick Exp $ + + 17 Jun 2010; Patrick Lauer <patrick@gentoo.org> io-2009.01.02-r1.ebuild: + Migrating away from deprecated postgres virtuals 17 Oct 2009; Markus Meier <maekke@gentoo.org> metadata.xml: remove dbi description as it is global now diff --git a/dev-lang/io/io-2009.01.02-r1.ebuild b/dev-lang/io/io-2009.01.02-r1.ebuild index 58231c577757..2c29fe8f31c2 100644 --- a/dev-lang/io/io-2009.01.02-r1.ebuild +++ b/dev-lang/io/io-2009.01.02-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-lang/io/io-2009.01.02-r1.ebuild,v 1.1 2009/01/02 15:33:32 araujo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/io/io-2009.01.02-r1.ebuild,v 1.2 2010/06/17 21:31:21 patrick Exp $ DESCRIPTION="Io is a small, prototype-based programming language." HOMEPAGE="http://www.iolanguage.com" @@ -15,7 +15,7 @@ DEPEND="lzo? ( dev-libs/lzo ) readline? ( sys-libs/readline ) mysql? ( virtual/mysql ) cairo? ( x11-libs/cairo ) - postgres? ( virtual/postgresql-server ) + postgres? ( dev-db/postgresql-server ) opengl? ( virtual/opengl ) dbi? ( dev-db/libdbi ) ncurses? ( sys-libs/ncurses ) |