summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2010-09-20 08:49:11 +0000
committerPatrick Lauer <patrick@gentoo.org>2010-09-20 08:49:11 +0000
commit16ba5a206a98c0d2266865b79fe5a85057d280a0 (patch)
tree0cea1d8990d2de6bc7d47a1e6f0b2eaddebdb28c /dev-db
parentCorrected typo in init script, 338124 (diff)
downloadhistorical-16ba5a206a98c0d2266865b79fe5a85057d280a0.tar.gz
historical-16ba5a206a98c0d2266865b79fe5a85057d280a0.tar.bz2
historical-16ba5a206a98c0d2266865b79fe5a85057d280a0.zip
Fixing elog messages
Package-Manager: portage-2.2_rc83/cvs/Linux x86_64
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/postgresql-base/ChangeLog6
-rw-r--r--dev-db/postgresql-base/postgresql-base-9.0.0.ebuild9
-rw-r--r--dev-db/postgresql-server/ChangeLog6
-rw-r--r--dev-db/postgresql-server/postgresql-server-9.0.0.ebuild10
4 files changed, 12 insertions, 19 deletions
diff --git a/dev-db/postgresql-base/ChangeLog b/dev-db/postgresql-base/ChangeLog
index c9b2baeedb88..71138caf9663 100644
--- a/dev-db/postgresql-base/ChangeLog
+++ b/dev-db/postgresql-base/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/postgresql-base
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/ChangeLog,v 1.72 2010/09/19 14:29:54 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/ChangeLog,v 1.73 2010/09/20 08:48:38 patrick Exp $
+
+ 20 Sep 2010; Patrick Lauer <patrick@gentoo.org>
+ postgresql-base-9.0.0.ebuild:
+ Fixing elog messages
*postgresql-base-9.0.0 (19 Sep 2010)
diff --git a/dev-db/postgresql-base/postgresql-base-9.0.0.ebuild b/dev-db/postgresql-base/postgresql-base-9.0.0.ebuild
index 0957a89eb206..49ea2585701f 100644
--- a/dev-db/postgresql-base/postgresql-base-9.0.0.ebuild
+++ b/dev-db/postgresql-base/postgresql-base-9.0.0.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/dev-db/postgresql-base/postgresql-base-9.0.0.ebuild,v 1.1 2010/09/19 14:29:54 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.0.0.ebuild,v 1.2 2010/09/20 08:48:38 patrick Exp $
EAPI="2"
@@ -147,13 +147,6 @@ pkg_postinst() {
elog "If you need a global psqlrc-file, you can place it in:"
elog " '${ROOT}/etc/postgresql-${SLOT}/'"
elog
- elog "The PostgreSQL community has called for more testers of the upcoming 9.0"
- elog "release. This beta version of the PostgreSQL client applications and libraries,"
- elog "while moved to ~arch, will never be marked stable. As such, you may not want to"
- elog "use this package in an environment where incompatible changes are"
- elog "unacceptable. Bear in mind, though, that these packages are slotted and that you"
- elog "may have multiple installations simultaneously without conflict. However, you"
- elog "may only use one set of client applications and libraries via 'eselect'."
}
pkg_postrm() {
diff --git a/dev-db/postgresql-server/ChangeLog b/dev-db/postgresql-server/ChangeLog
index 10839c93eb44..4bccb5fa95a6 100644
--- a/dev-db/postgresql-server/ChangeLog
+++ b/dev-db/postgresql-server/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/postgresql-server
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-server/ChangeLog,v 1.81 2010/09/19 14:30:43 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-server/ChangeLog,v 1.82 2010/09/20 08:49:11 patrick Exp $
+
+ 20 Sep 2010; Patrick Lauer <patrick@gentoo.org>
+ postgresql-server-9.0.0.ebuild:
+ Fixing elog messages
*postgresql-server-9.0.0 (19 Sep 2010)
diff --git a/dev-db/postgresql-server/postgresql-server-9.0.0.ebuild b/dev-db/postgresql-server/postgresql-server-9.0.0.ebuild
index 2b402e8631b7..ad4fb2e156a8 100644
--- a/dev-db/postgresql-server/postgresql-server-9.0.0.ebuild
+++ b/dev-db/postgresql-server/postgresql-server-9.0.0.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/dev-db/postgresql-server/postgresql-server-9.0.0.ebuild,v 1.1 2010/09/19 14:30:43 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-server/postgresql-server-9.0.0.ebuild,v 1.2 2010/09/20 08:49:11 patrick Exp $
EAPI="2"
PYTHON_DEPEND="python? 2"
@@ -143,14 +143,6 @@ pkg_postinst() {
ewarn "original location."
ewarn
- elog "The PostgreSQL community has called for more testers of the upcoming 9.0"
- elog "release. This beta version of the PostgreSQL server, while moved to ~arch, will"
- elog "never be marked stable. As such, you may not want to use this package in an"
- elog "environment where incompatible changes are unacceptable. Bear in mind, though,"
- elog "that these packages are slotted and that you may run multiple server instances"
- elog "simultaneously without conflict."
- elog
-
elog "Before initializing the database, you may want to edit PG_INITDB_OPTS so that it"
elog "contains your preferred locale and character encoding in:"
elog