From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-530034-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7AE361381F3 for <garchives@archives.gentoo.org>; Sun, 2 Dec 2012 15:27:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 474BEE0587; Sun, 2 Dec 2012 15:27:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3C3AE0587 for <gentoo-commits@lists.gentoo.org>; Sun, 2 Dec 2012 15:27:01 +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 B987833DA13 for <gentoo-commits@lists.gentoo.org>; Sun, 2 Dec 2012 15:27:00 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2238) id 822D92171D; Sun, 2 Dec 2012 15:26:59 +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 Content-Transfer-Encoding: 8bit Message-Id: <20121202152659.822D92171D@flycatcher.gentoo.org> Date: Sun, 2 Dec 2012 15:26:59 +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 X-Archives-Salt: 72f73df7-8e02-42f6-9dd1-e6ae9cef1f68 X-Archives-Hash: 55be7e2a111af22900f6e2cc56fd8447 hwoarang 12/12/02 15:26:59 Modified: libfm-9999.ebuild ChangeLog Log: Move it to EAPI5 in order to use sub-slot deps for lxde-base/menu-cache (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key B4AFF2C2) Revision Changes Path 1.31 x11-libs/libfm/libfm-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?r1=1.30&r2=1.31 Index: libfm-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- libfm-9999.ebuild 15 Nov 2012 19:39:43 -0000 1.30 +++ libfm-9999.ebuild 2 Dec 2012 15:26:59 -0000 1.31 @@ -1,8 +1,8 @@ # 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.30 2012/11/15 19:39:43 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.31 2012/12/02 15:26:59 hwoarang Exp $ -EAPI=4 +EAPI=5 EGIT_REPO_URI="git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/${PN}" @@ -18,7 +18,7 @@ COMMON_DEPEND=">=dev-libs/glib-2.18:2 >=x11-libs/gtk+-2.16:2 - >=lxde-base/menu-cache-0.3.2" + >=lxde-base/menu-cache-0.3.2:=" RDEPEND="${COMMON_DEPEND} x11-misc/shared-mime-info || ( gnome-base/gvfs[udev,udisks] gnome-base/gvfs[udev,gdu] )" 1.83 x11-libs/libfm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.83&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.83&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?r1=1.82&r2=1.83 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v retrieving revision 1.82 retrieving revision 1.83 diff -u -r1.82 -r1.83 --- ChangeLog 15 Nov 2012 19:39:43 -0000 1.82 +++ ChangeLog 2 Dec 2012 15:26:59 -0000 1.83 @@ -1,6 +1,9 @@ # 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.82 2012/11/15 19:39:43 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.83 2012/12/02 15:26:59 hwoarang Exp $ + + 02 Dec 2012; Markos Chandras <hwoarang@gentoo.org> libfm-9999.ebuild: + Move it to EAPI5 in order to use sub-slot deps for lxde-base/menu-cache 15 Nov 2012; Markos Chandras <hwoarang@gentoo.org> libfm-9999.ebuild: Fix building with IUSE=-doc. Bug #443318