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 1PlPtV-0004ah-4R for garchives@archives.gentoo.org; Fri, 04 Feb 2011 17:56:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A67EE0A81; Fri, 4 Feb 2011 17:56:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 285D6E0A81 for ; Fri, 4 Feb 2011 17:56:22 +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 8BDBC1B409F for ; Fri, 4 Feb 2011 17:56:21 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2166) id 2EBC120054; Fri, 4 Feb 2011 17:56:20 +0000 (UTC) From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-fsguard-plugin: xfce4-fsguard-plugin-0.4.2.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: xfce4-fsguard-plugin-0.4.2.ebuild X-VCS-Directories: xfce-extra/xfce4-fsguard-plugin X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: <20110204175620.2EBC120054@flycatcher.gentoo.org> Date: Fri, 4 Feb 2011 17:56:20 +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: a37cf75c17c7ce6e4ca2e70666f0848f ssuominen 11/02/04 17:56:20 Modified: xfce4-fsguard-plugin-0.4.2.ebuild Log: EAPI3 plus cleanup =20 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64) Revision Changes Path 1.3 xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin= -0.4.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-f= sguard-plugin/xfce4-fsguard-plugin-0.4.2.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-f= sguard-plugin/xfce4-fsguard-plugin-0.4.2.ebuild?rev=3D1.3&content-type=3D= text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-f= sguard-plugin/xfce4-fsguard-plugin-0.4.2.ebuild?r1=3D1.2&r2=3D1.3 Index: xfce4-fsguard-plugin-0.4.2.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/xfce-extra/xfce4-fsguard-plugin/xfce4-f= sguard-plugin-0.4.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xfce4-fsguard-plugin-0.4.2.ebuild 8 Oct 2009 17:34:46 -0000 1.2 +++ xfce4-fsguard-plugin-0.4.2.ebuild 4 Feb 2011 17:56:20 -0000 1.3 @@ -1,8 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-fsguard-plugin/xfce4= -fsguard-plugin-0.4.2.ebuild,v 1.2 2009/10/08 17:34:46 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-fsguard-plugin/xfce4= -fsguard-plugin-0.4.2.ebuild,v 1.3 2011/02/04 17:56:20 ssuominen Exp $ =20 -EAPI=3D2 +EAPI=3D3 inherit xfconf =20 DESCRIPTION=3D"Filesystem guard panel plugin" @@ -24,6 +24,8 @@ =20 pkg_setup() { DOCS=3D"AUTHORS ChangeLog NEWS README" - XFCONF=3D"--disable-dependency-tracking - $(use_enable debug)" + XFCONF=3D( + --disable-dependency-tracking + $(use_enable debug) + ) }