diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-07-29 10:59:16 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-07-29 10:59:16 +0000 |
commit | 2916875e16af31ef9eece866c0d6c4151f5de43f (patch) | |
tree | 3ea11ba0a3b1466c47d97f9bdca1800f23f30048 /x11-wm/sawfish | |
parent | updated to reflect move of gdk-pixbuf to media-libs (diff) | |
download | historical-2916875e16af31ef9eece866c0d6c4151f5de43f.tar.gz historical-2916875e16af31ef9eece866c0d6c4151f5de43f.tar.bz2 historical-2916875e16af31ef9eece866c0d6c4151f5de43f.zip |
updated to reflect move of gdk-pixbuf to media-libs
Diffstat (limited to 'x11-wm/sawfish')
-rw-r--r-- | x11-wm/sawfish/sawfish-0.38.ebuild | 10 | ||||
-rw-r--r-- | x11-wm/sawfish/sawfish-1.0.ebuild | 10 |
2 files changed, 14 insertions, 6 deletions
diff --git a/x11-wm/sawfish/sawfish-0.38.ebuild b/x11-wm/sawfish/sawfish-0.38.ebuild index 5a21dc7e8238..dc602cce2b19 100644 --- a/x11-wm/sawfish/sawfish-0.38.ebuild +++ b/x11-wm/sawfish/sawfish-0.38.ebuild @@ -1,26 +1,30 @@ # 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/sawfish/sawfish-0.38.ebuild,v 1.4 2001/07/07 14:25:25 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-0.38.ebuild,v 1.5 2001/07/29 10:59:16 hallski Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Extensible window manager using a Lisp-based scripting language" SRC_URI="ftp://sawmill.sourceforge.net/pub/sawmill/"${A} HOMEPAGE="http://sawmill.sourceforge.net/" + DEPEND=">=dev-libs/rep-gtk-0.15-r1 >=dev-libs/librep-0.13.6 >=media-libs/imlib-1.9.10 esd? ( >=media-sound/esound-0.2.22 ) readline? ( >=sys-libs/readline-4.1 ) nls? ( sys-devel/gettext ) - gnome? ( >=gnome-base/gnome-core-1.4.0 )" + gnome? ( >=media-libs/gdk-pixbuf-0.11 + >=gnome-base/gnome-core-1.4.0 )" + RDEPEND=">=dev-libs/rep-gtk-0.15-r1 >=dev-libs/librep-0.13.6 >=x11-libs/gtk+-1.2.10 >=media-libs/imlib-1.9.10 esd? ( >=media-sound/esound-0.2.22 ) - gnome? ( >=gnome-base/gnome-core-1.4.0 )" + gnome? ( >=media-libs/gdk-pixbuf-0.11 + >=gnome-base/gnome-core-1.4.0 )" src_compile() { diff --git a/x11-wm/sawfish/sawfish-1.0.ebuild b/x11-wm/sawfish/sawfish-1.0.ebuild index b999a4c6a40f..92c7251ea8fc 100644 --- a/x11-wm/sawfish/sawfish-1.0.ebuild +++ b/x11-wm/sawfish/sawfish-1.0.ebuild @@ -1,26 +1,30 @@ # 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/sawfish/sawfish-1.0.ebuild,v 1.1 2001/07/29 01:15:09 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.0.ebuild,v 1.2 2001/07/29 10:59:16 hallski Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Extensible window manager using a Lisp-based scripting language" SRC_URI="ftp://sawmill.sourceforge.net/pub/sawmill/"${A} HOMEPAGE="http://sawmill.sourceforge.net/" + DEPEND=">=dev-libs/rep-gtk-0.15-r1 >=dev-libs/librep-0.14 >=media-libs/imlib-1.9.10 esd? ( >=media-sound/esound-0.2.22 ) readline? ( >=sys-libs/readline-4.1 ) nls? ( sys-devel/gettext ) - gnome? ( >=gnome-base/gnome-core-1.4.0 )" + gnome? ( >=media-libs/gdk-pixbuf-0.11 + >=gnome-base/gnome-core-1.4.0 )" + RDEPEND=">=dev-libs/rep-gtk-0.15-r1 >=dev-libs/librep-0.14 >=x11-libs/gtk+-1.2.10 >=media-libs/imlib-1.9.10 esd? ( >=media-sound/esound-0.2.22 ) - gnome? ( >=gnome-base/gnome-core-1.4.0 )" + gnome? ( >=media-libs/gdk-pixbuf-0.11 + >=gnome-base/gnome-core-1.4.0 )" src_unpack() { unpack ${A} |