diff options
author | 2007-04-30 23:36:45 +0000 | |
---|---|---|
committer | 2007-04-30 23:36:45 +0000 | |
commit | 01b5543dbeb0bd1fb25f1a0cf4c9e92610c65bd3 (patch) | |
tree | 89253b735caf8ecd9deefad8a3085eb48a3b1d4c /media-libs/plotutils | |
parent | Version bump to 8.0.13 for bug #175791 (diff) | |
download | historical-01b5543dbeb0bd1fb25f1a0cf4c9e92610c65bd3.tar.gz historical-01b5543dbeb0bd1fb25f1a0cf4c9e92610c65bd3.tar.bz2 historical-01b5543dbeb0bd1fb25f1a0cf4c9e92610c65bd3.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'media-libs/plotutils')
-rw-r--r-- | media-libs/plotutils/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/plotutils/plotutils-2.4.1-r2.ebuild | 26 | ||||
-rw-r--r-- | media-libs/plotutils/plotutils-2.4.1-r3.ebuild | 26 | ||||
-rw-r--r-- | media-libs/plotutils/plotutils-2.4.1-r4.ebuild | 26 |
4 files changed, 44 insertions, 40 deletions
diff --git a/media-libs/plotutils/ChangeLog b/media-libs/plotutils/ChangeLog index 3c22e6dbc509..2d5d11982500 100644 --- a/media-libs/plotutils/ChangeLog +++ b/media-libs/plotutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/plotutils # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/ChangeLog,v 1.37 2007/04/07 21:09:05 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/ChangeLog,v 1.38 2007/04/30 23:33:16 genone Exp $ + + 30 Apr 2007; Marius Mauch <genone@gentoo.org> plotutils-2.4.1-r2.ebuild, + plotutils-2.4.1-r3.ebuild, plotutils-2.4.1-r4.ebuild: + Replacing einfo with elog 07 Apr 2007; Fabian Groffen <grobian@gentoo.org> plotutils-2.4.1-r3.ebuild, plotutils-2.4.1-r4.ebuild: diff --git a/media-libs/plotutils/plotutils-2.4.1-r2.ebuild b/media-libs/plotutils/plotutils-2.4.1-r2.ebuild index 8f8456ba4402..047bdc1b3d21 100644 --- a/media-libs/plotutils/plotutils-2.4.1-r2.ebuild +++ b/media-libs/plotutils/plotutils-2.4.1-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/media-libs/plotutils/plotutils-2.4.1-r2.ebuild,v 1.25 2007/04/07 16:27:52 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/plotutils-2.4.1-r2.ebuild,v 1.26 2007/04/30 23:33:16 genone Exp $ IUSE="X" @@ -69,17 +69,17 @@ src_install () { } pkg_postinst() { - if [ 'use X' ] ; then - einfo "There are extra fonts available in plotutils package." - einfo "The current ebuild does not install them for you." - einfo "You may want to do so, but you will have to do it" - einfo "manually. You are on your own for now." - einfo "See /usr/share/doc/${P}/INSTALL.fonts" - einfo "" - einfo "If you manually install the extra fonts and use the" - einfo "program xfig, you might want to recompile to take" - einfo "advantage of the additional ps fonts." - einfo "Also, it is possible to enable ghostscript and possibly" - einfo "your printer to use the HP fonts." + if use X; then + elog "There are extra fonts available in plotutils package." + elog "The current ebuild does not install them for you." + elog "You may want to do so, but you will have to do it" + elog "manually. You are on your own for now." + elog "See /usr/share/doc/${P}/INSTALL.fonts" + elog "" + elog "If you manually install the extra fonts and use the" + elog "program xfig, you might want to recompile to take" + elog "advantage of the additional ps fonts." + elog "Also, it is possible to enable ghostscript and possibly" + elog "your printer to use the HP fonts." fi } diff --git a/media-libs/plotutils/plotutils-2.4.1-r3.ebuild b/media-libs/plotutils/plotutils-2.4.1-r3.ebuild index 878d9fbafb66..69e422647934 100644 --- a/media-libs/plotutils/plotutils-2.4.1-r3.ebuild +++ b/media-libs/plotutils/plotutils-2.4.1-r3.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/media-libs/plotutils/plotutils-2.4.1-r3.ebuild,v 1.18 2007/04/07 21:09:05 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/plotutils-2.4.1-r3.ebuild,v 1.19 2007/04/30 23:33:16 genone Exp $ inherit libtool eutils flag-o-matic @@ -63,17 +63,17 @@ src_install() { } pkg_postinst() { - if [ 'use X' ] ; then - einfo "There are extra fonts available in plotutils package." - einfo "The current ebuild does not install them for you." - einfo "You may want to do so, but you will have to do it" - einfo "manually. You are on your own for now." - einfo "See /usr/share/doc/${P}/INSTALL.fonts" - einfo "" - einfo "If you manually install the extra fonts and use the" - einfo "program xfig, you might want to recompile to take" - einfo "advantage of the additional ps fonts." - einfo "Also, it is possible to enable ghostscript and possibly" - einfo "your printer to use the HP fonts." + if use X; then + elog "There are extra fonts available in plotutils package." + elog "The current ebuild does not install them for you." + elog "You may want to do so, but you will have to do it" + elog "manually. You are on your own for now." + elog "See /usr/share/doc/${P}/INSTALL.fonts" + elog "" + elog "If you manually install the extra fonts and use the" + elog "program xfig, you might want to recompile to take" + elog "advantage of the additional ps fonts." + elog "Also, it is possible to enable ghostscript and possibly" + elog "your printer to use the HP fonts." fi } diff --git a/media-libs/plotutils/plotutils-2.4.1-r4.ebuild b/media-libs/plotutils/plotutils-2.4.1-r4.ebuild index 6c12fa7d4169..9186d157f9b4 100644 --- a/media-libs/plotutils/plotutils-2.4.1-r4.ebuild +++ b/media-libs/plotutils/plotutils-2.4.1-r4.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/media-libs/plotutils/plotutils-2.4.1-r4.ebuild,v 1.10 2007/04/07 21:09:05 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/plotutils-2.4.1-r4.ebuild,v 1.11 2007/04/30 23:33:16 genone Exp $ inherit libtool eutils flag-o-matic @@ -65,17 +65,17 @@ src_install() { } pkg_postinst() { - if [ 'use X' ] ; then - einfo "There are extra fonts available in plotutils package." - einfo "The current ebuild does not install them for you." - einfo "You may want to do so, but you will have to do it" - einfo "manually. You are on your own for now." - einfo "See /usr/share/doc/${P}/INSTALL.fonts" - einfo "" - einfo "If you manually install the extra fonts and use the" - einfo "program xfig, you might want to recompile to take" - einfo "advantage of the additional ps fonts." - einfo "Also, it is possible to enable ghostscript and possibly" - einfo "your printer to use the HP fonts." + if use X; then + elog "There are extra fonts available in plotutils package." + elog "The current ebuild does not install them for you." + elog "You may want to do so, but you will have to do it" + elog "manually. You are on your own for now." + elog "See /usr/share/doc/${P}/INSTALL.fonts" + elog "" + elog "If you manually install the extra fonts and use the" + elog "program xfig, you might want to recompile to take" + elog "advantage of the additional ps fonts." + elog "Also, it is possible to enable ghostscript and possibly" + elog "your printer to use the HP fonts." fi } |