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.77) (envelope-from <gentoo-commits+bounces-485883-garchives=archives.gentoo.org@lists.gentoo.org>) id 1SqSdV-0004FF-5e for garchives@archives.gentoo.org; Sun, 15 Jul 2012 17:29:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92ABEE0329; Sun, 15 Jul 2012 17:29:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 50CC3E0329 for <gentoo-commits@lists.gentoo.org>; Sun, 15 Jul 2012 17:29:29 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 831C51B4006 for <gentoo-commits@lists.gentoo.org>; Sun, 15 Jul 2012 17:29:28 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2238) id B116E20063; Sun, 15 Jul 2012 17:29:26 +0000 (UTC) From: "Markos Chandras (hwoarang)" <hwoarang@gentoo.org> 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 ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libfm-9999.ebuild 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: <20120715172926.B116E20063@flycatcher.gentoo.org> Date: Sun, 15 Jul 2012 17:29:26 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 6023e457-2814-4ea4-94d6-db2c422175ce X-Archives-Hash: 8360a3e8ff91153da47a0ae94c6bc806 hwoarang 12/07/15 17:29:26 Modified: libfm-9999.ebuild ChangeLog Log: Remove udisks support because of upstream bug #3531655 =20 (Portage version: 2.1.11.7/cvs/Linux x86_64) Revision Changes Path 1.24 x11-libs/libfm/libfm-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/lib= fm-9999.ebuild?rev=3D1.24&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/lib= fm-9999.ebuild?rev=3D1.24&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/lib= fm-9999.ebuild?r1=3D1.23&r2=3D1.24 Index: libfm-9999.ebuild =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/libfm-9999.ebuild,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- libfm-9999.ebuild 14 Jun 2012 18:33:22 -0000 1.23 +++ libfm-9999.ebuild 15 Jul 2012 17:29:26 -0000 1.24 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.= 23 2012/06/14 18:33:22 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.= 24 2012/07/15 17:29:26 hwoarang Exp $ =20 EAPI=3D3 =20 @@ -13,16 +13,14 @@ =20 LICENSE=3D"GPL-2" SLOT=3D"0" -IUSE=3D"debug doc examples udev" +IUSE=3D"debug doc examples" KEYWORDS=3D"" =20 COMMON_DEPEND=3D">=3Ddev-libs/glib-2.18:2 >=3Dx11-libs/gtk+-2.16:2 - udev? ( dev-libs/dbus-glib ) >=3Dlxde-base/menu-cache-0.3.2" RDEPEND=3D"${COMMON_DEPEND} - x11-misc/shared-mime-info - udev? ( sys-fs/udisks:0 )" + x11-misc/shared-mime-info" DEPEND=3D"${COMMON_DEPEND} >=3Ddev-lang/vala-0.14.0 dev-util/gtk-doc-am @@ -61,7 +59,6 @@ --sysconfdir=3D"${EPREFIX}/etc" \ --disable-dependency-tracking \ --disable-static \ - $(use_enable udev udisks) \ $(use_enable examples demo) \ $(use_enable debug) \ # Documentation fails to build at the moment 1.69 x11-libs/libfm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/Cha= ngeLog?rev=3D1.69&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/Cha= ngeLog?rev=3D1.69&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/Cha= ngeLog?r1=3D1.68&r2=3D1.69 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.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- ChangeLog 14 Jul 2012 11:43:28 -0000 1.68 +++ ChangeLog 15 Jul 2012 17:29:26 -0000 1.69 @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/libfm # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.68 2012/= 07/14 11:43:28 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.69 2012/= 07/15 17:29:26 hwoarang Exp $ + + 15 Jul 2012; Markos Chandras <hwoarang@gentoo.org> libfm-9999.ebuild: + Remove udisks support per upstream bug: + https://sourceforge.net/tracker/?func=3Ddetail&aid=3D3531655&group_id=3D= 156956&atid + =3D801864# =20 *libfm-1.0_rc1 (14 Jul 2012) =20