diff options
author | Maik Schreiber <blizzy@gentoo.org> | 2002-11-18 06:49:54 +0000 |
---|---|---|
committer | Maik Schreiber <blizzy@gentoo.org> | 2002-11-18 06:49:54 +0000 |
commit | 064a45e426e92ade151c2a2c4883b0ff604bc039 (patch) | |
tree | 2e424a4c21222e0466b4c5005a7fcad120168a66 | |
parent | rev bump (diff) | |
download | historical-064a45e426e92ade151c2a2c4883b0ff604bc039.tar.gz historical-064a45e426e92ade151c2a2c4883b0ff604bc039.tar.bz2 historical-064a45e426e92ade151c2a2c4883b0ff604bc039.zip |
(multiple) removed quite some crap:
- "boxes" done with "*****", "#####", "=====" or "-----"
- checking for user accounts with weird awk stuff instead of using id
- empty lines at beginning or end of functions
- whole "novels" of instructions in pkg_postinst()
23 files changed, 116 insertions, 402 deletions
diff --git a/app-admin/usermin/usermin-0.940.ebuild b/app-admin/usermin/usermin-0.940.ebuild index d6fedfa8e51a..a54f04249c73 100644 --- a/app-admin/usermin/usermin-0.940.ebuild +++ b/app-admin/usermin/usermin-0.940.ebuild @@ -1,6 +1,6 @@ # Copyright 2002, Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/usermin/usermin-0.940.ebuild,v 1.1 2002/11/08 22:43:41 cretin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/usermin/usermin-0.940.ebuild,v 1.2 2002/11/18 06:49:54 blizzy Exp $ IUSE="ssl" @@ -32,15 +32,7 @@ src_install() { } pkg_postinst() { - einfo "**********************************************************" - einfo "* NOTE: To use usermin go into a web browser and type *" - einfo "* http://localhost:20000 and you will be in usermin. *" - einfo "**********************************************************" - echo "" - einfo "***********************************************" - einfo "* Configure by running /etc/usermin/setup.sh *" - einfo "* To start usermin type usermin start *" - einfo "* To stop usermin type usermin stop *" - einfo "* To restart usermin type usermin restart *" - einfo "***********************************************" + einfo "Configure usermin by running /etc/usermin/setup.sh" + echo + einfo "Point your web browser to http://localhost:20000 to use usermin." } diff --git a/app-admin/usermin/usermin-0.970.ebuild b/app-admin/usermin/usermin-0.970.ebuild index 2a8841152c97..74cf3cdda1fc 100644 --- a/app-admin/usermin/usermin-0.970.ebuild +++ b/app-admin/usermin/usermin-0.970.ebuild @@ -1,6 +1,6 @@ # Copyright 2002, Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/usermin/usermin-0.970.ebuild,v 1.2 2002/11/12 08:18:30 cretin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/usermin/usermin-0.970.ebuild,v 1.3 2002/11/18 06:49:54 blizzy Exp $ IUSE="ssl" @@ -33,26 +33,15 @@ src_install() { } pkg_postinst() { - einfo "**********************************************************" - einfo "* NOTE: To use usermin go into a web browser and type *" - einfo "* http://localhost:20000 and you will be in usermin. *" - einfo "**********************************************************" - echo "" - einfo "***********************************************" - einfo "* You Need To Run The Configure *" - einfo "* Configure by running usermin setup *" - einfo "***********************************************" - einfo "* To start usermin type usermin start *" - einfo "* To stop usermin type usermin stop *" - einfo "* To restart usermin type usermin restart *" - einfo "***********************************************" + einfo "Configure usermin by running \"usermin setup\"." + echo + einfo "Point your web browser to http://localhost:20000 to use usermin." } pkg_prerm() { - echo "Uninstalling usermin 0.970 .." - usermin stop; + usermin stop } pkg_postrm() { - /usr/libexec/usermin/uninstall.sh; -}
\ No newline at end of file + /usr/libexec/usermin/uninstall.sh +} diff --git a/app-misc/ldapbrowser/ldapbrowser-282_beta2.ebuild b/app-misc/ldapbrowser/ldapbrowser-282_beta2.ebuild index 27e1b9711874..c46696687bfd 100644 --- a/app-misc/ldapbrowser/ldapbrowser-282_beta2.ebuild +++ b/app-misc/ldapbrowser/ldapbrowser-282_beta2.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-misc/ldapbrowser/ldapbrowser-282_beta2.ebuild,v 1.7 2002/10/17 00:54:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ldapbrowser/ldapbrowser-282_beta2.ebuild,v 1.8 2002/11/18 06:49:54 blizzy Exp $ MY_P="Browser282b2" S=${WORKDIR}/ldapbrowser @@ -22,7 +22,6 @@ src_unpack() { } src_install() { - local dirs="lib templates" dodir /opt/${P} @@ -35,14 +34,4 @@ src_install() { dosym lbe.sh /usr/bin/ldapbrowser dodoc CHANGES.TXT LICENSE.ICONS dohtml faq.html readme.html relnotes.html help/* - -} - -pkg_postinst() { - einfo - einfo " ---------------------------------------------------------------" - einfo "| *** DON'T FORGET TO ADD THE JAVA EXECUTABLE TO YOUR PATH *** |" - einfo "| *** OR SET \$JAVA_HOME *** |" - einfo " ---------------------------------------------------------------" - einfo } diff --git a/dev-java/dom4j/dom4j-1.3.ebuild b/dev-java/dom4j/dom4j-1.3.ebuild index fcc9e876865d..dbcec0668a8a 100644 --- a/dev-java/dom4j/dom4j-1.3.ebuild +++ b/dev-java/dom4j/dom4j-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-java/dom4j/dom4j-1.3.ebuild,v 1.2 2002/11/05 04:24:05 strider Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/dom4j/dom4j-1.3.ebuild,v 1.3 2002/11/18 06:49:54 blizzy Exp $ S=${WORKDIR}/dom4j-${PV} DESCRIPTION="dom4j is an easy to use, open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework and with full support for DOM, SAX and JAXP." @@ -26,25 +26,3 @@ src_install () { dojar build/dom4j-${PV}.jar dohtml -r build/doc/* } - -pkg_postinst() { - einfo "dom4j creates 3 jar files:" - einfo "------------------------------------------------------------------" - einfo "dom4j-full.jar: this contains all the dom4j code, the XPath engine - and the interfaces for SAX and DOM. If in doubt get this JAR." - - einfo "dom4j.jar this contains all the dom4j code and the XPath engine but - without the SAX or DOM interfaces. Usually the SAX and DOM - interfaces come bundled with a JAXP parser so if you are using - JAXP and crimson.jar or xerces.jar then dom4j.jar is the - recommended JAR to use." - - einfo "dom4j-core.jar this contains all the dom4j code without the XPath - engine and the SAX and DOM interfaces. This JAR is intended - for developers who wish to keep the dom4j.jar and the jaxen.jar - JARs seperate." - einfo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>" - einfo "We are actually copying dom4j.jar. If you need another jar please - feel free to modify the ebuild to fit your needs" - einfo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>" -} diff --git a/dev-ml/lablgl/lablgl-0.98.ebuild b/dev-ml/lablgl/lablgl-0.98.ebuild index 9aaae0690ae6..e73345aff706 100644 --- a/dev-ml/lablgl/lablgl-0.98.ebuild +++ b/dev-ml/lablgl/lablgl-0.98.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/dev-ml/lablgl/lablgl-0.98.ebuild,v 1.5 2002/10/25 20:02:02 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgl/lablgl-0.98.ebuild,v 1.6 2002/11/18 06:49:54 blizzy Exp $ IUSE="opengl" @@ -25,19 +25,13 @@ pkg_setup() { #need to do some checks and correct situation as if necessary if ( ! which labltk && which ocaml ) || ! ( which labltk && which ocaml || use tcltk ); then - einfo "#######################################################" - einfo "" - einfo "ebuild detected that you have ocaml compiled without tk support " - einfo "or you do not have ocaml installed and tcltk USE flag is not defined" - einfo "" - einfo "lablgl requires ocaml built with tk support!!! " - einfo "" - einfo "Please make sure that ocaml is emerged with tk support: " - einfo 'USE="tcltk" emerge ocaml' - einfo "or even better add tcltk to you USE definition in make.conf" - einfo "and [re-]build ocaml with new dependency" - einfo "" - einfo "#######################################################" + eerror "It seems you don't have ocaml compiled with tk support" + eerror "or you don't have ocaml installed and tcltk USE flag is" + eerror "not defined." + eerror "" + eerror "lablgl requires ocaml be built with tk support." + eerror "" + eerror "Please make sure that ocaml is installed with tk support." false; else @@ -46,7 +40,6 @@ pkg_setup() { } src_unpack() { - unpack ${A} # patch the makefile to include DESTDIR support @@ -55,7 +48,6 @@ src_unpack() { } src_compile() { - # make configuration file cp ${FILESDIR}/${Name}-${PV}-Makefile.config ${S}/Makefile.config || die diff --git a/dev-util/bitkeeper/bitkeeper-3.0.ebuild b/dev-util/bitkeeper/bitkeeper-3.0.ebuild index 2dc536e8c4cd..d19bf34e175e 100644 --- a/dev-util/bitkeeper/bitkeeper-3.0.ebuild +++ b/dev-util/bitkeeper/bitkeeper-3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-util/bitkeeper/bitkeeper-3.0.ebuild,v 1.2 2002/11/17 09:35:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bitkeeper/bitkeeper-3.0.ebuild,v 1.3 2002/11/18 06:49:54 blizzy Exp $ DESCRIPTION="BitKeeper is a scalable configuration management system" SRC_URI="" @@ -21,14 +21,12 @@ use 'alpha' >/dev/null && A="bk-3.0-alpha-glibc21-linux.bin" pkg_setup() { if [ ! -f ${DISTDIR}/${A} ] ; then - einfo "****************************************************************************" - einfo "* Perform the following steps to install this package:" - einfo "* - Sign up at ${HOMEPAGE}" - einfo "* - Check your mail and visit the download location" - einfo "* - Download ${A} and place it in ${DISTDIR}" - einfo "* - emerge this package again" - einfo "****************************************************************************" - die "Follow the above instructions, please" + eerror "You need to perform the following steps to install this package:" + eerror "- Sign up at ${HOMEPAGE}" + eerror "- Check your mail and visit the download location" + eerror "- Download ${A} and place it in ${DISTDIR}" + eerror "- emerge this package again" + die "package must be downloaded" fi } diff --git a/media-sound/festival/festival-1.4.2.ebuild b/media-sound/festival/festival-1.4.2.ebuild index 33716332dbf8..30bca9ae1fcf 100644 --- a/media-sound/festival/festival-1.4.2.ebuild +++ b/media-sound/festival/festival-1.4.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/media-sound/festival/festival-1.4.2.ebuild,v 1.5 2002/11/16 10:56:36 cybersystem Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/festival/festival-1.4.2.ebuild,v 1.6 2002/11/18 06:49:54 blizzy Exp $ S=${WORKDIR}/${PN} T=${WORKDIR}/speech_tools @@ -60,17 +60,8 @@ src_install () { } pkg_postinst() { - - echo - echo '#########################################################' - echo '# #' - echo '# To test festival, simply type: #' - echo '# "saytime" #' - echo '# #' - echo '# Or for something more fun: #' - echo '# "echo "Gentoo can speak" | festival --tts" #' - echo '# #' - echo '#########################################################' - echo - + einfo "To test festival, run \"saytime\"." + einfo "Or for something more fun, run" + einfo "" + einfo "\techo \"Gentoo Linux can speak\" | festival --tts" } diff --git a/media-video/SDLcam/SDLcam-0.7.3.ebuild b/media-video/SDLcam/SDLcam-0.7.3.ebuild index 69ef6eb8952e..2e1ae1e4492b 100644 --- a/media-video/SDLcam/SDLcam-0.7.3.ebuild +++ b/media-video/SDLcam/SDLcam-0.7.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/media-video/SDLcam/SDLcam-0.7.3.ebuild,v 1.2 2002/10/20 18:49:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/SDLcam/SDLcam-0.7.3.ebuild,v 1.3 2002/11/18 06:49:54 blizzy Exp $ S="${WORKDIR}/${P}" DESCRIPTION="Webcam application that uses the SDL library" @@ -40,17 +40,3 @@ src_install () { insinto /usr/lib/SDLcam/capture doins ${S}/capture/*.so } - -pkg_postinst() { - - einfo "" - einfo "#################################################" - einfo "# #" - einfo "# You can change global options by editing #" - einfo "# /usr/share/SDLcam/SDLcam.cfg #" - einfo "# #" - einfo "#################################################" - einfo "" - -} - diff --git a/media-video/mgavideo/mgavideo-0.1.0.ebuild b/media-video/mgavideo/mgavideo-0.1.0.ebuild index c7a94d95c94b..7be9d5d42dbf 100644 --- a/media-video/mgavideo/mgavideo-0.1.0.ebuild +++ b/media-video/mgavideo/mgavideo-0.1.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/media-video/mgavideo/mgavideo-0.1.0.ebuild,v 1.3 2002/10/04 05:56:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mgavideo/mgavideo-0.1.0.ebuild,v 1.4 2002/11/18 06:49:54 blizzy Exp $ S=${WORKDIR}/${P}/driver DESCRIPTION="Matrox Marvel G200/G400/Rainbow Runner G-series V4L I and II @@ -55,11 +55,7 @@ src_install() { pkg_postinst() { depmod -a if [ ! -f /lib/modules/${KVERS}/kernel/drivers/i2c/i2c-core.o ] ; then - echo - echo '###############################################################' - echo '## WARNING: i2c support must be compiled into your kernel ##' - echo '## as a module for these drivers to work. ##' - echo '###############################################################' - echo + ewarn "i2c support must be compiled into your kernel as a module" + ewarn "for these drivers to work." fi } diff --git a/net-mail/qpopper/qpopper-4.0.4.ebuild b/net-mail/qpopper/qpopper-4.0.4.ebuild index 7f06ef82dc5c..f1894b47700e 100644 --- a/net-mail/qpopper/qpopper-4.0.4.ebuild +++ b/net-mail/qpopper/qpopper-4.0.4.ebuild @@ -106,24 +106,23 @@ src_install() { } pkg_postinst () { - einfo "----------------------------------------------------------------" - einfo " PS. If you use APOP service to authenticate " - einfo " the users you have to follow these steps: " - einfo " 1) create a new account named pop;" - einfo " 2) change the owner and permissions of" - einfo " /usr/sbin/popauth:" - einfo " # chown pop /usr/sbin/popauth" - einfo " # chmod u+s /usr/sbin/popauth" - einfo " 3) initialize the authentication database:" - einfo " # popauth -init" - einfo " 4) new users can be added by root:" - einfo " # popauth -user <user>" - einfo " or removed:" - einfo " # popauth -delete <user>" - einfo " Other users can add themeselves or change their" - einfo " password with the command: popauth" - einfo " 5) scripts or other non-interactive processes can add or change" - einfo " the passwords with the following command:" - einfo " # popauth -user <user> <password>" - einfo "-----------------------------------------------------------------" + einfo "PS. If you use APOP service to authenticate " + einfo "the users you have to follow these steps: " + einfo "" + einfo "1) create a new account named pop" + einfo "2) change the owner and permissions of" + einfo " /usr/sbin/popauth:" + einfo " # chown pop /usr/sbin/popauth" + einfo " # chmod u+s /usr/sbin/popauth" + einfo "3) initialize the authentication database:" + einfo " # popauth -init" + einfo "4) new users can be added by root:" + einfo " # popauth -user <user>" + einfo " or removed:" + einfo " # popauth -delete <user>" + einfo " Other users can add themeselves or change their" + einfo " password with the command popauth" + einfo "5) scripts or other non-interactive processes can add or change" + einfo " the passwords with the following command:" + einfo " # popauth -user <user> <password>" } diff --git a/net-print/hp-web-jetadmin/hp-web-jetadmin-6.5-r2.ebuild b/net-print/hp-web-jetadmin/hp-web-jetadmin-6.5-r2.ebuild index 26e9576152c4..0ff07f905724 100644 --- a/net-print/hp-web-jetadmin/hp-web-jetadmin-6.5-r2.ebuild +++ b/net-print/hp-web-jetadmin/hp-web-jetadmin-6.5-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/net-print/hp-web-jetadmin/hp-web-jetadmin-6.5-r2.ebuild,v 1.4 2002/10/04 06:18:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hp-web-jetadmin/hp-web-jetadmin-6.5-r2.ebuild,v 1.5 2002/11/18 06:49:54 blizzy Exp $ # This package, in its most basic form (no optional components) will install # some 4300 files, totalling some 45MB. According to HP the minimum system @@ -28,7 +28,7 @@ src_install() { # masquerade as redhat; neccesary install -m 644 ${FILESDIR}/etc.redhat-release /etc/redhat-release - this-ll_take_a_bit + thisll_take_a_bit chmod 755 ${DISTDIR}/hpwebjet_linux.selfx ${DISTDIR}/hpwebjet_linux.selfx -s -d ${D}/opt/jetadmin assert "Probably missing a DEPEND. Hmm what could it be!" @@ -46,11 +46,7 @@ src_install() { rm -f /var/lib/fpm/hp* # and this too } -this-ll_take_a_bit() { - einfo "+ ------------------------------------------------- +" - einfo "+ This will take some time to completely merge! +" - einfo "+ ------------------------------------------------- +" - einfo "+ Dont go hitting cntrl-c thinking that its stuck +" - einfo "+ because its not! +" - einfo "+ ------------------------------------------------- +" +thisll_take_a_bit() { + einfo "This will take some time to completely merge." + einfo "Please don't hit CTRL-C." } diff --git a/net-www/wwwoffle/wwwoffle-2.7-r1.ebuild b/net-www/wwwoffle/wwwoffle-2.7-r1.ebuild index f6bc1a6a5cba..9d76eac17758 100644 --- a/net-www/wwwoffle/wwwoffle-2.7-r1.ebuild +++ b/net-www/wwwoffle/wwwoffle-2.7-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/net-www/wwwoffle/wwwoffle-2.7-r1.ebuild,v 1.7 2002/10/04 06:21:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/wwwoffle/wwwoffle-2.7-r1.ebuild,v 1.8 2002/11/18 06:49:54 blizzy Exp $ S=${WORKDIR}/${P} @@ -69,27 +69,4 @@ pkg_postinst() { /etc/init.d/wwwoffled start rm ${T}/restart fi - - # This simply prints out some useful instructions. - einfo " - - ----------- - What's Next - ----------- - - You have successfully installed wwwoffle. - - To configure it, read and edit /etc/wwwoffle.conf. - It's well commented and very powerful. Alternatively, browse to - http://localhost:8080 and you'll be presented with a webform-based - configuration interface. - - To start using wwwoffle: - 1. rc-update add wwwoffled to boot. - 2. rc-update add wwwoffled-online to your 'online' runlevels. - 3. Configure any programs to use localhost:8080 as a proxy server - for HTTP, HTTPS, FTP and finger. -" - } - diff --git a/net-www/wwwoffle/wwwoffle-2.7b.ebuild b/net-www/wwwoffle/wwwoffle-2.7b.ebuild index 0a27def8efdd..7ef6bf3075bc 100644 --- a/net-www/wwwoffle/wwwoffle-2.7b.ebuild +++ b/net-www/wwwoffle/wwwoffle-2.7b.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/net-www/wwwoffle/wwwoffle-2.7b.ebuild,v 1.6 2002/10/04 06:21:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/wwwoffle/wwwoffle-2.7b.ebuild,v 1.7 2002/11/18 06:49:54 blizzy Exp $ S=${WORKDIR}/${P} @@ -69,27 +69,4 @@ pkg_postinst() { /etc/init.d/wwwoffled start rm ${T}/restart fi - - # This simply prints out some useful instructions. - einfo " - - ----------- - What's Next - ----------- - - You have successfully installed wwwoffle. - - To configure it, read and edit /etc/wwwoffle.conf. - It's well commented and very powerful. Alternatively, browse to - http://localhost:8080 and you'll be presented with a webform-based - configuration interface. - - To start using wwwoffle: - 1. rc-update add wwwoffled to boot. - 2. rc-update add wwwoffled-online to your 'online' runlevels. - 3. Configure any programs to use localhost:8080 as a proxy server - for HTTP, HTTPS, FTP and finger. -" - } - diff --git a/net-www/wwwoffle/wwwoffle-2.7d.ebuild b/net-www/wwwoffle/wwwoffle-2.7d.ebuild index 43c15920e152..cd22ee28bbb5 100644 --- a/net-www/wwwoffle/wwwoffle-2.7d.ebuild +++ b/net-www/wwwoffle/wwwoffle-2.7d.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/net-www/wwwoffle/wwwoffle-2.7d.ebuild,v 1.4 2002/10/04 06:21:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/wwwoffle/wwwoffle-2.7d.ebuild,v 1.5 2002/11/18 06:49:54 blizzy Exp $ S=${WORKDIR}/${P} @@ -69,27 +69,4 @@ pkg_postinst() { /etc/init.d/wwwoffled start rm ${T}/restart fi - - # This simply prints out some useful instructions. - einfo " - - ----------- - What's Next - ----------- - - You have successfully installed wwwoffle. - - To configure it, read and edit /etc/wwwoffle.conf. - It's well commented and very powerful. Alternatively, browse to - http://localhost:8080 and you'll be presented with a webform-based - configuration interface. - - To start using wwwoffle: - 1. rc-update add wwwoffled to boot. - 2. rc-update add wwwoffled-online to your 'online' runlevels. - 3. Configure any programs to use localhost:8080 as a proxy server - for HTTP, HTTPS, FTP and finger. -" - } - diff --git a/sys-apps/microcode_ctl/microcode_ctl-1.06.ebuild b/sys-apps/microcode_ctl/microcode_ctl-1.06.ebuild index 50e3c9ba5466..ed5d127bd286 100644 --- a/sys-apps/microcode_ctl/microcode_ctl-1.06.ebuild +++ b/sys-apps/microcode_ctl/microcode_ctl-1.06.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/sys-apps/microcode_ctl/microcode_ctl-1.06.ebuild,v 1.7 2002/10/20 18:54:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode_ctl/microcode_ctl-1.06.ebuild,v 1.8 2002/11/18 06:49:54 blizzy Exp $ S=${WORKDIR}/${P} DESCRIPTION="Intel IA32 microcode update utility" @@ -27,16 +27,13 @@ src_install() { } pkg_postinst() { - einfo - einfo '################################################################' - einfo '# For the microcode update to work, you need to have a kernel #' - einfo '# compiled with both devfs and microcode update support. #' - einfo '# #' - einfo '# To update the microcode now, simply type: #' - einfo '# "microcode_ctl -u" #' - einfo '# #' - einfo '# The update will not survive a reboot, for that type: #' - einfo '# "rc-update add microcode_ctl default" #' - einfo '################################################################' - einfo + einfo "Your kernel must include both devfs and microcode update support." + echo + einfo "To update the microcode now, run" + einfo "" + einfo "\tmicrocode_ctl -u" + einfo "" + einfo "The update will not survive a reboot. To have it do that run" + einfo "" + einfo "\trc-update add microcode_ctl default" } diff --git a/sys-apps/sparc-utils/sparc-utils-1.9.ebuild b/sys-apps/sparc-utils/sparc-utils-1.9.ebuild index 88e29342c7d1..3ed17e54e105 100644 --- a/sys-apps/sparc-utils/sparc-utils-1.9.ebuild +++ b/sys-apps/sparc-utils/sparc-utils-1.9.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/sys-apps/sparc-utils/sparc-utils-1.9.ebuild,v 1.8 2002/10/19 03:21:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sparc-utils/sparc-utils-1.9.ebuild,v 1.9 2002/11/18 06:49:54 blizzy Exp $ S=${WORKDIR}/${P}.orig DESCRIPTION="SPARC/UltraSPARC Improved Loader, a boot loader for sparc" @@ -47,10 +47,8 @@ src_install() { install -m 755 debian/audioctl.def ${D}/etc/default/audioctl # Todo: Somehow set this automatically - echo "==============================================================" - echo "WARNING - You should make sure /dev/openprom exists. If you're" - echo "not using devfs and /dev/openprom does not exist, then issue the" - echo "command:" - echo "cd /dev; mknod openprom c 10 139" - echo "==============================================================" + ewarn "Make sure /dev/openprom exists. If you're not using devfs and" + ewarn "/dev/openprom does not exist, run" + ewarn "" + ewarn "\tcd /dev ; mknod openprom c 10 139" } diff --git a/x11-base/xdirectfb/xdirectfb-1.0_rc2-r1.ebuild b/x11-base/xdirectfb/xdirectfb-1.0_rc2-r1.ebuild index 4bbd8bd219cd..ac3cf25dc3f1 100644 --- a/x11-base/xdirectfb/xdirectfb-1.0_rc2-r1.ebuild +++ b/x11-base/xdirectfb/xdirectfb-1.0_rc2-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/x11-base/xdirectfb/xdirectfb-1.0_rc2-r1.ebuild,v 1.8 2002/11/16 03:18:50 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xdirectfb/xdirectfb-1.0_rc2-r1.ebuild,v 1.9 2002/11/18 06:49:54 blizzy Exp $ MY_PN="XDirectFB" MY_PV=${PV/_/-} @@ -29,7 +29,6 @@ DEPEND=">=sys-libs/ncurses-5.1 dev-libs/DirectFB" src_unpack () { - unpack ${A} cd ${X} @@ -44,16 +43,13 @@ src_unpack () { # echo "#define DefaultGcc2i386Opt ${CFLAGS}" >> config/cf/host.def # echo "#define GccWarningOptions -Wno" >> config/cf/host.def # echo "#define DefaultCCOptions -ansi" >> config/cf/host.def - } src_compile() { - emake World || die } src_install() { - # make install DESTDIR=${D} exeinto /usr/X11R6/bin @@ -72,37 +68,11 @@ src_install() { cd ${X} dodoc AUTHORS ChangeLog INSTALL README TODO - } pkg_postinst() { - chmod 4711 /usr/X11R6/bin/XDirectFB chmod 755 /usr/X11R6/bin/startxdfb - echo - echo '#######################################################' - echo '# #' - echo '# To start XDirectFB use startxdfb utility. #' - echo '# For example startxdfb -- -enableRoot #' - echo '# Use -enableRoot if you have issues with menus #' - echo '# not working in fluxbox or blackbox, etc. #' - echo '# #' - echo '# To set a background in XDirectFB create a #' - echo '# file called directfbrc in /etc #' - echo '# (system wide setting) or .directfbrc #' - echo '# in $HOME. XDirectFB will also just use your #' - echo '# Window Managers background. #' - echo '# #' - echo '# XDirectFB needs ~/.dfbserverrc or #' - echo '# /etc/X11/xinit/dfbserverrc by default so please #' - echo '# edit these to you likeing. #' - echo '# cp /etc/skel/.dfbserverrc $HOME #' - echo '# Please take a look at this file and edit it, #' - echo '# you can add a options like -enableRoot, etc to #' - echo '# it. Though XDirectFB should just start with #' - echo '# startxdfb #' - echo '# #' - echo '#######################################################' - echo + einfo "To start XDirectFB use the startxdfb utility." } diff --git a/x11-base/xdirectfb/xdirectfb-1.0_rc2-r2.ebuild b/x11-base/xdirectfb/xdirectfb-1.0_rc2-r2.ebuild index a7b051cbeb77..c95ffd513918 100644 --- a/x11-base/xdirectfb/xdirectfb-1.0_rc2-r2.ebuild +++ b/x11-base/xdirectfb/xdirectfb-1.0_rc2-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/x11-base/xdirectfb/xdirectfb-1.0_rc2-r2.ebuild,v 1.3 2002/11/16 03:18:50 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xdirectfb/xdirectfb-1.0_rc2-r2.ebuild,v 1.4 2002/11/18 06:49:54 blizzy Exp $ MY_PN="XDirectFB" MY_PV=${PV/_/-} @@ -30,7 +30,6 @@ DEPEND=">=sys-libs/ncurses-5.1 dev-libs/DirectFB" src_unpack () { - unpack ${A} cd ${X} @@ -41,16 +40,13 @@ src_unpack () { cd ${S} patch -p0 < xc-directfb.diff || die - } src_compile() { - emake World || die } src_install() { - # make install DESTDIR=${D} exeinto /usr/X11R6/bin @@ -69,37 +65,11 @@ src_install() { cd ${X} dodoc AUTHORS ChangeLog INSTALL README TODO - } pkg_postinst() { - chmod 4711 /usr/X11R6/bin/XDirectFB chmod 755 /usr/X11R6/bin/startxdfb - echo - echo '#######################################################' - echo '# #' - echo '# To start XDirectFB use startxdfb utility. #' - echo '# For example startxdfb -- -enableRoot #' - echo '# Use -enableRoot if you have issues with menus #' - echo '# not working in fluxbox or blackbox, etc. #' - echo '# #' - echo '# To set a background in XDirectFB create a #' - echo '# file called directfbrc in /etc #' - echo '# (system wide setting) or .directfbrc #' - echo '# in $HOME. XDirectFB will also just use your #' - echo '# Window Managers background. #' - echo '# #' - echo '# XDirectFB needs ~/.dfbserverrc or #' - echo '# /etc/X11/xinit/dfbserverrc by default so please #' - echo '# edit these to you likeing. #' - echo '# cp /etc/skel/.dfbserverrc $HOME #' - echo '# Please take a look at this file and edit it, #' - echo '# you can add a options like -enableRoot, etc to #' - echo '# it. Though XDirectFB should just start with #' - echo '# startxdfb #' - echo '# #' - echo '#######################################################' - echo + einfo "To start XDirectFB use the startxdfb utility." } diff --git a/x11-base/xdirectfb/xdirectfb-1.0_rc3.ebuild b/x11-base/xdirectfb/xdirectfb-1.0_rc3.ebuild index 3fffcf87d3fb..6cdb823c1ce3 100644 --- a/x11-base/xdirectfb/xdirectfb-1.0_rc3.ebuild +++ b/x11-base/xdirectfb/xdirectfb-1.0_rc3.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/x11-base/xdirectfb/xdirectfb-1.0_rc3.ebuild,v 1.1 2002/11/15 22:18:53 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xdirectfb/xdirectfb-1.0_rc3.ebuild,v 1.2 2002/11/18 06:49:54 blizzy Exp $ MY_PN="XDirectFB" MY_PV=${PV/_/-} @@ -31,7 +31,6 @@ DEPEND=">=sys-libs/ncurses-5.1 dev-libs/DirectFB" src_unpack () { - unpack ${A} cd ${X} @@ -42,16 +41,13 @@ src_unpack () { cd ${S} patch -p0 < xc-directfb.diff || die - } src_compile() { - emake World || die } src_install() { - # make install DESTDIR=${D} exeinto /usr/X11R6/bin @@ -70,37 +66,11 @@ src_install() { cd ${X} dodoc AUTHORS ChangeLog INSTALL README TODO - } pkg_postinst() { - chmod 4711 /usr/X11R6/bin/XDirectFB chmod 755 /usr/X11R6/bin/startxdfb - echo - echo '#######################################################' - echo '# #' - echo '# To start XDirectFB use startxdfb utility. #' - echo '# For example startxdfb -- -enableRoot #' - echo '# Use -enableRoot if you have issues with menus #' - echo '# not working in fluxbox or blackbox, etc. #' - echo '# #' - echo '# To set a background in XDirectFB create a #' - echo '# file called directfbrc in /etc #' - echo '# (system wide setting) or .directfbrc #' - echo '# in $HOME. XDirectFB will also just use your #' - echo '# Window Managers background. #' - echo '# #' - echo '# XDirectFB needs ~/.dfbserverrc or #' - echo '# /etc/X11/xinit/dfbserverrc by default so please #' - echo '# edit these to you likeing. #' - echo '# cp /etc/skel/.dfbserverrc $HOME #' - echo '# Please take a look at this file and edit it, #' - echo '# you can add a options like -enableRoot, etc to #' - echo '# it. Though XDirectFB should just start with #' - echo '# startxdfb #' - echo '# #' - echo '#######################################################' - echo + einfo "To start XDirectFB use the startxdfb utility." } diff --git a/x11-misc/grun/grun-0.9.2.ebuild b/x11-misc/grun/grun-0.9.2.ebuild index bfbc02be6e1e..6cc3d2fe9ee1 100644 --- a/x11-misc/grun/grun-0.9.2.ebuild +++ b/x11-misc/grun/grun-0.9.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/x11-misc/grun/grun-0.9.2.ebuild,v 1.11 2002/10/05 05:39:27 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/grun-0.9.2.ebuild,v 1.12 2002/11/18 06:49:54 blizzy Exp $ IUSE="nls" @@ -55,31 +55,21 @@ src_install() { } pkg_postinst() { - # The following hints will be printed in white - MESSAGE_COLOR=37; - echo -e "\033[1;${MESSAGE_COLOR}m"; - echo "####################################################################"; - echo "# #"; - echo "# It is recommended to bind grun to a keychain. Fluxbox users can #"; - echo "# do this by appending e.g. the following line to ~/.fluxbox/keys: #"; - echo "# #"; - echo "# Mod4 r :ExecCommand grun #"; - echo "# #"; - echo "# Then reconfigure Fluxbox (using the menu) and hit <WinKey>-<r> #"; - echo "# #"; - echo "# The default system-wide definition file for associating file #"; - echo "# extensions with applications is /usr/share/grun/gassoc, the #"; - echo "# default system-wide definition file for recognized console #"; - echo "# applications is /usr/share/grun/consfile. They can be overridden #"; - echo "# on a per user basis by ~/.gassoc and ~/.consfile respectively. #"; - echo "# #"; - echo "# To change the default terminal application grun uses, adjust the #"; - echo "# TERM environment variable accordingly and remerge grun, e.g. #"; - echo "# #"; - echo "# export TERM=Eterm && emerge grun #"; - echo "# #"; - echo "# Have fun! #"; - echo "# #"; - echo "####################################################################"; - echo -e "\033[0m"; + einfo "It is recommended to bind grun to a keychain. Fluxbox users can" + einfo "do this by appending e.g. the following line to ~/.fluxbox/keys:" + einfo "" + einfo "Mod4 r :ExecCommand grun" + einfo "" + einfo "Then reconfigure Fluxbox (using the menu) and hit <WinKey>-<r>" + einfo "" + einfo "The default system-wide definition file for associating file" + einfo "extensions with applications is /usr/share/grun/gassoc, the" + einfo "default system-wide definition file for recognized console" + einfo "applications is /usr/share/grun/consfile. They can be overridden" + einfo "on a per user basis by ~/.gassoc and ~/.consfile respectively." + einfo "" + einfo "To change the default terminal application grun uses, adjust the" + einfo "TERM environment variable accordingly and remerge grun, e.g." + einfo "" + einfo "export TERM=Eterm && emerge grun" } diff --git a/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.1.ebuild b/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.1.ebuild index b27f157f6929..fcfe3bc5d6c3 100644 --- a/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.1.ebuild +++ b/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.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/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.1.ebuild,v 1.3 2002/10/04 06:44:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.1.ebuild,v 1.4 2002/11/18 06:49:54 blizzy Exp $ S=${WORKDIR}/${P} DESCRIPTION="a GKrellM plugin for hddtemp (which reads the temperature of SMART IDE hard drives)" @@ -33,18 +33,8 @@ src_install() { } pkg_postinst() { - einfo - einfo "#######################################################" - einfo "# #" - einfo "# Please note that hddtemp has to be set suid #" - einfo "# in order to allow regular user to run this #" - einfo "# plugin. #" - einfo "# #" - einfo "# Please execute (as root): #" - einfo "# chmod u+s /usr/bin/hddtemp #" - einfo "# to set the suid bit #" - einfo "# (this is not done automatically for #" - einfo "# security reasons) #" - einfo "# #" - einfo "#######################################################" + einfo "hddtemp has to be suid root to allow regular users to run this plugin." + einfo "To make it suid root, run" + einfo "" + einfo "\tchmod u+s /usr/bin/hddtemp" } diff --git a/x11-wm/WindowMaker/WindowMaker-0.80.1-r2.ebuild b/x11-wm/WindowMaker/WindowMaker-0.80.1-r2.ebuild index 69c601ed23c7..ce7eb6c6b395 100644 --- a/x11-wm/WindowMaker/WindowMaker-0.80.1-r2.ebuild +++ b/x11-wm/WindowMaker/WindowMaker-0.80.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/x11-wm/WindowMaker/WindowMaker-0.80.1-r2.ebuild,v 1.16 2002/10/22 15:50:39 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/WindowMaker/WindowMaker-0.80.1-r2.ebuild,v 1.17 2002/11/18 06:49:54 blizzy Exp $ IUSE="gif nls png kde oss jpeg gnome" @@ -126,10 +126,6 @@ src_install() { } pkg_postinst() { - echo - echo '######################################################################' - echo '# If do you want trans globes and other trans elements you need #' - echo '# libxpm (media-libs/xpm). #' - echo '######################################################################' - } - + einfo "You need to emerge media-libs/xpm to get transparent globes or" + einfo "other transparent elements." +} diff --git a/x11-wm/WindowMaker/WindowMaker-0.80.2.ebuild b/x11-wm/WindowMaker/WindowMaker-0.80.2.ebuild index ee24328a5dfa..e3175c7a64dc 100644 --- a/x11-wm/WindowMaker/WindowMaker-0.80.2.ebuild +++ b/x11-wm/WindowMaker/WindowMaker-0.80.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/x11-wm/WindowMaker/WindowMaker-0.80.2.ebuild,v 1.2 2002/11/13 10:40:45 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/WindowMaker/WindowMaker-0.80.2.ebuild,v 1.3 2002/11/18 06:49:54 blizzy Exp $ IUSE="gif nls png kde oss jpeg gnome" @@ -126,10 +126,6 @@ src_install() { } pkg_postinst() { - echo - echo '######################################################################' - echo '# If do you want trans globes and other trans elements you need #' - echo '# libxpm (media-libs/xpm). #' - echo '######################################################################' - } - + einfo "You need to emerge media-libs/xpm to get transparent globes or" + einfo "other transparent elements." +} |