diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2014-11-03 11:37:46 +0000 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2014-11-03 11:37:46 +0000 |
commit | 004e6681ab525febd34a02a89b489463b3ff2dbe (patch) | |
tree | 5fbc53836a8f7e891fcf3c599ec6197880073c77 /dev-db/tora | |
parent | Update PostgreSQL dependencies and/or checks to virtual/postgresql. (diff) | |
download | gentoo-2-004e6681ab525febd34a02a89b489463b3ff2dbe.tar.gz gentoo-2-004e6681ab525febd34a02a89b489463b3ff2dbe.tar.bz2 gentoo-2-004e6681ab525febd34a02a89b489463b3ff2dbe.zip |
Update PostgreSQL dependencies and/or checks to virtual/postgresql.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Diffstat (limited to 'dev-db/tora')
-rw-r--r-- | dev-db/tora/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/tora/tora-2.1.3-r3.ebuild | 6 | ||||
-rw-r--r-- | dev-db/tora/tora-9999.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-db/tora/ChangeLog b/dev-db/tora/ChangeLog index a2a29d82757d..8df0446fb403 100644 --- a/dev-db/tora/ChangeLog +++ b/dev-db/tora/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/tora # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/ChangeLog,v 1.107 2014/10/13 08:05:53 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/ChangeLog,v 1.108 2014/11/03 11:37:46 titanofold Exp $ + + 03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> tora-2.1.3-r3.ebuild, + tora-9999.ebuild: + Update PostgreSQL dependencies and/or checks to virtual/postgresql. 13 Oct 2014; Sergey Popov <pinkbyte@gentoo.org> metadata.xml: Add new maintainer and proxy maintainers herd diff --git a/dev-db/tora/tora-2.1.3-r3.ebuild b/dev-db/tora/tora-2.1.3-r3.ebuild index d47cee614d4c..3ca00a341b5e 100644 --- a/dev-db/tora/tora-2.1.3-r3.ebuild +++ b/dev-db/tora/tora-2.1.3-r3.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/dev-db/tora/tora-2.1.3-r3.ebuild,v 1.1 2013/10/30 21:22:41 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-2.1.3-r3.ebuild,v 1.2 2014/11/03 11:37:46 titanofold Exp $ EAPI=3 @@ -25,7 +25,7 @@ DEPEND=" dev-db/oracle-instantclient-basic dev-db/oracle-instantclient-sqlplus ) - postgres? ( dev-db/postgresql-server ) + postgres? ( virtual/postgresql[server] ) " RDEPEND="${DEPEND}" diff --git a/dev-db/tora/tora-9999.ebuild b/dev-db/tora/tora-9999.ebuild index 48765ed45c8e..7441f519e1cc 100644 --- a/dev-db/tora/tora-9999.ebuild +++ b/dev-db/tora/tora-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-9999.ebuild,v 1.4 2014/10/03 16:10:40 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-9999.ebuild,v 1.5 2014/11/03 11:37:46 titanofold Exp $ EAPI=5 @@ -30,7 +30,7 @@ DEPEND=" dev-qt/qtsql:4[mysql?,postgres?] dev-qt/qtxmlpatterns:4 oci8-instant-client? ( dev-db/oracle-instantclient-basic ) - postgres? ( dev-db/postgresql-base ) + postgres? ( virtual/postgresql ) " RDEPEND="${DEPEND}" |