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 1QOYBo-0004mY-SL for garchives@archives.gentoo.org; Mon, 23 May 2011 16:41:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1488E1C0C4; Mon, 23 May 2011 16:40:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CD1451C0C3 for ; Mon, 23 May 2011 16:40:31 +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 22ABB1CC00E for ; Mon, 23 May 2011 16:40:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id EEF9C8050C for ; Mon, 23 May 2011 16:40:29 +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: <5ca1479deda0d7c1e7abbb5f2e67baef9f97c8f0.angelos@gentoo> Subject: [gentoo-commits] proj/xfce:master commit in: xfce-base/garcon/ X-VCS-Repository: proj/xfce X-VCS-Files: xfce-base/garcon/garcon-9999.ebuild X-VCS-Directories: xfce-base/garcon/ X-VCS-Committer: angelos X-VCS-Committer-Name: Christoph Mende X-VCS-Revision: 5ca1479deda0d7c1e7abbb5f2e67baef9f97c8f0 Date: Mon, 23 May 2011 16:40:29 +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: b8cb280cae8ea166e7672dcc20f60683 commit: 5ca1479deda0d7c1e7abbb5f2e67baef9f97c8f0 Author: Christoph Mende gentoo org> AuthorDate: Mon May 23 16:33:11 2011 +0000 Commit: Christoph Mende gentoo org> CommitDate: Mon May 23 16:33:11 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/xfce.git;a=3D= commit;h=3D5ca1479d garcon: Sync with gentoo-x86 (Portage version: 2.2.0_alpha34/git/Linux x86_64, signed Manifest commit = with key 84F20B43) --- xfce-base/garcon/garcon-9999.ebuild | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xfce-base/garcon/garcon-9999.ebuild b/xfce-base/garcon/garco= n-9999.ebuild index f7c2ef6..a4a79c8 100644 --- a/xfce-base/garcon/garcon-9999.ebuild +++ b/xfce-base/garcon/garcon-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/garcon-0.1.7.ebuild,= v 1.2 2011/04/16 19:12:37 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/garcon-0.1.7.ebuild,= v 1.7 2011/05/19 22:12:28 ssuominen Exp $ =20 EAPI=3D4 inherit xfconf-live @@ -27,5 +27,5 @@ pkg_setup() { --with-html-dir=3D"${EPREFIX}"/usr/share/doc/${PF}/html ) =20 - DOCS=3D"AUTHORS ChangeLog HACKING NEWS README STATUS TODO" + DOCS=3D( AUTHORS ChangeLog HACKING NEWS README STATUS TODO ) }