summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/xfdesktop/xfdesktop-3.91.0.ebuild')
-rw-r--r--x11-misc/xfdesktop/xfdesktop-3.91.0.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/x11-misc/xfdesktop/xfdesktop-3.91.0.ebuild b/x11-misc/xfdesktop/xfdesktop-3.91.0.ebuild
deleted file mode 100644
index 7b220de649c5..000000000000
--- a/x11-misc/xfdesktop/xfdesktop-3.91.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfdesktop/xfdesktop-3.91.0.ebuild,v 1.2 2003/06/25 18:37:12 bcowan Exp $
-
-IUSE="X"
-S=${WORKDIR}/${P}
-
-DESCRIPTION="Xfce4 desktop"
-HOMEPAGE="http://www.xfce.org/"
-SRC_URI="mirror://sourceforge/xfce/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~alpha ~sparc"
-
-DEPEND=">=x11-libs/gtk+-2.0.6
- dev-util/pkgconfig
- dev-libs/libxml2
- =x11-libs/libxfce4util-3.91.0
- =x11-libs/libxfcegui4-3.91.0
- =x11-libs/libxfce4mcs-3.91.0
- =x11-misc/xfce-mcs-manager-3.91.0"
-
-src_compile() {
- local myconf
- myconf=""
-
- use X && myconf="${myconf} --with-x"
-
- econf ${myconf} || die
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-
- dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO
-}