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 1Q8SvG-00060Q-1I for garchives@archives.gentoo.org; Sat, 09 Apr 2011 07:49:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F18881C038; Sat, 9 Apr 2011 07:48:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C1A241C038 for ; Sat, 9 Apr 2011 07:48:49 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 87D8B1B4049 for ; Sat, 9 Apr 2011 07:48:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id E1D7E80073 for ; Sat, 9 Apr 2011 07:48:48 +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: <87695670dd39e6e5101a51abd379ce5321f82afc.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: 87695670dd39e6e5101a51abd379ce5321f82afc Date: Sat, 9 Apr 2011 07:48:48 +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: 4bfcc6a9051670ad74771c7261282640 commit: 87695670dd39e6e5101a51abd379ce5321f82afc Author: Christoph Mende unkreativ org> AuthorDate: Fri Apr 8 13:58:27 2011 +0000 Commit: Christoph Mende gentoo org> CommitDate: Fri Apr 8 13:58:27 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/xfce.git;a=3D= commit;h=3D87695670 xfconf: Sync with gentoo-x86 (Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit = with key 84F20B43) --- xfce-base/xfconf/xfconf-9999.ebuild | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xfce-base/xfconf/xfconf-9999.ebuild b/xfce-base/xfconf/xfcon= f-9999.ebuild index 73bb03c..94433b9 100644 --- a/xfce-base/xfconf/xfconf-9999.ebuild +++ b/xfce-base/xfconf/xfconf-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.8.0.ebuild,= v 1.6 2011/02/14 19:13:36 ssuominen Exp $ =20 EAPI=3D3 inherit xfconf-live @@ -37,7 +37,7 @@ pkg_setup() { --with-html-dir=3D"${EPREFIX}"/usr/share/doc/${PF}/html ) =20 - DOCS=3D"AUTHORS NEWS TODO" + DOCS=3D"AUTHORS ChangeLog NEWS TODO" } =20 src_compile() { @@ -45,7 +45,7 @@ src_compile() { } =20 src_install() { - xfconf_src_install + xfconf-live_src_install =20 if use perl; then find "${ED}" -type f -name perllocal.pod -delete