diff options
author | Maik Schreiber <blizzy@gentoo.org> | 2002-10-24 23:23:44 +0000 |
---|---|---|
committer | Maik Schreiber <blizzy@gentoo.org> | 2002-10-24 23:23:44 +0000 |
commit | c180c08a622b0df561f4ed0801f72e46b77c2a91 (patch) | |
tree | e67cb41554463482635aff4da8a84f3a7cacf740 | |
parent | initial version (diff) | |
download | historical-c180c08a622b0df561f4ed0801f72e46b77c2a91.tar.gz historical-c180c08a622b0df561f4ed0801f72e46b77c2a91.tar.bz2 historical-c180c08a622b0df561f4ed0801f72e46b77c2a91.zip |
removed "*****" boxes
20 files changed, 124 insertions, 152 deletions
diff --git a/app-editors/vi/vi-3.7-r2.ebuild b/app-editors/vi/vi-3.7-r2.ebuild index e8b53ee80ecb..609ec2f84770 100644 --- a/app-editors/vi/vi-3.7-r2.ebuild +++ b/app-editors/vi/vi-3.7-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/app-editors/vi/vi-3.7-r2.ebuild,v 1.3 2002/10/20 18:37:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vi/vi-3.7-r2.ebuild,v 1.4 2002/10/24 23:23:44 blizzy Exp $ MY_P=ex-020403 S=${WORKDIR}/${MY_P} @@ -16,7 +16,6 @@ KEYWORDS="x86 ppc sparc sparc64" DEPEND="virtual/glibc sys-libs/ncurses" src_compile() { - addpredict /dev/ptys/* make DESTDIR=/usr \ @@ -41,14 +40,12 @@ pkg_postinst() { if [ "${ROOT}" = "/" ] && [ ! -f /etc/termcap ] then - ewarn "*********************************************************" - ewarn " vi needs /etc/termcap, so please install the latest *" - ewarn " baselaout (if 1.8.1 is released yet), or get it from: *" - ewarn " *" - ewarn " http://www.ibiblio.org/gentoo/distfiles/termcap.bz2 *" - ewarn " *" - ewarn " and install it in /etc with permissions 0644. *" - ewarn "*********************************************************" + ewarn "vi needs /etc/termcap, so please install the latest" + ewarn "baselaout (if 1.8.1 is released yet), or get it from:" + ewarn "" + ewarn "http://www.ibiblio.org/gentoo/distfiles/termcap.bz2" + ewarn "" + ewarn "and install it in /etc with permissions 0644." fi } diff --git a/app-emulation/wine/wine-20020710-r2.ebuild b/app-emulation/wine/wine-20020710-r2.ebuild index ac9121559972..13b3e4d2632a 100644 --- a/app-emulation/wine/wine-20020710-r2.ebuild +++ b/app-emulation/wine/wine-20020710-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/app-emulation/wine/wine-20020710-r2.ebuild,v 1.4 2002/10/20 18:37:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20020710-r2.ebuild,v 1.5 2002/10/24 23:23:44 blizzy Exp $ IUSE="opengl arts cups alsa" @@ -88,13 +88,13 @@ src_install () { } pkg_postinst() { - einfo "**********************************************************************" - einfo "* NOTE: Use /usr/bin/wine to start wine. This is a wrapper-script *" - einfo "* which will take care of everything else. *" - einfo "* Use /usr/bin/regedit-wine to import registry files into the *" - einfo "* wine registry. *" - einfo "* If you have further questions, enhancements or patches *" - einfo "* send an email to phoenix@gentoo.org *" - einfo "**********************************************************************" + einfo "Use /usr/bin/wine to start wine. This is a wrapper script" + einfo "which will take care of everything else." + einfo "" + einfo "Use /usr/bin/regedit-wine to import registry files into the" + einfo "wine registry." + einfo "" + einfo "If you have further questions, enhancements or patches" + einfo "send an email to phoenix@gentoo.org" } diff --git a/app-emulation/wine/wine-20020804.ebuild b/app-emulation/wine/wine-20020804.ebuild index 1c4e926ecb83..7cb42546c20c 100644 --- a/app-emulation/wine/wine-20020804.ebuild +++ b/app-emulation/wine/wine-20020804.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/app-emulation/wine/wine-20020804.ebuild,v 1.4 2002/10/20 18:37:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20020804.ebuild,v 1.5 2002/10/24 23:23:44 blizzy Exp $ IUSE="opengl arts cups alsa" @@ -91,13 +91,13 @@ src_install () { } pkg_postinst() { - einfo "**********************************************************************" - einfo "* NOTE: Use /usr/bin/wine to start wine. This is a wrapper-script *" - einfo "* which will take care of everything else. *" - einfo "* Use /usr/bin/regedit-wine to import registry files into the *" - einfo "* wine registry. *" - einfo "* If you have further questions, enhancements or patches *" - einfo "* send an email to phoenix@gentoo.org *" - einfo "**********************************************************************" + einfo "Use /usr/bin/wine to start wine. This is a wrapper-script" + einfo "which will take care of everything else." + einfo "" + einfo "Use /usr/bin/regedit-wine to import registry files into the" + einfo "wine registry." + einfo "" + einfo "If you have further questions, enhancements or patches" + einfo "send an email to phoenix@gentoo.org" } diff --git a/app-emulation/wine/wine-20020904-r1.ebuild b/app-emulation/wine/wine-20020904-r1.ebuild index 3c86e37808cc..9d87d03c0ddb 100644 --- a/app-emulation/wine/wine-20020904-r1.ebuild +++ b/app-emulation/wine/wine-20020904-r1.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/app-emulation/wine/wine-20020904-r1.ebuild,v 1.3 2002/10/16 23:38:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20020904-r1.ebuild,v 1.4 2002/10/24 23:23:44 blizzy Exp $ IUSE="nas arts cups opengl alsa" @@ -93,16 +93,16 @@ src_install () { } pkg_postinst() { - einfo "**********************************************************************" - einfo "* NOTE: Use /usr/bin/wine to start wine. This is a wrapper-script *" - einfo "* which will take care of everything else. *" - einfo "* Use /usr/bin/regedit-wine to import registry files into the *" - einfo "* wine registry. *" - einfo "* If you have further questions, enhancements or patches *" - einfo "* send an email to phoenix@gentoo.org *" - einfo "* *" - einfo "* Manpage has been installed to the system. *" - einfo "* \"man wine\" should show it. *" - einfo "**********************************************************************" + einfo "Use /usr/bin/wine to start wine. This is a wrapper-script" + einfo "which will take care of everything else." + einfo "" + einfo "Use /usr/bin/regedit-wine to import registry files into the" + einfo "wine registry." + einfo "" + einfo "If you have further questions, enhancements or patches" + einfo "send an email to phoenix@gentoo.org" + echo "" + einfo "Manpage has been installed to the system." + einfo "\"man wine\" should show it." } diff --git a/app-emulation/wine/wine-20020904.ebuild b/app-emulation/wine/wine-20020904.ebuild index bebd31c199dd..7b5080a21b9f 100644 --- a/app-emulation/wine/wine-20020904.ebuild +++ b/app-emulation/wine/wine-20020904.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/app-emulation/wine/wine-20020904.ebuild,v 1.2 2002/10/05 05:39:08 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20020904.ebuild,v 1.3 2002/10/24 23:23:44 blizzy Exp $ IUSE="nas arts cups opengl alsa" @@ -88,13 +88,13 @@ src_install () { } pkg_postinst() { - einfo "**********************************************************************" - einfo "* NOTE: Use /usr/bin/wine to start wine. This is a wrapper-script *" - einfo "* which will take care of everything else. *" - einfo "* Use /usr/bin/regedit-wine to import registry files into the *" - einfo "* wine registry. *" - einfo "* If you have further questions, enhancements or patches *" - einfo "* send an email to phoenix@gentoo.org *" - einfo "**********************************************************************" + einfo "Use /usr/bin/wine to start wine. This is a wrapper-script" + einfo "which will take care of everything else." + einfo "" + einfo "Use /usr/bin/regedit-wine to import registry files into the" + einfo "wine registry." + einfo "" + einfo "If you have further questions, enhancements or patches" + einfo "send an email to phoenix@gentoo.org" } diff --git a/app-emulation/wine/wine-20021007.ebuild b/app-emulation/wine/wine-20021007.ebuild index 043b810a9d93..89d048030022 100644 --- a/app-emulation/wine/wine-20021007.ebuild +++ b/app-emulation/wine/wine-20021007.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/app-emulation/wine/wine-20021007.ebuild,v 1.2 2002/10/15 14:55:37 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20021007.ebuild,v 1.3 2002/10/24 23:23:44 blizzy Exp $ IUSE="nas arts cups opengl alsa" @@ -106,12 +106,12 @@ src_install () { } pkg_postinst() { - einfo "**********************************************************************" - einfo "* NOTE: Use /usr/bin/wine to start wine. This is a wrapper-script *" - einfo "* which will take care of everything else. *" - einfo "* Use /usr/bin/regedit-wine to import registry files into the *" - einfo "* wine registry. *" - einfo "* If you have further questions, enhancements or patches *" - einfo "* send an email to phoenix@gentoo.org *" - einfo "**********************************************************************" -}
\ No newline at end of file + einfo "Use /usr/bin/wine to start wine. This is a wrapper-script" + einfo "which will take care of everything else." + einfo "" + einfo "Use /usr/bin/regedit-wine to import registry files into the" + einfo "wine registry." + einfo "" + einfo "If you have further questions, enhancements or patches" + einfo "send an email to phoenix@gentoo.org" +} diff --git a/app-emulation/winex-cvs/winex-cvs-2.0.ebuild b/app-emulation/winex-cvs/winex-cvs-2.0.ebuild index 5db782614872..61333656203d 100644 --- a/app-emulation/winex-cvs/winex-cvs-2.0.ebuild +++ b/app-emulation/winex-cvs/winex-cvs-2.0.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/app-emulation/winex-cvs/winex-cvs-2.0.ebuild,v 1.4 2002/10/05 05:39:08 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex-cvs/winex-cvs-2.0.ebuild,v 1.5 2002/10/24 23:23:44 blizzy Exp $ IUSE="cups opengl" @@ -120,14 +120,12 @@ src_install () { } pkg_postinst() { - einfo "**********************************************************************" - einfo "* NOTE: Use /usr/bin/winex-cvs to start winex. *" - einfo "* This is a wrapper-script which will take care of everything *" - einfo "* else. If you have further questions, enhancements or patches *" - einfo "* send an email to phoenix@gentoo.org *" - einfo "* *" - einfo "* Manpage has been installed to the system. *" - einfo "* \"man winex-cvs\" should show it. *" - einfo "**********************************************************************" + einfo "Use /usr/bin/winex-cvs to start winex." + einfo "This is a wrapper-script which will take care of everything" + einfo "else. If you have further questions, enhancements or patches" + einfo "send an email to phoenix@gentoo.org" + einfo "" + einfo "Manpage has been installed to the system." + einfo "\"man winex-cvs\" should show it." } diff --git a/app-emulation/winex-cvs/winex-cvs-2.1.ebuild b/app-emulation/winex-cvs/winex-cvs-2.1.ebuild index f081e5279c74..d86fa6e0d65c 100644 --- a/app-emulation/winex-cvs/winex-cvs-2.1.ebuild +++ b/app-emulation/winex-cvs/winex-cvs-2.1.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/app-emulation/winex-cvs/winex-cvs-2.1.ebuild,v 1.4 2002/10/05 05:39:08 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex-cvs/winex-cvs-2.1.ebuild,v 1.5 2002/10/24 23:23:44 blizzy Exp $ IUSE="cups opengl" @@ -119,14 +119,12 @@ src_install () { } pkg_postinst() { - einfo "**********************************************************************" - einfo "* NOTE: Use /usr/bin/winex-cvs to start winex. *" - einfo "* This is a wrapper-script which will take care of everything *" - einfo "* else. If you have further questions, enhancements or patches *" - einfo "* send an email to phoenix@gentoo.org *" - einfo "* *" - einfo "* Manpage has been installed to the system. *" - einfo "* \"man winex-cvs\" should show it. *" - einfo "**********************************************************************" + einfo "Use /usr/bin/winex-cvs to start winex." + einfo "This is a wrapper-script which will take care of everything" + einfo "else. If you have further questions, enhancements or patches" + einfo "send an email to phoenix@gentoo.org" + einfo "" + einfo "Manpage has been installed to the system." + einfo "\"man winex-cvs\" should show it." } diff --git a/app-emulation/winex-cvs/winex-cvs-2.2.ebuild b/app-emulation/winex-cvs/winex-cvs-2.2.ebuild index c9437eed0426..3baddb123443 100644 --- a/app-emulation/winex-cvs/winex-cvs-2.2.ebuild +++ b/app-emulation/winex-cvs/winex-cvs-2.2.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/app-emulation/winex-cvs/winex-cvs-2.2.ebuild,v 1.1 2002/10/10 15:23:10 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex-cvs/winex-cvs-2.2.ebuild,v 1.2 2002/10/24 23:23:44 blizzy Exp $ IUSE="cups opengl" @@ -119,14 +119,12 @@ src_install () { } pkg_postinst() { - einfo "**********************************************************************" - einfo "* NOTE: Use /usr/bin/winex-cvs to start winex. *" - einfo "* This is a wrapper-script which will take care of everything *" - einfo "* else. If you have further questions, enhancements or patches *" - einfo "* send an email to phoenix@gentoo.org *" - einfo "* *" - einfo "* Manpage has been installed to the system. *" - einfo "* \"man winex-cvs\" should show it. *" - einfo "**********************************************************************" + einfo "Use /usr/bin/winex-cvs to start winex." + einfo "This is a wrapper-script which will take care of everything" + einfo "else. If you have further questions, enhancements or patches" + einfo "send an email to phoenix@gentoo.org" + einfo "" + einfo "Manpage has been installed to the system." + einfo "\"man winex-cvs\" should show it." } diff --git a/app-emulation/winex/winex-20020804.ebuild b/app-emulation/winex/winex-20020804.ebuild index 622c859c11fc..f2fd17c69d99 100644 --- a/app-emulation/winex/winex-20020804.ebuild +++ b/app-emulation/winex/winex-20020804.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/app-emulation/winex/winex-20020804.ebuild,v 1.8 2002/10/20 18:37:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/winex-20020804.ebuild,v 1.9 2002/10/24 23:23:44 blizzy Exp $ IUSE="cups opengl" @@ -100,11 +100,9 @@ src_install () { } pkg_postinst() { - einfo "**********************************************************************" - einfo "* NOTE: Use /usr/bin/winex to start winex. *" - einfo "* This is a wrapper-script which will take care of everything *" - einfo "* else. If you have further questions, enhancements or patches *" - einfo "* send an email to phoenix@gentoo.org *" - einfo "**********************************************************************" + einfo "Use /usr/bin/winex to start winex." + einfo "This is a wrapper-script which will take care of everything" + einfo "else. If you have further questions, enhancements or patches" + einfo "send an email to phoenix@gentoo.org" } diff --git a/app-emulation/winex/winex-20020807-r1.ebuild b/app-emulation/winex/winex-20020807-r1.ebuild index fbea005f83a1..f51b1a67e456 100644 --- a/app-emulation/winex/winex-20020807-r1.ebuild +++ b/app-emulation/winex/winex-20020807-r1.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/app-emulation/winex/winex-20020807-r1.ebuild,v 1.3 2002/10/20 18:37:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/winex-20020807-r1.ebuild,v 1.4 2002/10/24 23:23:44 blizzy Exp $ IUSE="cups opengl" @@ -106,14 +106,12 @@ src_install () { } pkg_postinst() { - einfo "**********************************************************************" - einfo "* NOTE: Use /usr/bin/winex to start winex. *" - einfo "* This is a wrapper-script which will take care of everything *" - einfo "* else. If you have further questions, enhancements or patches *" - einfo "* send an email to phoenix@gentoo.org *" - einfo "* *" - einfo "* Manpage has been installed to the system. *" - einfo "* \"man winex\" should show it. *" - einfo "**********************************************************************" + einfo "Use /usr/bin/winex to start winex." + einfo "This is a wrapper-script which will take care of everything" + einfo "else. If you have further questions, enhancements or patches" + einfo "send an email to phoenix@gentoo.org" + einfo "" + einfo "Manpage has been installed to the system." + einfo "\"man winex\" should show it." } diff --git a/app-emulation/winex/winex-20020807.ebuild b/app-emulation/winex/winex-20020807.ebuild index b7950690b8bd..ea8d6052d7c1 100644 --- a/app-emulation/winex/winex-20020807.ebuild +++ b/app-emulation/winex/winex-20020807.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/app-emulation/winex/winex-20020807.ebuild,v 1.5 2002/10/20 18:37:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/winex-20020807.ebuild,v 1.6 2002/10/24 23:23:44 blizzy Exp $ IUSE="cups opengl" @@ -101,11 +101,9 @@ src_install () { } pkg_postinst() { - einfo "**********************************************************************" - einfo "* NOTE: Use /usr/bin/winex to start winex. *" - einfo "* This is a wrapper-script which will take care of everything *" - einfo "* else. If you have further questions, enhancements or patches *" - einfo "* send an email to phoenix@gentoo.org *" - einfo "**********************************************************************" + einfo "Use /usr/bin/winex to start winex." + einfo "This is a wrapper-script which will take care of everything" + einfo "else. If you have further questions, enhancements or patches" + einfo "send an email to phoenix@gentoo.org" } diff --git a/app-emulation/winex/winex-20021011.ebuild b/app-emulation/winex/winex-20021011.ebuild index 993e3630e38f..a52076041e25 100644 --- a/app-emulation/winex/winex-20021011.ebuild +++ b/app-emulation/winex/winex-20021011.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/app-emulation/winex/winex-20021011.ebuild,v 1.3 2002/10/20 18:37:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/winex-20021011.ebuild,v 1.4 2002/10/24 23:23:44 blizzy Exp $ IUSE="cups opengl" @@ -113,14 +113,12 @@ src_install () { } pkg_postinst() { - einfo "**********************************************************************" - einfo "* NOTE: Use /usr/bin/winex to start winex. *" - einfo "* This is a wrapper-script which will take care of everything *" - einfo "* else. If you have further questions, enhancements or patches *" - einfo "* send an email to phoenix@gentoo.org *" - einfo "* *" - einfo "* Manpage has been installed to the system. *" - einfo "* \"man winex\" should show it. *" - einfo "**********************************************************************" + einfo "Use /usr/bin/winex to start winex." + einfo "This is a wrapper-script which will take care of everything" + einfo "else. If you have further questions, enhancements or patches" + einfo "send an email to phoenix@gentoo.org" + einfo "" + einfo "Manpage has been installed to the system." + einfo "\"man winex\" should show it." } diff --git a/app-office/abiword/abiword-1.0.2-r1.ebuild b/app-office/abiword/abiword-1.0.2-r1.ebuild index 6b9de926b02f..d7e6d28c54a6 100644 --- a/app-office/abiword/abiword-1.0.2-r1.ebuild +++ b/app-office/abiword/abiword-1.0.2-r1.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/app-office/abiword/abiword-1.0.2-r1.ebuild,v 1.6 2002/10/05 05:39:09 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-1.0.2-r1.ebuild,v 1.7 2002/10/24 23:23:44 blizzy Exp $ IUSE="perl nls gnome build spell jpeg xml2" @@ -102,12 +102,7 @@ src_compile() { ./autogen.sh - echo - echo "*************************************************" - echo "* Ignore above ERROR as it does not cause build *" - echo "* to fail. *" - echo "*************************************************" - echo + einfo "Ignore above ERROR as it does not cause build to fail." CFLAGS="${CFLAGS} `gdk-pixbuf-config --cflags`" diff --git a/app-office/abiword/abiword-1.0.3.ebuild b/app-office/abiword/abiword-1.0.3.ebuild index 0a3f3314beb0..9b48d83ace9a 100644 --- a/app-office/abiword/abiword-1.0.3.ebuild +++ b/app-office/abiword/abiword-1.0.3.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/app-office/abiword/abiword-1.0.3.ebuild,v 1.2 2002/10/16 23:53:54 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-1.0.3.ebuild,v 1.3 2002/10/24 23:23:44 blizzy Exp $ IUSE="perl nls gnome build spell jpeg xml2" @@ -99,12 +99,7 @@ src_compile() { ./autogen.sh - echo - echo "*************************************************" - echo "* Ignore above ERROR as it does not cause build *" - echo "* to fail. *" - echo "*************************************************" - echo + einfo "Ignore above ERROR as it does not cause build to fail." CFLAGS="${CFLAGS} `gdk-pixbuf-config --cflags`" diff --git a/app-text/tetex/tetex-1.0.7-r10.ebuild b/app-text/tetex/tetex-1.0.7-r10.ebuild index 574424fee811..6dac9fb764c6 100644 --- a/app-text/tetex/tetex-1.0.7-r10.ebuild +++ b/app-text/tetex/tetex-1.0.7-r10.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/app-text/tetex/tetex-1.0.7-r10.ebuild,v 1.9 2002/10/05 05:39:10 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/tetex/tetex-1.0.7-r10.ebuild,v 1.10 2002/10/24 23:23:44 blizzy Exp $ IUSE="ncurses X libwww png" @@ -174,7 +174,7 @@ pkg_postinst() { texconfig font vardir /var/cache/fonts &>/dev/null echo - einfo "*** use 'texconfig font rw' to allow all users to generate fonts ***" + einfo "Use 'texconfig font rw' to allow all users to generate fonts." echo fi } diff --git a/app-text/tetex/tetex-1.0.7-r11.ebuild b/app-text/tetex/tetex-1.0.7-r11.ebuild index 1a40989030b1..b8f4467096c3 100644 --- a/app-text/tetex/tetex-1.0.7-r11.ebuild +++ b/app-text/tetex/tetex-1.0.7-r11.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/app-text/tetex/tetex-1.0.7-r11.ebuild,v 1.3 2002/10/18 20:23:26 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/tetex/tetex-1.0.7-r11.ebuild,v 1.4 2002/10/24 23:23:44 blizzy Exp $ IUSE="ncurses X libwww png" @@ -177,7 +177,7 @@ pkg_postinst() { texconfig font vardir /var/cache/fonts &>/dev/null echo - einfo "*** use 'texconfig font rw' to allow all users to generate fonts ***" + einfo "Use 'texconfig font rw' to allow all users to generate fonts." echo fi } diff --git a/app-text/tetex/tetex-1.0.7-r9.ebuild b/app-text/tetex/tetex-1.0.7-r9.ebuild index baf9c94d6c9c..4ee40e720444 100644 --- a/app-text/tetex/tetex-1.0.7-r9.ebuild +++ b/app-text/tetex/tetex-1.0.7-r9.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/app-text/tetex/tetex-1.0.7-r9.ebuild,v 1.8 2002/10/05 05:39:10 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/tetex/tetex-1.0.7-r9.ebuild,v 1.9 2002/10/24 23:23:44 blizzy Exp $ IUSE="X ncurse libwww png" @@ -164,6 +164,7 @@ pkg_postinst() { texconfig init >/dev/null 2>&1 texconfig confall >/dev/null 2>&1 texconfig font vardir /var/cache/fonts >/dev/null 2>&1 - echo "*** use 'texconfig font rw' to allow all users to generate fonts ***" + echo + einfo "Use 'texconfig font rw' to allow all users to generate fonts." fi } diff --git a/app-text/tetex/tetex-20020901-r1.ebuild b/app-text/tetex/tetex-20020901-r1.ebuild index 3e3923083354..a545f4273872 100644 --- a/app-text/tetex/tetex-20020901-r1.ebuild +++ b/app-text/tetex/tetex-20020901-r1.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/app-text/tetex/tetex-20020901-r1.ebuild,v 1.7 2002/10/05 05:39:10 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/tetex/tetex-20020901-r1.ebuild,v 1.8 2002/10/24 23:23:44 blizzy Exp $ IUSE="ncurses X libwww png" @@ -175,12 +175,9 @@ pkg_postinst() { texconfig font rw &> /dev/null echo - einfo "****************************************************" - einfo " To allow only root to generate fonts, use:" - einfo - einfo " # texconfig font ro" - einfo - einfo "****************************************************" + einfo "To allow only root to generate fonts, use:" + einfo "" + einfo "\ttexconfig font ro" fi } diff --git a/app-text/tetex/tetex-20020901.ebuild b/app-text/tetex/tetex-20020901.ebuild index f3e471f3c072..6df3a1663467 100644 --- a/app-text/tetex/tetex-20020901.ebuild +++ b/app-text/tetex/tetex-20020901.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/app-text/tetex/tetex-20020901.ebuild,v 1.7 2002/10/05 05:39:10 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/tetex/tetex-20020901.ebuild,v 1.8 2002/10/24 23:23:44 blizzy Exp $ IUSE="ncurses X libwww png" @@ -159,6 +159,7 @@ pkg_postinst() { texconfig confall >/dev/null 2>&1 texconfig font vardir /var/cache/fonts >/dev/null 2>&1 texconfig font rw - echo "*** use 'texconfig font ro' to allow only root to generate fonts ***" + echo + einfo "Use 'texconfig font ro' to allow only root to generate fonts." fi } |