summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-10-12 16:42:03 +0000
committerUlrich Müller <ulm@gentoo.org>2007-10-12 16:42:03 +0000
commit361faedba8a811820e483876787dd48150f8ea1b (patch)
tree6e0377bdc27424ee2b12afd63609dbd5c6f92c87 /app-editors
parentwhitespace (diff)
downloadgentoo-2-361faedba8a811820e483876787dd48150f8ea1b.tar.gz
gentoo-2-361faedba8a811820e483876787dd48150f8ea1b.tar.bz2
gentoo-2-361faedba8a811820e483876787dd48150f8ea1b.zip
Clarify wording of postinst message, thanks to hkbst for suggesting this.
(Portage version: 2.1.3.12)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/emacs-cvs/ChangeLog7
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-22.1.50-r1.ebuild8
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r1.ebuild8
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920.ebuild8
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild8
5 files changed, 22 insertions, 17 deletions
diff --git a/app-editors/emacs-cvs/ChangeLog b/app-editors/emacs-cvs/ChangeLog
index 89b0ae84a1e9..3fc64293d6c1 100644
--- a/app-editors/emacs-cvs/ChangeLog
+++ b/app-editors/emacs-cvs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/emacs-cvs
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.161 2007/10/12 08:27:14 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.162 2007/10/12 16:42:03 ulm Exp $
+
+ 12 Oct 2007; Ulrich Mueller <ulm@gentoo.org> emacs-cvs-22.1.50-r1.ebuild,
+ emacs-cvs-22.1.50_p20070829-r1.ebuild, emacs-cvs-23.0.0_p20070920.ebuild,
+ emacs-cvs-23.0.50.ebuild:
+ Clarify wording of postinst message, thanks to hkbst for suggesting this.
*emacs-cvs-23.0.0_p20070920 (12 Oct 2007)
diff --git a/app-editors/emacs-cvs/emacs-cvs-22.1.50-r1.ebuild b/app-editors/emacs-cvs/emacs-cvs-22.1.50-r1.ebuild
index 2905941b92bb..223412f19765 100644
--- a/app-editors/emacs-cvs/emacs-cvs-22.1.50-r1.ebuild
+++ b/app-editors/emacs-cvs/emacs-cvs-22.1.50-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50-r1.ebuild,v 1.5 2007/10/10 06:31:21 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50-r1.ebuild,v 1.6 2007/10/12 16:42:03 ulm Exp $
ECVS_AUTH="pserver"
ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
@@ -234,9 +234,9 @@ pkg_postinst() {
echo
elog "You can set the version to be started by /usr/bin/emacs through"
- elog "the Emacs eselect module. Man and info pages are automatically"
- elog "redirected, so you are to test emacs-cvs along with the stable"
- elog "release. \"man emacs.eselect\" for details."
+ elog "the Emacs eselect module, which also redirects man and info pages."
+ elog "You can therefore test emacs-cvs along with the stable release."
+ elog "\"man emacs.eselect\" for details."
}
pkg_postrm() {
diff --git a/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r1.ebuild b/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r1.ebuild
index 9b4c11ed45e4..82ae911b3982 100644
--- a/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r1.ebuild
+++ b/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r1.ebuild,v 1.4 2007/10/12 08:27:14 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r1.ebuild,v 1.5 2007/10/12 16:42:03 ulm Exp $
WANT_AUTOCONF="2.5"
WANT_AUTOMAKE="latest"
@@ -219,9 +219,9 @@ pkg_postinst() {
echo
elog "You can set the version to be started by /usr/bin/emacs through"
- elog "the Emacs eselect module. Man and info pages are automatically"
- elog "redirected, so you are to test emacs-cvs along with the stable"
- elog "release. \"man emacs.eselect\" for details."
+ elog "the Emacs eselect module, which also redirects man and info pages."
+ elog "You can therefore test emacs-cvs along with the stable release."
+ elog "\"man emacs.eselect\" for details."
}
pkg_postrm() {
diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920.ebuild
index cba9c1260ebb..597cd214ce24 100644
--- a/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920.ebuild
+++ b/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920.ebuild,v 1.1 2007/10/12 08:27:14 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920.ebuild,v 1.2 2007/10/12 16:42:03 ulm Exp $
WANT_AUTOCONF="2.5"
WANT_AUTOMAKE="latest"
@@ -223,9 +223,9 @@ pkg_postinst() {
echo
elog "You can set the version to be started by /usr/bin/emacs through"
- elog "the Emacs eselect module. Man and info pages are automatically"
- elog "redirected, so you are to test emacs-cvs along with the stable"
- elog "release. \"man emacs.eselect\" for details."
+ elog "the Emacs eselect module, which also redirects man and info pages."
+ elog "You can therefore test emacs-cvs along with the stable release."
+ elog "\"man emacs.eselect\" for details."
}
pkg_postrm() {
diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild
index 0af4e77cbece..f2d0c411de90 100644
--- a/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild
+++ b/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild,v 1.8 2007/10/10 06:31:21 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild,v 1.9 2007/10/12 16:42:03 ulm Exp $
ECVS_AUTH="pserver"
ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
@@ -236,9 +236,9 @@ pkg_postinst() {
echo
elog "You can set the version to be started by /usr/bin/emacs through"
- elog "the Emacs eselect module. Man and info pages are automatically"
- elog "redirected, so you are to test emacs-cvs along with the stable"
- elog "release. \"man emacs.eselect\" for details."
+ elog "the Emacs eselect module, which also redirects man and info pages."
+ elog "You can therefore test emacs-cvs along with the stable release."
+ elog "\"man emacs.eselect\" for details."
}
pkg_postrm() {