diff options
31 files changed, 60 insertions, 61 deletions
diff --git a/app-crypt/heimdal/heimdal-0.4e-r1.ebuild b/app-crypt/heimdal/heimdal-0.4e-r1.ebuild index 09526f6b61cf..b89223853f41 100644 --- a/app-crypt/heimdal/heimdal-0.4e-r1.ebuild +++ b/app-crypt/heimdal/heimdal-0.4e-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Mikael Hallendal <micke@hallendal.net> -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.4e-r1.ebuild,v 1.1 2002/01/07 09:54:27 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.4e-r1.ebuild,v 1.2 2002/03/06 18:55:22 gbevin Exp $ S=${WORKDIR}/${P} DESCRIPTION="Kerberos 5 implementation from KTH" @@ -10,7 +10,7 @@ HOMEPAGE="http://www.pdc.kth.se/heimdal/" DEPEND="virtual/glibc >=app-crypt/kth-krb-1.1-r1 - ssl? ( dev-libs/openssl-0.9.6b ) + ssl? ( dev-libs/openssl ) ldap? ( net-nds/openldap ) berkdb? ( sys-libs/db )" diff --git a/app-editors/xemacs/xemacs-21.1.14.ebuild b/app-editors/xemacs/xemacs-21.1.14.ebuild index be5bfdcafc88..f53e4840a14a 100644 --- a/app-editors/xemacs/xemacs-21.1.14.ebuild +++ b/app-editors/xemacs/xemacs-21.1.14.ebuild @@ -2,13 +2,13 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: System Team <system@gentoo.org> # Author: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.1.14.ebuild,v 1.9 2001/10/24 21:34:42 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.1.14.ebuild,v 1.10 2002/03/06 18:55:22 gbevin Exp $ S=${WORKDIR}/${P} DESCRIPTION="XEmacs" EFS=1.26 BASE=1.55 -DEPEND="sys-libs/ncurses nas? media-libs/nas >=sys-libs/db-3 X? ( virtual/x11 media-libs/libpng media-libs/tiff media-libs/jpeg )" +DEPEND="sys-libs/ncurses nas? (media-libs/nas) >=sys-libs/db-3 X? ( virtual/x11 media-libs/libpng media-libs/tiff media-libs/jpeg )" SRC_URI="ftp://ftp.xemacs.org/pub/current/${P}.tar.bz2 ftp://ftp.xemacs.org/xemacs/packages/efs-${EFS}-pkg.tar.gz ftp://ftp.xemacs.org/xemacs/packages/xemacs-base-${BASE}-pkg.tar.gz" HOMEPAGE="http://www.xemacs.org" diff --git a/app-misc/joy2key/joy2key-1.6.ebuild b/app-misc/joy2key/joy2key-1.6.ebuild index 2474e8bd9f36..542d6d2f99c1 100644 --- a/app-misc/joy2key/joy2key-1.6.ebuild +++ b/app-misc/joy2key/joy2key-1.6.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Ryan Tolboom <ryan@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-misc/joy2key/joy2key-1.6.ebuild,v 1.1 2001/10/06 21:57:36 ryan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/joy2key/joy2key-1.6.ebuild,v 1.2 2002/03/06 18:55:22 gbevin Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,7 +9,7 @@ DESCRIPTION="An application that translates joystick events to keyboard events" SRC_URI="http://www-unix.oit.umass.edu/~tetron/technology/joy2key/${A}" HOMEPAGE="http://www-unix.out.umass.edu/~tetron/technology/joy2key/" -DEPEND="( virtual/glibc ) +DEPEND="virtual/glibc X? ( virtual/x11 )" src_compile() { diff --git a/app-misc/lcdproc/lcdproc-0.4.1-r1.ebuild b/app-misc/lcdproc/lcdproc-0.4.1-r1.ebuild index f879d40ce79c..59b389b18739 100644 --- a/app-misc/lcdproc/lcdproc-0.4.1-r1.ebuild +++ b/app-misc/lcdproc/lcdproc-0.4.1-r1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="lcdproc - displays system status on Matrix-Orbital 20x4 LCD on a se SRC_URI="http://lcdproc.omnipotent.net/${P}.tar.gz" HOMEPAGE="http://lcdproc.omnipotent.net/" -DEPEND=">=baselayout-1.6.4" +DEPEND=">=sys-apps/baselayout-1.6.4" src_compile() { ./configure \ diff --git a/dev-python/anygui/anygui-0.1.1.ebuild b/dev-python/anygui/anygui-0.1.1.ebuild index 972bca1fdd52..c066fc54f260 100644 --- a/dev-python/anygui/anygui-0.1.1.ebuild +++ b/dev-python/anygui/anygui-0.1.1.ebuild @@ -12,7 +12,7 @@ DEPEND=">=dev-lang/python-2.0 sys-libs/ncurses qt? ( =dev-python/PyQt-2.4* ) gtk? ( dev-python/pygtk ) - tcltk? ( dev-lang/tk-8.3.3 ) + tcltk? ( dev-lang/tk ) wxwin? ( dev-python/wxPython )" # Propsed wxwin use variable for wxGTK for wxWindows? ( dev-python/wxPython ) *NOT* official diff --git a/dev-python/anygui/anygui-0.1_beta1-r1.ebuild b/dev-python/anygui/anygui-0.1_beta1-r1.ebuild index 39757279d6a8..2df2e2901502 100644 --- a/dev-python/anygui/anygui-0.1_beta1-r1.ebuild +++ b/dev-python/anygui/anygui-0.1_beta1-r1.ebuild @@ -13,7 +13,7 @@ DEPEND=">=dev-lang/python-2.0 sys-libs/ncurses qt? ( =dev-python/PyQt-2.4* ) gtk? ( dev-python/pygtk ) - tcltk? ( dev-lang/tk-8.3.3 )" + tcltk? ( dev-lang/tk )" #future: # might need a wxw use variable for wxGTK for wxw? ( dev-python/wxPython ) # also use variable fltk for fltk? ( dev-python/PyFLTK ) no ebuild for PyFLTK yet diff --git a/media-gfx/xv/xv-3.10a.ebuild b/media-gfx/xv/xv-3.10a.ebuild index 3b02150cdc35..dcf1b20734cd 100644 --- a/media-gfx/xv/xv-3.10a.ebuild +++ b/media-gfx/xv/xv-3.10a.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Ben Lutgens <lamer@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xv/xv-3.10a.ebuild,v 1.1 2001/07/21 17:23:59 lamer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xv/xv-3.10a.ebuild,v 1.2 2002/03/06 18:55:22 gbevin Exp $ S=${WORKDIR}/${P} DESCRIPTION="This is a sample skeleton ebuild file" SRC_URI="ftp://ftp.cis.upenn.edu/pub/xv/${P}.tar.gz" HOMEPAGE="http://www.trilon.com/xv/index.html" DEPEND="virtual/x11 virtual/glibc - >=media-libs/tiff-3.5.6_beta + >=media-libs/tiff-3.5.6_beta1 >=media-libs/jpeg-6b >=sys-libs/zlib-1.1.3" diff --git a/media-libs/libmovtar/libmovtar-0.1.2.ebuild b/media-libs/libmovtar/libmovtar-0.1.2.ebuild index 7cdd303e0708..182ca93fa093 100644 --- a/media-libs/libmovtar/libmovtar-0.1.2.ebuild +++ b/media-libs/libmovtar/libmovtar-0.1.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Ryan Tolboom <ryan@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmovtar/libmovtar-0.1.2.ebuild,v 1.1 2001/12/07 17:08:56 ryan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmovtar/libmovtar-0.1.2.ebuild,v 1.2 2002/03/06 18:55:22 gbevin Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,12 +11,12 @@ SRC_URI="http://download.sourceforge.net/mjpeg/${A}" DEPEND="virtual/glibc >=media-libs/jpeg-6b >=dev-libs/glib-1.2.10 - sdl? ( media-libs/libsdl-1.2.2 )" + sdl? ( >=media-libs/libsdl-1.2.2 )" RDEPEND="virtual/glibc >=media-libs/jpeg-6b >=dev-libs/glib-1.2.10 - sdl? ( media-libs/libsdl-1.2.2 )" + sdl? ( >=media-libs/libsdl-1.2.2 )" src_unpack() { diff --git a/media-video/vlc/vlc-0.2.83-r1.ebuild b/media-video/vlc/vlc-0.2.83-r1.ebuild index 9bc133b92da0..e320d9591cb6 100644 --- a/media-video/vlc/vlc-0.2.83-r1.ebuild +++ b/media-video/vlc/vlc-0.2.83-r1.ebuild @@ -1,6 +1,6 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Author Nathaniel Hirsch <nh2@njit.edu> Achim Gottinge <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.2.83-r1.ebuild,v 1.4 2002/02/03 21:46:14 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.2.83-r1.ebuild,v 1.5 2002/03/06 18:55:22 gbevin Exp $ S=${WORKDIR}/${P} DESCRIPTION="DVD / video player" @@ -13,8 +13,8 @@ DEPEND=">=media-libs/libsdl-1.1.8-r1 ggi? ( >=media-libs/libggi-2.0_beta3 ) qt? ( =x11-libs/qt-2.3* ) gtk? ( >=x11-libs/gtk+-1.2.10-r4 ) - #alsa? ( >=media-libs/alsa-lib-0.5.10 ) X? ( virtual/x11 )" + #alsa? ( >=media-libs/alsa-lib-0.5.10 ) #kde? ( >=kde-base/kdelibs-2.1.1 ) src_compile(){ diff --git a/media-video/vlc/vlc-0.2.90.ebuild b/media-video/vlc/vlc-0.2.90.ebuild index 3629ef13d7c8..7d082024a259 100644 --- a/media-video/vlc/vlc-0.2.90.ebuild +++ b/media-video/vlc/vlc-0.2.90.ebuild @@ -1,6 +1,6 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Author Nathaniel Hirsch <nh2@njit.edu> Achim Gottinge <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.2.90.ebuild,v 1.3 2002/02/03 21:46:14 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.2.90.ebuild,v 1.4 2002/03/06 18:55:22 gbevin Exp $ S=${WORKDIR}/${P} DESCRIPTION="DVD / video player" @@ -13,8 +13,8 @@ DEPEND=">=media-libs/libsdl-1.1.8-r1 ggi? ( >=media-libs/libggi-2.0_beta3 ) qt? ( =x11-libs/qt-2.3* ) gtk? ( >=x11-libs/gtk+-1.2.10-r4 ) - #alsa? ( >=media-libs/alsa-lib-0.5.10 ) X? ( virtual/x11 )" + #alsa? ( >=media-libs/alsa-lib-0.5.10 ) #kde? ( >=kde-base/kdelibs-2.1.1 ) src_compile(){ diff --git a/media-video/vlc/vlc-0.2.91.ebuild b/media-video/vlc/vlc-0.2.91.ebuild index afda020328cb..fc52f5c13c80 100644 --- a/media-video/vlc/vlc-0.2.91.ebuild +++ b/media-video/vlc/vlc-0.2.91.ebuild @@ -1,6 +1,6 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Author Nathaniel Hirsch <nh2@njit.edu> Achim Gottinge <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.2.91.ebuild,v 1.3 2002/02/04 18:17:42 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.2.91.ebuild,v 1.4 2002/03/06 18:55:22 gbevin Exp $ S=${WORKDIR}/${P} DESCRIPTION="DVD / video player" @@ -13,8 +13,8 @@ DEPEND=">=media-libs/libsdl-1.1.8-r1 ggi? ( >=media-libs/libggi-2.0_beta3 ) qt? ( =x11-libs/qt-2.3* ) gtk? ( >=x11-libs/gtk+-1.2.10-r4 ) - #alsa? ( >=media-libs/alsa-lib-0.5.10 ) X? ( virtual/x11 )" + #alsa? ( >=media-libs/alsa-lib-0.5.10 ) #kde? ( >=kde-base/kdelibs-2.1.1 ) src_compile(){ diff --git a/net-fs/netatalk/netatalk-1.4.99.0.20001108.ebuild b/net-fs/netatalk/netatalk-1.4.99.0.20001108.ebuild index 1485d5604dbf..839e229daedd 100644 --- a/net-fs/netatalk/netatalk-1.4.99.0.20001108.ebuild +++ b/net-fs/netatalk/netatalk-1.4.99.0.20001108.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-fs/netatalk/netatalk-1.4.99.0.20001108.ebuild,v 1.5 2001/06/15 13:08:50 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/netatalk/netatalk-1.4.99.0.20001108.ebuild,v 1.6 2002/03/06 18:55:22 gbevin Exp $ P=netatalk-1.4.99-0.20001108 A=${P}.tar.gz @@ -11,7 +11,7 @@ SRC_URI="http://download.sourceforge.net/netatalk/${A}" HOMEPAGE="http://netatakl.sourceforge.net" DEPEND="virtual/glibc - pam? ( sys-libs/pam-0.7 ) + pam? ( sys-libs/pam ) tcpd? ( sys-apps/tcp-wrappers ) sys-apps/shadow sys-devel/libtool diff --git a/net-fs/netatalk/netatalk-1.5.2.ebuild b/net-fs/netatalk/netatalk-1.5.2.ebuild index 07c78a8b2154..a4e0b8675546 100644 --- a/net-fs/netatalk/netatalk-1.5.2.ebuild +++ b/net-fs/netatalk/netatalk-1.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-fs/netatalk/netatalk-1.5.2.ebuild,v 1.1 2002/02/27 05:16:53 chouser Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/netatalk/netatalk-1.5.2.ebuild,v 1.2 2002/03/06 18:55:22 gbevin Exp $ S=${WORKDIR}/${P} DESCRIPTION="kernel level implementation of the AppleTalk Protocol Suite" @@ -8,7 +8,7 @@ SRC_URI="http://download.sourceforge.net/netatalk/${P}.tar.gz" HOMEPAGE="http://netatalk.sourceforge.net" DEPEND="virtual/glibc - pam? ( sys-libs/pam-0.7 ) + pam? ( sys-libs/pam ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( dev-libs/openssl ) sys-apps/shadow diff --git a/net-fs/netatalk/netatalk-1.5_pre6.ebuild b/net-fs/netatalk/netatalk-1.5_pre6.ebuild index 9bb0daf925e1..6f20ce4300ba 100644 --- a/net-fs/netatalk/netatalk-1.5_pre6.ebuild +++ b/net-fs/netatalk/netatalk-1.5_pre6.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-fs/netatalk/netatalk-1.5_pre6.ebuild,v 1.1 2001/07/01 19:22:19 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/netatalk/netatalk-1.5_pre6.ebuild,v 1.2 2002/03/06 18:55:22 gbevin Exp $ P=netatalk-1.5pre6 A=${P}.tar.bz2 @@ -11,7 +11,7 @@ SRC_URI="http://download.sourceforge.net/netatalk/${A}" HOMEPAGE="http://netatakl.sourceforge.net" DEPEND="virtual/glibc - pam? ( sys-libs/pam-0.7 ) + pam? ( sys-libs/pam ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( dev-libs/openssl ) sys-apps/shadow diff --git a/net-im/psi/psi-0.8.4.ebuild b/net-im/psi/psi-0.8.4.ebuild index de008bb85782..fa4278c56a78 100644 --- a/net-im/psi/psi-0.8.4.ebuild +++ b/net-im/psi/psi-0.8.4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author Bart Verwilst <verwilst@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.8.4.ebuild,v 1.4 2002/02/09 11:47:57 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.8.4.ebuild,v 1.5 2002/03/06 18:55:22 gbevin Exp $ S=${WORKDIR}/${P} SRC_URI="http://www.affinix.com/~justin/programs/psi/${P}.tar.bz2" @@ -10,7 +10,7 @@ HOMEPAGE="http://www.affinix.com/~justin/programs/psi/" SLOT="0" DEPEND="virtual/glibc =x11-libs/qt-3* - ssl? ( >=dev-libs/openssl-0.9.c )" + ssl? ( >=dev-libs/openssl-0.9c )" src_compile() { diff --git a/net-mail/spruce/spruce-0.7.6-r2.ebuild b/net-mail/spruce/spruce-0.7.6-r2.ebuild index b7a0c855e2ee..3a65624ee576 100644 --- a/net-mail/spruce/spruce-0.7.6-r2.ebuild +++ b/net-mail/spruce/spruce-0.7.6-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Author Joe Bormolini <lordjoe@bigfoot.com> # Maintainer: Desktop Team <desktop@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/spruce/spruce-0.7.6-r2.ebuild,v 1.1 2001/11/10 00:03:58 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/spruce/spruce-0.7.6-r2.ebuild,v 1.2 2002/03/06 18:55:22 gbevin Exp $ S=${WORKDIR}/${P} DESCRIPTION="Gtk email client" @@ -13,7 +13,7 @@ RDEPEND=">=x11-libs/gtk+-1.2.10-r4 gnome-base/libglade ssl? ( >=dev-libs/openssl-0.9.6 ) gpg? ( app-crypt/gnupg ) - gnome? ( gnome-base/gnome-print-0.29-r1 )" + gnome? ( >=gnome-base/gnome-print-0.29-r1 )" DEPEND="$RDEPEND nls? ( sys-devel/gettext )" diff --git a/net-mail/sylpheed-claws/sylpheed-claws-0.7.1.ebuild b/net-mail/sylpheed-claws/sylpheed-claws-0.7.1.ebuild index 7d65e9c789be..6d6c3047a10f 100644 --- a/net-mail/sylpheed-claws/sylpheed-claws-0.7.1.ebuild +++ b/net-mail/sylpheed-claws/sylpheed-claws-0.7.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Desktop Team <desktop@gentoo.org> # Author: Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/sylpheed-claws-0.7.1.ebuild,v 1.2 2002/02/22 15:24:26 tod Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/sylpheed-claws-0.7.1.ebuild,v 1.3 2002/03/06 18:55:22 gbevin Exp $ S=${WORKDIR}/sylpheed-${PV}claws DESCRIPTION="Bleeding edge version of Sylpheed" @@ -17,7 +17,7 @@ DEPEND=">=x11-libs/gtk+-1.2.6 xface? ( >=media-libs/compface-1.4 ) jpilot? ( >=app-misc/jpilot-0.99 ) imlib? ( >=media-libs/imlib-1.9.10 ) - gpgme? ( >=app-crypt/gpgme/0.2.3 ) + gpgme? ( >=app-crypt/gpgme-0.2.3 ) " RDEPEND="$DEPEND" diff --git a/net-mail/sylpheed-claws/sylpheed-claws-0.7.2.ebuild b/net-mail/sylpheed-claws/sylpheed-claws-0.7.2.ebuild index 536f3a5c052e..6ba56c0795ac 100644 --- a/net-mail/sylpheed-claws/sylpheed-claws-0.7.2.ebuild +++ b/net-mail/sylpheed-claws/sylpheed-claws-0.7.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Desktop Team <desktop@gentoo.org> # Author: Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/sylpheed-claws-0.7.2.ebuild,v 1.1 2002/02/22 15:24:26 tod Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/sylpheed-claws-0.7.2.ebuild,v 1.2 2002/03/06 18:55:22 gbevin Exp $ S=${WORKDIR}/sylpheed-${PV}claws DESCRIPTION="Bleeding edge version of Sylpheed" @@ -17,7 +17,7 @@ DEPEND=">=x11-libs/gtk+-1.2.6 xface? ( >=media-libs/compface-1.4 ) jpilot? ( >=app-misc/jpilot-0.99 ) imlib? ( >=media-libs/imlib-1.9.10 ) - gpgme? ( >=app-crypt/gpgme/0.2.3 ) + gpgme? ( >=app-crypt/gpgme-0.2.3 ) " RDEPEND="$DEPEND" diff --git a/net-misc/gtkskan/gtkskan-0.2.ebuild b/net-misc/gtkskan/gtkskan-0.2.ebuild index 0db9f3e3536e..1670cf985f04 100644 --- a/net-misc/gtkskan/gtkskan-0.2.ebuild +++ b/net-misc/gtkskan/gtkskan-0.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Tools Team <tools@gentoo.org> # Author: Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/gtkskan/gtkskan-0.2.ebuild,v 1.1 2002/02/10 21:03:50 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gtkskan/gtkskan-0.2.ebuild,v 1.2 2002/03/06 18:55:22 gbevin Exp $ S=${WORKDIR}/${P} DESCRIPTION="GTK+-based ESSID scanner" @@ -12,7 +12,7 @@ HOMEPAGE="http://wavelan-tools.sf.net" DEPEND="virtual/glibc =sys-libs/db-1.85* >=x11-libs/gtk+-1.2.10 - gnome? ( >=gnome-libs-1.4 gnome-core-1.4 )" + gnome? ( >=gnome-base/gnome-libs-1.4 >=gnome-base/gnome-core-1.4 )" #RDEPEND="" src_compile() { diff --git a/net-news/tin/tin-1.4.5.ebuild b/net-news/tin/tin-1.4.5.ebuild index 36e81dcd3f12..2664ce6ad016 100644 --- a/net-news/tin/tin-1.4.5.ebuild +++ b/net-news/tin/tin-1.4.5.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Michael Conrad Tilstra <tadpol@gentoo.org> <tadpol@tadpol.org> -# $Header: /var/cvsroot/gentoo-x86/net-news/tin/tin-1.4.5.ebuild,v 1.1 2001/08/16 03:27:24 tadpol Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/tin/tin-1.4.5.ebuild,v 1.2 2002/03/06 18:55:22 gbevin Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,7 +9,7 @@ DESCRIPTION="" SRC_URI="ftp://ftp.tin.org/pub/news/clients/tin/v1.4/${A}" HOMEPAGE="http://www.tin.org/" DEPEND="virtual/glibc - ncurses? ( ~sys-libs/ncurses )" + ncurses? ( sys-libs/ncurses )" src_compile() { local myopts diff --git a/net-www/mozilla/mozilla-0.9.8-r3.ebuild b/net-www/mozilla/mozilla-0.9.8-r3.ebuild index 14cc8b73c1cb..eda39f49a5e5 100644 --- a/net-www/mozilla/mozilla-0.9.8-r3.ebuild +++ b/net-www/mozilla/mozilla-0.9.8-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-0.9.8-r3.ebuild,v 1.1 2002/02/15 11:16:47 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-0.9.8-r3.ebuild,v 1.2 2002/03/06 18:55:22 gbevin Exp $ S=${WORKDIR}/mozilla DESCRIPTION="The Mozilla Web Browser" @@ -97,8 +97,7 @@ src_compile() { CFLAGS="${CFLAGS/-fomit-frame-pointer}" CXXFLAGS="${CXXFLAGS/-fomit-frame-pointer}" - ./configure --host=${CHOST} \ - --prefix=/usr/lib/mozilla \ + ./configure --prefix=/usr/lib/mozilla \ --disable-tests \ --disable-pedantic \ --enable-mathml \ diff --git a/net-www/screem/screem-0.4.1-r1.ebuild b/net-www/screem/screem-0.4.1-r1.ebuild index b4cbe7ea06a6..ddac6d74c247 100644 --- a/net-www/screem/screem-0.4.1-r1.ebuild +++ b/net-www/screem/screem-0.4.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Craig Joly <joly@ee.ualberta.ca> -# $Header: /var/cvsroot/gentoo-x86/net-www/screem/screem-0.4.1-r1.ebuild,v 1.2 2001/10/07 18:10:20 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/screem/screem-0.4.1-r1.ebuild,v 1.3 2002/03/06 18:55:22 gbevin Exp $ S=${WORKDIR}/${P} DESCRIPTION="SCREEM (Site CReating and Editing EnvironmenMent) is an @@ -16,7 +16,7 @@ DEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1 >=media-libs/gdk-pixbuf-0.11.0-r1 >=gnome-base/gnome-vfs-1.0.2-r1 ssl? ( dev-libs/openssl ) - gtkhtml? ( gnome-extra/gtkhtml-0.14.0-r1 ) + gtkhtml? ( >=gnome-extra/gtkhtml-0.14.0-r1 ) nls? ( sys-devel/gettext )" src_compile() { diff --git a/sys-apps/parted/parted-1.4.21.ebuild b/sys-apps/parted/parted-1.4.21.ebuild index 2e94283351e1..5edfb2f17ed4 100644 --- a/sys-apps/parted/parted-1.4.21.ebuild +++ b/sys-apps/parted/parted-1.4.21.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Peter Gavin <pete@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.4.21.ebuild,v 1.1 2001/12/17 16:38:08 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.4.21.ebuild,v 1.2 2002/03/06 18:55:22 gbevin Exp $ S=${WORKDIR}/${P} DESCRIPTION="an advanced partition modification system" @@ -11,7 +11,7 @@ HOMEPAGE="http://www.gnu.org/software/${PN}" DEPEND="virtual/glibc >=sys-apps/e2fsprogs-1.19-r2 readline? ( >=sys-libs/readline-4.1-r2 ) - nls? ( sys-devel/gettext-0.10.38 ) + nls? ( >=sys-devel/gettext-0.10.38 ) python? ( >=dev-lang/python-2.0 )" diff --git a/sys-apps/parted/parted-1.4.24.ebuild b/sys-apps/parted/parted-1.4.24.ebuild index 77c952628db6..87fc8f5b8002 100644 --- a/sys-apps/parted/parted-1.4.24.ebuild +++ b/sys-apps/parted/parted-1.4.24.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Peter Gavin <pete@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.4.24.ebuild,v 1.1 2002/01/28 18:27:13 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.4.24.ebuild,v 1.2 2002/03/06 18:55:22 gbevin Exp $ S=${WORKDIR}/${P} DESCRIPTION="An advanced partition modification system" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.gnu.org/software/${PN}" DEPEND="virtual/glibc >=sys-apps/e2fsprogs-1.19-r2 readline? ( >=sys-libs/readline-4.1-r2 ) - nls? ( sys-devel/gettext-0.10.38 ) + nls? ( >=sys-devel/gettext-0.10.38 ) python? ( >=dev-lang/python-2.0 )" diff --git a/sys-apps/tar/tar-1.13.18-r4.ebuild b/sys-apps/tar/tar-1.13.18-r4.ebuild index 808808a9d726..c653e693e74c 100644 --- a/sys-apps/tar/tar-1.13.18-r4.ebuild +++ b/sys-apps/tar/tar-1.13.18-r4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tar/tar-1.13.18-r4.ebuild,v 1.1 2001/03/04 04:58:18 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tar/tar-1.13.18-r4.ebuild,v 1.2 2002/03/06 18:55:22 gbevin Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,7 +11,7 @@ SRC_URI="ftp://alpha.gnu.org/gnu/tar/"${A} HOMEPAGE="http://www.gnu.org/software/tar/" DEPEND="virtual/glibc - nls? ( sys-devel/gettext-0.10.35 )" + nls? ( >=sys-devel/gettext-0.10.35 )" RDEPEND="virtual/glibc" diff --git a/sys-apps/tar/tar-1.13.19-r1.ebuild b/sys-apps/tar/tar-1.13.19-r1.ebuild index d6b60dda0660..3a7484ee23f5 100644 --- a/sys-apps/tar/tar-1.13.19-r1.ebuild +++ b/sys-apps/tar/tar-1.13.19-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tar/tar-1.13.19-r1.ebuild,v 1.2 2001/08/04 18:22:45 pete Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tar/tar-1.13.19-r1.ebuild,v 1.3 2002/03/06 18:55:22 gbevin Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,7 +11,7 @@ SRC_URI="ftp://alpha.gnu.org/gnu/tar/"${A} HOMEPAGE="http://www.gnu.org/software/tar/" DEPEND="virtual/glibc - nls? ( sys-devel/gettext-0.10.35 )" + nls? ( >=sys-devel/gettext-0.10.35 )" RDEPEND="virtual/glibc" diff --git a/sys-apps/tar/tar-1.13.19.ebuild b/sys-apps/tar/tar-1.13.19.ebuild index cd32405d9a99..615633e6e092 100644 --- a/sys-apps/tar/tar-1.13.19.ebuild +++ b/sys-apps/tar/tar-1.13.19.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tar/tar-1.13.19.ebuild,v 1.1 2001/07/12 19:43:49 lamer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tar/tar-1.13.19.ebuild,v 1.2 2002/03/06 18:55:22 gbevin Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,7 +11,7 @@ SRC_URI="ftp://alpha.gnu.org/gnu/tar/"${A} HOMEPAGE="http://www.gnu.org/software/tar/" DEPEND="virtual/glibc - nls? ( sys-devel/gettext-0.10.35 )" + nls? ( >=sys-devel/gettext-0.10.35 )" RDEPEND="virtual/glibc" diff --git a/sys-apps/tar/tar-1.13.25-r1.ebuild b/sys-apps/tar/tar-1.13.25-r1.ebuild index fae509077dae..7815cd680fec 100644 --- a/sys-apps/tar/tar-1.13.25-r1.ebuild +++ b/sys-apps/tar/tar-1.13.25-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tar/tar-1.13.25-r1.ebuild,v 1.1 2001/12/27 20:53:56 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tar/tar-1.13.25-r1.ebuild,v 1.2 2002/03/06 18:55:22 gbevin Exp $ S=${WORKDIR}/${P} @@ -9,7 +9,7 @@ DESCRIPTION="Use this to try make tarballs :)" SRC_URI="ftp://alpha.gnu.org/gnu/tar/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/tar/" -DEPEND="virtual/glibc nls? ( sys-devel/gettext-0.10.35 )" +DEPEND="virtual/glibc nls? ( >=sys-devel/gettext-0.10.35 )" RDEPEND="virtual/glibc" diff --git a/sys-apps/tar/tar-1.13.25.ebuild b/sys-apps/tar/tar-1.13.25.ebuild index ee7a68013a3a..8d3ebb3c6a4e 100644 --- a/sys-apps/tar/tar-1.13.25.ebuild +++ b/sys-apps/tar/tar-1.13.25.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tar/tar-1.13.25.ebuild,v 1.4 2001/12/27 20:54:29 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tar/tar-1.13.25.ebuild,v 1.5 2002/03/06 18:55:22 gbevin Exp $ S=${WORKDIR}/${P} @@ -9,7 +9,7 @@ DESCRIPTION="Use this to try make tarballs :)" SRC_URI="ftp://alpha.gnu.org/gnu/tar/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/tar/" -DEPEND="virtual/glibc nls? ( sys-devel/gettext-0.10.35 )" +DEPEND="virtual/glibc nls? ( >=sys-devel/gettext-0.10.35 )" RDEPEND="virtual/glibc" diff --git a/x11-wm/enlightenment/enlightenment-0.16.5-r2.ebuild b/x11-wm/enlightenment/enlightenment-0.16.5-r2.ebuild index 99f73ec0e501..bcfabae3a908 100644 --- a/x11-wm/enlightenment/enlightenment-0.16.5-r2.ebuild +++ b/x11-wm/enlightenment/enlightenment-0.16.5-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-0.16.5-r2.ebuild,v 1.3 2002/01/24 00:54:59 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-0.16.5-r2.ebuild,v 1.4 2002/03/06 18:55:22 gbevin Exp $ S=${WORKDIR}/${P} DESCRIPTION="Enlightenment Window Manager" @@ -10,7 +10,7 @@ HOMEPAGE="http://www.enlightenment.org/" DEPEND=">=media-libs/fnlib-0.5 >=media-sound/esound-0.2.19 - ~media-libs/freetype-1.3.1-r3 + ~media-libs/freetype-1.3.1 >=gnome-base/libghttp-1.0.9-r1" diff --git a/x11-wm/enlightenment/enlightenment-0.16.5-r3.ebuild b/x11-wm/enlightenment/enlightenment-0.16.5-r3.ebuild index 2edb302a73a6..556bb70dd785 100644 --- a/x11-wm/enlightenment/enlightenment-0.16.5-r3.ebuild +++ b/x11-wm/enlightenment/enlightenment-0.16.5-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-0.16.5-r3.ebuild,v 1.1 2002/02/16 10:23:36 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-0.16.5-r3.ebuild,v 1.2 2002/03/06 18:55:22 gbevin Exp $ S=${WORKDIR}/${P} DESCRIPTION="Enlightenment Window Manager" @@ -10,7 +10,7 @@ HOMEPAGE="http://www.enlightenment.org/" DEPEND=">=media-libs/fnlib-0.5 >=media-sound/esound-0.2.19 - ~media-libs/freetype-1.3.1-r3 + ~media-libs/freetype-1.3.1 >=gnome-base/libghttp-1.0.9-r1" |