diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 05:06:04 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 05:06:04 +0000 |
commit | 5b5725ea784811a26edd3fd24500eb18a927d420 (patch) | |
tree | cbba4960c13c4f1d38c097fb9d5d592a4d4a06fe | |
parent | modernised (diff) | |
download | gentoo-2-5b5725ea784811a26edd3fd24500eb18a927d420.tar.gz gentoo-2-5b5725ea784811a26edd3fd24500eb18a927d420.tar.bz2 gentoo-2-5b5725ea784811a26edd3fd24500eb18a927d420.zip |
modernised
61 files changed, 428 insertions, 428 deletions
diff --git a/app-cdr/cdrdao/cdrdao-1.1.5-r1.ebuild b/app-cdr/cdrdao/cdrdao-1.1.5-r1.ebuild index 39f9716bbef2..6d2712969a41 100644 --- a/app-cdr/cdrdao/cdrdao-1.1.5-r1.ebuild +++ b/app-cdr/cdrdao/cdrdao-1.1.5-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-cdr/cdrdao/cdrdao-1.1.5-r1.ebuild,v 1.9 2002/07/18 17:27:47 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrdao/cdrdao-1.1.5-r1.ebuild,v 1.10 2002/08/02 05:01:06 seemant Exp $ S=${WORKDIR}/cdrdao-1.1.5 DESCRIPTION="Burn CDs in disk-at-once mode -- with optional GUI frontend" @@ -72,7 +72,7 @@ src_install() { # binary into /usr - dobin xdao/gcdmaster + dobin xdao/gcdmaster # pixmaps for gcdmaster in /usr/share/pixmaps/gcdmaster insinto /usr/share/pixmaps/gcdmaster diff --git a/app-cdr/eroaster/eroaster-2.1.0.ebuild b/app-cdr/eroaster/eroaster-2.1.0.ebuild index 3a7a4de9d633..7ce07b546df1 100644 --- a/app-cdr/eroaster/eroaster-2.1.0.ebuild +++ b/app-cdr/eroaster/eroaster-2.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/app-cdr/eroaster/eroaster-2.1.0.ebuild,v 1.3 2002/07/28 15:22:46 stroke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/eroaster/eroaster-2.1.0.ebuild,v 1.4 2002/08/02 05:01:06 seemant Exp $ DESCRIPTION="A graphical frontend for cdrecord and mkisofs written in gnome-python" HOMEPAGE="http://eroaster.sourceforge.net" @@ -37,7 +37,7 @@ src_install () { } pkg_postinst() { - einfo + einfo einfo "The following binaries are needed to make full use of this program:" einfo einfo "mpg123 For converting MP3s to WAVs and playing MP3s" @@ -47,5 +47,5 @@ pkg_postinst() { einfo "lame For Encoding MP3s" einfo "ogginfo For Getting OGG ID3 information" einfo "ogg123 For converting OGGs to WAVs" - einfo + einfo } diff --git a/app-cdr/k3b/k3b-0.7.ebuild b/app-cdr/k3b/k3b-0.7.ebuild index 1b6ef3862ad6..2ad5412a48ab 100644 --- a/app-cdr/k3b/k3b-0.7.ebuild +++ b/app-cdr/k3b/k3b-0.7.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-cdr/k3b/k3b-0.7.ebuild,v 1.4 2002/07/22 01:39:12 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/k3b-0.7.ebuild,v 1.5 2002/08/02 05:01:06 seemant Exp $ inherit kde-base || die @@ -26,22 +26,22 @@ myconf="$myconf --enable-sso" src_compile() { - kde_src_compile myconf configure - - cd ${S} - for x in Makefile src/Makefile; do + kde_src_compile myconf configure + + cd ${S} + for x in Makefile src/Makefile; do mv $x $x.orig sed -e 's:CDPARANOIA_LIBS = =:CDPARANOIA_LIBS = -lcdda_interface -lcdda_paranoia:' $x.orig > $x - done - - kde_src_compile make + done + + kde_src_compile make } src_install() { - dodir ${KDEDIR}/share/apps/k3b/pics - - kde_src_install + dodir ${KDEDIR}/share/apps/k3b/pics + + kde_src_install } diff --git a/app-cdr/simplecdrx/simplecdrx-1.0_pre1.ebuild b/app-cdr/simplecdrx/simplecdrx-1.0_pre1.ebuild index 82b395d278a8..8ac17603f391 100644 --- a/app-cdr/simplecdrx/simplecdrx-1.0_pre1.ebuild +++ b/app-cdr/simplecdrx/simplecdrx-1.0_pre1.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-cdr/simplecdrx/simplecdrx-1.0_pre1.ebuild,v 1.6 2002/07/22 01:39:12 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/simplecdrx/simplecdrx-1.0_pre1.ebuild,v 1.7 2002/08/02 05:01:06 seemant Exp $ MY_P="${PN}-`echo ${PV} |sed -e 's:_:-:'`" S=${WORKDIR}/${MY_P} @@ -36,7 +36,7 @@ src_compile() { --mandir=/usr/share/man \ --infodir=/usr/share/info \ || die - + emake || die } diff --git a/app-crypt/pam_krb5/pam_krb5-1.0.ebuild b/app-crypt/pam_krb5/pam_krb5-1.0.ebuild index ce5e7cab07b4..426fe226c504 100644 --- a/app-crypt/pam_krb5/pam_krb5-1.0.ebuild +++ b/app-crypt/pam_krb5/pam_krb5-1.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/app-crypt/pam_krb5/pam_krb5-1.0.ebuild,v 1.6 2002/07/25 15:31:25 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pam_krb5/pam_krb5-1.0.ebuild,v 1.7 2002/08/02 05:02:16 seemant Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Pam module for MIT Kerberos V" @@ -15,15 +15,15 @@ DEPEND="app-crypt/krb5 sys-libs/pam" src_compile() { - patch -p0 < ${FILESDIR}/${P}-gentoo.diff || die - make CFLAGS="$CFLAGS" || die + patch -p0 < ${FILESDIR}/${P}-gentoo.diff || die + make CFLAGS="$CFLAGS" || die } src_install () { - exeinto /lib/security - doexe pam_krb5.so.1 - dosym /lib/security/pam_krb5.so.1 /lib/security/pam_krb5.so - - doman pam_krb5.5 - dodoc COPYRIGHT README TODO + exeinto /lib/security + doexe pam_krb5.so.1 + dosym /lib/security/pam_krb5.so.1 /lib/security/pam_krb5.so + + doman pam_krb5.5 + dodoc COPYRIGHT README TODO } diff --git a/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild b/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild index 8cb4492c8352..a13d4423459b 100644 --- a/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild +++ b/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.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/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild,v 1.8 2002/07/25 15:31:25 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild,v 1.9 2002/08/02 05:02:16 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="adds multiple ssh keys to the ssh authentication agent. These may use the same passphrase. Unlike ssh-add, if any of the keys use the same passphrase, you will only need to enter each unique passphrase once, and keys that are already added will not be prompted for again." @@ -18,13 +18,13 @@ DEPEND=">=dev-lang/python-2.0-r3 #so I added the X? ( ) -- drobbins src_unpack() { - unpack ${A} - cd ${S} - patch -p0 < ${FILESDIR}/ssh-multiadd-1.3.1.diff + unpack ${A} + cd ${S} + patch -p0 < ${FILESDIR}/ssh-multiadd-1.3.1.diff } src_install () { - dobin ssh-multiadd - doman ssh-multiadd.1 - dodoc COPYING ChangeLog README todo + dobin ssh-multiadd + doman ssh-multiadd.1 + dodoc COPYING ChangeLog README todo } diff --git a/app-doc/dox/dox-1.1.ebuild b/app-doc/dox/dox-1.1.ebuild index 132b54f5d0c4..c2e63e61900f 100644 --- a/app-doc/dox/dox-1.1.ebuild +++ b/app-doc/dox/dox-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 2001-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-doc/dox/dox-1.1.ebuild,v 1.3 2002/08/01 14:02:43 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/dox/dox-1.1.ebuild,v 1.4 2002/08/02 05:03:34 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Dox is a graphical documentation browser for Unix/X11." @@ -24,7 +24,7 @@ src_unpack() { -e 's:/opt/www/htdig/bin/htmerge:/usr/bin/htmerge:g' \ -e 's:/opt/www/cgi-bin/htsearch:/home/httpd/cgi-bin/htsearch:g' > configure.new mv configure.new configure - + } src_compile() diff --git a/app-doc/gimp-user-manual/gimp-user-manual-2.0.ebuild b/app-doc/gimp-user-manual/gimp-user-manual-2.0.ebuild index cb22acb31d1f..3a69f6b66987 100644 --- a/app-doc/gimp-user-manual/gimp-user-manual-2.0.ebuild +++ b/app-doc/gimp-user-manual/gimp-user-manual-2.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/app-doc/gimp-user-manual/gimp-user-manual-2.0.ebuild,v 1.6 2002/08/01 14:02:43 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/gimp-user-manual/gimp-user-manual-2.0.ebuild,v 1.7 2002/08/02 05:03:34 seemant Exp $ S=${WORKDIR} DESCRIPTION="A user manual for GIMP" @@ -14,13 +14,13 @@ LICENSE="OPL" KEYWORDS="x86 ppc sparc sparc64" src_compile() { - rm GUM/wwhsrch.js - touch GUM/wwhsrch.js + rm GUM/wwhsrch.js + touch GUM/wwhsrch.js } src_install () { - dohtml -r GUM - dohtml -r GUMC - dodoc README_NOW + dohtml -r GUM + dohtml -r GUMC + dodoc README_NOW } diff --git a/app-doc/howto-html-single/howto-html-single-20010823.ebuild b/app-doc/howto-html-single/howto-html-single-20010823.ebuild index d845a1972989..5dbd4a4680b0 100644 --- a/app-doc/howto-html-single/howto-html-single-20010823.ebuild +++ b/app-doc/howto-html-single/howto-html-single-20010823.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/app-doc/howto-html-single/howto-html-single-20010823.ebuild,v 1.6 2002/08/01 11:40:14 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html-single/howto-html-single-20010823.ebuild,v 1.7 2002/08/02 05:03:34 seemant Exp $ MY_P="Linux-html-single-HOWTOs-${PV}" S=${WORKDIR} @@ -16,13 +16,13 @@ LICENSE="GPL" KEYWORDS="x86 ppc sparc sparc64" src_install () { - - dodir /usr/share/doc/howto - dodir /usr/share/doc/howto/html-single - dosym /usr/share/doc/howto /usr/share/doc/HOWTO - - cd ${S} - insinto /usr/share/doc/howto/html-single - doins * - + + dodir /usr/share/doc/howto + dodir /usr/share/doc/howto/html-single + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + + cd ${S} + insinto /usr/share/doc/howto/html-single + doins * + } diff --git a/app-doc/howto-html-single/howto-html-single-20020328.ebuild b/app-doc/howto-html-single/howto-html-single-20020328.ebuild index 845e9ea6d255..6224b57ff933 100644 --- a/app-doc/howto-html-single/howto-html-single-20020328.ebuild +++ b/app-doc/howto-html-single/howto-html-single-20020328.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/app-doc/howto-html-single/howto-html-single-20020328.ebuild,v 1.4 2002/08/01 11:40:14 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html-single/howto-html-single-20020328.ebuild,v 1.5 2002/08/02 05:03:34 seemant Exp $ MY_P="Linux-html-single-HOWTOs-${PV}" S=${WORKDIR} @@ -16,13 +16,13 @@ LICENSE="GPL" KEYWORDS="x86 ppc sparc sparc64" src_install () { - - dodir /usr/share/doc/howto - dodir /usr/share/doc/howto/html-single - dosym /usr/share/doc/howto /usr/share/doc/HOWTO - - cd ${S} - insinto /usr/share/doc/howto/html-single - doins * - + + dodir /usr/share/doc/howto + dodir /usr/share/doc/howto/html-single + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + + cd ${S} + insinto /usr/share/doc/howto/html-single + doins * + } diff --git a/app-doc/howto-html/howto-html-20010823.ebuild b/app-doc/howto-html/howto-html-20010823.ebuild index 777f7c6d7fa4..909695a05006 100644 --- a/app-doc/howto-html/howto-html-20010823.ebuild +++ b/app-doc/howto-html/howto-html-20010823.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/app-doc/howto-html/howto-html-20010823.ebuild,v 1.5 2002/07/21 02:51:18 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html/howto-html-20010823.ebuild,v 1.6 2002/08/02 05:03:34 seemant Exp $ MY_P="Linux-html-HOWTOs-${PV}" S=${WORKDIR}/HOWTO @@ -16,12 +16,12 @@ LICENSE="GPL" KEYWORDS="x86 ppc sparc sparc64" src_install () { - - dodir /usr/share/doc/howto - dodir /usr/share/doc/howto/html - dosym /usr/share/doc/howto /usr/share/doc/HOWTO - - cd ${S} - cp -R * ${D}/usr/share/doc/howto/html - + + dodir /usr/share/doc/howto + dodir /usr/share/doc/howto/html + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + + cd ${S} + cp -R * ${D}/usr/share/doc/howto/html + } diff --git a/app-doc/howto-pdf/howto-pdf-20010824.ebuild b/app-doc/howto-pdf/howto-pdf-20010824.ebuild index 3228bd5fc179..cdeff7a25f12 100644 --- a/app-doc/howto-pdf/howto-pdf-20010824.ebuild +++ b/app-doc/howto-pdf/howto-pdf-20010824.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/app-doc/howto-pdf/howto-pdf-20010824.ebuild,v 1.5 2002/08/01 11:40:14 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-pdf/howto-pdf-20010824.ebuild,v 1.6 2002/08/02 05:03:34 seemant Exp $ MY_P="Linux-pdf-HOWTOs-${PV}" S=${WORKDIR}/${MY_P} @@ -17,13 +17,13 @@ KEYWORDS="x86 ppc sparc sparc64" src_install () { - - dodir /usr/share/doc/howto - dodir /usr/share/doc/howto/pdf - dosym /usr/share/doc/howto /usr/share/doc/HOWTO - - cd ${WORKDIR} - insinto /usr/share/doc/howto/pdf - doins * - + + dodir /usr/share/doc/howto + dodir /usr/share/doc/howto/pdf + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + + cd ${WORKDIR} + insinto /usr/share/doc/howto/pdf + doins * + } diff --git a/app-doc/howto-pdf/howto-pdf-20020328.ebuild b/app-doc/howto-pdf/howto-pdf-20020328.ebuild index 21dbf7193526..c8bb9894c23e 100644 --- a/app-doc/howto-pdf/howto-pdf-20020328.ebuild +++ b/app-doc/howto-pdf/howto-pdf-20020328.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/app-doc/howto-pdf/howto-pdf-20020328.ebuild,v 1.4 2002/08/01 11:40:14 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-pdf/howto-pdf-20020328.ebuild,v 1.5 2002/08/02 05:03:34 seemant Exp $ MY_P="Linux-pdf-HOWTOs-${PV}" S=${WORKDIR}/${MY_P} @@ -16,13 +16,13 @@ LICENSE="GPL" KEYWORDS="x86 ppc sparc sparc64" src_install () { - - dodir /usr/share/doc/howto - dodir /usr/share/doc/howto/pdf - dosym /usr/share/doc/howto /usr/share/doc/HOWTO - - cd ${WORKDIR} - insinto /usr/share/doc/howto/pdf - doins * - + + dodir /usr/share/doc/howto + dodir /usr/share/doc/howto/pdf + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + + cd ${WORKDIR} + insinto /usr/share/doc/howto/pdf + doins * + } diff --git a/app-doc/howto-ps/howto-ps-20010824.ebuild b/app-doc/howto-ps/howto-ps-20010824.ebuild index 2203a306397a..52f8557e1387 100644 --- a/app-doc/howto-ps/howto-ps-20010824.ebuild +++ b/app-doc/howto-ps/howto-ps-20010824.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/app-doc/howto-ps/howto-ps-20010824.ebuild,v 1.5 2002/08/01 11:40:14 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-ps/howto-ps-20010824.ebuild,v 1.6 2002/08/02 05:03:34 seemant Exp $ MY_P="Linux-ps-HOWTOs-${PV}" S=${WORKDIR}/${MY_P} @@ -16,13 +16,13 @@ LICENSE="GPL" KEYWORDS="x86 ppc sparc sparc64" src_install () { - - dodir /usr/share/doc/howto - dodir /usr/share/doc/howto/ps - dosym /usr/share/doc/howto /usr/share/doc/HOWTO - - cd ${WORKDIR} - insinto /usr/share/doc/howto/ps - doins * - + + dodir /usr/share/doc/howto + dodir /usr/share/doc/howto/ps + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + + cd ${WORKDIR} + insinto /usr/share/doc/howto/ps + doins * + } diff --git a/app-doc/howto-ps/howto-ps-20020328.ebuild b/app-doc/howto-ps/howto-ps-20020328.ebuild index 48467eb1cf75..fe011fd28f97 100644 --- a/app-doc/howto-ps/howto-ps-20020328.ebuild +++ b/app-doc/howto-ps/howto-ps-20020328.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/app-doc/howto-ps/howto-ps-20020328.ebuild,v 1.4 2002/08/01 11:40:14 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-ps/howto-ps-20020328.ebuild,v 1.5 2002/08/02 05:03:34 seemant Exp $ MY_P="Linux-ps-HOWTOs-${PV}" S=${WORKDIR}/${MY_P} @@ -16,13 +16,13 @@ LICENSE="GPL" KEYWORDS="x86 ppc sparc sparc64" src_install () { - - dodir /usr/share/doc/howto - dodir /usr/share/doc/howto/ps - dosym /usr/share/doc/howto /usr/share/doc/HOWTO - - cd ${WORKDIR} - insinto /usr/share/doc/howto/ps - doins * - + + dodir /usr/share/doc/howto + dodir /usr/share/doc/howto/ps + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + + cd ${WORKDIR} + insinto /usr/share/doc/howto/ps + doins * + } diff --git a/app-doc/howto-text/howto-text-20010823.ebuild b/app-doc/howto-text/howto-text-20010823.ebuild index c637da7b6896..cf2a13d51045 100644 --- a/app-doc/howto-text/howto-text-20010823.ebuild +++ b/app-doc/howto-text/howto-text-20010823.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/app-doc/howto-text/howto-text-20010823.ebuild,v 1.5 2002/07/21 02:51:20 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-text/howto-text-20010823.ebuild,v 1.6 2002/08/02 05:03:34 seemant Exp $ MY_P="Linux-HOWTOs-${PV}" S=${WORKDIR}/${MY_P} @@ -16,13 +16,13 @@ LICENSE="GPL" KEYWORDS="x86 ppc sparc sparc64" src_install () { - - dodir /usr/share/doc/howto - dodir /usr/share/doc/howto/text - dosym /usr/share/doc/howto /usr/share/doc/HOWTO - - cd ${WORKDIR} - insinto /usr/share/doc/howto/text - doins * - + + dodir /usr/share/doc/howto + dodir /usr/share/doc/howto/text + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + + cd ${WORKDIR} + insinto /usr/share/doc/howto/text + doins * + } diff --git a/app-doc/howto-text/howto-text-20020328.ebuild b/app-doc/howto-text/howto-text-20020328.ebuild index 5a6dfdb0d71b..903376433281 100644 --- a/app-doc/howto-text/howto-text-20020328.ebuild +++ b/app-doc/howto-text/howto-text-20020328.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/app-doc/howto-text/howto-text-20020328.ebuild,v 1.3 2002/07/21 02:51:20 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-text/howto-text-20020328.ebuild,v 1.4 2002/08/02 05:03:34 seemant Exp $ MY_P="Linux-HOWTOs-${PV}" S=${WORKDIR}/${MY_P} @@ -16,13 +16,13 @@ LICENSE="GPL" KEYWORDS="x86 ppc sparc sparc64" src_install () { - - dodir /usr/share/doc/howto - dodir /usr/share/doc/howto/text - dosym /usr/share/doc/howto /usr/share/doc/HOWTO - - cd ${WORKDIR} - insinto /usr/share/doc/howto/text - doins * - + + dodir /usr/share/doc/howto + dodir /usr/share/doc/howto/text + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + + cd ${WORKDIR} + insinto /usr/share/doc/howto/text + doins * + } diff --git a/app-doc/mini-howto-html-single/mini-howto-html-single-20010824.ebuild b/app-doc/mini-howto-html-single/mini-howto-html-single-20010824.ebuild index 002bd4eff0fc..fcc9c6212e40 100644 --- a/app-doc/mini-howto-html-single/mini-howto-html-single-20010824.ebuild +++ b/app-doc/mini-howto-html-single/mini-howto-html-single-20010824.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/app-doc/mini-howto-html-single/mini-howto-html-single-20010824.ebuild,v 1.4 2002/07/21 02:51:20 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/mini-howto-html-single/mini-howto-html-single-20010824.ebuild,v 1.5 2002/08/02 05:03:34 seemant Exp $ MY_P="Linux-mini-html-single-HOWTOs-${PV}" S=${WORKDIR}/${MY_P} @@ -16,13 +16,13 @@ LICENSE="GPL" KEYWORDS="x86 ppc sparc sparc64" src_install () { - - dodir /usr/share/doc/howto/mini - dodir /usr/share/doc/howto/mini/html-single - dosym /usr/share/doc/howto /usr/share/doc/HOWTO - - cd ${WORKDIR} - insinto /usr/share/doc/howto/mini/html-single - doins * - + + dodir /usr/share/doc/howto/mini + dodir /usr/share/doc/howto/mini/html-single + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + + cd ${WORKDIR} + insinto /usr/share/doc/howto/mini/html-single + doins * + } diff --git a/app-doc/mini-howto-html-single/mini-howto-html-single-20020328.ebuild b/app-doc/mini-howto-html-single/mini-howto-html-single-20020328.ebuild index 65d3d2f491dc..3ab874c3e799 100644 --- a/app-doc/mini-howto-html-single/mini-howto-html-single-20020328.ebuild +++ b/app-doc/mini-howto-html-single/mini-howto-html-single-20020328.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/app-doc/mini-howto-html-single/mini-howto-html-single-20020328.ebuild,v 1.2 2002/07/21 02:51:20 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/mini-howto-html-single/mini-howto-html-single-20020328.ebuild,v 1.3 2002/08/02 05:03:34 seemant Exp $ MY_P="Linux-mini-html-single-HOWTOs-${PV}" S=${WORKDIR}/${MY_P} @@ -16,13 +16,13 @@ LICENSE="GPL" KEYWORDS="x86 ppc sparc sparc64" src_install () { - - dodir /usr/share/doc/howto/mini - dodir /usr/share/doc/howto/mini/html-single - dosym /usr/share/doc/howto /usr/share/doc/HOWTO - - cd ${WORKDIR} - insinto /usr/share/doc/howto/mini/html-single - doins * - + + dodir /usr/share/doc/howto/mini + dodir /usr/share/doc/howto/mini/html-single + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + + cd ${WORKDIR} + insinto /usr/share/doc/howto/mini/html-single + doins * + } diff --git a/app-doc/mini-howto-html/mini-howto-html-20020328.ebuild b/app-doc/mini-howto-html/mini-howto-html-20020328.ebuild index 914f20ad36f8..a59e9366f9c1 100644 --- a/app-doc/mini-howto-html/mini-howto-html-20020328.ebuild +++ b/app-doc/mini-howto-html/mini-howto-html-20020328.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/app-doc/mini-howto-html/mini-howto-html-20020328.ebuild,v 1.2 2002/07/18 23:17:13 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/mini-howto-html/mini-howto-html-20020328.ebuild,v 1.3 2002/08/02 05:03:34 seemant Exp $ MY_P="Linux-mini-html-HOWTOs-${PV}" S=${WORKDIR}/HOWTO/mini @@ -13,12 +13,12 @@ DESCRIPTION="Mini-HOWTOs from http://www.linuxdoc.org in HTML format" KEYWORDS="x86 sparc sparc64 ppc" src_install () { - - dodir /usr/share/doc/howto/mini - dodir /usr/share/doc/howto/mini/html - dosym /usr/share/doc/howto /usr/share/doc/HOWTO - - cd ${S} - cp -R * ${D}/usr/share/doc/howto/mini/html - + + dodir /usr/share/doc/howto/mini + dodir /usr/share/doc/howto/mini/html + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + + cd ${S} + cp -R * ${D}/usr/share/doc/howto/mini/html + } diff --git a/app-doc/mini-howto-pdf/mini-howto-pdf-20010824.ebuild b/app-doc/mini-howto-pdf/mini-howto-pdf-20010824.ebuild index d0e8a949d98a..d582bcbc4a0e 100644 --- a/app-doc/mini-howto-pdf/mini-howto-pdf-20010824.ebuild +++ b/app-doc/mini-howto-pdf/mini-howto-pdf-20010824.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/app-doc/mini-howto-pdf/mini-howto-pdf-20010824.ebuild,v 1.4 2002/07/21 02:51:23 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/mini-howto-pdf/mini-howto-pdf-20010824.ebuild,v 1.5 2002/08/02 05:03:34 seemant Exp $ MY_P="Linux-mini-pdf-HOWTOs-${PV}" S=${WORKDIR}/${MY_P} @@ -16,13 +16,13 @@ LICENSE="GPL" KEYWORDS="x86 ppc sparc sparc64" src_install () { - - dodir /usr/share/doc/howto/mini - dodir /usr/share/doc/howto/mini/pdf - dosym /usr/share/doc/howto /usr/share/doc/HOWTO - - cd ${WORKDIR} - insinto /usr/share/doc/howto/mini/pdf - doins * - + + dodir /usr/share/doc/howto/mini + dodir /usr/share/doc/howto/mini/pdf + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + + cd ${WORKDIR} + insinto /usr/share/doc/howto/mini/pdf + doins * + } diff --git a/app-doc/mini-howto-pdf/mini-howto-pdf-20020328.ebuild b/app-doc/mini-howto-pdf/mini-howto-pdf-20020328.ebuild index 3c01deb93fc5..35074a68c51d 100644 --- a/app-doc/mini-howto-pdf/mini-howto-pdf-20020328.ebuild +++ b/app-doc/mini-howto-pdf/mini-howto-pdf-20020328.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/app-doc/mini-howto-pdf/mini-howto-pdf-20020328.ebuild,v 1.2 2002/07/21 02:51:23 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/mini-howto-pdf/mini-howto-pdf-20020328.ebuild,v 1.3 2002/08/02 05:03:34 seemant Exp $ MY_P="Linux-mini-pdf-HOWTOs-${PV}" S=${WORKDIR}/${MY_P} @@ -16,13 +16,13 @@ LICENSE="GPL" KEYWORDS="x86 ppc sparc sparc64" src_install () { - - dodir /usr/share/doc/howto/mini - dodir /usr/share/doc/howto/mini/pdf - dosym /usr/share/doc/howto /usr/share/doc/HOWTO - - cd ${WORKDIR} - insinto /usr/share/doc/howto/mini/pdf - doins * - + + dodir /usr/share/doc/howto/mini + dodir /usr/share/doc/howto/mini/pdf + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + + cd ${WORKDIR} + insinto /usr/share/doc/howto/mini/pdf + doins * + } diff --git a/app-doc/mini-howto-ps/mini-howto-ps-20010824.ebuild b/app-doc/mini-howto-ps/mini-howto-ps-20010824.ebuild index 7f42a5ebe6a0..1a4656aaf2ff 100644 --- a/app-doc/mini-howto-ps/mini-howto-ps-20010824.ebuild +++ b/app-doc/mini-howto-ps/mini-howto-ps-20010824.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/app-doc/mini-howto-ps/mini-howto-ps-20010824.ebuild,v 1.4 2002/07/21 02:51:23 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/mini-howto-ps/mini-howto-ps-20010824.ebuild,v 1.5 2002/08/02 05:03:34 seemant Exp $ MY_P="Linux-mini-ps-HOWTOs-${PV}" S=${WORKDIR}/${MY_P} @@ -16,13 +16,13 @@ LICENSE="GPL" KEYWORDS="x86 ppc sparc sparc64" src_install () { - - dodir /usr/share/doc/howto/mini - dodir /usr/share/doc/howto/mini/ps - dosym /usr/share/doc/howto /usr/share/doc/HOWTO - - cd ${WORKDIR} - insinto /usr/share/doc/howto/mini/ps - doins * - + + dodir /usr/share/doc/howto/mini + dodir /usr/share/doc/howto/mini/ps + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + + cd ${WORKDIR} + insinto /usr/share/doc/howto/mini/ps + doins * + } diff --git a/app-doc/mini-howto-ps/mini-howto-ps-20020328.ebuild b/app-doc/mini-howto-ps/mini-howto-ps-20020328.ebuild index 9c72f62a4903..bacdda571784 100644 --- a/app-doc/mini-howto-ps/mini-howto-ps-20020328.ebuild +++ b/app-doc/mini-howto-ps/mini-howto-ps-20020328.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/app-doc/mini-howto-ps/mini-howto-ps-20020328.ebuild,v 1.2 2002/07/21 02:51:23 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/mini-howto-ps/mini-howto-ps-20020328.ebuild,v 1.3 2002/08/02 05:03:34 seemant Exp $ MY_P="Linux-mini-ps-HOWTOs-${PV}" S=${WORKDIR}/${MY_P} @@ -16,13 +16,13 @@ LICENSE="GPL" KEYWORDS="x86 ppc sparc sparc64" src_install () { - - dodir /usr/share/doc/howto/mini - dodir /usr/share/doc/howto/mini/ps - dosym /usr/share/doc/howto /usr/share/doc/HOWTO - - cd ${WORKDIR} - insinto /usr/share/doc/howto/mini/ps - doins * - + + dodir /usr/share/doc/howto/mini + dodir /usr/share/doc/howto/mini/ps + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + + cd ${WORKDIR} + insinto /usr/share/doc/howto/mini/ps + doins * + } diff --git a/app-doc/mini-howto-text/mini-howto-text-20010824.ebuild b/app-doc/mini-howto-text/mini-howto-text-20010824.ebuild index 920be197e12f..ae576c3b04f9 100644 --- a/app-doc/mini-howto-text/mini-howto-text-20010824.ebuild +++ b/app-doc/mini-howto-text/mini-howto-text-20010824.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/app-doc/mini-howto-text/mini-howto-text-20010824.ebuild,v 1.4 2002/07/21 02:51:23 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/mini-howto-text/mini-howto-text-20010824.ebuild,v 1.5 2002/08/02 05:03:34 seemant Exp $ MY_P="Linux-mini-HOWTOs-${PV}" S=${WORKDIR}/${MY_P} @@ -16,13 +16,13 @@ LICENSE="GPL" KEYWORDS="x86 ppc sparc sparc64" src_install () { - - dodir /usr/share/doc/howto/mini - dodir /usr/share/doc/howto/mini/text - dosym /usr/share/doc/howto /usr/share/doc/HOWTO - - cd ${WORKDIR} - insinto /usr/share/doc/howto/mini/text - doins * - + + dodir /usr/share/doc/howto/mini + dodir /usr/share/doc/howto/mini/text + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + + cd ${WORKDIR} + insinto /usr/share/doc/howto/mini/text + doins * + } diff --git a/app-doc/mini-howto-text/mini-howto-text-20020328.ebuild b/app-doc/mini-howto-text/mini-howto-text-20020328.ebuild index 62919778b963..32b1ef5980a2 100644 --- a/app-doc/mini-howto-text/mini-howto-text-20020328.ebuild +++ b/app-doc/mini-howto-text/mini-howto-text-20020328.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/app-doc/mini-howto-text/mini-howto-text-20020328.ebuild,v 1.2 2002/07/21 02:51:23 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/mini-howto-text/mini-howto-text-20020328.ebuild,v 1.3 2002/08/02 05:03:34 seemant Exp $ MY_P="Linux-mini-HOWTOs-${PV}" S=${WORKDIR}/${MY_P} @@ -16,13 +16,13 @@ LICENSE="GPL" KEYWORDS="x86 ppc sparc sparc64" src_install () { - - dodir /usr/share/doc/howto/mini - dodir /usr/share/doc/howto/mini/text - dosym /usr/share/doc/howto /usr/share/doc/HOWTO - - cd ${WORKDIR} - insinto /usr/share/doc/howto/mini/text - doins * - + + dodir /usr/share/doc/howto/mini + dodir /usr/share/doc/howto/mini/text + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + + cd ${WORKDIR} + insinto /usr/share/doc/howto/mini/text + doins * + } diff --git a/app-doc/qt-docs/qt-docs-3.0.4.1.ebuild b/app-doc/qt-docs/qt-docs-3.0.4.1.ebuild index a72e858b0d94..46783f26c37f 100644 --- a/app-doc/qt-docs/qt-docs-3.0.4.1.ebuild +++ b/app-doc/qt-docs/qt-docs-3.0.4.1.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/app-doc/qt-docs/qt-docs-3.0.4.1.ebuild,v 1.4 2002/08/01 11:58:57 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/qt-docs/qt-docs-3.0.4.1.ebuild,v 1.5 2002/08/02 05:03:34 seemant Exp $ # qt-copy-3.0.4 (released with kde-3.0.1) NPV=3.0.4 @@ -24,10 +24,10 @@ src_compile() { } src_install() { - cd ${S} - # misc - insinto /etc/env.d - doins ${FILESDIR}/45qt-docs3 + cd ${S} + # misc + insinto /etc/env.d + doins ${FILESDIR}/45qt-docs3 # docs cd ${S}/doc diff --git a/app-doc/qt-docs/qt-docs-3.0.5.ebuild b/app-doc/qt-docs/qt-docs-3.0.5.ebuild index 66d4b5b8f086..a4a1f43bd8e4 100644 --- a/app-doc/qt-docs/qt-docs-3.0.5.ebuild +++ b/app-doc/qt-docs/qt-docs-3.0.5.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/app-doc/qt-docs/qt-docs-3.0.5.ebuild,v 1.3 2002/08/01 11:58:57 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/qt-docs/qt-docs-3.0.5.ebuild,v 1.4 2002/08/02 05:03:34 seemant Exp $ S=${WORKDIR}/qt-x11-free-$PV SRC_URI="ftp://ftp.trolltech.com/qt/source/qt-x11-free-${PV}.tar.gz" @@ -17,10 +17,10 @@ src_compile() { src_install() { QTBASE=/usr/qt/3 export QTDIR=${S} - cd ${S} - # misc - insinto /etc/env.d - doins ${FILESDIR}/45qt-docs3 + cd ${S} + # misc + insinto /etc/env.d + doins ${FILESDIR}/45qt-docs3 # docs cd ${S}/doc diff --git a/app-doc/root-docs/root-docs-3.03.04.ebuild b/app-doc/root-docs/root-docs-3.03.04.ebuild index b65df7c7d9d0..5769961f1023 100644 --- a/app-doc/root-docs/root-docs-3.03.04.ebuild +++ b/app-doc/root-docs/root-docs-3.03.04.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/app-doc/root-docs/root-docs-3.03.04.ebuild,v 1.3 2002/08/01 14:02:44 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/root-docs/root-docs-3.03.04.ebuild,v 1.4 2002/08/02 05:03:34 seemant Exp $ S=${WORKDIR}/htmldoc DESCRIPTION="An Object-Oriented Data Analysis Framework" @@ -18,7 +18,7 @@ src_compile() { } src_install() { - dohtml * + dohtml * docinto postscript dodoc *.ps } diff --git a/app-editors/beaver/beaver-0.2.3.ebuild b/app-editors/beaver/beaver-0.2.3.ebuild index 5262b3925937..089f6b168273 100644 --- a/app-editors/beaver/beaver-0.2.3.ebuild +++ b/app-editors/beaver/beaver-0.2.3.ebuild @@ -14,24 +14,24 @@ HOMEPAGE="http://eturquin.free.fr/beaver/index.htm" DEPEND=">=x11-libs/gtk+-1.2.10-r8" src_unpack() { - unpack ${P}.tar.gz + unpack ${P}.tar.gz - cd ${S}/src + cd ${S}/src - cp Makefile Makefile.orig - sed -e "s:DESTDIR = /usr/local:DESTDIR = /usr:" \ - -e "s:OPTI = -O3 -funroll-loops -fomit-frame-pointer #-mpentium:OPTI = ${CFLAGS} -funroll-loops -fomit-frame-pointer:" Makefile.orig > Makefile + cp Makefile Makefile.orig + sed -e "s:DESTDIR = /usr/local:DESTDIR = /usr:" \ + -e "s:OPTI = -O3 -funroll-loops -fomit-frame-pointer #-mpentium:OPTI = ${CFLAGS} -funroll-loops -fomit-frame-pointer:" Makefile.orig > Makefile } src_compile() { - cd ${S}/src - emake || die + cd ${S}/src + emake || die } src_install() { - cd src - make DESTDIR=${D}/usr \ - MANDIR=/share/man \ - install || die + cd src + make DESTDIR=${D}/usr \ + MANDIR=/share/man \ + install || die } diff --git a/app-editors/bluefish/bluefish-0.7-r2.ebuild b/app-editors/bluefish/bluefish-0.7-r2.ebuild index d8e4def6f038..6f48fc7a58aa 100644 --- a/app-editors/bluefish/bluefish-0.7-r2.ebuild +++ b/app-editors/bluefish/bluefish-0.7-r2.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/app-editors/bluefish/bluefish-0.7-r2.ebuild,v 1.5 2002/07/16 09:49:59 stroke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.7-r2.ebuild,v 1.6 2002/08/02 05:05:01 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Bluefish is a GTK HTML editor for the experienced web designer or programmer." @@ -11,7 +11,7 @@ KEYWORDS="x86" SLOT="0" DEPEND="=x11-libs/gtk+-1.2* - >=media-libs/imlib-1.9.10-r1 + >=media-libs/imlib-1.9.10-r1 perl? ( sys-devel/perl ) nls? ( sys-devel/gettext )" @@ -37,7 +37,7 @@ src_install () { makefiles=`find . -name Makefile` for f in $makefiles; do mv $f $f.orig - sed -e 's#$(prefix)#$(DESTDIR)$(prefix)#' \ + sed -e 's#$(prefix)#$(DESTDIR)$(prefix)#' \ -e 's#${prefix}#$(DESTDIR)${prefix}#' \ -e 's#/usr/share/pixmaps#$(DESTDIR)$(prefix)/share/pixmaps#' \ $f.orig > $f @@ -48,6 +48,6 @@ src_install () { mandir=${D}/usr/share/man \ install || die - dodoc ABOUT-NLS AUTHORS BUGS COPYING INSTALL NEWS README TODO + dodoc ABOUT-NLS AUTHORS BUGS COPYING INSTALL NEWS README TODO mv manual ${D}usr/share/doc/${PF} } diff --git a/app-editors/bluefish/bluefish-2002.06.23.ebuild b/app-editors/bluefish/bluefish-2002.06.23.ebuild index 4fea8cd86e32..839d650c86fe 100644 --- a/app-editors/bluefish/bluefish-2002.06.23.ebuild +++ b/app-editors/bluefish/bluefish-2002.06.23.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/app-editors/bluefish/bluefish-2002.06.23.ebuild,v 1.1 2002/07/16 09:49:59 stroke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-2002.06.23.ebuild,v 1.2 2002/08/02 05:05:01 seemant Exp $ MY_PV=`echo ${PV} | sed -e 's/\./-/g'` S=${WORKDIR}/${PN}-gtk2 @@ -13,7 +13,7 @@ SLOT="0" DEPEND=">=x11-libs/gtk+-2.0.5 >=media-libs/freetype-2.0.9 - >=media-libs/gdk-pixbuf-0.18 + >=media-libs/gdk-pixbuf-0.18 perl? ( sys-devel/perl ) nls? ( sys-devel/gettext )" @@ -41,7 +41,7 @@ src_install () { makefiles=`find . -name Makefile` for f in $makefiles; do mv $f $f.orig - sed -e 's#$(prefix)#$(DESTDIR)$(prefix)#' \ + sed -e 's#$(prefix)#$(DESTDIR)$(prefix)#' \ -e 's#${prefix}#$(DESTDIR)${prefix}#' \ -e 's#/usr/share/pixmaps#$(DESTDIR)$(prefix)/share/pixmaps#' \ $f.orig > $f @@ -52,6 +52,6 @@ src_install () { mandir=${D}/usr/share/man \ install || die - dodoc ABOUT-NLS AUTHORS BUGS COPYING INSTALL NEWS README TODO + dodoc ABOUT-NLS AUTHORS BUGS COPYING INSTALL NEWS README TODO mv manual ${D}usr/share/doc/${PF} } diff --git a/app-editors/emacs/emacs-21.1-r4.ebuild b/app-editors/emacs/emacs-21.1-r4.ebuild index 03f8f0de4b81..66fe637903fd 100644 --- a/app-editors/emacs/emacs-21.1-r4.ebuild +++ b/app-editors/emacs/emacs-21.1-r4.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/app-editors/emacs/emacs-21.1-r4.ebuild,v 1.5 2002/07/25 19:10:59 kabau Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.1-r4.ebuild,v 1.6 2002/08/02 05:05:01 seemant Exp $ S=${WORKDIR}/${P} @@ -33,11 +33,11 @@ src_unpack() { # Resolves bug 2104 # ppc fix SYSTEM_ARCH=`echo $ARCH |\ - sed -e s/[i]*.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/` + sed -e s/[i]*.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/` if [ -z "$SYSTEM_ARCH" ] then SYSTEM_ARCH=`uname -m |\ - sed -e s/[i]*.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/` + sed -e s/[i]*.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/` fi cd ${WORKDIR} @@ -54,7 +54,7 @@ src_unpack() { ;; arm) ;; - esac + esac } diff --git a/app-editors/forte/forte-3.0-r1.ebuild b/app-editors/forte/forte-3.0-r1.ebuild index cc9631826a5c..1e566f7ffe53 100644 --- a/app-editors/forte/forte-3.0-r1.ebuild +++ b/app-editors/forte/forte-3.0-r1.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/app-editors/forte/forte-3.0-r1.ebuild,v 1.2 2002/07/25 19:11:37 kabau Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/forte/forte-3.0-r1.ebuild,v 1.3 2002/08/02 05:05:01 seemant Exp $ S=${WORKDIR}/usr/local DESCRIPTION="Forte/Sun ONE Studio Developer" @@ -21,7 +21,7 @@ dyn_fetch() { digest_check ${y} if [ $? -ne 0 ]; then einfo "Please download this yourself http://forte.sun.com/ffj/index.html" - einfo "and place it in ${DISTDIR}" + einfo "and place it in ${DISTDIR}" exit 1 fi done diff --git a/app-editors/fte/fte-20010819-r2.ebuild b/app-editors/fte/fte-20010819-r2.ebuild index 6e253d19ab91..4f80602f2169 100644 --- a/app-editors/fte/fte-20010819-r2.ebuild +++ b/app-editors/fte/fte-20010819-r2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/fte-20010819-r2.ebuild,v 1.6 2002/07/25 19:12:09 kabau Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/fte-20010819-r2.ebuild,v 1.7 2002/08/02 05:05:01 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Lightweight text-mode editor" SRC_URI="mirror://sourceforge/fte/fte-20010819-src.zip - mirror://sourceforge/fte/fte-20010819-common.zip" + mirror://sourceforge/fte/fte-20010819-common.zip" HOMEPAGE="http://fte.sourceforge.net" @@ -26,68 +26,68 @@ LICENSE="GPL" KEYWORDS="x86" if [ "`use slang`" ] ; then - TARGETS="$TARGETS sfte" + TARGETS="$TARGETS sfte" fi if [ "`use X`" ] ; then - TARGETS="$TARGETS xfte" + TARGETS="$TARGETS xfte" fi if [ "`use gpm`" ] ; then - TARGETS="$TARGETS vfte" + TARGETS="$TARGETS vfte" fi src_unpack() { - cd ${WORKDIR} - unpack fte-20010819-src.zip - unpack fte-20010819-common.zip + cd ${WORKDIR} + unpack fte-20010819-src.zip + unpack fte-20010819-common.zip - mv fte fte-20010819 + mv fte fte-20010819 - cd ${S}; patch -p0 < ${FILESDIR}/${PF}-gentoo.diff + cd ${S}; patch -p0 < ${FILESDIR}/${PF}-gentoo.diff - cp src/fte-unix.mak src/fte-unix.mak.orig + cp src/fte-unix.mak src/fte-unix.mak.orig - cat src/fte-unix.mak.orig | \ - sed "s/@targets@/${TARGETS}/" | \ - sed "s/@cflags@/${CFLAGS}/" \ - > src/fte-unix.mak + cat src/fte-unix.mak.orig | \ + sed "s/@targets@/${TARGETS}/" | \ + sed "s/@cflags@/${CFLAGS}/" \ + > src/fte-unix.mak } src_compile() { - emake all || die + emake all || die - cd config - ../src/cfte main.fte ../src/system.fterc + cd config + ../src/cfte main.fte ../src/system.fterc } src_install () { - local files - into /usr + local files + into /usr - files="${TARGETS} cfte compkeys" + files="${TARGETS} cfte compkeys" - for i in ${files} ; do - dobin src/$i ; - done + for i in ${files} ; do + dobin src/$i ; + done - dodoc Artistic CHANGES BUGS COPYING HISTORY README TODO - - dodir etc/fte - cp src/system.fterc ${D}/etc/fte/system.fterc + dodoc Artistic CHANGES BUGS COPYING HISTORY README TODO + + dodir etc/fte + cp src/system.fterc ${D}/etc/fte/system.fterc - dodir usr/share/doc/${P}/html - cp doc/INDEX doc/*.html ${D}/usr/share/doc/${P}/html + dodir usr/share/doc/${P}/html + cp doc/INDEX doc/*.html ${D}/usr/share/doc/${P}/html # if [ -a ${D}/usr/bin/xfte ] ; then # into /usr/X11R6 ; # dobin src/xfte ; # rm ${D}/usr/bin/xfte ; # fi - - dodir usr/share/fte - cp -R config/* ${D}/usr/share/fte - rm -rf ${D}/usr/share/fte/CVS + + dodir usr/share/fte + cp -R config/* ${D}/usr/share/fte + rm -rf ${D}/usr/share/fte/CVS } diff --git a/app-editors/fte/fte-20010819-r3.ebuild b/app-editors/fte/fte-20010819-r3.ebuild index 821b7d5ff5f5..3f9efb10483d 100644 --- a/app-editors/fte/fte-20010819-r3.ebuild +++ b/app-editors/fte/fte-20010819-r3.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/fte-20010819-r3.ebuild,v 1.5 2002/07/25 19:12:09 kabau Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/fte-20010819-r3.ebuild,v 1.6 2002/08/02 05:05:01 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Lightweight text-mode editor" SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip - mirror://sourceforge/${PN}/${P}-common.zip" + mirror://sourceforge/${PN}/${P}-common.zip" HOMEPAGE="http://fte.sourceforge.net" RDEPEND=">=sys-libs/ncurses-5.2 @@ -69,7 +69,7 @@ src_install () { done dodoc Artistic CHANGES BUGS COPYING HISTORY README TODO - + dodir etc/fte cp src/system.fterc ${D}/etc/fte/system.fterc diff --git a/app-editors/fte/fte-20020324.ebuild b/app-editors/fte/fte-20020324.ebuild index 83b16e79f39d..77d47fd8fc5e 100644 --- a/app-editors/fte/fte-20020324.ebuild +++ b/app-editors/fte/fte-20020324.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/fte-20020324.ebuild,v 1.5 2002/07/25 19:12:09 kabau Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/fte-20020324.ebuild,v 1.6 2002/08/02 05:05:01 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Lightweight text-mode editor" SRC_URI="http://unc.dl.sourceforge.net/sourceforge/fte/${P}-src.zip http://telia.dl.sourceforge.net/sourceforge/fte/${P}-src.zip - http://unc.dl.sourceforge.net/sourceforge/fte/${P}-common.zip + http://unc.dl.sourceforge.net/sourceforge/fte/${P}-common.zip http://telia.dl.sourceforge.net/sourceforge/fte/${P}-common.zip" HOMEPAGE="http://fte.sourceforge.net" @@ -75,7 +75,7 @@ src_install () { done dodoc Artistic CHANGES BUGS COPYING HISTORY README TODO - + dodir etc/fte cp src/system.fterc ${D}/etc/fte/system.fterc diff --git a/app-editors/gedit/gedit-0.9.6-r1.ebuild b/app-editors/gedit/gedit-0.9.6-r1.ebuild index bf5962d0e222..45149d0c265d 100644 --- a/app-editors/gedit/gedit-0.9.6-r1.ebuild +++ b/app-editors/gedit/gedit-0.9.6-r1.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/app-editors/gedit/gedit-0.9.6-r1.ebuild,v 1.2 2002/08/01 11:58:57 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-0.9.6-r1.ebuild,v 1.3 2002/08/02 05:05:01 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Gnome Text Editor" @@ -13,10 +13,10 @@ KEYWORDS="x86" RDEPEND="( >=gnome-base/libglade-0.17-r1 <gnome-base/libglade-2.0.0 ) >=gnome-base/gnome-print-0.30 - >=gnome-base/gnome-vfs-1.0.2-r1" + >=gnome-base/gnome-vfs-1.0.2-r1" DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" + nls? ( sys-devel/gettext )" src_compile() { @@ -36,7 +36,7 @@ src_compile() { } src_install() { - make prefix=${D}/usr install || die + make prefix=${D}/usr install || die dodoc AUTHORS BUGS COPYING ChangeLog FAQ NEWS README* THANKS TODO } diff --git a/app-editors/hexedit/hexedit-1.2.2.ebuild b/app-editors/hexedit/hexedit-1.2.2.ebuild index cc1cac20e9c7..f88ece2578b9 100644 --- a/app-editors/hexedit/hexedit-1.2.2.ebuild +++ b/app-editors/hexedit/hexedit-1.2.2.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/app-editors/hexedit/hexedit-1.2.2.ebuild,v 1.3 2002/07/25 19:14:53 kabau Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.2.ebuild,v 1.4 2002/08/02 05:05:01 seemant Exp $ S="${WORKDIR}/hexedit" DESCRIPTION="View and edit files in hex or ASCII." @@ -16,15 +16,15 @@ KEYWORDS="x86" LICENSE="GPL-1" src_compile() { - cd "${S}" - ./configure --host="${CHOST}" --prefix=/usr --mandir=/usr/share/man \ + cd "${S}" + ./configure --host="${CHOST}" --prefix=/usr --mandir=/usr/share/man \ || die "./configure failed" - - emake || die + + emake || die } src_install () { - dobin hexedit - doman hexedit.1 - dodoc COPYING Changes TODO + dobin hexedit + doman hexedit.1 + dodoc COPYING Changes TODO } diff --git a/app-editors/levee/levee-3.4o.ebuild b/app-editors/levee/levee-3.4o.ebuild index 41ff73841e49..da614e0f8778 100644 --- a/app-editors/levee/levee-3.4o.ebuild +++ b/app-editors/levee/levee-3.4o.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/app-editors/levee/levee-3.4o.ebuild,v 1.5 2002/07/25 20:57:17 kabau Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/levee/levee-3.4o.ebuild,v 1.6 2002/08/02 05:05:01 seemant Exp $ DESCRIPTION="Really tiny vi clone, for things like rescue disks" HOMEPAGE="http://www.pell.chi.il.us/~orc/Code/" @@ -27,7 +27,7 @@ src_compile() { } src_install () { - exeinto /usr/bin - newexe lev lv + exeinto /usr/bin + newexe lev lv doman lv.1 } diff --git a/app-editors/nano/nano-1.0.8-r1.ebuild b/app-editors/nano/nano-1.0.8-r1.ebuild index 44c503632000..934f04a3dc7b 100644 --- a/app-editors/nano/nano-1.0.8-r1.ebuild +++ b/app-editors/nano/nano-1.0.8-r1.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/app-editors/nano/nano-1.0.8-r1.ebuild,v 1.5 2002/07/25 20:51:49 kabau Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.0.8-r1.ebuild,v 1.6 2002/08/02 05:05:01 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="clone of Pico with more functions in a smaller size" @@ -38,7 +38,7 @@ src_compile() { } src_install () { - make \ + make \ DESTDIR=${D} \ install || die diff --git a/app-editors/quanta/quanta-2.0.1.ebuild b/app-editors/quanta/quanta-2.0.1.ebuild index bcce84469904..f31637a3ff68 100644 --- a/app-editors/quanta/quanta-2.0.1.ebuild +++ b/app-editors/quanta/quanta-2.0.1.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/app-editors/quanta/quanta-2.0.1.ebuild,v 1.11 2002/07/28 10:03:15 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/quanta-2.0.1.ebuild,v 1.12 2002/08/02 05:05:01 seemant Exp $ inherit kde-base || die @@ -23,12 +23,12 @@ LICENSE="GPL-2" KEYWORDS="x86" src_install() { - - kde_src_install - - dodir ${PREFIX}/share/apps/quanta/doc/ - for x in css html javascript php; do + + kde_src_install + + dodir ${PREFIX}/share/apps/quanta/doc/ + for x in css html javascript php; do cp -a ${WORKDIR}/${x}/*.docrc ${WORKDIR}/${x}/${x} ${D}/${PREFIX}/share/apps/quanta/doc/ - done - + done + } diff --git a/app-editors/quanta/quanta-3.0_pre1.ebuild b/app-editors/quanta/quanta-3.0_pre1.ebuild index 5bde68ff32a4..f35f7ad1b2cc 100644 --- a/app-editors/quanta/quanta-3.0_pre1.ebuild +++ b/app-editors/quanta/quanta-3.0_pre1.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/app-editors/quanta/quanta-3.0_pre1.ebuild,v 1.1 2002/07/28 10:03:15 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/quanta-3.0_pre1.ebuild,v 1.2 2002/08/02 05:05:01 seemant Exp $ inherit kde-base need-kde 3 @@ -21,12 +21,12 @@ KEYWORDS="x86" S=${WORKDIR}/quanta-3.0pr1 src_install() { - - kde_src_install - - dodir ${PREFIX}/share/apps/quanta/doc/ - for x in css html javascript php; do + + kde_src_install + + dodir ${PREFIX}/share/apps/quanta/doc/ + for x in css html javascript php; do cp -a ${WORKDIR}/${x}/*.docrc ${WORKDIR}/${x}/${x} ${D}/${PREFIX}/share/apps/quanta/doc/ - done - + done + } diff --git a/app-editors/scite/scite-1.4.1.ebuild b/app-editors/scite/scite-1.4.1.ebuild index 77949ea7f434..e9a01c98a7bc 100644 --- a/app-editors/scite/scite-1.4.1.ebuild +++ b/app-editors/scite/scite-1.4.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Taras Glek <taras.glek@home.com> -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.4.1.ebuild,v 1.3 2002/07/25 20:25:49 kabau Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.4.1.ebuild,v 1.4 2002/08/02 05:05:01 seemant Exp $ S=${WORKDIR}/$PN/gtk MY_PV=141 @@ -19,24 +19,24 @@ KEYWORDS="x86" src_compile() { - make -C ../../scintilla/gtk || die - sed -e 's#usr/local#usr#g' \ + make -C ../../scintilla/gtk || die + sed -e 's#usr/local#usr#g' \ -e 's#$(datadir)#${D}$(datadir)#g' \ makefile > Makefile.good || die - rm makefile - mv Makefile.good makefile - emake || die + rm makefile + mv Makefile.good makefile + emake || die } src_install () { - dodir /usr - dodir /usr/bin - dodir /usr/share + dodir /usr + dodir /usr/bin + dodir /usr/share use gnome && dodir /usr/share/gnome/apps/Applications - make prefix=${D}/usr install || die - mv ${D}/usr/bin/SciTE ${D}/usr/bin/scite + make prefix=${D}/usr install || die + mv ${D}/usr/bin/SciTE ${D}/usr/bin/scite } diff --git a/app-editors/vim/vim-6.1-r7.ebuild b/app-editors/vim/vim-6.1-r7.ebuild index c294de91a0fe..05a7345ed46b 100644 --- a/app-editors/vim/vim-6.1-r7.ebuild +++ b/app-editors/vim/vim-6.1-r7.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/app-editors/vim/vim-6.1-r7.ebuild,v 1.6 2002/08/01 11:40:14 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.1-r7.ebuild,v 1.7 2002/08/02 05:05:01 seemant Exp $ # Please name the ebuild as follows. If this is followed, there # should be no need to modify this ebuild when the Vim version is @@ -116,7 +116,7 @@ src_compile() { # gpm is broken according to Gentoo bug #1808. Disabling it for now # until somebody complains (how many people actually use vim+gpm?) # use gpm || myconf="$myconf --disable-gpm" - myconf="$myconf --disable-gpm" + myconf="$myconf --disable-gpm" # # First, build a gui version, this will install as /usr/bin/gvim diff --git a/app-editors/xemacs-gamma/xemacs-gamma-21.4.6.ebuild b/app-editors/xemacs-gamma/xemacs-gamma-21.4.6.ebuild index 0a354b16bf0b..56ba701c2ac8 100644 --- a/app-editors/xemacs-gamma/xemacs-gamma-21.4.6.ebuild +++ b/app-editors/xemacs-gamma/xemacs-gamma-21.4.6.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/app-editors/xemacs-gamma/xemacs-gamma-21.4.6.ebuild,v 1.5 2002/08/01 12:51:21 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs-gamma/xemacs-gamma-21.4.6.ebuild,v 1.6 2002/08/02 05:05:01 seemant Exp $ # this is just TEMPORARY until we can get to the core of the problem SANDBOX_DISABLED="1" @@ -108,7 +108,7 @@ src_compile() { myconf="${myconf} --without-postgresql" use mule && myconf="${myconf} --with-mule" || myconf="${myconf} --without-mule" - + local soundconf="native" use nas && soundconf="${soundconf},nas" @@ -134,7 +134,7 @@ src_install() { mandir="${D}/usr/share/man/man1" \ infodir="${D}/usr/share/info" \ install gzip-el || die - + # install base packages dodir /usr/lib/xemacs/xemacs-packages/ cd ${D}/usr/lib/xemacs/xemacs-packages/ @@ -147,7 +147,7 @@ src_install() { cd ${D}/usr/lib/xemacs/mule-packages/ unpack mule-base-${MULE}-pkg.tar.gz fi - + # remove extraneous files cd ${D}/usr/share/info rm -f dir info.info texinfo* termcap* diff --git a/app-editors/xemacs-gamma/xemacs-gamma-21.4.8.ebuild b/app-editors/xemacs-gamma/xemacs-gamma-21.4.8.ebuild index bf0559a765aa..59a2fbc627a8 100644 --- a/app-editors/xemacs-gamma/xemacs-gamma-21.4.8.ebuild +++ b/app-editors/xemacs-gamma/xemacs-gamma-21.4.8.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/app-editors/xemacs-gamma/xemacs-gamma-21.4.8.ebuild,v 1.5 2002/08/01 12:51:21 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs-gamma/xemacs-gamma-21.4.8.ebuild,v 1.6 2002/08/02 05:05:01 seemant Exp $ # this is just TEMPORARY until we can get to the core of the problem SANDBOX_DISABLED="1" @@ -107,7 +107,7 @@ src_compile() { myconf="${myconf} --without-postgresql" use mule && myconf="${myconf} --with-mule" || myconf="${myconf} --without-mule" - + local soundconf="native" use nas && soundconf="${soundconf},nas" @@ -133,7 +133,7 @@ src_install() { mandir="${D}/usr/share/man/man1" \ infodir="${D}/usr/share/info" \ install gzip-el || die - + # install base packages dodir /usr/lib/xemacs/xemacs-packages/ cd ${D}/usr/lib/xemacs/xemacs-packages/ @@ -146,7 +146,7 @@ src_install() { cd ${D}/usr/lib/xemacs/mule-packages/ unpack mule-base-${MULE}-pkg.tar.gz fi - + # remove extraneous files cd ${D}/usr/share/info rm -f dir info.info texinfo* termcap* diff --git a/app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r2.ebuild b/app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r2.ebuild index 27162f7e237e..8ad344875323 100644 --- a/app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r2.ebuild +++ b/app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r2.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/app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r2.ebuild,v 1.3 2002/07/25 20:48:29 kabau Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r2.ebuild,v 1.4 2002/08/02 05:05:01 seemant Exp $ # this is just TEMPORARY until we can get to the core of the problem SANDBOX_DISABLED="1" @@ -48,7 +48,7 @@ RDEPEND="virtual/glibc DEPEND="${RDEPEND} >=sys-libs/ncurses-5.2" - + PROVIDE="virtual/xemacs" SLOT="0" @@ -98,7 +98,7 @@ src_compile() { myconf="${myconf} --without-postgresql" use mule && myconf="${myconf} --with-mule" || myconf="${myconf} --without-mule" - + local soundconf="native" use nas && soundconf="${soundconf},nas" @@ -124,7 +124,7 @@ src_install() { mandir="${D}/usr/share/man/man1" \ infodir="${D}/usr/share/info" \ install gzip-el || die - + # install base packages dodir /usr/lib/xemacs/xemacs-packages/ cd ${D}/usr/lib/xemacs/xemacs-packages/ @@ -137,7 +137,7 @@ src_install() { cd ${D}/usr/lib/xemacs/mule-packages/ unpack mule-base-${MULE}-pkg.tar.gz fi - + # remove extraneous files cd ${D}/usr/share/info rm -f dir info.info texinfo* termcap* diff --git a/app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r3.ebuild b/app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r3.ebuild index 7769b9d2e949..d757345d46fc 100644 --- a/app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r3.ebuild +++ b/app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r3.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/app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r3.ebuild,v 1.1 2002/07/29 05:21:40 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r3.ebuild,v 1.2 2002/08/02 05:05:01 seemant Exp $ # this is just TEMPORARY until we can get to the core of the problem SANDBOX_DISABLED="1" @@ -48,7 +48,7 @@ RDEPEND="virtual/glibc DEPEND="${RDEPEND} >=sys-libs/ncurses-5.2" - + PROVIDE="virtual/xemacs" SLOT="0" @@ -98,7 +98,7 @@ src_compile() { myconf="${myconf} --without-postgresql" use mule && myconf="${myconf} --with-mule" || myconf="${myconf} --without-mule" - + local soundconf="native" use nas && soundconf="${soundconf},nas" @@ -124,7 +124,7 @@ src_install() { mandir="${D}/usr/share/man/man1" \ infodir="${D}/usr/share/info" \ install gzip-el || die - + # install base packages dodir /usr/lib/xemacs/xemacs-packages/ cd ${D}/usr/lib/xemacs/xemacs-packages/ @@ -137,7 +137,7 @@ src_install() { cd ${D}/usr/lib/xemacs/mule-packages/ unpack mule-base-${MULE}-pkg.tar.gz fi - + # remove extraneous files cd ${D}/usr/share/info rm -f dir info.info texinfo* termcap* diff --git a/app-editors/xemacs/xemacs-21.4.6-r4.ebuild b/app-editors/xemacs/xemacs-21.4.6-r4.ebuild index a6f06164cf41..a7c93a3df929 100644 --- a/app-editors/xemacs/xemacs-21.4.6-r4.ebuild +++ b/app-editors/xemacs/xemacs-21.4.6-r4.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/app-editors/xemacs/xemacs-21.4.6-r4.ebuild,v 1.3 2002/07/25 20:43:10 kabau Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.6-r4.ebuild,v 1.4 2002/08/02 05:05:01 seemant Exp $ # this is just TEMPORARY until we can get to the core of the problem SANDBOX_DISABLED="1" @@ -10,8 +10,8 @@ DESCRIPTION="The ultimate emacs, IMO. This is a non-FSF but still free for use EFS=1.27 BASE=1.58 SRC_URI="http://ftp.us.xemacs.org/ftp/pub/xemacs/xemacs-21.4/${P}.tar.gz - http://ftp.us.xemacs.org/ftp/pub/xemacs/packages/efs-${EFS}-pkg.tar.gz - http://ftp.us.xemacs.org/ftp/pub/xemacs/packages/xemacs-base-${BASE}-pkg.tar.gz" + http://ftp.us.xemacs.org/ftp/pub/xemacs/packages/efs-${EFS}-pkg.tar.gz + http://ftp.us.xemacs.org/ftp/pub/xemacs/packages/xemacs-base-${BASE}-pkg.tar.gz" HOMEPAGE="http://www.xemacs.org" DEPEND="sys-libs/ncurses @@ -41,7 +41,7 @@ src_unpack() { src_compile() { local myopts local soundopts - + if [ "`use X`" ] then myopts="--with-x \ @@ -58,11 +58,11 @@ local soundopts else myopts="--without-x" fi - + use gpm \ && myopts="${myopts} --with-gpm" \ || myopts="${myopts} --without-gpm" - + soundopts="native" use nas \ && soundopts="$soundopts,nas" @@ -93,13 +93,13 @@ src_install() { mandir="${D}/usr/share/man/man1" \ infodir="${D}/usr/share/info" \ install || die - + # Install the two packages dodir /usr/lib/xemacs/xemacs-packages/ cd "${D}/usr/lib/xemacs/xemacs-packages/" unpack "efs-${EFS}-pkg.tar.gz" unpack "xemacs-base-${BASE}-pkg.tar.gz" - + #remove extraneous files cd "${D}/usr/share/info" rm -f dir info.info texinfo* termcap* diff --git a/app-editors/xemacs/xemacs-21.4.8-r2.ebuild b/app-editors/xemacs/xemacs-21.4.8-r2.ebuild index aca12a23ffb4..298650dbb2b8 100644 --- a/app-editors/xemacs/xemacs-21.4.8-r2.ebuild +++ b/app-editors/xemacs/xemacs-21.4.8-r2.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/app-editors/xemacs/xemacs-21.4.8-r2.ebuild,v 1.2 2002/07/25 20:43:10 kabau Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.8-r2.ebuild,v 1.3 2002/08/02 05:05:01 seemant Exp $ # this is just TEMPORARY until we can get to the core of the problem SANDBOX_DISABLED="1" @@ -101,7 +101,7 @@ src_compile() { myconf="${myconf} --without-postgresql" use mule && myconf="${myconf} --with-mule" || myconf="${myconf} --without-mule" - + local soundconf="native" use nas && soundconf="${soundconf},nas" @@ -127,7 +127,7 @@ src_install() { mandir="${D}/usr/share/man/man1" \ infodir="${D}/usr/share/info" \ install gzip-el || die - + # install base packages dodir /usr/lib/xemacs/xemacs-packages/ cd ${D}/usr/lib/xemacs/xemacs-packages/ @@ -140,7 +140,7 @@ src_install() { cd ${D}/usr/lib/xemacs/mule-packages/ unpack mule-base-${MULE}-pkg.tar.gz fi - + # remove extraneous files cd ${D}/usr/share/info rm -f dir info.info texinfo* termcap* diff --git a/app-editors/xemacs/xemacs-21.4.8-r3.ebuild b/app-editors/xemacs/xemacs-21.4.8-r3.ebuild index d8f4dc625a77..1b12fa2bb220 100644 --- a/app-editors/xemacs/xemacs-21.4.8-r3.ebuild +++ b/app-editors/xemacs/xemacs-21.4.8-r3.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/app-editors/xemacs/xemacs-21.4.8-r3.ebuild,v 1.1 2002/07/29 05:20:23 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.8-r3.ebuild,v 1.2 2002/08/02 05:05:01 seemant Exp $ # this is just TEMPORARY until we can get to the core of the problem SANDBOX_DISABLED="1" @@ -101,7 +101,7 @@ src_compile() { myconf="${myconf} --without-postgresql" use mule && myconf="${myconf} --with-mule" || myconf="${myconf} --without-mule" - + local soundconf="native" use nas && soundconf="${soundconf},nas" @@ -127,7 +127,7 @@ src_install() { mandir="${D}/usr/share/man/man1" \ infodir="${D}/usr/share/info" \ install gzip-el || die - + # install base packages dodir /usr/lib/xemacs/xemacs-packages/ cd ${D}/usr/lib/xemacs/xemacs-packages/ @@ -140,7 +140,7 @@ src_install() { cd ${D}/usr/lib/xemacs/mule-packages/ unpack mule-base-${MULE}-pkg.tar.gz fi - + # remove extraneous files cd ${D}/usr/share/info rm -f dir info.info texinfo* termcap* diff --git a/app-editors/xvile/xvile-9.2r.ebuild b/app-editors/xvile/xvile-9.2r.ebuild index afe1d751c535..7e9efcab92f7 100644 --- a/app-editors/xvile/xvile-9.2r.ebuild +++ b/app-editors/xvile/xvile-9.2r.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/app-editors/xvile/xvile-9.2r.ebuild,v 1.3 2002/07/25 20:53:33 kabau Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/xvile-9.2r.ebuild,v 1.4 2002/08/02 05:05:01 seemant Exp $ S=${WORKDIR}/vile-9.2 DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone" @@ -63,5 +63,5 @@ src_compile() { } src_install () { - dobin xvile + dobin xvile } diff --git a/app-editors/xwpe/xwpe-1.5.29a.ebuild b/app-editors/xwpe/xwpe-1.5.29a.ebuild index cd0cf0530f77..3f4990433c0c 100644 --- a/app-editors/xwpe/xwpe-1.5.29a.ebuild +++ b/app-editors/xwpe/xwpe-1.5.29a.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/xwpe/xwpe-1.5.29a.ebuild,v 1.1 2002/07/14 20:42:14 stroke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xwpe/xwpe-1.5.29a.ebuild,v 1.2 2002/08/02 05:05:01 seemant Exp $ DESCRIPTION="An IDE to Develop in text and graphical mode" HOMEPAGE="http://www.identicalsoftware.com/xwpe/" @@ -29,6 +29,6 @@ src_compile() { } src_install () { - make prefix=${D}/usr install || die - dodoc INSTALL README CHANGELOG + make prefix=${D}/usr install || die + dodoc INSTALL README CHANGELOG } diff --git a/app-emulation/bochs/bochs-1.4.1.ebuild b/app-emulation/bochs/bochs-1.4.1.ebuild index cb636e177086..a71bdc4bb679 100644 --- a/app-emulation/bochs/bochs-1.4.1.ebuild +++ b/app-emulation/bochs/bochs-1.4.1.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/app-emulation/bochs/bochs-1.4.1.ebuild,v 1.1 2002/07/22 21:41:22 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-1.4.1.ebuild,v 1.2 2002/08/02 05:06:04 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Bochs is a pc emulator. @@ -13,14 +13,14 @@ LICENSE="LGPL-2.1" SLOT="0" DEPEND=">=sys-libs/glibc-2.1.3 - >=x11-base/xfree-4.0.1" + >=x11-base/xfree-4.0.1" RDEPEND="${DEPEND}" KEYWORDS="x86 ppc" src_unpack() { unpack ${P}.tar.gz - + cd $S cp Makefile.in Makefile.in.orig sed -e "s:\$(WGET) \$(DLXLINUX_TAR_URL):cp ${DISTDIR}/dlxlinux3.tar.gz .:" \ @@ -28,7 +28,7 @@ src_unpack() { -e 's: $(bindir): $(DESTDIR)$(bindir):g' \ -e 's:BOCHSDIR=:BOCHSDIR=/usr/lib/bochs#:' \ -e 's: $(BOCHSDIR): $(DESTDIR)$(BOCHSDIR):g' Makefile.in.orig > Makefile.in - + } src_compile() { diff --git a/app-emulation/bochs/bochs-1.4.ebuild b/app-emulation/bochs/bochs-1.4.ebuild index cb6a87084b24..ff311f3a0dbb 100644 --- a/app-emulation/bochs/bochs-1.4.ebuild +++ b/app-emulation/bochs/bochs-1.4.ebuild @@ -15,21 +15,21 @@ SLOT="0" #build-time dependencies DEPEND=">=sys-libs/glibc-2.1.3 - >=x11-base/xfree-4.0.1" + >=x11-base/xfree-4.0.1" RDEPEND="${DEPEND}" KEYWORDS="x86 ppc" src_unpack() { unpack ${PN}.tar.gz - + cd $S cp Makefile.in Makefile.in.orig sed -e "s:\$(WGET) \$(DLXLINUX_TAR_URL):cp ${DISTDIR}/dlxlinux3.tar.gz .:" \ -e 's: $(prefix): $(DESTDIR)$(prefix):g' \ -e 's: $(bindir): $(DESTDIR)$(bindir):g' \ -e 's: $(BOCHSDIR): $(DESTDIR)$(BOCHSDIR):g' Makefile.in.orig > Makefile.in - + } src_compile() { diff --git a/app-emulation/mol/mol-0.9.63.ebuild b/app-emulation/mol/mol-0.9.63.ebuild index 26e3c9229a50..d5ef2d049f86 100644 --- a/app-emulation/mol/mol-0.9.63.ebuild +++ b/app-emulation/mol/mol-0.9.63.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/app-emulation/mol/mol-0.9.63.ebuild,v 1.7 2002/07/21 01:01:13 sunflare Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.63.ebuild,v 1.8 2002/08/02 05:06:04 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="MOL (Mac-on-Linux) is a PPC-only program to run Mac OS <=9.2 natively within Linux" @@ -14,10 +14,10 @@ LICENSE="GPL" KEYWORDS="ppc -x86 -sparc -sparc64" pkg_setup() { - if [ ${ARCH} != "ppc" ] ; then - eerror "Sorry, this is a PPC only package." - die "Sorry, this as a PPC only pacakge." - fi + if [ ${ARCH} != "ppc" ] ; then + eerror "Sorry, this is a PPC only package." + die "Sorry, this as a PPC only pacakge." + fi } src_compile() { diff --git a/app-emulation/mol/mol-0.9.64.ebuild b/app-emulation/mol/mol-0.9.64.ebuild index 158728cd773f..7bbd341ce1b8 100644 --- a/app-emulation/mol/mol-0.9.64.ebuild +++ b/app-emulation/mol/mol-0.9.64.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/app-emulation/mol/mol-0.9.64.ebuild,v 1.2 2002/07/21 01:01:13 sunflare Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.64.ebuild,v 1.3 2002/08/02 05:06:04 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="MOL (Mac-on-Linux) is a PPC-only program to run Mac OS <=9.2 natively within Linux" @@ -14,10 +14,10 @@ LICENSE="GPL" KEYWORDS="ppc -x86 -sparc -sparc64" pkg_setup() { - if [ ${ARCH} != "ppc" ] ; then - eerror "Sorry, this is a PPC only package." - die "Sorry, this as a PPC only pacakge." - fi + if [ ${ARCH} != "ppc" ] ; then + eerror "Sorry, this is a PPC only package." + die "Sorry, this as a PPC only pacakge." + fi } src_compile() { diff --git a/app-emulation/xmame/xmame-0.60.1-r2.ebuild b/app-emulation/xmame/xmame-0.60.1-r2.ebuild index 93526c2de3f7..0cc09ecbbe33 100644 --- a/app-emulation/xmame/xmame-0.60.1-r2.ebuild +++ b/app-emulation/xmame/xmame-0.60.1-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Based on the 0.59.1 ebuild by Ben Lutgens <blutgens@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xmame/xmame-0.60.1-r2.ebuild,v 1.4 2002/07/24 03:10:38 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xmame/xmame-0.60.1-r2.ebuild,v 1.5 2002/08/02 05:06:04 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Multiple Arcade Machine Emulator for X11" @@ -42,7 +42,7 @@ src_unpack() { then sed -e "s:MY_CPU = i386:\#MY_CPU = i386:g" -e \ "s:\# MY_CPU = risc$:MY_CPU = risc:" makefile.unix > makefile.unix.tmp - mv makefile.unix.tmp makefile.unix + mv makefile.unix.tmp makefile.unix fi if [ "`use dga`" ]; then @@ -65,7 +65,7 @@ src_unpack() { } src_compile() { - local MYFLAGS + local MYFLAGS MYFLAGS="" if [ ${ARCH} = "ppc" ] ; then diff --git a/app-emulation/xtrs/xtrs-4.9.ebuild b/app-emulation/xtrs/xtrs-4.9.ebuild index fe7b296b7e63..fb94aa973baf 100644 --- a/app-emulation/xtrs/xtrs-4.9.ebuild +++ b/app-emulation/xtrs/xtrs-4.9.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-emulation/xtrs/xtrs-4.9.ebuild,v 1.4 2002/07/27 15:47:42 stubear Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xtrs/xtrs-4.9.ebuild,v 1.5 2002/08/02 05:06:04 seemant Exp $ DESCRIPTION="XTRS 4.9.0 - RadioShack TRS80 Emulator, inc. FreeWare ROM & LDOS Image" HOMEPAGE="http://www.tim-mann.org/trs80.html" @@ -18,9 +18,9 @@ S=${WORKDIR}/xtrs-4.9 src_unpack () { - ### make doesn't play nicely with the usual ${PREFIX} behaviour, but relies - ### on an external Makefile.local to set compiletime options, and default - ### behavious. we'll patch it here, to make our install sane. + ### make doesn't play nicely with the usual ${PREFIX} behaviour, but relies + ### on an external Makefile.local to set compiletime options, and default + ### behavious. we'll patch it here, to make our install sane. unpack ${A} cd ${WORKDIR} @@ -29,27 +29,27 @@ src_unpack () { src_compile() { - ### As we mentioned, make ignores any/all prefixes so it's just a standard - ### make here, the install prefixes were taken care of by our patch above + ### As we mentioned, make ignores any/all prefixes so it's just a standard + ### make here, the install prefixes were taken care of by our patch above emake || die "XTRS Make Failed" } src_install () { - ### make install, isn't really a 'make install' but a set of 'cp x y' commands - ### which fails miserablly if the directories dont exist, we'll create them - ### first to keep everthing smiley happy + ### make install, isn't really a 'make install' but a set of 'cp x y' commands + ### which fails miserablly if the directories dont exist, we'll create them + ### first to keep everthing smiley happy mkdir -p ${D}/usr/bin mkdir -p ${D}/usr/share/xtrs mkdir -p ${D}/usr/share/man/man1 - ### and now run the make install script + ### and now run the make install script make install || die "XTRS Make Install Failed" - ### and finally, move the OSS rom images & extract an lsdos image + ### and finally, move the OSS rom images & extract an lsdos image cp *.hex ${D}/usr/share/xtrs cp *.dsk ${D}/usr/share/xtrs/disks diff --git a/app-emulation/zsnes/zsnes-1.337-r2.ebuild b/app-emulation/zsnes/zsnes-1.337-r2.ebuild index d6ffb5e26598..74cbc7c4f559 100644 --- a/app-emulation/zsnes/zsnes-1.337-r2.ebuild +++ b/app-emulation/zsnes/zsnes-1.337-r2.ebuild @@ -12,27 +12,27 @@ SLOT="0" KEYWORDS="x86 -sparc -sparc64 -ppc" RDEPEND="opengl? ( virtual/opengl ) - virtual/x11 - >=media-libs/libsdl-1.2.0 - sys-libs/zlib - media-libs/libpng" + virtual/x11 + >=media-libs/libsdl-1.2.0 + sys-libs/zlib + media-libs/libpng" DEPEND="${RDEPEND} >=dev-lang/nasm-0.98" src_compile() { - patch -p1 < ${FILESDIR}/${P}-gentoo.patch - cd ${S}/src - use opengl || myconf="--without-opengl" - ./configure --prefix=/usr --host=${CHOST} $myconf || die - make || die + patch -p1 < ${FILESDIR}/${P}-gentoo.patch + cd ${S}/src + use opengl || myconf="--without-opengl" + ./configure --prefix=/usr --host=${CHOST} $myconf || die + make || die } src_install () { - cd ${S}/src - into /usr - dobin zsnes - doman linux/zsnes.man - cd ${S} - dodoc *.txt linux/* + cd ${S}/src + into /usr + dobin zsnes + doman linux/zsnes.man + cd ${S} + dodoc *.txt linux/* } |