summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2007-03-11 10:06:30 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2007-03-11 10:06:30 +0000
commitcdcdfc3149c430eed3ff5b1fd37d17f068560a57 (patch)
tree36b23d5737c796bfa640f2ebb6c6512839086a3e /xfce-base
parentversion bump; cleanup (diff)
downloadhistorical-cdcdfc3149c430eed3ff5b1fd37d17f068560a57.tar.gz
historical-cdcdfc3149c430eed3ff5b1fd37d17f068560a57.tar.bz2
historical-cdcdfc3149c430eed3ff5b1fd37d17f068560a57.zip
StopStop using virtual/x11 and remove USE samba which doesn't do absolutely anything.
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'xfce-base')
-rw-r--r--xfce-base/xffm/ChangeLog8
-rw-r--r--xfce-base/xffm/xffm-4.2.3.ebuild22
2 files changed, 15 insertions, 15 deletions
diff --git a/xfce-base/xffm/ChangeLog b/xfce-base/xffm/ChangeLog
index 1286857a0422..a65b37def6df 100644
--- a/xfce-base/xffm/ChangeLog
+++ b/xfce-base/xffm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-base/xffm
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xffm/ChangeLog,v 1.68 2006/12/07 04:12:28 nichoj Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xffm/ChangeLog,v 1.69 2007/03/11 10:06:30 drac Exp $
+
+ 11 Mar 2007; Samuli Suominen <drac@gentoo.org> xffm-4.2.3.ebuild:
+ Stop using virtual/x11 and remove USE samba which doesn't do absolutely
+ anything.
07 Dec 2006; Joshua Nichols <nichoj@gentoo.org> -xffm-4.2.1.ebuild,
-xffm-4.2.2.ebuild, -xffm-4.2.2-r1.ebuild:
diff --git a/xfce-base/xffm/xffm-4.2.3.ebuild b/xfce-base/xffm/xffm-4.2.3.ebuild
index 168be5a50e26..6aece1daa369 100644
--- a/xfce-base/xffm/xffm-4.2.3.ebuild
+++ b/xfce-base/xffm/xffm-4.2.3.ebuild
@@ -1,23 +1,19 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xffm/xffm-4.2.3.ebuild,v 1.12 2006/12/02 09:42:16 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xffm/xffm-4.2.3.ebuild,v 1.13 2007/03/11 10:06:30 drac Exp $
inherit xfce42
-DESCRIPTION="Xfce 4 file manager"
+DESCRIPTION="File manager"
KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="samba"
+IUSE=""
-RDEPEND="|| ( ( x11-libs/libX11
+RDEPEND="x11-libs/libX11
x11-libs/libICE
- x11-libs/libSM )
- virtual/x11 )
- ~xfce-base/xfce-mcs-manager-${PV}
- samba? ( net-fs/samba )"
-DEPEND="${RDEPEND}
- || ( ( x11-libs/libXt
- x11-proto/xproto )
- virtual/x11 )"
+ x11-libs/libSM
+ x11-libs/libXt
+ ~xfce-base/xfce-mcs-manager-${PV}"
+DEPEND="${RDEPEND}"
XFCE_CONFIG="--enable-all"
core_package