diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-09 02:10:54 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-09 02:10:54 +0000 |
commit | 3a186b8af61d1e6d2d359642b2fd113aebc57507 (patch) | |
tree | 168d0b2476fd1ca7dbdb22864113593ef5ff3e8b /x11-wm/xfce | |
parent | *** empty log message *** (diff) | |
download | historical-3a186b8af61d1e6d2d359642b2fd113aebc57507.tar.gz historical-3a186b8af61d1e6d2d359642b2fd113aebc57507.tar.bz2 historical-3a186b8af61d1e6d2d359642b2fd113aebc57507.zip |
*** empty log message ***
Diffstat (limited to 'x11-wm/xfce')
-rw-r--r-- | x11-wm/xfce/files/digest-xfce-3.8.1 | 1 | ||||
-rw-r--r-- | x11-wm/xfce/files/digest-xfce-3.8.1-r1 | 1 | ||||
-rw-r--r-- | x11-wm/xfce/files/digest-xfce-3.8.2 | 1 | ||||
-rw-r--r-- | x11-wm/xfce/xfce-3.8.1-r1.ebuild | 39 | ||||
-rw-r--r-- | x11-wm/xfce/xfce-3.8.1.ebuild | 26 | ||||
-rw-r--r-- | x11-wm/xfce/xfce-3.8.2.ebuild | 39 |
6 files changed, 0 insertions, 107 deletions
diff --git a/x11-wm/xfce/files/digest-xfce-3.8.1 b/x11-wm/xfce/files/digest-xfce-3.8.1 deleted file mode 100644 index 51eb1ce0e529..000000000000 --- a/x11-wm/xfce/files/digest-xfce-3.8.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 6cc4a90a0d5e45b8f4e3ba06a08981aa xfce-3.8.1.tar.gz diff --git a/x11-wm/xfce/files/digest-xfce-3.8.1-r1 b/x11-wm/xfce/files/digest-xfce-3.8.1-r1 deleted file mode 100644 index 51eb1ce0e529..000000000000 --- a/x11-wm/xfce/files/digest-xfce-3.8.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 6cc4a90a0d5e45b8f4e3ba06a08981aa xfce-3.8.1.tar.gz diff --git a/x11-wm/xfce/files/digest-xfce-3.8.2 b/x11-wm/xfce/files/digest-xfce-3.8.2 deleted file mode 100644 index 10490f2201ed..000000000000 --- a/x11-wm/xfce/files/digest-xfce-3.8.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 2f7c799a6f39d0ef9ca27b8eaaa5ea88 xfce-3.8.2.tar.gz diff --git a/x11-wm/xfce/xfce-3.8.1-r1.ebuild b/x11-wm/xfce/xfce-3.8.1-r1.ebuild deleted file mode 100644 index 1b11a442d6f6..000000000000 --- a/x11-wm/xfce/xfce-3.8.1-r1.ebuild +++ /dev/null @@ -1,39 +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> -# /home/cvsroot/gentoo-x86/x11-wm/blackbox/blackbox-0.61.1.ebuild,v 1.1 2001/04/20 18:51:22 drobbins Exp - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="XFce is a lightweight desktop environment for various UNIX systems." -SRC_URI="http://prdownloads.sourceforge.net/xfce/${A}" -HOMEPAGE="http://www.xfce.org/" - -DEPEND="virtual/x11 - >=x11-libs/gtk+-1.2 - gnome? ( >=gnome-base/gdk-pixbuf-0.10 )" - -if [ -z "`use gnome`" ] -then - DEPEND="${DEPEND} >=media-libs/imlib-1.9.10" -fi - -src_compile() { - local myconf - if [ "`use gnome`" ] - then - myconf="--enable-imlib=no --enable-gdk-pixbuf=/opt/gnome" - fi - try ./configure --prefix=/usr/X11R6 --mandir=/usr/X11R6/share/man --host=${CHOST} \ - --with-data-dir=/usr/X11R6/share/xfce --with-conf-dir=/etc/X11/xfce \ - --with-locale-dir=/usr/X11R6/share/locale ${myconf} - try make -} - -src_install () { - try make DESTDIR=${D} install - dodoc ChangeLog* AUTHORS LICENSE README* TODO* - exeinto /usr/X11R6/bin/wm - doexe ${FILESDIR}/xfce - dodir /etc/skel/.xfce -} diff --git a/x11-wm/xfce/xfce-3.8.1.ebuild b/x11-wm/xfce/xfce-3.8.1.ebuild deleted file mode 100644 index 499db1bd6565..000000000000 --- a/x11-wm/xfce/xfce-3.8.1.ebuild +++ /dev/null @@ -1,26 +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> -# /home/cvsroot/gentoo-x86/x11-wm/blackbox/blackbox-0.61.1.ebuild,v 1.1 2001/04/20 18:51:22 drobbins Exp - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="XFce is a lightweight desktop environment for various UNIX systems." -SRC_URI="http://prdownloads.sourceforge.net/xfce/${A}" -HOMEPAGE="http://www.xfce.org/" - -DEPEND="virtual/x11 - >=x11-libs/gtk+-1.2 - >=media-libs/imlib-1.9.10" - -src_compile() { - try ./configure --prefix=/usr/X11R6 --mandir=/usr/X11R6/share/man --host=${CHOST} - try make -} - -src_install () { - try make DESTDIR=${D} install - dodoc ChangeLog* AUTHORS LICENSE README* TODO* - exeinto /usr/X11R6/bin/wm - doexe ${FILESDIR}/xfce -} diff --git a/x11-wm/xfce/xfce-3.8.2.ebuild b/x11-wm/xfce/xfce-3.8.2.ebuild deleted file mode 100644 index 1b11a442d6f6..000000000000 --- a/x11-wm/xfce/xfce-3.8.2.ebuild +++ /dev/null @@ -1,39 +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> -# /home/cvsroot/gentoo-x86/x11-wm/blackbox/blackbox-0.61.1.ebuild,v 1.1 2001/04/20 18:51:22 drobbins Exp - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="XFce is a lightweight desktop environment for various UNIX systems." -SRC_URI="http://prdownloads.sourceforge.net/xfce/${A}" -HOMEPAGE="http://www.xfce.org/" - -DEPEND="virtual/x11 - >=x11-libs/gtk+-1.2 - gnome? ( >=gnome-base/gdk-pixbuf-0.10 )" - -if [ -z "`use gnome`" ] -then - DEPEND="${DEPEND} >=media-libs/imlib-1.9.10" -fi - -src_compile() { - local myconf - if [ "`use gnome`" ] - then - myconf="--enable-imlib=no --enable-gdk-pixbuf=/opt/gnome" - fi - try ./configure --prefix=/usr/X11R6 --mandir=/usr/X11R6/share/man --host=${CHOST} \ - --with-data-dir=/usr/X11R6/share/xfce --with-conf-dir=/etc/X11/xfce \ - --with-locale-dir=/usr/X11R6/share/locale ${myconf} - try make -} - -src_install () { - try make DESTDIR=${D} install - dodoc ChangeLog* AUTHORS LICENSE README* TODO* - exeinto /usr/X11R6/bin/wm - doexe ${FILESDIR}/xfce - dodir /etc/skel/.xfce -} |