summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-03-20 21:06:18 +0000
committerSamuli Suominen <drac@gentoo.org>2008-03-20 21:06:18 +0000
commitd38ac246454997f377fe2cfdfa56134bd57c38cf (patch)
treea8a2b77747c89038b5d340adf17af69f160899e4 /xfce-base/xfce-utils
parentold (diff)
downloadgentoo-2-d38ac246454997f377fe2cfdfa56134bd57c38cf.tar.gz
gentoo-2-d38ac246454997f377fe2cfdfa56134bd57c38cf.tar.bz2
gentoo-2-d38ac246454997f377fe2cfdfa56134bd57c38cf.zip
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'xfce-base/xfce-utils')
-rw-r--r--xfce-base/xfce-utils/files/xfce-utils-4.4.1-xdg_data_dirs.patch15
-rw-r--r--xfce-base/xfce-utils/xfce-utils-4.4.1-r1.ebuild44
-rw-r--r--xfce-base/xfce-utils/xfce-utils-4.4.2.ebuild36
3 files changed, 0 insertions, 95 deletions
diff --git a/xfce-base/xfce-utils/files/xfce-utils-4.4.1-xdg_data_dirs.patch b/xfce-base/xfce-utils/files/xfce-utils-4.4.1-xdg_data_dirs.patch
deleted file mode 100644
index 4eca3323cc5a..000000000000
--- a/xfce-base/xfce-utils/files/xfce-utils-4.4.1-xdg_data_dirs.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -ur xfce-utils-4.4.1.orig/scripts/startxfce4.in xfce-utils-4.4.1/scripts/startxfce4.in
---- xfce-utils-4.4.1.orig/scripts/startxfce4.in 2007-04-02 08:34:54.000000000 +0300
-+++ xfce-utils-4.4.1/scripts/startxfce4.in 2007-04-21 15:38:21.000000000 +0300
-@@ -28,9 +28,9 @@
-
- if test "x$XDG_DATA_DIRS" = "x"
- then
-- XDG_DATA_DIRS="usr/local/share:/usr/share:/@datadir@"
-+ XDG_DATA_DIRS="/usr/local/share:/usr/share"
- else
-- XDG_DATA_DIRS="$XDG_DATA_DIRS:@datadir@"
-+ XDG_DATA_DIRS="$XDG_DATA_DIRS:/usr/local/share:/usr/share"
- fi
- export XDG_DATA_DIRS
-
diff --git a/xfce-base/xfce-utils/xfce-utils-4.4.1-r1.ebuild b/xfce-base/xfce-utils/xfce-utils-4.4.1-r1.ebuild
deleted file mode 100644
index 60035cc158b4..000000000000
--- a/xfce-base/xfce-utils/xfce-utils-4.4.1-r1.ebuild
+++ /dev/null
@@ -1,44 +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.1-r1.ebuild,v 1.11 2007/07/01 09:58:14 drac Exp $
-
-inherit autotools eutils xfce44
-
-XFCE_VERSION=4.4.1
-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-extra/xfce4-dev-tools-4.4"
-
-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
- AT_M4DIR=/usr/share/xfce4/dev-tools/m4macros eautoreconf
-}
-
-src_install() {
- xfce44_src_install
- insinto /usr/share/xfce4
- doins "${FILESDIR}"/Gentoo
-}
diff --git a/xfce-base/xfce-utils/xfce-utils-4.4.2.ebuild b/xfce-base/xfce-utils/xfce-utils-4.4.2.ebuild
deleted file mode 100644
index f295afa0d8c5..000000000000
--- a/xfce-base/xfce-utils/xfce-utils-4.4.2.ebuild
+++ /dev/null
@@ -1,36 +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.2.ebuild,v 1.1 2007/11/18 06:52:38 drac Exp $
-
-inherit xfce44
-
-XFCE_VERSION=4.4.2
-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_install() {
- xfce44_src_install
- insinto /usr/share/xfce4
- doins "${FILESDIR}"/Gentoo
-}