summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-base/xfce-utils')
-rw-r--r--xfce-base/xfce-utils/files/digest-xfce-utils-4.2.33
-rw-r--r--xfce-base/xfce-utils/files/nolisten-tcp.patch19
-rw-r--r--xfce-base/xfce-utils/xfce-utils-4.2.3.ebuild28
3 files changed, 0 insertions, 50 deletions
diff --git a/xfce-base/xfce-utils/files/digest-xfce-utils-4.2.3 b/xfce-base/xfce-utils/files/digest-xfce-utils-4.2.3
deleted file mode 100644
index 59ce4751b1f7..000000000000
--- a/xfce-base/xfce-utils/files/digest-xfce-utils-4.2.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 8028266d03c5bae7c7ccbddd6656ea97 xfce-utils-4.2.3.tar.gz 1303388
-RMD160 acbe18beeac5a2b6d4866ec98343d4fc98b4dd12 xfce-utils-4.2.3.tar.gz 1303388
-SHA256 64ce3cb12a05fe1a4173baf18748b44af8c282d8b93849a39ab1a1174af438aa xfce-utils-4.2.3.tar.gz 1303388
diff --git a/xfce-base/xfce-utils/files/nolisten-tcp.patch b/xfce-base/xfce-utils/files/nolisten-tcp.patch
deleted file mode 100644
index 6ce98cc94d99..000000000000
--- a/xfce-base/xfce-utils/files/nolisten-tcp.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -ur xfce-utils-4.2.3/scripts/startxfce4.in xfce-utils-4.2.3-r1/scripts/startxfce4.in
---- xfce-utils-4.2.3/scripts/startxfce4.in 2005-11-05 19:03:34.000000000 +0200
-+++ xfce-utils-4.2.3-r1/scripts/startxfce4.in 2006-06-06 01:02:47.000000000 +0300
-@@ -36,12 +36,12 @@
- fi
-
- if [ -f $BASEDIR/xinitrc ]; then
-- exec $prog $BASEDIR/xinitrc $*
-+ exec $prog $BASEDIR/xinitrc -- -nolisten tcp $*
- elif [ -f $HOME/.xfce4/xinitrc ]; then
- mkdir -p $BASEDIR
- cp $HOME/.xfce4/xinitrc $BASEDIR/
-- exec $prog $BASEDIR/xinitrc $*
-+ exec $prog $BASEDIR/xinitrc -- -nolisten tcp $*
- else
-- exec $prog @sysconfdir@/xdg/xfce4/xinitrc $*
-+ exec $prog @sysconfdir@/xdg/xfce4/xinitrc -- -nolisten tcp $*
- fi
-
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
-}