summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-12-11 19:13:03 +0000
committerAchim Gottinger <achim@gentoo.org>2000-12-11 19:13:03 +0000
commit00d527ece58fd3d4121b059c5df9a508b5c1d5da (patch)
tree970efd3ea24ce1ac9f068a04e7b1c6720eb346f6 /x11-wm/sawfish
parent*** empty log message *** (diff)
downloadgentoo-2-00d527ece58fd3d4121b059c5df9a508b5c1d5da.tar.gz
gentoo-2-00d527ece58fd3d4121b059c5df9a508b5c1d5da.tar.bz2
gentoo-2-00d527ece58fd3d4121b059c5df9a508b5c1d5da.zip
*** empty log message ***
Diffstat (limited to 'x11-wm/sawfish')
-rw-r--r--x11-wm/sawfish/files/digest-sawfish-0.31.11
-rw-r--r--x11-wm/sawfish/files/digest-sawfish-0.321
-rw-r--r--x11-wm/sawfish/sawfish-0.31.1.ebuild31
-rw-r--r--x11-wm/sawfish/sawfish-0.32.ebuild41
4 files changed, 0 insertions, 74 deletions
diff --git a/x11-wm/sawfish/files/digest-sawfish-0.31.1 b/x11-wm/sawfish/files/digest-sawfish-0.31.1
deleted file mode 100644
index ad399ea17182..000000000000
--- a/x11-wm/sawfish/files/digest-sawfish-0.31.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a3c96ee2df355a489846040fa59f064a sawfish-0.31.1.tar.gz
diff --git a/x11-wm/sawfish/files/digest-sawfish-0.32 b/x11-wm/sawfish/files/digest-sawfish-0.32
deleted file mode 100644
index e9122bc16622..000000000000
--- a/x11-wm/sawfish/files/digest-sawfish-0.32
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cfbf988a645810cc0fd8a670f0652250 sawfish-0.32.tar.gz
diff --git a/x11-wm/sawfish/sawfish-0.31.1.ebuild b/x11-wm/sawfish/sawfish-0.31.1.ebuild
deleted file mode 100644
index 8d48b0b0a8aa..000000000000
--- a/x11-wm/sawfish/sawfish-0.31.1.ebuild
+++ /dev/null
@@ -1,31 +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.31.1.ebuild,v 1.1 2000/10/05 18:22:52 achim 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/"
-
-src_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- cd ${S}
- try ./configure --host=${CHOST} --prefix=/usr/X11R6 --with-audiofile --with-esd \
- --with-gnome-prefix=/opt/gnome
- try make
-}
-
-src_install() {
- cd ${S}
- try make DESTDIR=${D} install
- prepinfo /usr/X11R6
- dodoc AUTHORS BUGS COPYING ChangeLog DOC FAQ NEWS README THANKS TODO
-}
-
-
-
diff --git a/x11-wm/sawfish/sawfish-0.32.ebuild b/x11-wm/sawfish/sawfish-0.32.ebuild
deleted file mode 100644
index d5bab246989d..000000000000
--- a/x11-wm/sawfish/sawfish-0.32.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.32.ebuild,v 1.4 2000/11/05 14:42:17 achim 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
-}
-
-
-