summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-base/xfce4-base/xfce4-base-4.0.5.ebuild')
-rw-r--r--xfce-base/xfce4-base/xfce4-base-4.0.5.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/xfce-base/xfce4-base/xfce4-base-4.0.5.ebuild b/xfce-base/xfce4-base/xfce4-base-4.0.5.ebuild
deleted file mode 100644
index 996bfe844626..000000000000
--- a/xfce-base/xfce4-base/xfce4-base-4.0.5.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-base/xfce4-base-4.0.5.ebuild,v 1.9 2004/11/05 00:19:10 vapier Exp $
-
-DESCRIPTION="XFCE4, a lightweight Desktop Environment"
-HOMEPAGE="http://www.xfce.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc sparc x86"
-IUSE=""
-
-DEPEND="=xfce-base/libxfce4util-${PV}
- =xfce-base/libxfcegui4-${PV}
- =xfce-base/libxfce4mcs-${PV}
- =xfce-base/xfce-mcs-manager-${PV}
- =xfce-base/xfce-mcs-plugins-${PV}
- =xfce-base/xfwm4-${PV}
- =xfce-base/xfce-utils-${PV}
- =xfce-base/xffm-${PV}
- =xfce-base/xfdesktop-${PV}
- =xfce-base/xfprint-${PV}
- >=x11-themes/gtk-engines-xfce-2.1.1
- =xfce-base/xfce4-panel-${PV}"
-
-src_install() {
- #the session scripts now come with the xfce source 04/25/04
- #dodir /etc/X11/Sessions
- #echo startxfce4 > ${D}/etc/X11/Sessions/XFCE-4
- #fperms 755 /etc/X11/Sessions/XFCE-4
-
- #dodir /usr/share/xsessions
- #exeinto /usr/share/xsessions
- #doexe ${FILESDIR}/XFCE4.desktop
-
- einfo "This is just a wrapper script to install all the base components of Xfce4"
- einfo "Use startxfce4 to initialize. You also might want to emerge the extras"
- einfo "like xffm-icons, xfwm4-themes,xfce4-mixer, and xfce4-toys or"
- einfo "emerge xfce4 to merge all the base and extras."
-}