summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Weller <welp@gentoo.org>2007-01-31 14:40:53 +0000
committerPeter Weller <welp@gentoo.org>2007-01-31 14:40:53 +0000
commit8690d463e46c4eed258e604508daeb4aabde9cec (patch)
tree0ac8e9b2dd1f9c90e63b01b50234e3b0b92aece6 /xfce-base
parentReplacing einfo with elog (diff)
downloadgentoo-2-8690d463e46c4eed258e604508daeb4aabde9cec.tar.gz
gentoo-2-8690d463e46c4eed258e604508daeb4aabde9cec.tar.bz2
gentoo-2-8690d463e46c4eed258e604508daeb4aabde9cec.zip
Cleanup
(Portage version: 2.1.2-r5)
Diffstat (limited to 'xfce-base')
-rw-r--r--xfce-base/thunar/ChangeLog5
-rw-r--r--xfce-base/thunar/thunar-0.8.0.ebuild15
2 files changed, 10 insertions, 10 deletions
diff --git a/xfce-base/thunar/ChangeLog b/xfce-base/thunar/ChangeLog
index 99a7b58c7d03..4bc37c5f0306 100644
--- a/xfce-base/thunar/ChangeLog
+++ b/xfce-base/thunar/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for xfce-base/thunar
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.15 2007/01/29 18:44:53 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.16 2007/01/31 14:40:53 welp Exp $
+
+ 31 Jan 2007; Peter Weller <welp@gentoo.org> thunar-0.8.0.ebuild:
+ Cleanup
29 Jan 2007; Peter Weller <welp@gentoo.org> thunar-0.8.0.ebuild:
A number of fixes
diff --git a/xfce-base/thunar/thunar-0.8.0.ebuild b/xfce-base/thunar/thunar-0.8.0.ebuild
index 6dd77e339ef2..ac3dd7e118e0 100644
--- a/xfce-base/thunar/thunar-0.8.0.ebuild
+++ b/xfce-base/thunar/thunar-0.8.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.8.0.ebuild,v 1.4 2007/01/29 18:44:53 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.8.0.ebuild,v 1.5 2007/01/31 14:40:53 welp Exp $
inherit eutils xfce44
@@ -41,27 +41,24 @@ DEPEND="${RDEPEND}
XFCE_CONFIG="${XFCE_CONFIG} $(use_enable exif) $(use_enable gnome gnome-thumbnailers) \
$(use_enable dbus) $(use_enable pcre)"
-use plugins && use dbus || XFCE_CONFIG="${XFCE_CONFIG} --disable-tpa-plugin"
-
if use hal; then
XFCE_CONFIG="${XFCE_CONFIG} --with-volume-manager=hal"
else
XFCE_CONFIG="${XFCE_CONFIG} --with-volume-manager=none"
fi
-pkg_setup() {
- if use plugins && ! use dbus ; then
+if use plugins && ! use dbus ; then
+ XFCE_CONFIG="${XFCE_CONFIG} --disable-tpa-plugin"
ewarn "Plugins requires ${PN} with dbus support. Enable dbus use flag"
ewarn "and re-emerge this ebuild if you want this feature."
epause 3
- fi
+fi
- if use hal && ! use dbus ; then
+if use hal && ! use dbus ; then
ewarn "HAL requires ${PN} with dbus support. Enable dbus use flag"
ewarn "and re-emerge this ebuild if you want this feature."
die "re-emerge with USE dbus"
- fi
-}
+fi
DOCS="AUTHORS ChangeLog HACKING FAQ THANKS TODO README NEWS"