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 1Q8SvC-0005yg-TQ for garchives@archives.gentoo.org; Sat, 09 Apr 2011 07:49:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A5E61C01B; 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 EE9F71C019 for ; Sat, 9 Apr 2011 07:48:48 +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 77D4C1B404F for ; Sat, 9 Apr 2011 07:48:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 4C17C80072 for ; Sat, 9 Apr 2011 07:48:47 +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: <5b33587d674c5c8e17881f400d675316a300d52d.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: 5b33587d674c5c8e17881f400d675316a300d52d Date: Sat, 9 Apr 2011 07:48:47 +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: 378499271b6aae7daf9edd12079d929a commit: 5b33587d674c5c8e17881f400d675316a300d52d Author: Christoph Mende unkreativ org> AuthorDate: Fri Apr 8 13:57:10 2011 +0000 Commit: Christoph Mende gentoo org> CommitDate: Fri Apr 8 13:57:10 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/xfce.git;a=3D= commit;h=3D5b33587d garcon: Sync with gentoo-x86 (Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit = with key 84F20B43) --- xfce-base/garcon/garcon-9999.ebuild | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xfce-base/garcon/garcon-9999.ebuild b/xfce-base/garcon/garco= n-9999.ebuild index a51f8e8..062c7eb 100644 --- a/xfce-base/garcon/garcon-9999.ebuild +++ b/xfce-base/garcon/garcon-9999.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/garcon-0.1.6.ebuild,= v 1.1 2011/04/06 16:54:57 angelos Exp $ =20 -EAPI=3D3 +EAPI=3D4 inherit xfconf-live =20 DESCRIPTION=3D"Xfce's freedesktop.org specification compatible menu impl= ementation library" @@ -28,5 +28,5 @@ pkg_setup() { --with-html-dir=3D"${EPREFIX}"/usr/share/doc/${PF}/html ) =20 - DOCS=3D"AUTHORS HACKING NEWS README STATUS TODO" + DOCS=3D"AUTHORS ChangeLog HACKING NEWS README STATUS TODO" }