summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/enlightenment/enlightenment-0.16.5.ebuild39
-rw-r--r--x11-wm/enlightenment/files/digest-enlightenment-0.16.51
-rw-r--r--x11-wm/pwm/files/digest-pwm-1.01
-rw-r--r--x11-wm/pwm/pwm-1.0.ebuild39
-rw-r--r--x11-wm/sawfish/files/digest-sawfish-0.341
-rw-r--r--x11-wm/sawfish/files/digest-sawfish-0.351
-rw-r--r--x11-wm/sawfish/files/digest-sawfish-0.37.31
-rw-r--r--x11-wm/sawfish/files/digest-sawfish-0.37.3-r11
-rw-r--r--x11-wm/sawfish/sawfish-0.35.ebuild41
-rw-r--r--x11-wm/sawfish/sawfish-0.37.3-r1.ebuild60
-rw-r--r--x11-wm/sawfish/sawfish-0.37.3.ebuild41
11 files changed, 0 insertions, 226 deletions
diff --git a/x11-wm/enlightenment/enlightenment-0.16.5.ebuild b/x11-wm/enlightenment/enlightenment-0.16.5.ebuild
deleted file mode 100644
index f7c048e408e8..000000000000
--- a/x11-wm/enlightenment/enlightenment-0.16.5.ebuild
+++ /dev/null
@@ -1,39 +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/enlightenment/enlightenment-0.16.5.ebuild,v 1.1 2000/11/26 22:48:36 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Enlightenment Window Manager"
-SRC_URI="ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/"${A}
-HOMEPAGE="http://www.enlightenment.org/"
-
-DEPEND=">=media-libs/fnlib-0.5
- >=media-sound/esound-0.2.19
- >=media-libs/freetype-1.3.1
- >=gnome-base/libghttp-1.0.7"
-
-src_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- cd ${S}
- try CFLAGS="\"${CFLAGS} -I/opt/gnome/include\"" LDFLAGS="-L/opt/gnome/lib" \
- ./configure --host=${CHOST} --prefix=/usr/X11R6 --with-catgets
- try make
-}
-
-src_install() {
- cd ${S}
- try make prefix=${D}/usr/X11R6 localedir=${D}/usr/X11R6/enlightenment/locale \
- gnulocaledir=${D}/usr/X11R6/enlightenment/locale install
-
- dodoc AUTHORS ChangeLog COPYING NEWS README
- docinto sample-scripts
- dodoc sample-scripts/*
-}
-
-
-
diff --git a/x11-wm/enlightenment/files/digest-enlightenment-0.16.5 b/x11-wm/enlightenment/files/digest-enlightenment-0.16.5
deleted file mode 100644
index 96494ff73e9c..000000000000
--- a/x11-wm/enlightenment/files/digest-enlightenment-0.16.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3902b7c9cfaa8f70ca8079b348de0ed5 enlightenment-0.16.5.tar.gz
diff --git a/x11-wm/pwm/files/digest-pwm-1.0 b/x11-wm/pwm/files/digest-pwm-1.0
deleted file mode 100644
index 7b699abc4c66..000000000000
--- a/x11-wm/pwm/files/digest-pwm-1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9a1efe73f597a3303aa94b8d0136779d pwm-1.0.tar.gz
diff --git a/x11-wm/pwm/pwm-1.0.ebuild b/x11-wm/pwm/pwm-1.0.ebuild
deleted file mode 100644
index d08dac06fbcf..000000000000
--- a/x11-wm/pwm/pwm-1.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Ryan Tolboom <ryan@intphsys.com>
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/pwm/pwm-1.0.ebuild,v 1.1 2001/02/06 07:19:50 achim Exp $
-
-S=${WORKDIR}/pwm-1.0
-SRC_URI="http://www.students.tut.fi/~tuomov/dl/pwm-1.0.tar.gz"
-
-HOMEPAGE="http://www.students.tut.fi/~tuomov/pwm"
-
-DESCRIPTION="A lightweight window manager"
-
-DEPEND=">=x11-base/xfree-4.0.1"
-
-
-src_unpack() {
-
- unpack ${A}
- cd ${S}
- cp config.h config.orig
- sed -e "s:PREFIX\"/etc/pwm/\":\"/etc/X11/pwm/\":" \
- config.orig > config.h
- cp system.mk system.orig
- sed -e "s:-g -O2:${CFLAGS}:" system.orig > system.mk
-
-}
-
-src_compile() {
-
- try make
-
-}
-
-src_install() {
-
- try make PREFIX=${D}/usr/X11R6 ETCDIR=${D}/etc/X11 DOCDIR=${D}/usr/doc/${PF} install
- dodoc config.txt
-
-}
diff --git a/x11-wm/sawfish/files/digest-sawfish-0.34 b/x11-wm/sawfish/files/digest-sawfish-0.34
deleted file mode 100644
index 4ab020659dac..000000000000
--- a/x11-wm/sawfish/files/digest-sawfish-0.34
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ea8100ac8ed88622b85b5b620a5a483c sawfish-0.34.tar.gz
diff --git a/x11-wm/sawfish/files/digest-sawfish-0.35 b/x11-wm/sawfish/files/digest-sawfish-0.35
deleted file mode 100644
index fb2e444e44b7..000000000000
--- a/x11-wm/sawfish/files/digest-sawfish-0.35
+++ /dev/null
@@ -1 +0,0 @@
-MD5 feaa1f28eead003bdc9b5d397a5ff581 sawfish-0.35.tar.gz
diff --git a/x11-wm/sawfish/files/digest-sawfish-0.37.3 b/x11-wm/sawfish/files/digest-sawfish-0.37.3
deleted file mode 100644
index aa193f4361f1..000000000000
--- a/x11-wm/sawfish/files/digest-sawfish-0.37.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b8207fe7b49bc1f0fa57e39d40ddd213 sawfish-0.37.3.tar.gz
diff --git a/x11-wm/sawfish/files/digest-sawfish-0.37.3-r1 b/x11-wm/sawfish/files/digest-sawfish-0.37.3-r1
deleted file mode 100644
index aa193f4361f1..000000000000
--- a/x11-wm/sawfish/files/digest-sawfish-0.37.3-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b8207fe7b49bc1f0fa57e39d40ddd213 sawfish-0.37.3.tar.gz
diff --git a/x11-wm/sawfish/sawfish-0.35.ebuild b/x11-wm/sawfish/sawfish-0.35.ebuild
deleted file mode 100644
index e2e818091e61..000000000000
--- a/x11-wm/sawfish/sawfish-0.35.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.35.ebuild,v 1.1 2001/01/09 19:58:50 drobbins 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
-}
-
-
-
diff --git a/x11-wm/sawfish/sawfish-0.37.3-r1.ebuild b/x11-wm/sawfish/sawfish-0.37.3-r1.ebuild
deleted file mode 100644
index 81c4bdbce26a..000000000000
--- a/x11-wm/sawfish/sawfish-0.37.3-r1.ebuild
+++ /dev/null
@@ -1,60 +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.37.3-r1.ebuild,v 1.1 2001/03/06 06:05:34 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.15-r1
- esd? ( >=media-sound/esound-0.2.22 )
- readline? ( >=sys-libs/readline-4.1 )
- nls? ( sys-devel/gettext )
- >=media-libs/audiofile-0.2.1
- >=media-libs/imlib-1.9.9
- gnome? ( >=gnome-base/gnome-core-1.3.1
- >=gnome-base/libglade-0.15-r1 )"
-
-src_compile() {
-
- local myconf
- if [ "`use esd`" ]
- then
- myconf="--with-esd"
- else
- myconf="--without-esd"
- fi
- if [ "`use gnome`" ]
- then
- myconf="${myconf} --with-gnome-prefix=/opt/gnome --enable-gnome-widgets --enable-capplet"
- else
- myconf="${myconf} --disable-gnome-widgets --disable-capplet"
- fi
- if [ "`use readline`" ]
- then
- myconf="${myconf} --with-readline"
- else
- myconf="${myconf} --without-readline"
- fi
- if [ -z "`use nls`" ]
- then
- myconf="${myconf} --disable-linguas"
- fi
-
- try ./configure --host=${CHOST} --prefix=/usr/X11R6 --infodir=/usr/X11R6/share/info --libexecdir=/usr/X11R6/lib --with-audiofile ${myconf}
-
- #pmake doesn't work, stick with make
- try make
-}
-
-src_install() {
-
- try make DESTDIR=${D} install
- dodoc AUTHORS BUGS COPYING ChangeLog DOC FAQ NEWS README THANKS TODO
-
-}
-
-
-
diff --git a/x11-wm/sawfish/sawfish-0.37.3.ebuild b/x11-wm/sawfish/sawfish-0.37.3.ebuild
deleted file mode 100644
index 3d6838db411b..000000000000
--- a/x11-wm/sawfish/sawfish-0.37.3.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.37.3.ebuild,v 1.1 2001/02/28 01:45:35 drobbins 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
-}
-
-
-