public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (drac)" <drac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in xfce-base/thunar: thunar-0.9.0-r2.ebuild ChangeLog
Date: Fri, 21 Mar 2008 06:07:47 +0000	[thread overview]
Message-ID: <E1JcaPr-0007HC-BK@stork.gentoo.org> (raw)

drac        08/03/21 06:07:47

  Modified:             thunar-0.9.0-r2.ebuild ChangeLog
  Log:
  pkg_setup clean up, amd64 stable
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.2                  xfce-base/thunar/thunar-0.9.0-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/thunar/thunar-0.9.0-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/thunar/thunar-0.9.0-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/thunar/thunar-0.9.0-r2.ebuild?r1=1.1&r2=1.2

Index: thunar-0.9.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.9.0-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- thunar-0.9.0-r2.ebuild	12 Mar 2008 18:14:18 -0000	1.1
+++ thunar-0.9.0-r2.ebuild	21 Mar 2008 06:07:46 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.9.0-r2.ebuild,v 1.1 2008/03/12 18:14:18 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.9.0-r2.ebuild,v 1.2 2008/03/21 06:07:46 drac Exp $
 
 EAPI=1
 
@@ -14,7 +14,7 @@
 
 DESCRIPTION="File manager"
 HOMEPAGE="http://thunar.xfce.org"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="doc dbus debug exif gnome hal pcre startup-notification +trash-plugin"
 
 RDEPEND=">=dev-lang/perl-5.6
@@ -43,30 +43,25 @@
 	dev-util/intltool
 	doc? ( dev-util/gtk-doc )"
 
+DOCS="AUTHORS ChangeLog HACKING FAQ THANKS TODO README NEWS"
+
 pkg_setup() {
-	XFCE_CONFIG="${XFCE_CONFIG} $(use_enable exif)
-		$(use_enable gnome gnome-thumbnailers)
+	XFCE_CONFIG+=" $(use_enable exif) $(use_enable gnome gnome-thumbnailers)
 		$(use_enable dbus) $(use_enable pcre)"
 
-	local fail="Re-emerge xfce-extra/exo with USE hal."
-
 	if use hal; then
-		XFCE_CONFIG="${XFCE_CONFIG} --enable-dbus --with-volume-manager=hal"
+		XFCE_CONFIG+=" --enable-dbus --with-volume-manager=hal"
 	else
-		XFCE_CONFIG="${XFCE_CONFIG} --with-volume-manager=none"
-	fi
-
-	if use trash-plugin && ! use dbus; then
-		XFCE_CONFIG="${XFCE_CONFIG} --enable-dbus"
-		ewarn "USE trash-plugin detected, enabling dbus for you."
+		XFCE_CONFIG+=" --with-volume-manager=none"
 	fi
 
-	use trash-plugin || XFCE_CONFIG="${XFCE_CONFIG} --disable-tpa-plugin"
-
-	if use hal && ! use dbus; then
-		ewarn "USE hal detected, enabling dbus for you."
+	if use trash-plugin; then
+		XFCE_CONFIG+=" --enable-dbus"
+	else
+		XFCE_CONFIG+=" --disable-tpa-plugin"
 	fi
 
+	local fail="Re-emerge xfce-extra/exo with USE hal."
 	if use hal && ! built_with_use xfce-extra/exo hal; then
 		eerror "${fail}"
 		die "${fail}"
@@ -84,6 +79,4 @@
 	Xemake check || die "emake check failed."
 }
 
-DOCS="AUTHORS ChangeLog HACKING FAQ THANKS TODO README NEWS"
-
 xfce44_extra_package



1.49                 xfce-base/thunar/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/thunar/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/thunar/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/thunar/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	12 Mar 2008 18:14:18 -0000	1.48
+++ ChangeLog	21 Mar 2008 06:07:46 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-base/thunar
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.48 2008/03/12 18:14:18 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.49 2008/03/21 06:07:46 drac Exp $
+
+  21 Mar 2008; Samuli Suominen <drac@gentoo.org> thunar-0.9.0-r2.ebuild:
+  pkg_setup clean up, amd64 stable
 
 *thunar-0.9.0-r2 (12 Mar 2008)
 



-- 
gentoo-commits@lists.gentoo.org mailing list



             reply	other threads:[~2008-03-21  6:07 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-21  6:07 Samuli Suominen (drac) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-03-21 13:17 [gentoo-commits] gentoo-x86 commit in xfce-base/thunar: thunar-0.9.0-r2.ebuild ChangeLog Dawid Weglinski (cla)
2008-03-21 15:33 Tobias Klausmann (klausman)
2008-03-22 11:17 Gysbert Wassenaar (nixnut)
2008-03-22 22:51 Brent Baude (ranger)
2008-03-24 11:05 Raul Porcel (armin76)
2008-03-26 11:39 Jeroen Roovers (jer)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1JcaPr-0007HC-BK@stork.gentoo.org \
    --to=drac@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox