From fd92b2a0b9a190234294ec0ace02c314d8a28270 Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Mon, 20 Sep 2010 08:48:38 +0000 Subject: Fixing elog messages (Portage version: 2.2_rc83/cvs/Linux x86_64) --- dev-db/postgresql-base/ChangeLog | 6 +++++- dev-db/postgresql-base/postgresql-base-9.0.0.ebuild | 9 +-------- 2 files changed, 6 insertions(+), 9 deletions(-) (limited to 'dev-db') 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 + 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() { -- cgit v1.2.3-65-gdbad