summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-08-23 15:31:10 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-08-23 15:31:10 +0000
commiteea478ac839619209683d33559e211d32f0c5fff (patch)
tree53f4b86449700a8603fc7aeaaa4e727d95f1ad78 /xfce-base
parentold (diff)
downloadgentoo-2-eea478ac839619209683d33559e211d32f0c5fff.tar.gz
gentoo-2-eea478ac839619209683d33559e211d32f0c5fff.tar.bz2
gentoo-2-eea478ac839619209683d33559e211d32f0c5fff.zip
old
(Portage version: 2.2_rc39/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r--xfce-base/xfce-utils/Manifest3
-rw-r--r--xfce-base/xfce-utils/files/xfce-utils-4.4.2-nolisten-tcp.patch19
-rw-r--r--xfce-base/xfce-utils/xfce-utils-4.4.3.ebuild48
3 files changed, 0 insertions, 70 deletions
diff --git a/xfce-base/xfce-utils/Manifest b/xfce-base/xfce-utils/Manifest
index 9403044bad39..49108b1c57ba 100644
--- a/xfce-base/xfce-utils/Manifest
+++ b/xfce-base/xfce-utils/Manifest
@@ -1,8 +1,5 @@
AUX Gentoo 644 RMD160 29853c59779a2eb685aa4082bf5c312588fbe633 SHA1 01f2135774ead9534fb374cfbeb7eb123d9aff55 SHA256 1ddff80be5707ff8eb888d8f41d9cd0df5c7e0e1bd84c28ed962b4c71028efc1
-AUX xfce-utils-4.4.2-nolisten-tcp.patch 812 RMD160 4101835fad4f3c0cd2ccde22bcf1919799f2b413 SHA1 39dbb88d7099cb74d57b5ba6ccd74febf42dff3a SHA256 4e1cf492a5743704952739e5533cc18e117328b0142acb1c4e375e9961d45f0a
-DIST xfce-utils-4.4.3.tar.bz2 644408 RMD160 62c337cdd40aebe58abca4689a444ab3b5b3e1e6 SHA1 71290af79f63bb2511d27b0313ec4cd7bc4a81b4 SHA256 919a3e1fc825bf22615821b66f65d30d5d2b3d7c44a37a54febb512d4e102c08
DIST xfce-utils-4.6.1.tar.bz2 614143 RMD160 4446c3882716e841c00e398df62b9d54046b9d26 SHA1 0bdb5b6e494f15372d8c0826ac93baca476c9f16 SHA256 8310ad3694567dc7cbe0d57f4283712ca9e576ca73c9dc53a576b546f0b6b571
-EBUILD xfce-utils-4.4.3.ebuild 1190 RMD160 db8490a74b52108c9075564076eab9595db234d6 SHA1 35468e8859e87d6be0a29fb92b4161e447e3dada SHA256 9e88b66b469a3d4ee818731222633fb1fa0edfd7a53d72e7ee25e7d08459eaf5
EBUILD xfce-utils-4.6.1.ebuild 1355 RMD160 3f60f4ea87237f1794cc457bfe8782269d1dd034 SHA1 3cea0120cb2b3a10a98508c9b1a84738f9b2c89f SHA256 78e5297092d8f64bc205fa08a2dda7a4b2c165a101b90ef6f1be1d64a036f823
MISC ChangeLog 17960 RMD160 3f87a4dc77827d935ac7acea86445a42a481a5dd SHA1 ab0e2800442da2b32d4ca568f66cae8cecb7fb47 SHA256 5b5035d77b7de2964774a71267fbb336d1348b57ff315c495edc038c9b1c772f
MISC metadata.xml 218 RMD160 e064747a2c888959d939ed09a70c242d905c89ea SHA1 8ff18a8acc37d299a3cc7b30663ca3eb0f91032e SHA256 c47df69ae42900828c5afb0aa77ee6f9ddca55a79b3326f69a0bbf8119f3d5df
diff --git a/xfce-base/xfce-utils/files/xfce-utils-4.4.2-nolisten-tcp.patch b/xfce-base/xfce-utils/files/xfce-utils-4.4.2-nolisten-tcp.patch
deleted file mode 100644
index 5dcac6db1bae..000000000000
--- a/xfce-base/xfce-utils/files/xfce-utils-4.4.2-nolisten-tcp.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -ur xfce-utils-4.4.2.orig/scripts/startxfce4.in xfce-utils-4.4.2/scripts/startxfce4.in
---- xfce-utils-4.4.2.orig/scripts/startxfce4.in 2007-11-17 21:31:32.000000000 +0200
-+++ xfce-utils-4.4.2/scripts/startxfce4.in 2007-12-03 18:30:36.000000000 +0200
-@@ -67,12 +67,12 @@
- fi
-
- if [ -f $BASEDIR/xinitrc ]; then
-- exec $prog $BASEDIR/xinitrc $CLIENTRC $SERVERRC
-+ exec $prog $BASEDIR/xinitrc $CLIENTRC -- -nolisten tcp $SERVERRC
- elif [ -f $HOME/.xfce4/xinitrc ]; then
- mkdir -p $BASEDIR
- cp $HOME/.xfce4/xinitrc $BASEDIR/
-- exec $prog $BASEDIR/xinitrc $CLIENTRC $SERVERRC
-+ exec $prog $BASEDIR/xinitrc $CLIENTRC -- -nolisten tcp $SERVERRC
- else
-- exec $prog @sysconfdir@/xdg/xfce4/xinitrc $CLIENTRC $SERVERRC
-+ exec $prog @sysconfdir@/xdg/xfce4/xinitrc $CLIENTRC -- -nolisten tcp $SERVERRC
- fi
-
diff --git a/xfce-base/xfce-utils/xfce-utils-4.4.3.ebuild b/xfce-base/xfce-utils/xfce-utils-4.4.3.ebuild
deleted file mode 100644
index 057e9ef560a2..000000000000
--- a/xfce-base/xfce-utils/xfce-utils-4.4.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2009 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.4.3.ebuild,v 1.7 2009/05/01 04:28:50 darkside Exp $
-
-EAPI=1
-
-inherit eutils xfce44
-
-XFCE_VERSION=4.4.3
-
-xfce44
-xfce44_core_package
-
-DESCRIPTION="Collection of utils"
-HOMEPAGE="http://www.xfce.org/projects/xfce-utils"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="dbus debug +lock"
-
-RDEPEND="x11-apps/xrdb
- x11-libs/libX11
- >=dev-libs/glib-2.6:2
- >=x11-libs/gtk+-2.6:2
- >=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION}
- >=xfce-base/libxfce4mcs-${XFCE_MASTER_VERSION}
- >=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION}
- dbus? ( dev-libs/dbus-glib )
- lock? ( || ( x11-misc/xscreensaver
- gnome-extra/gnome-screensaver
- x11-misc/xlockmore ) )"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-pkg_setup() {
- XFCE_CONFIG="${XFCE_CONFIG} $(use_enable dbus) --enable-gdm \
- --with-vendor-info=Gentoo"
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-4.4.2-nolisten-tcp.patch
-}
-
-src_install() {
- xfce44_src_install
- insinto /usr/share/xfce4
- doins "${FILESDIR}"/Gentoo
-}