diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-09-20 08:48:38 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-09-20 08:48:38 +0000 |
commit | fd92b2a0b9a190234294ec0ace02c314d8a28270 (patch) | |
tree | 9fb306986acb567b14bd2affd1052a39787b4c14 /dev-db | |
parent | Corrected typo in init script, 338124 (diff) | |
download | gentoo-2-fd92b2a0b9a190234294ec0ace02c314d8a28270.tar.gz gentoo-2-fd92b2a0b9a190234294ec0ace02c314d8a28270.tar.bz2 gentoo-2-fd92b2a0b9a190234294ec0ace02c314d8a28270.zip |
Fixing elog messages
(Portage version: 2.2_rc83/cvs/Linux x86_64)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql-base/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/postgresql-base/postgresql-base-9.0.0.ebuild | 9 |
2 files changed, 6 insertions, 9 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() { |