diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-08-28 16:45:46 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-08-28 16:45:46 +0000 |
commit | 9f5b32e65208f7b96200fc824adfddab946f0625 (patch) | |
tree | a2d2fd40a7ec37f9409876a1319d94f1bddb7aeb /xfce-base | |
parent | Old version. (diff) | |
download | gentoo-2-9f5b32e65208f7b96200fc824adfddab946f0625.tar.gz gentoo-2-9f5b32e65208f7b96200fc824adfddab946f0625.tar.bz2 gentoo-2-9f5b32e65208f7b96200fc824adfddab946f0625.zip |
Old version.
(Portage version: 2.1.3.7)
Diffstat (limited to 'xfce-base')
3 files changed, 0 insertions, 99 deletions
diff --git a/xfce-base/xfce-utils/files/digest-xfce-utils-4.4.0-r3 b/xfce-base/xfce-utils/files/digest-xfce-utils-4.4.0-r3 deleted file mode 100644 index 3032e3b43ebb..000000000000 --- a/xfce-base/xfce-utils/files/digest-xfce-utils-4.4.0-r3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 e90a98cf6de0610170c39a4eae36ad8f xfce-utils-4.4.0.tar.bz2 559900 -RMD160 4e7668bd6827cfd8ed60b6e2a3b60b70cc2f05a2 xfce-utils-4.4.0.tar.bz2 559900 -SHA256 37ab42beaeea0d846920ec805213fcf8987bd74ac1f78153493ae9af3d5b2441 xfce-utils-4.4.0.tar.bz2 559900 diff --git a/xfce-base/xfce-utils/files/xfce-utils-4.4.0-xdg_data_dirs.patch b/xfce-base/xfce-utils/files/xfce-utils-4.4.0-xdg_data_dirs.patch deleted file mode 100644 index 80d7392dce74..000000000000 --- a/xfce-base/xfce-utils/files/xfce-utils-4.4.0-xdg_data_dirs.patch +++ /dev/null @@ -1,55 +0,0 @@ -diff -ur xfce-utils-4.4.0.orig/scripts/startxfce4.in xfce-utils-4.4.0/scripts/startxfce4.in ---- xfce-utils-4.4.0.orig/scripts/startxfce4.in 2007-01-20 19:02:51.000000000 +0200 -+++ xfce-utils-4.4.0/scripts/startxfce4.in 2007-03-21 16:28:55.000000000 +0200 -@@ -19,22 +19,22 @@ - # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - # - --if test x"$XDG_CONFIG_HOME" = x"" -+if test "x$XDG_CONFIG_HOME" = "x" - then -- BASEDIR=$HOME/.config/xfce4/ -+ BASEDIR="$HOME/.config/xfce4/" - else -- BASEDIR=$XDG_CONFIG_HOME/xfce4 -+ BASEDIR="$XDG_CONFIG_HOME/xfce4" - fi - --if test x"$XDG_DATA_DIRS" = x"" -+if test "x$XDG_DATA_DIRS" = "x" - then -- XDG_DATA_DIRS="/usr/share:/usr/local/share:@datadir@" -+ XDG_DATA_DIRS="/usr/local/share:/usr/share:@datadir@" - else -- XDG_DATA_DIRS="$XDG_DATA_DIRS:@datadir@" -+ XDG_DATA_DIRS="$XDG_DATA_DIRS:/usr/local/share:/usr/share:@datadir@" - fi - export XDG_DATA_DIRS - --if test x"$DISPLAY" = x"" -+if test "x$DISPLAY" = "x" - then - echo "$0: Starting X server" - prog=xinit -@@ -43,10 +43,10 @@ - prog=/bin/sh - fi - --if test ! x"$*" = x"" -+if test ! "x$*" = "x" - then - OPT=$* -- if test x"${OPT#*--}" = x"${OPT}" -+ if test "x${OPT#*--}" = "x${OPT}" - then - CLIENTRC=${OPT} - else -@@ -61,7 +61,7 @@ - SERVERRC="/etc/X11/xinit/xserverrc $SERVERRC" - fi - --if ! test x"$SERVERRC" = x"" -+if ! test "x$SERVERRC" = "x" - then - SERVERRC="-- $SERVERRC" - fi diff --git a/xfce-base/xfce-utils/xfce-utils-4.4.0-r3.ebuild b/xfce-base/xfce-utils/xfce-utils-4.4.0-r3.ebuild deleted file mode 100644 index 56062c8d7631..000000000000 --- a/xfce-base/xfce-utils/xfce-utils-4.4.0-r3.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2007 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.0-r3.ebuild,v 1.11 2007/07/01 09:19:18 welp Exp $ - -inherit eutils xfce44 - -xfce44 - -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" - -RDEPEND="x11-apps/xrdb - x11-libs/libX11 - >=dev-libs/glib-2.6 - >=x11-libs/gtk+-2.6 - >=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 )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -XFCE_CONFIG="${XFCE_CONFIG} $(use_enable dbus) --enable-gdm --with-vendor-info=Gentoo" - -DOCS="AUTHORS ChangeLog NEWS README TODO" - -xfce44_core_package - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-xdg_data_dirs.patch -} - -src_install() { - xfce44_src_install - insinto /usr/share/xfce4 - newins ${FILESDIR}/Gentoo Gentoo -} |