diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2014-11-03 12:44:01 +0000 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2014-11-03 12:44:01 +0000 |
commit | 30c113748ba8e251eae2236238e3078beca8428f (patch) | |
tree | cb3276651a3f8bed4ff9a48111a4dd4117f97524 /games-server/cyphesis | |
parent | Update PostgreSQL dependencies and/or checks to virtual/postgresql. (diff) | |
download | gentoo-2-30c113748ba8e251eae2236238e3078beca8428f.tar.gz gentoo-2-30c113748ba8e251eae2236238e3078beca8428f.tar.bz2 gentoo-2-30c113748ba8e251eae2236238e3078beca8428f.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 'games-server/cyphesis')
-rw-r--r-- | games-server/cyphesis/ChangeLog | 6 | ||||
-rw-r--r-- | games-server/cyphesis/cyphesis-0.6.0.ebuild | 4 | ||||
-rw-r--r-- | games-server/cyphesis/cyphesis-0.6.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/games-server/cyphesis/ChangeLog b/games-server/cyphesis/ChangeLog index 4685ffac2a3b..ceddd60c1f17 100644 --- a/games-server/cyphesis/ChangeLog +++ b/games-server/cyphesis/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-server/cyphesis # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/ChangeLog,v 1.36 2014/08/29 18:31:14 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/ChangeLog,v 1.37 2014/11/03 12:44:01 titanofold Exp $ + + 03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> cyphesis-0.6.0.ebuild, + cyphesis-0.6.2.ebuild: + Update PostgreSQL dependencies and/or checks to virtual/postgresql. 29 Aug 2014; Michael Sterrett <mr_bones_@gentoo.org> -cyphesis-0.6.1.ebuild, -files/cyphesis-0.6.1-gentoo.patch, -files/cyphesis-0.6.1-makefile.patch: diff --git a/games-server/cyphesis/cyphesis-0.6.0.ebuild b/games-server/cyphesis/cyphesis-0.6.0.ebuild index 5f33e167b63c..16a695f39009 100644 --- a/games-server/cyphesis/cyphesis-0.6.0.ebuild +++ b/games-server/cyphesis/cyphesis-0.6.0.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/games-server/cyphesis/cyphesis-0.6.0.ebuild,v 1.5 2014/03/01 22:26:58 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/cyphesis-0.6.0.ebuild,v 1.6 2014/11/03 12:44:01 titanofold Exp $ EAPI=5 PYTHON_DEPEND=2 @@ -25,7 +25,7 @@ RDEPEND=">=media-libs/skstream-0.3.9 sys-libs/readline =media-libs/atlas-c++-0.6* >=media-libs/varconf-0.6.4 - dev-db/postgresql-base" + virtual/postgresql" DEPEND="${RDEPEND} >=dev-libs/boost-1.40 dev-libs/libxml2 diff --git a/games-server/cyphesis/cyphesis-0.6.2.ebuild b/games-server/cyphesis/cyphesis-0.6.2.ebuild index d77d4469577e..b3a17df3e4f5 100644 --- a/games-server/cyphesis/cyphesis-0.6.2.ebuild +++ b/games-server/cyphesis/cyphesis-0.6.2.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/games-server/cyphesis/cyphesis-0.6.2.ebuild,v 1.2 2014/03/01 22:26:58 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/cyphesis-0.6.2.ebuild,v 1.3 2014/11/03 12:44:01 titanofold Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -25,7 +25,7 @@ RDEPEND=">=media-libs/skstream-0.3.9 sys-libs/readline >=media-libs/atlas-c++-0.6.3 >=media-libs/varconf-0.6.4 - dev-db/postgresql-base" + virtual/postgresql" DEPEND="${RDEPEND} >=dev-libs/boost-1.40 dev-libs/libxml2 |