diff options
25 files changed, 72 insertions, 63 deletions
diff --git a/app-misc/figlet/figlet-22.ebuild b/app-misc/figlet/figlet-22.ebuild index e921a69ce74e..da7a840dd076 100644 --- a/app-misc/figlet/figlet-22.ebuild +++ b/app-misc/figlet/figlet-22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/figlet/figlet-22.ebuild,v 1.5 2002/10/14 15:03:54 kilroy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/figlet/figlet-22.ebuild,v 1.6 2002/10/17 00:14:17 vapier Exp $ S=${WORKDIR}/${PN}${PV} DESCRIPTION="FIGlet is a program for making large letters out of ordinary text" @@ -12,6 +12,7 @@ LICENSE="Artistic" KEYWORDS="x86 sparc64" DEPEND="virtual/glibc" +RDEPEND="${DEPEND}" src_unpack() { unpack ${A} diff --git a/app-misc/fixdos/fixdos-1.3.1.ebuild b/app-misc/fixdos/fixdos-1.3.1.ebuild index ccb33c140e6a..26e94340b72c 100644 --- a/app-misc/fixdos/fixdos-1.3.1.ebuild +++ b/app-misc/fixdos/fixdos-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 -# $Header: /var/cvsroot/gentoo-x86/app-misc/fixdos/fixdos-1.3.1.ebuild,v 1.2 2002/07/25 16:55:21 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/fixdos/fixdos-1.3.1.ebuild,v 1.3 2002/10/17 00:14:17 vapier Exp $ S=${WORKDIR}/fixDos-${PV} DESCRIPTION="Set of utilities such as crlf which converts files between UNIX and DOS newlines." @@ -12,6 +12,7 @@ LICENSE="GPL-2" KEYWORDS="x86" DEPEND="virtual/glibc" +RDEPEND="${DEPEND}" src_unpack() { unpack ${A} diff --git a/app-misc/glimpse/glimpse-4.15.ebuild b/app-misc/glimpse/glimpse-4.15.ebuild index 0bb7ca5db8c7..2577461d116a 100644 --- a/app-misc/glimpse/glimpse-4.15.ebuild +++ b/app-misc/glimpse/glimpse-4.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/glimpse/glimpse-4.15.ebuild,v 1.4 2002/10/04 04:55:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/glimpse/glimpse-4.15.ebuild,v 1.5 2002/10/17 00:14:17 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="A index/query system to search a large set of files quickly" @@ -12,6 +12,7 @@ LICENSE="BSD" KEYWORDS="x86" DEPEND="virtual/glibc" +RDEPEND="${DEPEND}" src_compile() { make clean @@ -19,7 +20,7 @@ src_compile() { make || die } -src_install () { +src_install() { einstall || die doman *.1 } diff --git a/app-misc/gramps/gramps-0.7.0.ebuild b/app-misc/gramps/gramps-0.7.0.ebuild index dacde593694d..a1200cf7f037 100644 --- a/app-misc/gramps/gramps-0.7.0.ebuild +++ b/app-misc/gramps/gramps-0.7.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-misc/gramps/gramps-0.7.0.ebuild,v 1.6 2002/10/04 04:55:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gramps/gramps-0.7.0.ebuild,v 1.7 2002/10/17 00:14:17 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="Genealogical Research and Analysis Management Programming System" @@ -17,9 +17,9 @@ DEPEND=">=dev-lang/python-2.0 dev-python/PyXML dev-python/Imaging dev-python/ReportLab" +RDEPEND="${DEPEND}" src_unpack() { - unpack ${P}.tar.gz cd ${S}/src @@ -33,7 +33,7 @@ src_compile() { emake || die } -src_install () { +src_install() { einstall || die dodoc COPYING NEWS README TODO } diff --git a/app-misc/gramps/gramps-0.8.0.ebuild b/app-misc/gramps/gramps-0.8.0.ebuild index 2c3ae07706c0..f8f2346c6b6e 100644 --- a/app-misc/gramps/gramps-0.8.0.ebuild +++ b/app-misc/gramps/gramps-0.8.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-misc/gramps/gramps-0.8.0.ebuild,v 1.2 2002/10/04 04:55:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gramps/gramps-0.8.0.ebuild,v 1.3 2002/10/17 00:14:17 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="Genealogical Research and Analysis Management Programming System" @@ -17,6 +17,7 @@ DEPEND=">=dev-lang/python-2.0 dev-python/PyXML dev-python/Imaging dev-python/ReportLab" +RDEPEND="${DEPEND}" src_unpack() { unpack ${P}.tar.gz @@ -34,11 +35,11 @@ src_compile() { emake || die } -src_install () { +src_install() { einstall || die dodoc COPYING NEWS README TODO } -pkg_postinst () { +pkg_postinst() { scrollkeeper-rebuilddb -p ${D}/var/lib/scrollkeeper } diff --git a/app-misc/grc/grc-1.0.2.ebuild b/app-misc/grc/grc-1.0.2.ebuild index 24c04906850b..9bb96b8ea8a4 100644 --- a/app-misc/grc/grc-1.0.2.ebuild +++ b/app-misc/grc/grc-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/grc/grc-1.0.2.ebuild,v 1.3 2002/10/04 04:55:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/grc/grc-1.0.2.ebuild,v 1.4 2002/10/17 00:14:17 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="Generic Colouriser is yet another colouriser for beautifying your logfiles or output of commands" @@ -12,14 +12,13 @@ SLOT="0" KEYWORDS="x86" DEPEND="dev-lang/python" +RDEPEND="${DEPEND}" src_install() { insinto /usr/share/grc doins conf.* insinto /etc doins grc.conf - #exeinto /usr/bin - #doexe grc grcat dobin grc grcat dodoc README INSTALL TODO CHANGES CREDITS doman grc.1 grcat.1 diff --git a/app-misc/gtktrain/gtktrain-0.9b.ebuild b/app-misc/gtktrain/gtktrain-0.9b.ebuild index d98e7f384b95..092a57580352 100644 --- a/app-misc/gtktrain/gtktrain-0.9b.ebuild +++ b/app-misc/gtktrain/gtktrain-0.9b.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gtktrain/gtktrain-0.9b.ebuild,v 1.2 2002/07/25 17:20:01 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gtktrain/gtktrain-0.9b.ebuild,v 1.3 2002/10/17 00:14:17 vapier Exp $ DESCRIPTION="GUI app for calculating fastest train routes" SRC_URI="http://www.on.rim.or.jp/~katamuki/software/train/${P}.tar.gz" HOMEPAGE="http://www.on.rim.or.jp/~katamuki/software/train/" DEPEND=">=dev-libs/libtrain-0.9b >=gnome-base/gnome-libs-1.4.1.2-r1" +RDEPEND="${DEPEND}" SLOT="0" LICENSE="GPL-2" @@ -19,11 +20,11 @@ src_compile() { emake || die } -src_install () { +src_install() { einstall || die } -pkg_postinst () { - einfo "Japanese train routes are located: " +pkg_postinst() { + einfo "Japanese train routes are located:" einfo " http://www.oohito.com/data/train/index.htm" } diff --git a/app-misc/gtypist/gtypist-2.5.ebuild b/app-misc/gtypist/gtypist-2.5.ebuild index ee932bb4ae30..03a4a7c24a07 100644 --- a/app-misc/gtypist/gtypist-2.5.ebuild +++ b/app-misc/gtypist/gtypist-2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/gtypist-2.5.ebuild,v 1.5 2002/10/04 04:55:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/gtypist-2.5.ebuild,v 1.6 2002/10/17 00:14:17 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU Typist (also called gtypist) is a universal typing tutor." @@ -12,6 +12,7 @@ LICENSE="GPL-2" KEYWORDS="x86" DEPEND=">=sys-libs/ncurses-5.2" +RDEPEND="${DEPEND}" src_compile() { local myconf @@ -28,7 +29,7 @@ src_compile() { emake || die } -src_install () { +src_install() { make DESTDIR=${D} install || die dodoc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO THANKS } diff --git a/app-misc/ithought/ithought-0.0.5-r1.ebuild b/app-misc/ithought/ithought-0.0.5-r1.ebuild index a3495452aad2..6c0fd5a883af 100644 --- a/app-misc/ithought/ithought-0.0.5-r1.ebuild +++ b/app-misc/ithought/ithought-0.0.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-misc/ithought/ithought-0.0.5-r1.ebuild,v 1.7 2002/10/04 04:55:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ithought/ithought-0.0.5-r1.ebuild,v 1.8 2002/10/17 00:14:17 vapier Exp $ #emerge doesn't yet support things like a5 @@ -16,13 +16,14 @@ KEYWORDS="x86" DEPEND="=x11-libs/gtk+-1.2* dev-libs/libxml2" +RDEPEND="${DEPEND}" src_compile() { econf || die emake || die } -src_install () { +src_install() { make DESTDIR=${D} install || die dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO } diff --git a/app-misc/jogmouse/jogmouse-1.5.ebuild b/app-misc/jogmouse/jogmouse-1.5.ebuild index f1a457d4dd73..0693a64dffb7 100644 --- a/app-misc/jogmouse/jogmouse-1.5.ebuild +++ b/app-misc/jogmouse/jogmouse-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/jogmouse/jogmouse-1.5.ebuild,v 1.4 2002/10/04 04:55:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/jogmouse/jogmouse-1.5.ebuild,v 1.5 2002/10/17 00:14:17 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="Utility to use VAIO JogDial as a scrollwheel under X." @@ -12,12 +12,13 @@ LICENSE="GPL-2" KEYWORDS="x86 -ppc -sparc -sparc64" DEPEND="virtual/x11" +RDEPEND="${DEPEND}" src_compile() { emake || die } -src_install () { +src_install() { dobin jogmouse dodoc README } diff --git a/app-misc/joy2key/joy2key-1.6.ebuild b/app-misc/joy2key/joy2key-1.6.ebuild index 90f4d6f3e86d..dd89a179a924 100644 --- a/app-misc/joy2key/joy2key-1.6.ebuild +++ b/app-misc/joy2key/joy2key-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/joy2key/joy2key-1.6.ebuild,v 1.8 2002/10/05 05:39:09 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/joy2key/joy2key-1.6.ebuild,v 1.9 2002/10/17 00:14:17 vapier Exp $ IUSE="X" @@ -14,6 +14,7 @@ LICENSE="GPL-2" KEYWORDS="x86" DEPEND="X? ( virtual/x11 )" +RDEPEND="${DEPEND}" src_compile() { local myconf @@ -24,7 +25,7 @@ src_compile() { make || die } -src_install () { +src_install() { dobin joy2key doman joy2key.1 dodoc README joy2keyrc.sample AUTHORS NEWS TODO diff --git a/app-misc/jpilot/jpilot-0.99.2-r1.ebuild b/app-misc/jpilot/jpilot-0.99.2-r1.ebuild index 0311f6ce4713..5eb0592c6fb8 100644 --- a/app-misc/jpilot/jpilot-0.99.2-r1.ebuild +++ b/app-misc/jpilot/jpilot-0.99.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/jpilot/jpilot-0.99.2-r1.ebuild,v 1.7 2002/10/04 04:55:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/jpilot/jpilot-0.99.2-r1.ebuild,v 1.8 2002/10/17 00:14:17 vapier Exp $ SYNCMAL="0.71" MALSYNC="2.0.7" @@ -16,6 +16,7 @@ HOMEPAGE="http://jpilot.org/" # And you'll also need an avangto account. DEPEND="=x11-libs/gtk+-1.2* >=dev-libs/pilot-link-0.9.5" +RDEPEND="${DEPEND}" SLOT="0" LICENSE="GPL-2" diff --git a/app-misc/jpilot/jpilot-0.99.2.ebuild b/app-misc/jpilot/jpilot-0.99.2.ebuild index 66c055095e3d..8f3b26b5f757 100644 --- a/app-misc/jpilot/jpilot-0.99.2.ebuild +++ b/app-misc/jpilot/jpilot-0.99.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/jpilot/jpilot-0.99.2.ebuild,v 1.6 2002/10/04 04:55:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/jpilot/jpilot-0.99.2.ebuild,v 1.7 2002/10/17 00:14:17 vapier Exp $ SYNCMAL="0.62.2" MALSYNC="2.0.7" @@ -14,6 +14,7 @@ HOMEPAGE="http://jpilot.org/" # And you'll also need an avangto account. DEPEND="=x11-libs/gtk+-1.2* >=dev-libs/pilot-link-0.9.5" +RDEPEND="${DEPEND}" SLOT="0" LICENSE="GPL-2" @@ -48,7 +49,6 @@ src_compile() { } src_install() { - # work around for broken Makefile dodir /usr/bin @@ -65,6 +65,4 @@ src_install() { newdoc jpilot-syncmal_${SYNCMAL}/README README.jpilot-syncmal dodoc jpilot-syncmal_${SYNCMAL}/malsync/Doc/README_AvantGo dodoc jpilot-syncmal_${SYNCMAL}/malsync/Doc/README_malsync - } - diff --git a/app-misc/lcdproc/lcdproc-0.4.1-r1.ebuild b/app-misc/lcdproc/lcdproc-0.4.1-r1.ebuild index 346df3d4427f..02741916a009 100644 --- a/app-misc/lcdproc/lcdproc-0.4.1-r1.ebuild +++ b/app-misc/lcdproc/lcdproc-0.4.1-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-misc/lcdproc/lcdproc-0.4.1-r1.ebuild,v 1.8 2002/10/04 04:56:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lcdproc/lcdproc-0.4.1-r1.ebuild,v 1.9 2002/10/17 00:14:17 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="lcdproc - displays system status on Matrix-Orbital 20x4 LCD on a serial port." @@ -12,13 +12,14 @@ LICENSE="GPL-2" KEYWORDS="x86" DEPEND=">=sys-apps/baselayout-1.6.4" +RDEPEND="${DEPEND}" src_compile() { econf || die make || die } -src_install () { +src_install() { exeinto /usr/local/bin doexe server/LCDd doexe clients/lcdproc/lcdproc diff --git a/app-misc/linux_logo/linux_logo-4.02.ebuild b/app-misc/linux_logo/linux_logo-4.02.ebuild index 8f95f2a331d5..528c0e3436cf 100644 --- a/app-misc/linux_logo/linux_logo-4.02.ebuild +++ b/app-misc/linux_logo/linux_logo-4.02.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/linux_logo/linux_logo-4.02.ebuild,v 1.5 2002/10/04 20:32:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/linux_logo/linux_logo-4.02.ebuild,v 1.6 2002/10/17 00:14:56 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="Displays an ansi or an ascii logo and some system information." @@ -8,6 +8,7 @@ SRC_URI="http://www.deater.net/weave/vmwprod/linux_logo/${P}.tar.gz" HOMEPAGE="http://www.deater.net/weave/vmwprod/linux_logo/" DEPEND="virtual/glibc" +RDEPEND="${DEPEND}" SLOT="0" LICENSE="GPL-2" @@ -26,7 +27,7 @@ src_compile() { make || die } -src_install () { +src_install() { dobin linux_logo doman linux_logo.1 dodoc BUGS CHANGES COPYING README README.CUSTOM_LOGOS TODO USAGE diff --git a/app-misc/linux_logo/linux_logo-4.05.ebuild b/app-misc/linux_logo/linux_logo-4.05.ebuild index 3cbf8a25557d..2f77765bfeb9 100644 --- a/app-misc/linux_logo/linux_logo-4.05.ebuild +++ b/app-misc/linux_logo/linux_logo-4.05.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/linux_logo/linux_logo-4.05.ebuild,v 1.1 2002/10/13 01:46:19 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/linux_logo/linux_logo-4.05.ebuild,v 1.2 2002/10/17 00:14:56 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="Displays an ansi or an ascii logo and some system information." @@ -8,6 +8,7 @@ SRC_URI="http://www.deater.net/weave/vmwprod/linux_logo/${P}.tar.gz" HOMEPAGE="http://www.deater.net/weave/vmwprod/linux_logo/" DEPEND="virtual/glibc" +RDEPEND="${DEPEND}" SLOT="0" LICENSE="GPL-2" @@ -26,7 +27,7 @@ src_compile() { make || die } -src_install () { +src_install() { dobin linux_logo doman linux_logo.1 dodoc BUGS CHANGES COPYING README README.CUSTOM_LOGOS TODO USAGE diff --git a/app-misc/lirc/lirc-0.6.5.ebuild b/app-misc/lirc/lirc-0.6.5.ebuild index e036c6e047d2..b7f3cf269491 100644 --- a/app-misc/lirc/lirc-0.6.5.ebuild +++ b/app-misc/lirc/lirc-0.6.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/lirc/lirc-0.6.5.ebuild,v 1.2 2002/07/25 19:18:34 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lirc/lirc-0.6.5.ebuild,v 1.3 2002/10/17 00:14:56 vapier Exp $ DESCRIPTION="LIRC is a package that allows you to decode and send infra-red \ @@ -45,6 +45,7 @@ LICENSE="GPL-2" KEYWORDS="x86" DEPEND="virtual/linux-sources" +RDEPEND="${DEPEND}" SRC_URI="mirror://sourceforge/lirc/${P}.tar.bz2" @@ -85,7 +86,7 @@ src_compile() { esac } -src_install () { +src_install() { make DESTDIR=${D} install || die case ${LIRC_OPTS} diff --git a/app-misc/mouseremote/mouseremote-0.90.ebuild b/app-misc/mouseremote/mouseremote-0.90.ebuild index c69ab8ec07ed..689158e471c2 100644 --- a/app-misc/mouseremote/mouseremote-0.90.ebuild +++ b/app-misc/mouseremote/mouseremote-0.90.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/mouseremote/mouseremote-0.90.ebuild,v 1.4 2002/10/04 04:57:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/mouseremote/mouseremote-0.90.ebuild,v 1.5 2002/10/17 00:16:37 vapier Exp $ S=${WORKDIR}/MouseRemote DESCRIPTION="X10 MouseRemote" @@ -14,7 +14,6 @@ KEYWORDS="x86" RDEPEND="dev-perl/Time-HiRes" DEPEND="${RDEPEND}" - src_compile() { patch -p1 < ${FILESDIR}/${PN}-gentoo.diff || die cd MultiMouse && emake \ @@ -23,11 +22,11 @@ src_compile() { JMANDIR=/usr/share/man/ja_JP.ujis || die } -src_install () { +src_install() { dobin MultiMouse/multimouse dosbin MultiMouse/multimoused - dodoc README MultiMouse/README.jis MultiMouse/README.newstuff + dodoc README MultiMouse/README.jis MultiMouse/README.newstuff newdoc MultiMouse/README README.MultiMouse newdoc client/MouseRemote.conf MouseRemote.conf.dist newdoc client/MouseRemote.pl MouseRemote.pl.dist @@ -45,10 +44,10 @@ pkg_postinst() { einfo "To use the mouse function in X, add the following to your XF86Config" einfo "Section \"InputDevice\"" - einfo " Identifier \"MouseREM\"" - einfo " Driver \"mouse\"" - einfo " Option \"Protocol\" \"MouseSystems\"" - einfo " Option \"Device\" \"/dev/mumse\"" + einfo " Identifier \"MouseREM\"" + einfo " Driver \"mouse\"" + einfo " Option \"Protocol\" \"MouseSystems\"" + einfo " Option \"Device\" \"/dev/mumse\"" einfo "EndSection" einfo einfo "Don't forget to add the new device to the section \"ServerLayout\"" diff --git a/app-misc/multimon/multimon-1.0.ebuild b/app-misc/multimon/multimon-1.0.ebuild index 5601d0dbfe72..a704b04b7713 100644 --- a/app-misc/multimon/multimon-1.0.ebuild +++ b/app-misc/multimon/multimon-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-misc/multimon/multimon-1.0.ebuild,v 1.5 2002/10/04 04:57:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/multimon/multimon-1.0.ebuild,v 1.6 2002/10/17 00:19:01 vapier Exp $ S=${WORKDIR}/multimon SRC_URI="http://www.baycom.org/~tom/ham/linux/multimon.tar.gz" @@ -12,6 +12,7 @@ LICENSE="GPL-2" KEYWORDS="x86" DEPEND="virtual/x11" +RDEPEND="${DEPEND}" src_compile() { make CFLAGS="${CFLAGS}" || die diff --git a/app-misc/nomadii-utils/nomadii-utils-0.8.ebuild b/app-misc/nomadii-utils/nomadii-utils-0.8.ebuild index 988517b313d9..5777e8ca201a 100644 --- a/app-misc/nomadii-utils/nomadii-utils-0.8.ebuild +++ b/app-misc/nomadii-utils/nomadii-utils-0.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/app-misc/nomadii-utils/nomadii-utils-0.8.ebuild,v 1.4 2002/10/05 05:39:09 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/nomadii-utils/nomadii-utils-0.8.ebuild,v 1.5 2002/10/17 00:19:01 vapier Exp $ IUSE="readline" @@ -16,9 +16,9 @@ KEYWORDS="x86" DEPEND=">=sys-libs/ncurses-5.2 readline? ( >=sys-libs/readline-4.1 )" +RDEPEND="${DEPEND}" src_compile() { - cp -f Makefile Makefile.orig sed -e "s:^LIBTERMCAP=-ltermcap$:LIBTERMCAP=-lncurses:" \ Makefile.orig > Makefile @@ -44,8 +44,8 @@ src_install() { pkg_postinst() { if ! groupmod usb; then - groupadd -g 85 usb || die "problem adding group usb" - fi + groupadd -g 85 usb || die "problem adding group usb" + fi echo einfo "To use nomadii, you need to have usbdevfs compiled in your kernel" diff --git a/app-misc/rio500/rio500-0.7-r1.ebuild b/app-misc/rio500/rio500-0.7-r1.ebuild index 68c16d420841..594f2f5355d0 100644 --- a/app-misc/rio500/rio500-0.7-r1.ebuild +++ b/app-misc/rio500/rio500-0.7-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org> -# $Header: /var/cvsroot/gentoo-x86/app-misc/rio500/rio500-0.7-r1.ebuild,v 1.5 2002/10/04 04:57:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rio500/rio500-0.7-r1.ebuild,v 1.6 2002/10/17 00:19:01 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="Command line tools for transfering mp3s to and from a Rio500" @@ -13,6 +13,7 @@ LICENSE="GPL-2" KEYWORDS="x86" DEPEND="=dev-libs/glib-1.2*" +RDEPEND="${DEPEND}" src_compile() { econf \ diff --git a/app-misc/rox/rox-1.2.1-r1.ebuild b/app-misc/rox/rox-1.2.1-r1.ebuild index e41375089242..0d0acf34e795 100644 --- a/app-misc/rox/rox-1.2.1-r1.ebuild +++ b/app-misc/rox/rox-1.2.1-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-misc/rox/rox-1.2.1-r1.ebuild,v 1.3 2002/10/05 21:13:34 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rox/rox-1.2.1-r1.ebuild,v 1.4 2002/10/17 00:19:01 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="ROX-Filer is a fast and powerful graphical file manager" @@ -14,13 +14,13 @@ SRC_URI="mirror://sourceforge/rox/${BP}.tgz DEPEND="=x11-libs/gtk+-1.2* >=media-libs/gdk-pixbuf-0.13 dev-libs/libxml2" +RDEPEND="${DEPEND}" SLOT="1.2" LICENSE="GPL-2" KEYWORDS="x86" src_install() { - # libxml2 header fix CFLAGS="${CFLAGS} -I/usr/include/libxml2/libxml -I/usr/include/libxml2" @@ -40,5 +40,4 @@ src_install() { echo "#!/bin/sh" > "${D}/usr/bin/rox" echo "exec /usr/share/ROX-Filer/AppRun \"\$@\"" >> "${D}/usr/bin/rox" chmod a+x ${D}/usr/bin/rox - } diff --git a/app-misc/rox/rox-1.2.1.ebuild b/app-misc/rox/rox-1.2.1.ebuild index 6b192eeba334..1a9c7a24037f 100644 --- a/app-misc/rox/rox-1.2.1.ebuild +++ b/app-misc/rox/rox-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/rox/rox-1.2.1.ebuild,v 1.5 2002/10/04 04:57:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rox/rox-1.2.1.ebuild,v 1.6 2002/10/17 00:19:01 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="ROX-Filer is a fast and powerful graphical file manager" @@ -14,13 +14,13 @@ SRC_URI="mirror://sourceforge/rox/${BP}.tgz DEPEND="=x11-libs/gtk+-1.2* >=media-libs/gdk-pixbuf-0.13 dev-libs/libxml2" +RDEPEND="${DEPEND}" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" src_install() { - # libxml2 header fix CFLAGS="${CFLAGS} -I/usr/include/libxml2/libxml -I/usr/include/libxml2" @@ -39,5 +39,4 @@ src_install() { echo "#!/bin/sh" > "${D}/usr/bin/rox" echo "exec /usr/share/ROX-Filer/AppRun \"\$@\"" >> "${D}/usr/bin/rox" chmod a+x ${D}/usr/bin/rox - } diff --git a/app-misc/rox/rox-1.3.2-r2.ebuild b/app-misc/rox/rox-1.3.2-r2.ebuild index ed5b2d600341..b945f2c27c09 100644 --- a/app-misc/rox/rox-1.3.2-r2.ebuild +++ b/app-misc/rox/rox-1.3.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/rox/rox-1.3.2-r2.ebuild,v 1.2 2002/10/05 21:13:34 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rox/rox-1.3.2-r2.ebuild,v 1.3 2002/10/17 00:19:01 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="ROX-Filer is a fast and powerful graphical file manager" @@ -15,6 +15,7 @@ DEPEND=">=x11-libs/gtk+-2.0.5 >=dev-libs/glib-2.0.4 >=dev-libs/libxml2-2.4.23 =x11-misc/shared-mime-info-0.7" +RDEPEND="${DEPEND}" # NOTE this version of rox works *only* with # shared-mime-info-0.7 <= (not 0.8 nor 0.9) @@ -22,7 +23,6 @@ DEPEND=">=x11-libs/gtk+-2.0.5 # stroke@gentoo.org src_install() { - # libxml2 header fix CFLAGS="${CFLAGS} -I/usr/include/libxml2/libxml -I/usr/include/libxml2" diff --git a/app-misc/rox/rox-1.3.2.ebuild b/app-misc/rox/rox-1.3.2.ebuild index 0af5cc10c0c5..d6b7ab56ab08 100644 --- a/app-misc/rox/rox-1.3.2.ebuild +++ b/app-misc/rox/rox-1.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/rox/rox-1.3.2.ebuild,v 1.4 2002/07/29 18:32:04 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rox/rox-1.3.2.ebuild,v 1.5 2002/10/17 00:19:01 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="ROX-Filer is a fast and powerful graphical file manager" @@ -15,10 +15,9 @@ DEPEND=">=x11-libs/gtk+-2.0.5 >=dev-libs/glib-2.0.4 >=dev-libs/libxml2-2.4.23 >=x11-misc/shared-mime-info-0.7" - +RDEPEND="${DEPEND}" src_install() { - # libxml2 header fix CFLAGS="${CFLAGS} -I/usr/include/libxml2/libxml -I/usr/include/libxml2" |