summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaik Schreiber <blizzy@gentoo.org>2002-10-24 23:23:45 +0000
committerMaik Schreiber <blizzy@gentoo.org>2002-10-24 23:23:45 +0000
commite0a1ba59e0ff04da8636cd5be962941e0e50045e (patch)
tree1a77e02d211b9321e360aaaf131d912ba9a0f94d /media-libs/plotutils
parentinitial version (diff)
downloadgentoo-2-e0a1ba59e0ff04da8636cd5be962941e0e50045e.tar.gz
gentoo-2-e0a1ba59e0ff04da8636cd5be962941e0e50045e.tar.bz2
gentoo-2-e0a1ba59e0ff04da8636cd5be962941e0e50045e.zip
removed "*****" boxes
Diffstat (limited to 'media-libs/plotutils')
-rw-r--r--media-libs/plotutils/plotutils-2.4.1-r2.ebuild13
1 files changed, 2 insertions, 11 deletions
diff --git a/media-libs/plotutils/plotutils-2.4.1-r2.ebuild b/media-libs/plotutils/plotutils-2.4.1-r2.ebuild
index c89af12274eb..6dd028761354 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-2002 Gentoo Technologies, Inc.
# 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.9 2002/10/05 05:39:15 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/plotutils-2.4.1-r2.ebuild,v 1.10 2002/10/24 23:23:45 blizzy Exp $
IUSE="X"
@@ -61,12 +61,7 @@ src_install () {
}
pkg_postinst() {
-
- if [ 'use X' ]
- then
- einfo ""
- einfo "*********************************************************"
- einfo ""
+ 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"
@@ -78,9 +73,5 @@ pkg_postinst() {
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."
- einfo ""
- einfo "**********************************************************"
- einfo ""
-
fi
}