diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 02:56:17 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 02:56:17 +0000 |
commit | d94246fde4c9b89c6e9052a992bd563efecf2dee (patch) | |
tree | 46e6e89858f981a4572bd1ed28f554874b8dc562 /app-editors/joe | |
parent | Replacing einfo with eerror (diff) | |
download | historical-d94246fde4c9b89c6e9052a992bd563efecf2dee.tar.gz historical-d94246fde4c9b89c6e9052a992bd563efecf2dee.tar.bz2 historical-d94246fde4c9b89c6e9052a992bd563efecf2dee.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'app-editors/joe')
-rw-r--r-- | app-editors/joe/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/joe/joe-3.0-r2.ebuild | 10 | ||||
-rw-r--r-- | app-editors/joe/joe-3.1-r1.ebuild | 12 | ||||
-rw-r--r-- | app-editors/joe/joe-3.2.ebuild | 12 | ||||
-rw-r--r-- | app-editors/joe/joe-3.4.ebuild | 13 | ||||
-rw-r--r-- | app-editors/joe/joe-3.5.ebuild | 13 |
6 files changed, 34 insertions, 32 deletions
diff --git a/app-editors/joe/ChangeLog b/app-editors/joe/ChangeLog index 5b952572aae4..7e5101782fa0 100644 --- a/app-editors/joe/ChangeLog +++ b/app-editors/joe/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/joe # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.48 2007/01/05 07:16:56 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.49 2007/01/24 02:40:53 genone Exp $ + + 24 Jan 2007; Marius Mauch <genone@gentoo.org> joe-3.0-r2.ebuild, + joe-3.1-r1.ebuild, joe-3.2.ebuild, joe-3.4.ebuild, joe-3.5.ebuild: + Replacing einfo with elog 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> joe-3.0-r2.ebuild: Remove gnuconfig_update usage, leave it to econf. diff --git a/app-editors/joe/joe-3.0-r2.ebuild b/app-editors/joe/joe-3.0-r2.ebuild index 68346bacfec7..2ba9dd38ed96 100644 --- a/app-editors/joe/joe-3.0-r2.ebuild +++ b/app-editors/joe/joe-3.0-r2.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/joe/joe-3.0-r2.ebuild,v 1.4 2007/01/05 07:16:56 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.0-r2.ebuild,v 1.5 2007/01/24 02:40:53 genone Exp $ inherit flag-o-matic eutils @@ -43,8 +43,8 @@ src_install() { } pkg_postinst() { - echo - einfo "Global configuration has been moved from /etc to /etc/joe." - einfo "You should move or remove your old configuration files." - echo + elog + elog "Global configuration has been moved from /etc to /etc/joe." + elog "You should move or remove your old configuration files." + elog } diff --git a/app-editors/joe/joe-3.1-r1.ebuild b/app-editors/joe/joe-3.1-r1.ebuild index f8707264b8a9..5daa05ecd668 100644 --- a/app-editors/joe/joe-3.1-r1.ebuild +++ b/app-editors/joe/joe-3.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.1-r1.ebuild,v 1.4 2005/01/01 13:28:57 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.1-r1.ebuild,v 1.5 2007/01/24 02:40:53 genone Exp $ inherit flag-o-matic eutils @@ -43,8 +43,8 @@ src_install() { } pkg_postinst() { - echo - einfo "Global configuration has been moved from /etc to /etc/joe." - einfo "You should move or remove your old configuration files." - echo + elog + elog "Global configuration has been moved from /etc to /etc/joe." + elog "You should move or remove your old configuration files." + elog } diff --git a/app-editors/joe/joe-3.2.ebuild b/app-editors/joe/joe-3.2.ebuild index a286a78c3478..c6401264c188 100644 --- a/app-editors/joe/joe-3.2.ebuild +++ b/app-editors/joe/joe-3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.2.ebuild,v 1.11 2006/04/06 13:02:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.2.ebuild,v 1.12 2007/01/24 02:40:53 genone Exp $ inherit flag-o-matic @@ -41,8 +41,8 @@ src_install() { } pkg_postinst() { - echo - einfo "Global configuration has been moved from /etc to /etc/joe." - einfo "You should move or remove your old configuration files." - echo + elog + elog "Global configuration has been moved from /etc to /etc/joe." + elog "You should move or remove your old configuration files." + elog } diff --git a/app-editors/joe/joe-3.4.ebuild b/app-editors/joe/joe-3.4.ebuild index ebd0670b6d2e..568b973bb16d 100644 --- a/app-editors/joe/joe-3.4.ebuild +++ b/app-editors/joe/joe-3.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.4.ebuild,v 1.1 2006/07/14 18:52:33 tomk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.4.ebuild,v 1.2 2007/01/24 02:40:53 genone Exp $ inherit flag-o-matic eutils @@ -55,10 +55,9 @@ src_install() { pkg_postinst() { if use xterm; then - einfo "To enable full xterm clipboard you need to set the allowWindowOps" - einfo "resources to true. This is usually found in /etc/X11/app-defaults/XTerm" - einfo "This is false by default due to potential security problems on some" - einfo "architectures (see bug #91453)." - + elog "To enable full xterm clipboard you need to set the allowWindowOps" + elog "resources to true. This is usually found in /etc/X11/app-defaults/XTerm" + elog "This is false by default due to potential security problems on some" + elog "architectures (see bug #91453)." fi } diff --git a/app-editors/joe/joe-3.5.ebuild b/app-editors/joe/joe-3.5.ebuild index 6555794e0346..5acbe931ebd9 100644 --- a/app-editors/joe/joe-3.5.ebuild +++ b/app-editors/joe/joe-3.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.5.ebuild,v 1.1 2006/08/23 08:58:17 tomk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.5.ebuild,v 1.2 2007/01/24 02:40:53 genone Exp $ inherit flag-o-matic eutils @@ -52,10 +52,9 @@ src_install() { pkg_postinst() { if use xterm; then - einfo "To enable full xterm clipboard you need to set the allowWindowOps" - einfo "resources to true. This is usually found in /etc/X11/app-defaults/XTerm" - einfo "This is false by default due to potential security problems on some" - einfo "architectures (see bug #91453)." - + elog "To enable full xterm clipboard you need to set the allowWindowOps" + elog "resources to true. This is usually found in /etc/X11/app-defaults/XTerm" + elog "This is false by default due to potential security problems on some" + elog "architectures (see bug #91453)." fi } |