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 1QOYBu-0004nK-5B for garchives@archives.gentoo.org; Mon, 23 May 2011 16:41:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 666231C0C7; 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 30C171C0C7 for ; Mon, 23 May 2011 16:40:32 +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 794932AC008 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 CA49280508 for ; Mon, 23 May 2011 16:40:30 +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: <63d7b066fa2d47a6e0542ebafae7e7b62afc0aeb.angelos@gentoo> Subject: [gentoo-commits] proj/xfce:master commit in: xfce-base/xfce4-panel/ X-VCS-Repository: proj/xfce X-VCS-Files: xfce-base/xfce4-panel/xfce4-panel-9999.ebuild X-VCS-Directories: xfce-base/xfce4-panel/ X-VCS-Committer: angelos X-VCS-Committer-Name: Christoph Mende X-VCS-Revision: 63d7b066fa2d47a6e0542ebafae7e7b62afc0aeb Date: Mon, 23 May 2011 16:40:30 +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: f72f9a0c1f24e1da9dcb8f374a8faf53 commit: 63d7b066fa2d47a6e0542ebafae7e7b62afc0aeb Author: Christoph Mende gentoo org> AuthorDate: Mon May 23 16:33:51 2011 +0000 Commit: Christoph Mende gentoo org> CommitDate: Mon May 23 16:33:51 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/xfce.git;a=3D= commit;h=3D63d7b066 xfce4-panel: Sync with gentoo-x86 (Portage version: 2.2.0_alpha34/git/Linux x86_64, signed Manifest commit = with key 84F20B43) --- xfce-base/xfce4-panel/xfce4-panel-9999.ebuild | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xfce-base/xfce4-panel/xfce4-panel-9999.ebuild b/xfce-base/xf= ce4-panel/xfce4-panel-9999.ebuild index 73ceaaf..19c828f 100644 --- a/xfce-base/xfce4-panel/xfce4-panel-9999.ebuild +++ b/xfce-base/xfce4-panel/xfce4-panel-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/xfce4-panel/xfce4-panel-4.8= .3.ebuild,v 1.2 2011/04/16 19:13:11 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.8= .3.ebuild,v 1.8 2011/05/19 22:14:48 ssuominen Exp $ =20 EAPI=3D4 inherit xfconf-live @@ -38,5 +38,5 @@ pkg_setup() { --with-html-dir=3D"${EPREFIX}"/usr/share/doc/${PF}/html ) =20 - DOCS=3D"AUTHORS ChangeLog NEWS THANKS" + DOCS=3D( AUTHORS ChangeLog NEWS THANKS ) }