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 1SEjHx-000849-TL for garchives@archives.gentoo.org; Mon, 02 Apr 2012 15:35:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED4C0E0C2A; Mon, 2 Apr 2012 15:34:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BC72BE0C6A for ; Mon, 2 Apr 2012 15:34:08 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7915B1B4029 for ; Mon, 2 Apr 2012 15:34:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B8EBCE5403 for ; Mon, 2 Apr 2012 15:34:03 +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: <1333380405.67ea18a89ba54c81536f6e2edb182da12a74cef4.angelos@gentoo> Subject: [gentoo-commits] proj/xfce:master commit in: xfce-base/xfconf/ X-VCS-Repository: proj/xfce X-VCS-Files: xfce-base/xfconf/xfconf-9999.ebuild X-VCS-Directories: xfce-base/xfconf/ X-VCS-Committer: angelos X-VCS-Committer-Name: Christoph Mende X-VCS-Revision: 67ea18a89ba54c81536f6e2edb182da12a74cef4 X-VCS-Branch: master Date: Mon, 2 Apr 2012 15:34:03 +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: dd8e98b6-37a3-41b0-afe7-424c55a23c1a X-Archives-Hash: 00a4e8117c724d5099493b17d62c3273 commit: 67ea18a89ba54c81536f6e2edb182da12a74cef4 Author: Christoph Mende gentoo org> AuthorDate: Mon Apr 2 15:26:45 2012 +0000 Commit: Christoph Mende gentoo org> CommitDate: Mon Apr 2 15:26:45 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/xfce.git;a=3D= commit;h=3D67ea18a8 xfconf: Sync with gentoo-x86 (Portage version: 2.2.0_alpha96/git/Linux x86_64, signed Manifest commit = with key 84F20B43) --- xfce-base/xfconf/xfconf-9999.ebuild | 16 +++++++--------- 1 files changed, 7 insertions(+), 9 deletions(-) diff --git a/xfce-base/xfconf/xfconf-9999.ebuild b/xfce-base/xfconf/xfcon= f-9999.ebuild index d28079a..81f39af 100644 --- a/xfce-base/xfconf/xfconf-9999.ebuild +++ b/xfce-base/xfconf/xfconf-9999.ebuild @@ -1,21 +1,21 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.8.1.ebuild,= v 1.6 2012/03/23 21:29:28 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.9.0.ebuild,= v 1.1 2012/03/30 20:19:27 ssuominen Exp $ =20 EAPI=3D4 inherit xfconf =20 DESCRIPTION=3D"A simple client-server configuration storage and query sy= stem for the Xfce desktop environment" -HOMEPAGE=3D"http://www.xfce.org/projects/xfconf" +HOMEPAGE=3D"http://www.xfce.org/projects/" =20 LICENSE=3D"GPL-2" SLOT=3D"0" KEYWORDS=3D"" IUSE=3D"debug perl" =20 -RDEPEND=3D">=3Ddev-libs/dbus-glib-0.90 - >=3Ddev-libs/glib-2.18:2 - >=3Dxfce-base/libxfce4util-4.8 +RDEPEND=3D">=3Ddev-libs/dbus-glib-0.98 + >=3Ddev-libs/glib-2.18 + >=3Dxfce-base/libxfce4util-4.9 perl? ( dev-perl/glib-perl )" DEPEND=3D"${RDEPEND} dev-util/intltool @@ -26,8 +26,6 @@ DEPEND=3D"${RDEPEND} dev-perl/extutils-pkgconfig )" =20 -RESTRICT=3D"test" - pkg_setup() { XFCONF=3D( --disable-static @@ -51,7 +49,7 @@ src_install() { xfconf_src_install =20 if use perl; then - find "${ED}" -type f -name perllocal.pod -delete - find "${ED}" -depth -mindepth 1 -type d -empty -delete + find "${ED}" -type f -name perllocal.pod -exec rm -f {} + + find "${ED}" -depth -mindepth 1 -type d -empty -exec rm -rf {} + fi }