diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-03-18 03:36:25 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-03-18 03:36:25 +0000 |
commit | 3d35d46c65c350f06d2389c472c836ff7d5abeca (patch) | |
tree | 3ffd6edd7178abc09a9ade14aa4140444efaf44b /x11-wm/xfce | |
parent | fix initscript to allow apmd to start properly. closes #1143, #1072. (diff) | |
download | gentoo-2-3d35d46c65c350f06d2389c472c836ff7d5abeca.tar.gz gentoo-2-3d35d46c65c350f06d2389c472c836ff7d5abeca.tar.bz2 gentoo-2-3d35d46c65c350f06d2389c472c836ff7d5abeca.zip |
Old versions are not used any longer.
Diffstat (limited to 'x11-wm/xfce')
-rw-r--r-- | x11-wm/xfce/files/digest-xfce-3.8.7-r1 | 1 | ||||
-rw-r--r-- | x11-wm/xfce/xfce-3.8.7-r1.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/x11-wm/xfce/files/digest-xfce-3.8.7-r1 b/x11-wm/xfce/files/digest-xfce-3.8.7-r1 deleted file mode 100644 index 3ad7a7b92923..000000000000 --- a/x11-wm/xfce/files/digest-xfce-3.8.7-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 58a2d84f7fab79990601528226ddc27b xfce-3.8.7.tar.gz 3965611 diff --git a/x11-wm/xfce/xfce-3.8.7-r1.ebuild b/x11-wm/xfce/xfce-3.8.7-r1.ebuild deleted file mode 100644 index 47f006cd9666..000000000000 --- a/x11-wm/xfce/xfce-3.8.7-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Ben Lutgens <ben@sistina.com> -# $Header: /var/cvsroot/gentoo-x86/x11-wm/xfce/xfce-3.8.7-r1.ebuild,v 1.2 2001/10/12 01:17:07 hallski Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="XFce is a lightweight desktop environment for various UNIX systems." -SRC_URI="http://prdownloads.sourceforge.net/xfce/${P}.tar.gz" -HOMEPAGE="http://www.xfce.org/" - -DEPEND="virtual/x11 - >=x11-libs/gtk+-1.2.10-r4 - gnome? ( >=media-libs/gdk-pixbuf-0.11.0-r1 )" - -if [ -z "`use gnome`" ] -then - DEPEND="${DEPEND} >=media-libs/imlib-1.9.10-r1" -fi - -src_compile() { - local myconf - - if [ "`use gnome`" ] - then - myconf="--enable-imlib=no --enable-gdk-pixbuf=/usr" - fi - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --with-data-dir=/usr/share/xfce \ - --with-conf-dir=/etc/X11/xfce \ - --with-locale-dir=/usr/share/locale ${myconf} - try make -} - -src_install () { - try make DESTDIR=${D} install - dodoc ChangeLog* AUTHORS LICENSE README* TODO* - dodir /etc/skel/.xfce -} |