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 /app-editors | |
parent | modernised (diff) | |
download | gentoo-2-5b5725ea784811a26edd3fd24500eb18a927d420.tar.gz gentoo-2-5b5725ea784811a26edd3fd24500eb18a927d420.tar.bz2 gentoo-2-5b5725ea784811a26edd3fd24500eb18a927d420.zip |
modernised
Diffstat (limited to 'app-editors')
25 files changed, 150 insertions, 150 deletions
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 } |