summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2008-12-22 17:05:56 +0000
committerChristoph Mende <angelos@gentoo.org>2008-12-22 17:05:56 +0000
commitf8a377618b5d49d73b878a3a28d5f78b49f7c529 (patch)
tree5bf5004fb43020c504fdc5f0c1bef2aeb890fea9 /xfce-base/xfce-utils
parentRemoved old (diff)
downloadgentoo-2-f8a377618b5d49d73b878a3a28d5f78b49f7c529.tar.gz
gentoo-2-f8a377618b5d49d73b878a3a28d5f78b49f7c529.tar.bz2
gentoo-2-f8a377618b5d49d73b878a3a28d5f78b49f7c529.zip
Removed old
(Portage version: 2.2_rc17/cvs/Linux 2.6.28-rc9 x86_64)
Diffstat (limited to 'xfce-base/xfce-utils')
-rw-r--r--xfce-base/xfce-utils/ChangeLog6
-rw-r--r--xfce-base/xfce-utils/xfce-utils-4.4.2-r1.ebuild47
2 files changed, 5 insertions, 48 deletions
diff --git a/xfce-base/xfce-utils/ChangeLog b/xfce-base/xfce-utils/ChangeLog
index 94111f226650..5dc84a2655f3 100644
--- a/xfce-base/xfce-utils/ChangeLog
+++ b/xfce-base/xfce-utils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-base/xfce-utils
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.130 2008/12/15 04:58:00 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.131 2008/12/22 17:05:56 angelos Exp $
+
+ 22 Dec 2008; Christoph Mende <angelos@gentoo.org>
+ -xfce-utils-4.4.2-r1.ebuild:
+ Removed old
15 Dec 2008; Jeroen Roovers <jer@gentoo.org> xfce-utils-4.4.3.ebuild:
Stable for HPPA (bug #249942).
diff --git a/xfce-base/xfce-utils/xfce-utils-4.4.2-r1.ebuild b/xfce-base/xfce-utils/xfce-utils-4.4.2-r1.ebuild
deleted file mode 100644
index 257cfaad36bb..000000000000
--- a/xfce-base/xfce-utils/xfce-utils-4.4.2-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2008 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-r1.ebuild,v 1.8 2008/09/24 15:43:07 angelos Exp $
-
-EAPI=1
-
-inherit eutils 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 +lock"
-
-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 )
- lock? ( || ( x11-misc/xscreensaver
- gnome-extra/gnome-screensaver
- x11-misc/xlockmore ) )"
-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}-nolisten-tcp.patch
-}
-
-src_install() {
- xfce44_src_install
- insinto /usr/share/xfce4
- doins "${FILESDIR}"/Gentoo
-}