summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-base/xfce-utils/xfce-utils-4.2.3.ebuild')
-rw-r--r--xfce-base/xfce-utils/xfce-utils-4.2.3.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/xfce-base/xfce-utils/xfce-utils-4.2.3.ebuild b/xfce-base/xfce-utils/xfce-utils-4.2.3.ebuild
deleted file mode 100644
index e504eff7656b..000000000000
--- a/xfce-base/xfce-utils/xfce-utils-4.2.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.2.3.ebuild,v 1.14 2006/12/02 09:36:17 dev-zero Exp $
-
-inherit eutils xfce42
-
-DESCRIPTION="Xfce 4 utilities"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="gtkhtml"
-
-RDEPEND="|| ( ( x11-libs/libX11
- x11-libs/libICE
- x11-libs/libSM
- x11-apps/xrdb )
- virtual/x11 )
- ~xfce-base/xfce-mcs-manager-${PV}
- gtkhtml? ( gnome-extra/gtkhtml )"
-DEPEND="${RDEPEND}
- || ( x11-libs/libXt virtual/x11 )"
-
-XFCE_CONFIG="$(use_enable gtkhtml) --enable-gdm"
-core_package
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/nolisten-tcp.patch
-}