summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-09 21:42:38 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-09 21:42:38 +0000
commit7e3f3fa609cd705c882b71bff3836305e50bb172 (patch)
tree6272107d0d05ba82f126d58340baf35a0f3c0132 /virtual/postgresql-base
parentBump to 8.4.0. Fixes #276125 (diff)
downloadhistorical-7e3f3fa609cd705c882b71bff3836305e50bb172.tar.gz
historical-7e3f3fa609cd705c882b71bff3836305e50bb172.tar.bz2
historical-7e3f3fa609cd705c882b71bff3836305e50bb172.zip
Bump to 8.4.0. Fixes #276125
Package-Manager: portage-2.2_rc40/cvs/Linux x86_64
Diffstat (limited to 'virtual/postgresql-base')
-rw-r--r--virtual/postgresql-base/ChangeLog8
-rw-r--r--virtual/postgresql-base/postgresql-base-8.4.ebuild16
2 files changed, 23 insertions, 1 deletions
diff --git a/virtual/postgresql-base/ChangeLog b/virtual/postgresql-base/ChangeLog
index 9fb1545bc194..142b3c59d202 100644
--- a/virtual/postgresql-base/ChangeLog
+++ b/virtual/postgresql-base/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for virtual/postgresql-base
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql-base/ChangeLog,v 1.10 2009/09/07 13:47:11 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql-base/ChangeLog,v 1.11 2009/09/09 21:42:12 patrick Exp $
+
+*postgresql-base-8.4 (09 Sep 2009)
+
+ 09 Sep 2009; Patrick Lauer <patrick@gentoo.org>
+ +postgresql-base-8.4.ebuild:
+ Bump to 8.4.0. Fixes #276125
07 Sep 2009; Raúl Porcel <armin76@gentoo.org> postgresql-base-8.1.ebuild:
arm/ia64/s390/sh/sparc stable wrt #268138
diff --git a/virtual/postgresql-base/postgresql-base-8.4.ebuild b/virtual/postgresql-base/postgresql-base-8.4.ebuild
new file mode 100644
index 000000000000..90d196f5fbf8
--- /dev/null
+++ b/virtual/postgresql-base/postgresql-base-8.4.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql-base/postgresql-base-8.4.ebuild,v 1.1 2009/09/09 21:42:12 patrick Exp $
+
+EAPI="1"
+
+DESCRIPTION="Virtual for PostgreSQL base (clients + libraries)"
+HOMEPAGE="http://www.postgresql.org/"
+SRC_URI=""
+
+LICENSE="as-is"
+SLOT="${PV}"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="|| ( =dev-db/libpq-${PV}* dev-db/postgresql-base:${SLOT} )"