summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-01-09 21:36:16 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-01-09 21:36:16 +0000
commitef69dd1bf4ab4cbabd8d40999991571b0e143d9c (patch)
treeb51ffaa3149416d72fa6043db7415521a022b59d /x11-wm
parentnew stuff (diff)
downloadgentoo-2-ef69dd1bf4ab4cbabd8d40999991571b0e143d9c.tar.gz
gentoo-2-ef69dd1bf4ab4cbabd8d40999991571b0e143d9c.tar.bz2
gentoo-2-ef69dd1bf4ab4cbabd8d40999991571b0e143d9c.zip
depreciated
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/sawfish/sawfish-0.34.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/x11-wm/sawfish/sawfish-0.34.ebuild b/x11-wm/sawfish/sawfish-0.34.ebuild
deleted file mode 100644
index 21568a6ab306..000000000000
--- a/x11-wm/sawfish/sawfish-0.34.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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.34.ebuild,v 1.1 2000/12/19 08:54:42 jerry 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.14
- >=media-sound/esound-0.2.19
- >=media-libs/imlib-0.9.8.1
- gnome? ( >=gnome-base/gnome-core-1.2.2.1
- >=gnome-base/libglade-0.14 )"
-
-src_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- cd ${S}
- if [ -n "`use gnome`" ]
- then
- try ./configure --host=${CHOST} --prefix=/usr/X11R6 --with-audiofile --with-esd \
- --with-gnome-prefix=/opt/gnome
- else
- try ./configure --host=${CHOST} --prefix=/usr/X11R6 --with-audiofile --with-esd
- fi
- #pmake doesn't work, stick with make
- try make
-}
-
-src_install() {
- cd ${S}
- try make DESTDIR=${D} install
- dodoc AUTHORS BUGS COPYING ChangeLog DOC FAQ NEWS README THANKS TODO
-}
-
-
-