diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-28 06:50:37 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-28 06:50:37 +0000 |
commit | 278e6b45d53dfe4086762fb8d6e8fae9c4d94542 (patch) | |
tree | fbb753b6d27f72ad4c9e61b682235ffe909dd235 /app-text/acroread | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-278e6b45d53dfe4086762fb8d6e8fae9c4d94542.tar.gz gentoo-2-278e6b45d53dfe4086762fb8d6e8fae9c4d94542.tar.bz2 gentoo-2-278e6b45d53dfe4086762fb8d6e8fae9c4d94542.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'app-text/acroread')
-rw-r--r-- | app-text/acroread/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/acroread/acroread-7.0.8-r1.ebuild | 16 | ||||
-rw-r--r-- | app-text/acroread/acroread-7.0.8.ebuild | 8 | ||||
-rw-r--r-- | app-text/acroread/acroread-7.0.9-r1.ebuild | 16 | ||||
-rw-r--r-- | app-text/acroread/acroread-7.0.9.ebuild | 16 |
5 files changed, 33 insertions, 29 deletions
diff --git a/app-text/acroread/ChangeLog b/app-text/acroread/ChangeLog index 75cde09590b0..878dcc420147 100644 --- a/app-text/acroread/ChangeLog +++ b/app-text/acroread/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/acroread # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.95 2007/01/17 21:14:10 kevquinn Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.96 2007/01/28 06:50:37 genone Exp $ + + 28 Jan 2007; Marius Mauch <genone@gentoo.org> acroread-7.0.8.ebuild, + acroread-7.0.8-r1.ebuild, acroread-7.0.9.ebuild, acroread-7.0.9-r1.ebuild: + Replacing einfo with elog 17 Jan 2007; Kevin F. Quinn <kevquinn@gentoo.org> acroread-7.0.8-r1.ebuild, acroread-7.0.9-r1.ebuild: diff --git a/app-text/acroread/acroread-7.0.8-r1.ebuild b/app-text/acroread/acroread-7.0.8-r1.ebuild index 0587b24be75b..c2260feaa420 100644 --- a/app-text/acroread/acroread-7.0.8-r1.ebuild +++ b/app-text/acroread/acroread-7.0.8-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-text/acroread/acroread-7.0.8-r1.ebuild,v 1.4 2007/01/17 21:14:10 kevquinn Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-7.0.8-r1.ebuild,v 1.5 2007/01/28 06:50:37 genone Exp $ inherit eutils nsplugins @@ -211,18 +211,18 @@ src_install() { pkg_postinst () { local ll lc use ldap || - einfo "The Acrobat(TM) Security Plugin can be enabled with USE=ldap" + elog "The Acrobat(TM) Security Plugin can be enabled with USE=ldap" use nsplugin || - einfo "The Acrobat(TM) Browser Plugin can be enabled with USE=nsplugin" + elog "The Acrobat(TM) Browser Plugin can be enabled with USE=nsplugin" lc=0 for ll in ${LINGUA_LIST}; do use linguas_${ll/:*} && (( lc = ${lc} + 1 )) done if [[ ${lc} > 1 ]]; then - einfo "Multiple languages have been installed, selected via a wrapper script." - einfo "The language is selected according to the LANG environment variable" - einfo "(defaulting to English if LANG is not set, or no matching language" - einfo "version is installed). Users may need to remove their preferences in" - einfo "~/.adobe to switch languages." + elog "Multiple languages have been installed, selected via a wrapper script." + elog "The language is selected according to the LANG environment variable" + elog "(defaulting to English if LANG is not set, or no matching language" + elog "version is installed). Users may need to remove their preferences in" + elog "~/.adobe to switch languages." fi } diff --git a/app-text/acroread/acroread-7.0.8.ebuild b/app-text/acroread/acroread-7.0.8.ebuild index 8acbe62b2c0d..e724b91bd426 100644 --- a/app-text/acroread/acroread-7.0.8.ebuild +++ b/app-text/acroread/acroread-7.0.8.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-text/acroread/acroread-7.0.8.ebuild,v 1.8 2006/11/18 11:16:49 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-7.0.8.ebuild,v 1.9 2007/01/28 06:50:37 genone Exp $ inherit eutils nsplugins @@ -138,6 +138,6 @@ src_install() { } pkg_postinst () { - einfo "The Acrobat(TM) Security Plugin can be enabled with USE=ldap" - einfo "The Acrobat(TM) Browser Plugin can be enabled with USE=nsplugin" + elog "The Acrobat(TM) Security Plugin can be enabled with USE=ldap" + elog "The Acrobat(TM) Browser Plugin can be enabled with USE=nsplugin" } diff --git a/app-text/acroread/acroread-7.0.9-r1.ebuild b/app-text/acroread/acroread-7.0.9-r1.ebuild index aeca2552e4c1..cc076418894b 100644 --- a/app-text/acroread/acroread-7.0.9-r1.ebuild +++ b/app-text/acroread/acroread-7.0.9-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-text/acroread/acroread-7.0.9-r1.ebuild,v 1.2 2007/01/17 21:14:10 kevquinn Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-7.0.9-r1.ebuild,v 1.3 2007/01/28 06:50:37 genone Exp $ inherit eutils nsplugins @@ -211,18 +211,18 @@ src_install() { pkg_postinst () { local ll lc use ldap || - einfo "The Acrobat(TM) Security Plugin can be enabled with USE=ldap" + elog "The Acrobat(TM) Security Plugin can be enabled with USE=ldap" use nsplugin || - einfo "The Acrobat(TM) Browser Plugin can be enabled with USE=nsplugin" + elog "The Acrobat(TM) Browser Plugin can be enabled with USE=nsplugin" lc=0 for ll in ${LINGUA_LIST}; do use linguas_${ll/:*} && (( lc = ${lc} + 1 )) done if [[ ${lc} > 1 ]]; then - einfo "Multiple languages have been installed, selected via a wrapper script." - einfo "The language is selected according to the LANG environment variable" - einfo "(defaulting to English if LANG is not set, or no matching language" - einfo "version is installed). Users may need to remove their preferences in" - einfo "~/.adobe to switch languages." + elog "Multiple languages have been installed, selected via a wrapper script." + elog "The language is selected according to the LANG environment variable" + elog "(defaulting to English if LANG is not set, or no matching language" + elog "version is installed). Users may need to remove their preferences in" + elog "~/.adobe to switch languages." fi } diff --git a/app-text/acroread/acroread-7.0.9.ebuild b/app-text/acroread/acroread-7.0.9.ebuild index c7b70f4a3c3f..85e292d54b17 100644 --- a/app-text/acroread/acroread-7.0.9.ebuild +++ b/app-text/acroread/acroread-7.0.9.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-text/acroread/acroread-7.0.9.ebuild,v 1.5 2007/01/16 10:21:01 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-7.0.9.ebuild,v 1.6 2007/01/28 06:50:37 genone Exp $ inherit eutils nsplugins @@ -212,18 +212,18 @@ src_install() { pkg_postinst () { local ll lc use ldap || - einfo "The Acrobat(TM) Security Plugin can be enabled with USE=ldap" + elog "The Acrobat(TM) Security Plugin can be enabled with USE=ldap" use nsplugin || - einfo "The Acrobat(TM) Browser Plugin can be enabled with USE=nsplugin" + elog "The Acrobat(TM) Browser Plugin can be enabled with USE=nsplugin" lc=0 for ll in ${LINGUA_LIST}; do use linguas_${ll/:*} && (( lc = ${lc} + 1 )) done if [[ ${lc} > 1 ]]; then - einfo "Multiple languages have been installed, selected via a wrapper script." - einfo "The language is selected according to the LANG environment variable" - einfo "(defaulting to English if LANG is not set, or no matching language" - einfo "version is installed). Users may need to remove their preferences in" - einfo "~/.adobe to switch languages." + elog "Multiple languages have been installed, selected via a wrapper script." + elog "The language is selected according to the LANG environment variable" + elog "(defaulting to English if LANG is not set, or no matching language" + elog "version is installed). Users may need to remove their preferences in" + elog "~/.adobe to switch languages." fi } |