From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QOYBv-0004nK-20 for garchives@archives.gentoo.org; Mon, 23 May 2011 16:41:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 285EE1C0C6; Mon, 23 May 2011 16:40:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E83E21C0C6 for ; Mon, 23 May 2011 16:40:31 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 471D11B402D for ; Mon, 23 May 2011 16:40:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 96ABD8001B for ; Mon, 23 May 2011 16:40:30 +0000 (UTC) From: "Christoph Mende" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Mende" Message-ID: <900ef6040ef0cca5defc5c514f985d53c4f39c30.angelos@gentoo> Subject: [gentoo-commits] proj/xfce:master commit in: xfce-base/thunar/ X-VCS-Repository: proj/xfce X-VCS-Files: xfce-base/thunar/thunar-9999.ebuild X-VCS-Directories: xfce-base/thunar/ X-VCS-Committer: angelos X-VCS-Committer-Name: Christoph Mende X-VCS-Revision: 900ef6040ef0cca5defc5c514f985d53c4f39c30 Date: Mon, 23 May 2011 16:40:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: dd287c2403792ad17aecdea46cf8ae42 commit: 900ef6040ef0cca5defc5c514f985d53c4f39c30 Author: Christoph Mende gentoo org> AuthorDate: Mon May 23 16:33:41 2011 +0000 Commit: Christoph Mende gentoo org> CommitDate: Mon May 23 16:33:41 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/xfce.git;a=3D= commit;h=3D900ef604 thunar: Sync with gentoo-x86 (Portage version: 2.2.0_alpha34/git/Linux x86_64, signed Manifest commit = with key 84F20B43) --- xfce-base/thunar/thunar-9999.ebuild | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xfce-base/thunar/thunar-9999.ebuild b/xfce-base/thunar/thuna= r-9999.ebuild index 0efeb5d..8c6444a 100644 --- a/xfce-base/thunar/thunar-9999.ebuild +++ b/xfce-base/thunar/thunar-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.2.1.ebuild,= v 1.7 2011/03/22 20:44:59 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.2.1.ebuild,= v 1.9 2011/05/19 22:14:10 ssuominen Exp $ =20 EAPI=3D4 inherit virtualx xfconf-live @@ -15,7 +15,7 @@ SLOT=3D"0" KEYWORDS=3D"~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~= x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" IUSE=3D"dbus debug exif libnotify pcre startup-notification test +xfce_p= lugins_trash udev" =20 -GVFS_DEPEND=3D">=3Dgnome-base/gvfs-1.6.6-r1" +GVFS_DEPEND=3D">=3Dgnome-base/gvfs-1.6.7" COMMON_DEPEND=3D">=3Dxfce-base/exo-0.6 >=3Ddev-libs/glib-2.18:2 >=3Dx11-libs/gtk+-2.14:2 @@ -62,9 +62,9 @@ pkg_setup() { XFCONF+=3D( --disable-tpa-plugin ) fi =20 - DOCS=3D"AUTHORS ChangeLog FAQ HACKING NEWS README THANKS TODO" + DOCS=3D( AUTHORS ChangeLog FAQ HACKING NEWS README THANKS TODO ) } =20 src_test() { - Xemake check || die + Xemake check }