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 1P6Y1t-0002O0-7r for garchives@archives.gentoo.org; Fri, 15 Oct 2010 00:20:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61D0DE079B; Fri, 15 Oct 2010 00:20:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2C786E079B for ; Fri, 15 Oct 2010 00:20:11 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A5921B406D for ; Fri, 15 Oct 2010 00:20:10 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2238) id 2B3362004C; Fri, 15 Oct 2010 00:20:09 +0000 (UTC) From: "Markos Chandras (hwoarang)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, hwoarang@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libfm: libfm-9999.ebuild metadata.xml ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libfm-9999.ebuild metadata.xml ChangeLog X-VCS-Directories: x11-libs/libfm X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras Content-Type: text/plain; charset=utf8 Message-Id: <20101015002009.2B3362004C@flycatcher.gentoo.org> Date: Fri, 15 Oct 2010 00:20:09 +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: 3f7d2be0-bc29-4d5d-bb61-92b21d01516d X-Archives-Hash: 94e78201919d75b9bef4e2338d4cd869 hwoarang 10/10/15 00:20:09 Modified: libfm-9999.ebuild metadata.xml ChangeLog Log: Add udisks useflag to choose the prefered backend and add udisks config= ure option. Bug #340120. Thanks to Michael Metsger =3Dlxde-base/menu-cache-0.3.2" @@ -41,7 +41,10 @@ } =20 src_configure() { - econf --sysconfdir=3D/etc $(use_enable debug) $(use_enable demo) + econf --sysconfdir=3D/etc \ + $(use_enable debug) \ + $(use_enable demo) \ + $(use_enable udisks) } =20 src_install() { 1.4 x11-libs/libfm/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/met= adata.xml?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/met= adata.xml?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/met= adata.xml?r1=3D1.3&r2=3D1.4 Index: metadata.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/metadata.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- metadata.xml 1 Oct 2010 10:59:27 -0000 1.3 +++ metadata.xml 15 Oct 2010 00:20:09 -0000 1.4 @@ -9,5 +9,6 @@ Build demo Use sys-fs/udev to determine available devices + Use udisks backend to detect removal devices 1.15 x11-libs/libfm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/Cha= ngeLog?rev=3D1.15&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/Cha= ngeLog?rev=3D1.15&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/Cha= ngeLog?r1=3D1.14&r2=3D1.15 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 1 Oct 2010 10:59:27 -0000 1.14 +++ ChangeLog 15 Oct 2010 00:20:09 -0000 1.15 @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libfm # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.14 2010/= 10/01 10:59:27 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.15 2010/= 10/15 00:20:09 hwoarang Exp $ + + 15 Oct 2010; Markos Chandras libfm-9999.ebuild, + metadata.xml: + Add udisks useflag to choose the prefered backend and add udisks confi= gure + option. Bug #340120. Thanks to Michael Metsger libfm-9999.ebuild, metadata.xml: