summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2010-06-20 13:26:58 +0000
committerPatrick Lauer <patrick@gentoo.org>2010-06-20 13:26:58 +0000
commit87727f391b73c94f0afc03d431e66676499a25ed (patch)
tree8abc2ff8aefeda57809757ab0bb2a7f51c581d12 /dev-db/postgresql-base
parentfix my name in ChangeLog (diff)
downloadgentoo-2-87727f391b73c94f0afc03d431e66676499a25ed.tar.gz
gentoo-2-87727f391b73c94f0afc03d431e66676499a25ed.tar.bz2
gentoo-2-87727f391b73c94f0afc03d431e66676499a25ed.zip
Adapting elog messages for unmasking
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/postgresql-base')
-rw-r--r--dev-db/postgresql-base/ChangeLog6
-rw-r--r--dev-db/postgresql-base/postgresql-base-9.0_beta2-r1.ebuild15
2 files changed, 17 insertions, 4 deletions
diff --git a/dev-db/postgresql-base/ChangeLog b/dev-db/postgresql-base/ChangeLog
index a7c658d84f0c..fa5f780853fc 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.57 2010/06/15 20:51:21 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/ChangeLog,v 1.58 2010/06/20 13:26:58 patrick Exp $
+
+ 20 Jun 2010; Patrick Lauer <patrick@gentoo.org>
+ postgresql-base-9.0_beta2-r1.ebuild:
+ Adapting elog messages for unmasking
15 Jun 2010; Patrick Lauer <patrick@gentoo.org>
postgresql-base-7.4.26.ebuild, postgresql-base-7.4.27.ebuild,
diff --git a/dev-db/postgresql-base/postgresql-base-9.0_beta2-r1.ebuild b/dev-db/postgresql-base/postgresql-base-9.0_beta2-r1.ebuild
index 8b567cec61ae..4af07c2ca37e 100644
--- a/dev-db/postgresql-base/postgresql-base-9.0_beta2-r1.ebuild
+++ b/dev-db/postgresql-base/postgresql-base-9.0_beta2-r1.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_beta2-r1.ebuild,v 1.1 2010/06/15 20:36:40 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.0_beta2-r1.ebuild,v 1.2 2010/06/20 13:26:58 patrick Exp $
EAPI="2"
@@ -92,8 +92,8 @@ src_configure() {
$(use_with ldap) \
|| die "configure failed"
}
-src_compile() {
+src_compile() {
emake || die "emake failed"
cd "${S}/contrib"
@@ -144,7 +144,16 @@ __EOF__
pkg_postinst() {
eselect postgresql update
[[ "$(eselect postgresql show)" = "(none)" ]] && eselect postgresql set ${SLOT}
- elog "If you need a global psqlrc-file, you can place it in '${ROOT}/etc/postgresql-${SLOT}/'."
+ 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() {