diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 17:57:38 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 17:57:38 +0000 |
commit | c2ff7cd25002d14a131511ba640f1daa80f4091a (patch) | |
tree | f4065e171c063bc2ab678b9be056a7f428f0f0c8 /x11-misc | |
parent | modernised (diff) | |
download | gentoo-2-c2ff7cd25002d14a131511ba640f1daa80f4091a.tar.gz gentoo-2-c2ff7cd25002d14a131511ba640f1daa80f4091a.tar.bz2 gentoo-2-c2ff7cd25002d14a131511ba640f1daa80f4091a.zip |
modernised
Diffstat (limited to 'x11-misc')
40 files changed, 162 insertions, 162 deletions
diff --git a/x11-misc/arphicfonts/arphicfonts-0.1.ebuild b/x11-misc/arphicfonts/arphicfonts-0.1.ebuild index 37338b68331d..59c9787e9078 100644 --- a/x11-misc/arphicfonts/arphicfonts-0.1.ebuild +++ b/x11-misc/arphicfonts/arphicfonts-0.1.ebuild @@ -41,7 +41,7 @@ src_install() { } pkg_postinst() { - echo ">>> Making font dirs..." + echo ">>> Making font dirs..." cd /usr/X11R6/lib/X11/fonts/truetype/ /usr/X11R6/bin/ttmkfdir > fonts.scale mkfontdir diff --git a/x11-misc/asapm/asapm-2.10.ebuild b/x11-misc/asapm/asapm-2.10.ebuild index 981f1c47704d..087e9ccff93b 100644 --- a/x11-misc/asapm/asapm-2.10.ebuild +++ b/x11-misc/asapm/asapm-2.10.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/x11-misc/asapm/asapm-2.10.ebuild,v 1.5 2002/08/01 11:40:16 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/asapm/asapm-2.10.ebuild,v 1.6 2002/08/02 17:57:38 seemant Exp $ S=${WORKDIR}/${P} @@ -16,16 +16,16 @@ KEYWORDS="x86" DEPEND="virtual/glibc virtual/x11" src_compile() { - ./configure --infodir=/usr/share/info --mandir=/usr/share/man --prefix=/usr --host=${CHOST} || die - patch -p0 < ${FILESDIR}/${PF}-gentoo.diff - emake || die + ./configure --infodir=/usr/share/info --mandir=/usr/share/man --prefix=/usr --host=${CHOST} || die + patch -p0 < ${FILESDIR}/${PF}-gentoo.diff + emake || die } src_install () { - dodir usr/bin - dodir usr/share/man/man1 - - make prefix=${D} install || die + dodir usr/bin + dodir usr/share/man/man1 + + make prefix=${D} install || die } diff --git a/x11-misc/asapm/asapm-2.11.ebuild b/x11-misc/asapm/asapm-2.11.ebuild index 38b9f0b24a41..59c8c80c3dcb 100644 --- a/x11-misc/asapm/asapm-2.11.ebuild +++ b/x11-misc/asapm/asapm-2.11.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/x11-misc/asapm/asapm-2.11.ebuild,v 1.4 2002/07/11 06:30:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/asapm/asapm-2.11.ebuild,v 1.5 2002/08/02 17:57:38 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="APM monitor for AfterStep" @@ -21,15 +21,15 @@ src_compile() { && myconf="${myconf} --enable-jpeg" \ || myconf="${myconf} --disable-jpeg" - ./configure \ + ./configure \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --prefix=/usr \ --host=${CHOST} \ ${myconf} || die - patch -p0 < ${FILESDIR}/${PF}-gentoo.diff - emake || die + patch -p0 < ${FILESDIR}/${PF}-gentoo.diff + emake || die } src_install () { @@ -37,7 +37,7 @@ src_install () { dodir usr/bin dodir usr/share/man/man1 - make \ + make \ AFTER_BIN_DIR=${D}/usr/bin \ AFTER_MAN_DIR=${D}/usr/share/man/man1 \ install || die diff --git a/x11-misc/asclock/asclock-2.0.12.ebuild b/x11-misc/asclock/asclock-2.0.12.ebuild index af3b5cabc895..2bea3fef04ac 100644 --- a/x11-misc/asclock/asclock-2.0.12.ebuild +++ b/x11-misc/asclock/asclock-2.0.12.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/x11-misc/asclock/asclock-2.0.12.ebuild,v 1.4 2002/07/11 06:30:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/asclock/asclock-2.0.12.ebuild,v 1.5 2002/08/02 17:57:38 seemant Exp $ S=${WORKDIR}/${P} @@ -14,7 +14,7 @@ KEYWORDS="x86" DEPEND="virtual/glibc virtual/x11" src_unpack() { - unpack ${P}.tar.gz + unpack ${P}.tar.gz cd ${S} ln -s themes/classic default_theme } diff --git a/x11-misc/bbapm/bbapm-0.0.1-r1.ebuild b/x11-misc/bbapm/bbapm-0.0.1-r1.ebuild index 61b74dfecdf5..ed0b430d06a7 100644 --- a/x11-misc/bbapm/bbapm-0.0.1-r1.ebuild +++ b/x11-misc/bbapm/bbapm-0.0.1-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/x11-misc/bbapm/bbapm-0.0.1-r1.ebuild,v 1.5 2002/08/01 11:59:04 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbapm/bbapm-0.0.1-r1.ebuild,v 1.6 2002/08/02 17:54:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="blackbox advanced power management tool" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86" DEPEND=">=x11-wm/blackbox-0.61 - >=sys-apps/apmd-3.0.1" + >=sys-apps/apmd-3.0.1" src_compile() { ./configure --prefix=/usr --host=${CHOST} || die diff --git a/x11-misc/bbapm/bbapm-0.0.1-r2.ebuild b/x11-misc/bbapm/bbapm-0.0.1-r2.ebuild index c7dad60187b5..5510af9dd4d4 100644 --- a/x11-misc/bbapm/bbapm-0.0.1-r2.ebuild +++ b/x11-misc/bbapm/bbapm-0.0.1-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/x11-misc/bbapm/bbapm-0.0.1-r2.ebuild,v 1.4 2002/07/11 06:30:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbapm/bbapm-0.0.1-r2.ebuild,v 1.5 2002/08/02 17:54:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="blackbox advanced power management tool" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86" DEPEND="virtual/blackbox - >=sys-apps/apmd-3.0.1" + >=sys-apps/apmd-3.0.1" src_compile() { ./configure --prefix=/usr --host=${CHOST} || die diff --git a/x11-misc/bbconf/bbconf-1.2-r1.ebuild b/x11-misc/bbconf/bbconf-1.2-r1.ebuild index b259df702334..8ce9aac32a61 100644 --- a/x11-misc/bbconf/bbconf-1.2-r1.ebuild +++ b/x11-misc/bbconf/bbconf-1.2-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/x11-misc/bbconf/bbconf-1.2-r1.ebuild,v 1.5 2002/08/01 11:40:17 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.2-r1.ebuild,v 1.6 2002/08/02 17:54:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="All-in-one blackbox configuration tool." @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86" DEPEND="virtual/x11 - =x11-libs/qt-2*" + =x11-libs/qt-2*" #RDEPEND="" diff --git a/x11-misc/bbconf/bbconf-1.2.ebuild b/x11-misc/bbconf/bbconf-1.2.ebuild index df76d797e332..a59e37468f4d 100644 --- a/x11-misc/bbconf/bbconf-1.2.ebuild +++ b/x11-misc/bbconf/bbconf-1.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/x11-misc/bbconf/bbconf-1.2.ebuild,v 1.6 2002/08/01 11:40:17 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.2.ebuild,v 1.7 2002/08/02 17:54:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="All-in-one blackbox configuration tool." @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86" DEPEND="virtual/x11 - =x11-libs/qt-2*" + =x11-libs/qt-2*" #RDEPEND="" diff --git a/x11-misc/bbconf/bbconf-1.6.ebuild b/x11-misc/bbconf/bbconf-1.6.ebuild index 61c29e763ad0..a5d372d2e37d 100644 --- a/x11-misc/bbconf/bbconf-1.6.ebuild +++ b/x11-misc/bbconf/bbconf-1.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/x11-misc/bbconf/bbconf-1.6.ebuild,v 1.4 2002/08/01 11:40:17 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.6.ebuild,v 1.5 2002/08/02 17:54:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="All-in-one blackbox configuration tool." @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="x86" DEPEND="virtual/x11 - >=x11-libs/qt-3.0.3" + >=x11-libs/qt-3.0.3" src_compile () { ./configure --prefix=/usr --host=${CHOST} --with-qt-dir=/usr/qt/3 || die diff --git a/x11-misc/bbrun/bbrun-1.1-r2.ebuild b/x11-misc/bbrun/bbrun-1.1-r2.ebuild index 1df7c290d849..ffa82575f54a 100644 --- a/x11-misc/bbrun/bbrun-1.1-r2.ebuild +++ b/x11-misc/bbrun/bbrun-1.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/bbrun-1.1-r2.ebuild,v 1.6 2002/07/22 13:38:41 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/bbrun-1.1-r2.ebuild,v 1.7 2002/08/02 17:54:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="blackbox program execution dialog box" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86" DEPEND=">=x11-wm/blackbox-0.61 - =x11-libs/gtk+-1.2*" + =x11-libs/gtk+-1.2*" RDEPEND=$DEPEND src_unpack() { diff --git a/x11-misc/bbrun/bbrun-1.1-r3.ebuild b/x11-misc/bbrun/bbrun-1.1-r3.ebuild index 9b40e095f9e6..373924fdc378 100644 --- a/x11-misc/bbrun/bbrun-1.1-r3.ebuild +++ b/x11-misc/bbrun/bbrun-1.1-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/x11-misc/bbrun/bbrun-1.1-r3.ebuild,v 1.6 2002/07/22 13:38:41 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/bbrun-1.1-r3.ebuild,v 1.7 2002/08/02 17:54:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="blackbox program execution dialog box" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86" DEPEND="virtual/blackbox - =x11-libs/gtk+-1.2*" + =x11-libs/gtk+-1.2*" RDEPEND=$DEPEND src_unpack() { diff --git a/x11-misc/bbrun/bbrun-1.3.ebuild b/x11-misc/bbrun/bbrun-1.3.ebuild index b928569f8cf7..be691414830a 100644 --- a/x11-misc/bbrun/bbrun-1.3.ebuild +++ b/x11-misc/bbrun/bbrun-1.3.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/x11-misc/bbrun/bbrun-1.3.ebuild,v 1.5 2002/07/11 06:30:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/bbrun-1.3.ebuild,v 1.6 2002/08/02 17:54:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="blackbox program execution dialog box" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86" DEPEND="virtual/blackbox - =x11-libs/gtk+-1.2*" + =x11-libs/gtk+-1.2*" src_unpack() { unpack ${A} diff --git a/x11-misc/bbweather/bbweather-0.3-r2.ebuild b/x11-misc/bbweather/bbweather-0.3-r2.ebuild index a9b1c61a94a6..9f888832cd19 100644 --- a/x11-misc/bbweather/bbweather-0.3-r2.ebuild +++ b/x11-misc/bbweather/bbweather-0.3-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/x11-misc/bbweather/bbweather-0.3-r2.ebuild,v 1.4 2002/07/11 06:30:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbweather/bbweather-0.3-r2.ebuild,v 1.5 2002/08/02 17:54:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="blackbox weather monitor" @@ -11,8 +11,8 @@ SLOT="0" KEYWORDS="x86" DEPEND="virtual/blackbox - >=net-misc/wget-1.7 - >=sys-devel/perl-5.6.1" + >=net-misc/wget-1.7 + >=sys-devel/perl-5.6.1" src_compile() { ./configure --prefix=/usr --host=${CHOST} || die diff --git a/x11-misc/bbweather/bbweather-0.5.ebuild b/x11-misc/bbweather/bbweather-0.5.ebuild index f14e7fa867bc..8da3233fdb0c 100644 --- a/x11-misc/bbweather/bbweather-0.5.ebuild +++ b/x11-misc/bbweather/bbweather-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/x11-misc/bbweather/bbweather-0.5.ebuild,v 1.1 2002/07/07 08:55:03 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbweather/bbweather-0.5.ebuild,v 1.2 2002/08/02 17:54:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="blackbox weather monitor" @@ -12,8 +12,8 @@ LICENSE="GPL" KEYWORDS="*" DEPEND="virtual/blackbox - >=net-misc/wget-1.7 - >=sys-devel/perl-5.6.1" + >=net-misc/wget-1.7 + >=sys-devel/perl-5.6.1" src_compile() { econf || die diff --git a/x11-misc/gkrellm-console/gkrellm-console-0.1.ebuild b/x11-misc/gkrellm-console/gkrellm-console-0.1.ebuild index ae07a6cf689d..bfc85f26fea4 100644 --- a/x11-misc/gkrellm-console/gkrellm-console-0.1.ebuild +++ b/x11-misc/gkrellm-console/gkrellm-console-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/x11-misc/gkrellm-console/gkrellm-console-0.1.ebuild,v 1.5 2002/07/11 06:30:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gkrellm-console/gkrellm-console-0.1.ebuild,v 1.6 2002/08/02 17:54:50 seemant Exp $ MY_P=consolewatch-0.1 S=${WORKDIR}/${MY_P} @@ -12,15 +12,15 @@ SLOT="0" KEYWORDS="x86" DEPEND=">=app-admin/gkrellm-1.0.6 - =x11-libs/gtk+-1.2* - >=media-libs/imlib-1.9.10-r1" + =x11-libs/gtk+-1.2* + >=media-libs/imlib-1.9.10-r1" src_compile() { - emake || die + emake || die } src_install () { - insinto /usr/lib/gkrellm/plugins - doins consolewatch.so - dodoc README Changelog TODO + insinto /usr/lib/gkrellm/plugins + doins consolewatch.so + dodoc README Changelog TODO } diff --git a/x11-misc/gkrellm-gnome/gkrellm-gnome-0.1.ebuild b/x11-misc/gkrellm-gnome/gkrellm-gnome-0.1.ebuild index 4fcd53583d9e..a6d00ccf1b24 100644 --- a/x11-misc/gkrellm-gnome/gkrellm-gnome-0.1.ebuild +++ b/x11-misc/gkrellm-gnome/gkrellm-gnome-0.1.ebuild @@ -22,8 +22,8 @@ src_compile() { src_install () { - exeinto /usr/lib/gkrellm/plugins - doexe src/gkrellm-gnome.so - dodoc README Changelog COPYRIGHT INSTALL + exeinto /usr/lib/gkrellm/plugins + doexe src/gkrellm-gnome.so + dodoc README Changelog COPYRIGHT INSTALL } diff --git a/x11-misc/gkrellm-hddtemp/gkrellm-hddtemp-0.1.ebuild b/x11-misc/gkrellm-hddtemp/gkrellm-hddtemp-0.1.ebuild index 242219610fc4..deddc2528c02 100644 --- a/x11-misc/gkrellm-hddtemp/gkrellm-hddtemp-0.1.ebuild +++ b/x11-misc/gkrellm-hddtemp/gkrellm-hddtemp-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gkrellm-hddtemp/gkrellm-hddtemp-0.1.ebuild,v 1.3 2002/07/08 21:31:06 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gkrellm-hddtemp/gkrellm-hddtemp-0.1.ebuild,v 1.4 2002/08/02 17:57:38 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="a GKrellM plugin for hddtemp (which reads the temperature of SMART IDE hard drives)" @@ -46,6 +46,6 @@ pkg_postinst() { echo '# (this is not done automatically for #' echo '# security reasons) #' echo '# #' - echo '#######################################################' + echo '#######################################################' } diff --git a/x11-misc/gkrellmoon/gkrellmoon-0.3.ebuild b/x11-misc/gkrellmoon/gkrellmoon-0.3.ebuild index 2084ca70e8fe..99c2aa0a05fa 100644 --- a/x11-misc/gkrellmoon/gkrellmoon-0.3.ebuild +++ b/x11-misc/gkrellmoon/gkrellmoon-0.3.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/x11-misc/gkrellmoon/gkrellmoon-0.3.ebuild,v 1.7 2002/07/11 06:30:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gkrellmoon/gkrellmoon-0.3.ebuild,v 1.8 2002/08/02 17:57:38 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A GKrellM plugin of the famous wmMoonClock dockapp" @@ -15,11 +15,11 @@ DEPEND=">=app-admin/gkrellm-1.0.6 >=media-libs/imlib-1.9.10-r1" src_compile() { - emake || die + emake || die } src_install () { - insinto /usr/lib/gkrellm/plugins - doins gkrellmoon.so - dodoc README AUTHORS COPYING + insinto /usr/lib/gkrellm/plugins + doins gkrellmoon.so + dodoc README AUTHORS COPYING } diff --git a/x11-misc/gkrellmwho/gkrellmwho-0.4.ebuild b/x11-misc/gkrellmwho/gkrellmwho-0.4.ebuild index 50f5fa0b004e..d3d5fb221c75 100644 --- a/x11-misc/gkrellmwho/gkrellmwho-0.4.ebuild +++ b/x11-misc/gkrellmwho/gkrellmwho-0.4.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/x11-misc/gkrellmwho/gkrellmwho-0.4.ebuild,v 1.6 2002/07/11 06:30:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gkrellmwho/gkrellmwho-0.4.ebuild,v 1.7 2002/08/02 17:57:38 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="GKrellM plugin which displays users logged in" @@ -13,11 +13,11 @@ KEYWORDS="x86" DEPEND=">=app-admin/gkrellm-1.0.6" src_compile() { - emake || die + emake || die } src_install () { - insinto /usr/lib/gkrellm/plugins - doins gkrellmwho.so - dodoc README + insinto /usr/lib/gkrellm/plugins + doins gkrellmwho.so + dodoc README } diff --git a/x11-misc/gkrellmwireless/gkrellmwireless-0.2.2.ebuild b/x11-misc/gkrellmwireless/gkrellmwireless-0.2.2.ebuild index 1cea45ead1d8..25765be7929c 100644 --- a/x11-misc/gkrellmwireless/gkrellmwireless-0.2.2.ebuild +++ b/x11-misc/gkrellmwireless/gkrellmwireless-0.2.2.ebuild @@ -15,13 +15,13 @@ DEPEND=">=app-admin/gkrellm-1.2.9" src_compile() { export PATH="${PATH}:/usr/X11R6/bin" - make || die + make || die } src_install () { - insinto /usr/lib/gkrellm/plugins - doins wireless.so - dodoc README Changelog + insinto /usr/lib/gkrellm/plugins + doins wireless.so + dodoc README Changelog } diff --git a/x11-misc/gkrellweather/gkrellweather-0.2.7-r1.ebuild b/x11-misc/gkrellweather/gkrellweather-0.2.7-r1.ebuild index e5a25289ffc6..939ad9a02bb5 100644 --- a/x11-misc/gkrellweather/gkrellweather-0.2.7-r1.ebuild +++ b/x11-misc/gkrellweather/gkrellweather-0.2.7-r1.ebuild @@ -20,16 +20,16 @@ RDEPEND="${DEPEND} src_compile() { - emake || die + emake || die } src_install () { exeinto /usr/share/gkrellm - doexe GrabWeather + doexe GrabWeather - insinto /usr/lib/gkrellm/plugins - doins gkrellweather.so - dodoc README ChangeLog COPYING + insinto /usr/lib/gkrellm/plugins + doins gkrellweather.so + dodoc README ChangeLog COPYING } diff --git a/x11-misc/gkrellweather/gkrellweather-0.2.7-r2.ebuild b/x11-misc/gkrellweather/gkrellweather-0.2.7-r2.ebuild index 282a2c3296c8..db59e3a85982 100644 --- a/x11-misc/gkrellweather/gkrellweather-0.2.7-r2.ebuild +++ b/x11-misc/gkrellweather/gkrellweather-0.2.7-r2.ebuild @@ -27,15 +27,15 @@ src_unpack() { src_compile() { - emake || die + emake || die } src_install () { into /usr/share/gkrellm - dobin GrabWeather - insinto /usr/lib/gkrellm/plugins - doins gkrellweather.so - dodoc README ChangeLog COPYING + dobin GrabWeather + insinto /usr/lib/gkrellm/plugins + doins gkrellweather.so + dodoc README ChangeLog COPYING } diff --git a/x11-misc/gpasman/gpasman-1.3.0.ebuild b/x11-misc/gpasman/gpasman-1.3.0.ebuild index b60375ac377f..99fa1b750b41 100644 --- a/x11-misc/gpasman/gpasman-1.3.0.ebuild +++ b/x11-misc/gpasman/gpasman-1.3.0.ebuild @@ -1,6 +1,6 @@ # Copyrigth 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gpasman/gpasman-1.3.0.ebuild,v 1.4 2002/08/01 11:59:04 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gpasman/gpasman-1.3.0.ebuild,v 1.5 2002/08/02 17:54:50 seemant Exp $ S=${WORKDIR}/${P} @@ -30,5 +30,5 @@ src_install() { mkdir -p ${D}/usr/bin emake prefix=${D}/usr install - dodoc ChangeLog AUTHORS README BUGS NEWS + dodoc ChangeLog AUTHORS README BUGS NEWS } diff --git a/x11-misc/icecc/icecc-0.5.ebuild b/x11-misc/icecc/icecc-0.5.ebuild index 41a2cf5fd176..d88940b34cad 100644 --- a/x11-misc/icecc/icecc-0.5.ebuild +++ b/x11-misc/icecc/icecc-0.5.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/x11-misc/icecc/icecc-0.5.ebuild,v 1.2 2002/07/08 21:31:06 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/icecc-0.5.ebuild,v 1.3 2002/08/02 17:54:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="IceWM Control-Center." @@ -8,7 +8,7 @@ SRC_URI="http://www.selena.kherson.ua/xvadim/${P}.tar.bz2" HOMEPAGE="http://www.selena.kherson.ua/xvadim" DEPEND="virtual/x11 - x11-libs/qt" + x11-libs/qt" RDEPEND="x11-wm/icewm" diff --git a/x11-misc/ikons/ikons-0.5.8.ebuild b/x11-misc/ikons/ikons-0.5.8.ebuild index ad65369aeb6c..dbc59c8856c0 100644 --- a/x11-misc/ikons/ikons-0.5.8.ebuild +++ b/x11-misc/ikons/ikons-0.5.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/ikons/ikons-0.5.8.ebuild,v 1.4 2002/07/17 00:04:10 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/ikons/ikons-0.5.8.ebuild,v 1.5 2002/08/02 17:54:50 seemant Exp $ S="${WORKDIR}/iKons_058" DESCRIPTION="iKons iconset for KDE 2.x" @@ -24,8 +24,8 @@ src_install(){ fi if [ -d ${KDE3DIR} ] ; then - mkdir -p ${D}/${KDE3DIR}/share/icons/ - cp -rf ${S} ${D}/${KDE3DIR}/share/icons/iKons_058 - fi + mkdir -p ${D}/${KDE3DIR}/share/icons/ + cp -rf ${S} ${D}/${KDE3DIR}/share/icons/iKons_058 + fi } diff --git a/x11-misc/kochi-fonts/kochi-fonts-0.2.20020503.ebuild b/x11-misc/kochi-fonts/kochi-fonts-0.2.20020503.ebuild index d182e5f15dc9..abadc6cc26f1 100644 --- a/x11-misc/kochi-fonts/kochi-fonts-0.2.20020503.ebuild +++ b/x11-misc/kochi-fonts/kochi-fonts-0.2.20020503.ebuild @@ -51,7 +51,7 @@ rebuild_fontfiles() { } pkg_postinst() { - + rebuild_fontfiles } diff --git a/x11-misc/toolbox/toolbox-0.6.0-r1.ebuild b/x11-misc/toolbox/toolbox-0.6.0-r1.ebuild index 04cc49c04aff..a0391a2f5b41 100644 --- a/x11-misc/toolbox/toolbox-0.6.0-r1.ebuild +++ b/x11-misc/toolbox/toolbox-0.6.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/x11-misc/toolbox/toolbox-0.6.0-r1.ebuild,v 1.8 2002/08/01 11:59:04 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/toolbox/toolbox-0.6.0-r1.ebuild,v 1.9 2002/08/02 17:57:38 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="blackbox style file configuration utility" @@ -15,14 +15,14 @@ DEPEND=">=x11-wm/blackbox-0.61 src_compile() { - QTDIR=/usr/qt/2 ./configure --prefix=/usr --host=${CHOST} || die - emake || die + QTDIR=/usr/qt/2 ./configure --prefix=/usr --host=${CHOST} || die + emake || die } src_install () { - make DESTDIR=${D} install || die - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO + make DESTDIR=${D} install || die + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO } diff --git a/x11-misc/wampager/wampager-0.9.ebuild b/x11-misc/wampager/wampager-0.9.ebuild index b475f06aa008..24c6c068b9d7 100644 --- a/x11-misc/wampager/wampager-0.9.ebuild +++ b/x11-misc/wampager/wampager-0.9.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/x11-misc/wampager/wampager-0.9.ebuild,v 1.3 2002/07/11 06:30:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wampager/wampager-0.9.ebuild,v 1.4 2002/08/02 17:54:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Pager for Waimea." @@ -9,7 +9,7 @@ HOMEPAGE="http://waimea.sf.net" LICENSE="GPL-2" DEPEND="virtual/x11 x11-wm/waimea" - + RDEPEND="${DEPEND}" PROVIDE="virtual/blackbox" SLOT="0" diff --git a/x11-misc/wmakerconf/wmakerconf-2.8.1-r2.ebuild b/x11-misc/wmakerconf/wmakerconf-2.8.1-r2.ebuild index 958462ee2e28..af6939dbf454 100644 --- a/x11-misc/wmakerconf/wmakerconf-2.8.1-r2.ebuild +++ b/x11-misc/wmakerconf/wmakerconf-2.8.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.8.1-r2.ebuild,v 1.4 2002/07/11 06:30:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.8.1-r2.ebuild,v 1.5 2002/08/02 17:54:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="X based config tool for the windowmaker X windowmanager." @@ -43,11 +43,11 @@ src_compile() { src_install() { - make \ + make \ prefix=${D}/usr \ GNOMEDIR=${D}/usr/share/gnome/apps/Settings \ install || die - dodoc README MANUAL AUTHORS TODO COPYING ChangeLog + dodoc README MANUAL AUTHORS TODO COPYING ChangeLog dohtml -r . } diff --git a/x11-misc/wmakerconf/wmakerconf-2.9.ebuild b/x11-misc/wmakerconf/wmakerconf-2.9.ebuild index b66d4d47ad61..d7d7be0f5531 100644 --- a/x11-misc/wmakerconf/wmakerconf-2.9.ebuild +++ b/x11-misc/wmakerconf/wmakerconf-2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.9.ebuild,v 1.1 2002/07/17 05:40:09 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.9.ebuild,v 1.2 2002/08/02 17:54:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="X based config tool for the windowmaker X windowmanager." @@ -42,11 +42,11 @@ src_compile() { src_install() { - make \ + make \ prefix=${D}/usr \ GNOMEDIR=${D}/usr/share/gnome/apps/Settings \ install || die - dodoc README MANUAL AUTHORS TODO COPYING ChangeLog + dodoc README MANUAL AUTHORS TODO COPYING ChangeLog dohtml -r . } diff --git a/x11-misc/wmmail/wmmail-0.64.ebuild b/x11-misc/wmmail/wmmail-0.64.ebuild index 24d00adeec36..a41f86b79867 100644 --- a/x11-misc/wmmail/wmmail-0.64.ebuild +++ b/x11-misc/wmmail/wmmail-0.64.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmmail/wmmail-0.64.ebuild,v 1.4 2002/07/11 06:30:58 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmmail/wmmail-0.64.ebuild,v 1.5 2002/08/02 17:54:50 seemant Exp $ DESCRIPTION="Mail checking dock applet for WindowMaker (mbox, POP3, IMAP, mh, and MailDir)" HOMEPAGE="http://www.eecg.toronto.edu/cgi-bin/cgiwrap/chanb/index.cgi?wmmail" @@ -13,7 +13,7 @@ SRC_URI="http://www.eecg.utoronto.ca/~chanb/WMMail.app/WMMail.app-${PV}.tar.gz" S="${WORKDIR}/WMMail.app-${PV}" DEPEND="x11-base/xfree - x11-libs/libPropList" + x11-libs/libPropList" src_compile() { ./configure \ @@ -25,11 +25,11 @@ src_compile() { } src_install () { - cd "${S}" + cd "${S}" make DESTDIR="${D}" install || die - dodir /usr/bin - dosym /usr/lib/GNUstep/Apps/WMMail.app/WMMail /usr/bin/wmmail - dodoc AUTHORS COPYING NEWS README doc/Help.txt - mv doc/wmmail.man doc/wmmail.1 - doman doc/wmmail.1 + dodir /usr/bin + dosym /usr/lib/GNUstep/Apps/WMMail.app/WMMail /usr/bin/wmmail + dodoc AUTHORS COPYING NEWS README doc/Help.txt + mv doc/wmmail.man doc/wmmail.1 + doman doc/wmmail.1 } diff --git a/x11-misc/wmmon/wmmon-1.0_beta2-r1.ebuild b/x11-misc/wmmon/wmmon-1.0_beta2-r1.ebuild index 03265ca5e449..85cf1c582a79 100644 --- a/x11-misc/wmmon/wmmon-1.0_beta2-r1.ebuild +++ b/x11-misc/wmmon/wmmon-1.0_beta2-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/x11-misc/wmmon/wmmon-1.0_beta2-r1.ebuild,v 1.5 2002/07/11 06:30:58 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmmon/wmmon-1.0_beta2-r1.ebuild,v 1.6 2002/08/02 17:54:50 seemant Exp $ S="${WORKDIR}/wmmon.app" DESCRIPTION="Dockable system resources monitor applette for WindowMaker" @@ -14,17 +14,17 @@ SLOT="0" KEYWORDS="x86" src_unpack() { - unpack "${A}" - cd "${S}/wmmon" - mv Makefile Makefile.orig - sed -e "s|-O2|${CFLAGS}|" Makefile.orig > Makefile + unpack "${A}" + cd "${S}/wmmon" + mv Makefile Makefile.orig + sed -e "s|-O2|${CFLAGS}|" Makefile.orig > Makefile } src_compile() { - emake -C wmmon || die + emake -C wmmon || die } src_install () { - dobin wmmon/wmmon - dodoc BUGS CHANGES COPYING HINTS INSTALL README TODO + dobin wmmon/wmmon + dodoc BUGS CHANGES COPYING HINTS INSTALL README TODO } diff --git a/x11-misc/wmmon/wmmon-1.0_beta2.ebuild b/x11-misc/wmmon/wmmon-1.0_beta2.ebuild index e693730893a5..29838dc53a33 100644 --- a/x11-misc/wmmon/wmmon-1.0_beta2.ebuild +++ b/x11-misc/wmmon/wmmon-1.0_beta2.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/x11-misc/wmmon/wmmon-1.0_beta2.ebuild,v 1.4 2002/07/11 06:30:58 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmmon/wmmon-1.0_beta2.ebuild,v 1.5 2002/08/02 17:54:50 seemant Exp $ S=${WORKDIR}/wmmon.app DESCRIPTION="Dockable system resources monitor applette for WindowMaker" @@ -14,10 +14,10 @@ SLOT="0" KEYWORDS="x86" src_compile() { - emake -C wmmon || die + emake -C wmmon || die } src_install () { - dobin wmmon/wmmon - dodoc BUGS CHANGES COPYING HINTS INSTALL README TODO + dobin wmmon/wmmon + dodoc BUGS CHANGES COPYING HINTS INSTALL README TODO } diff --git a/x11-misc/wmnetselect/wmnetselect-0.8-r1.ebuild b/x11-misc/wmnetselect/wmnetselect-0.8-r1.ebuild index 10ce26271239..152f84d26332 100644 --- a/x11-misc/wmnetselect/wmnetselect-0.8-r1.ebuild +++ b/x11-misc/wmnetselect/wmnetselect-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/x11-misc/wmnetselect/wmnetselect-0.8-r1.ebuild,v 1.4 2002/07/11 06:30:58 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmnetselect/wmnetselect-0.8-r1.ebuild,v 1.5 2002/08/02 17:54:50 seemant Exp $ S=${WORKDIR}/${P} @@ -17,11 +17,11 @@ KEYWORDS="x86" DEPEND="x11-base/xfree virtual/glibc" src_compile() { - xmkmf || die + xmkmf || die emake CDEBUGFLAGS="${CFLAGS}" wmnetselect || die } src_install () { - dobin wmnetselect - dodoc COPYING README ChangeLog TODO README.html + dobin wmnetselect + dodoc COPYING README ChangeLog TODO README.html } diff --git a/x11-misc/wmnetselect/wmnetselect-0.8.ebuild b/x11-misc/wmnetselect/wmnetselect-0.8.ebuild index bbf6ac6a1250..60fa5a1a8c6f 100644 --- a/x11-misc/wmnetselect/wmnetselect-0.8.ebuild +++ b/x11-misc/wmnetselect/wmnetselect-0.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/x11-misc/wmnetselect/wmnetselect-0.8.ebuild,v 1.4 2002/07/11 06:30:58 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmnetselect/wmnetselect-0.8.ebuild,v 1.5 2002/08/02 17:54:50 seemant Exp $ S=${WORKDIR}/${P} @@ -17,11 +17,11 @@ KEYWORDS="x86" DEPEND="x11-base/xfree virtual/glibc" src_compile() { - xmkmf || die + xmkmf || die emake wmnetselect || die } src_install () { - dobin wmnetselect - dodoc COPYING README ChangeLog TODO README.html + dobin wmnetselect + dodoc COPYING README ChangeLog TODO README.html } diff --git a/x11-misc/wmpinboard/wmpinboard-1.0.ebuild b/x11-misc/wmpinboard/wmpinboard-1.0.ebuild index a4f08d05be90..7f219839d6f9 100644 --- a/x11-misc/wmpinboard/wmpinboard-1.0.ebuild +++ b/x11-misc/wmpinboard/wmpinboard-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/x11-misc/wmpinboard/wmpinboard-1.0.ebuild,v 1.2 2002/07/08 21:31:07 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmpinboard/wmpinboard-1.0.ebuild,v 1.3 2002/08/02 17:57:38 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Window Maker dock applet resembling a miniature pinboard." @@ -13,11 +13,11 @@ SLOT="0" KEYWORDS="x86" src_compile() { - econf - emake || die "emake failed" + econf + emake || die "emake failed" } src_install () { - make DESTDIR=${D} install-strip || die "install failed" + make DESTDIR=${D} install-strip || die "install failed" } diff --git a/x11-misc/wmweather/wmweather-1.31.ebuild b/x11-misc/wmweather/wmweather-1.31.ebuild index b671a90fbbce..3215565a62ba 100644 --- a/x11-misc/wmweather/wmweather-1.31.ebuild +++ b/x11-misc/wmweather/wmweather-1.31.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/x11-misc/wmweather/wmweather-1.31.ebuild,v 1.4 2002/07/11 06:30:58 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmweather/wmweather-1.31.ebuild,v 1.5 2002/08/02 17:54:50 seemant Exp $ # Because of the capital "W" in the package name WMW_PACKAGE=wmWeather @@ -16,10 +16,10 @@ SLOT="0" KEYWORDS="x86" src_compile() { - emake CFLAGS="$CFLAGS" -C Src || die + emake CFLAGS="$CFLAGS" -C Src || die } src_install () { - dobin Src/wmWeather Src/GrabWeather - dodoc BUGS CHANGES COPYING HINTS INSTALL + dobin Src/wmWeather Src/GrabWeather + dodoc BUGS CHANGES COPYING HINTS INSTALL } diff --git a/x11-misc/x2vnc/x2vnc-1.31.ebuild b/x11-misc/x2vnc/x2vnc-1.31.ebuild index a9af6ac3a266..6548fb9213c2 100644 --- a/x11-misc/x2vnc/x2vnc-1.31.ebuild +++ b/x11-misc/x2vnc/x2vnc-1.31.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/x11-misc/x2vnc/x2vnc-1.31.ebuild,v 1.4 2002/07/11 06:30:58 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.31.ebuild,v 1.5 2002/08/02 17:54:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Control a remote computer running VNC from X" @@ -14,8 +14,8 @@ DEPEND="virtual/x11" src_compile() { - xmkmf || die - make || die + xmkmf || die + make || die } diff --git a/x11-misc/xfractint/xfractint-20.2.04.ebuild b/x11-misc/xfractint/xfractint-20.2.04.ebuild index 0a24f0ed66bd..56ce03de019d 100644 --- a/x11-misc/xfractint/xfractint-20.2.04.ebuild +++ b/x11-misc/xfractint/xfractint-20.2.04.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfractint/xfractint-20.2.04.ebuild,v 1.1 2002/07/22 12:33:05 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfractint/xfractint-20.2.04.ebuild,v 1.2 2002/08/02 17:57:38 seemant Exp $ MY_P=xfract${PV} @@ -36,7 +36,7 @@ src_compile() { src_install() { dodir /usr/bin dodir /usr/share/xfractint - dodir /usr/man/man1 + dodir /usr/man/man1 make \ BINDIR=${D}usr/bin \ diff --git a/x11-misc/xplanet/xplanet-0.93-r1.ebuild b/x11-misc/xplanet/xplanet-0.93-r1.ebuild index 7d1bca04b097..2e7ad414e6fe 100644 --- a/x11-misc/xplanet/xplanet-0.93-r1.ebuild +++ b/x11-misc/xplanet/xplanet-0.93-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/x11-misc/xplanet/xplanet-0.93-r1.ebuild,v 1.5 2002/07/16 02:57:51 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-0.93-r1.ebuild,v 1.6 2002/08/02 17:54:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A program to render images of the earth into the X root window" @@ -13,36 +13,36 @@ KEYWORDS="x86 ppc" DEPEND="virtual/x11" src_compile() { - local myconf - if [ "`use opengl`" ] - then - myconf="--with-gl --with-glut --with-animation" - else - myconf="--with-gl=no --with-glut=no --with-animation=no" - fi - if [ "`use gif`" ] - then - myconf="$myconf --with-gif" - else - myconf="$myconf --with-gif=no" - fi - if [ "`use X`" ] - then - myconf="$myconf --with-x" - else - myconf="$myconf --with-x=no" - fi + local myconf + if [ "`use opengl`" ] + then + myconf="--with-gl --with-glut --with-animation" + else + myconf="--with-gl=no --with-glut=no --with-animation=no" + fi + if [ "`use gif`" ] + then + myconf="$myconf --with-gif" + else + myconf="$myconf --with-gif=no" + fi + if [ "`use X`" ] + then + myconf="$myconf --with-x" + else + myconf="$myconf --with-x=no" + fi - ./configure --prefix=/usr \ + ./configure --prefix=/usr \ --with-freetype=no \ --mandir=/usr/share/man \ $myconf || die - # xplanet doesn't like to build parallel - # This fix taken from the gimp ebuild - make || die + # xplanet doesn't like to build parallel + # This fix taken from the gimp ebuild + make || die } src_install () { - make prefix=${D}/usr mandir=${D}/usr/share/man install || die + make prefix=${D}/usr mandir=${D}/usr/share/man install || die } |