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 1QOYBx-0004pO-DB for garchives@archives.gentoo.org; Mon, 23 May 2011 16:41:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 051741C0C8; 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 C9D951C0C8 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 50D691B4024 for ; Mon, 23 May 2011 16:40:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id B156180505 for ; Mon, 23 May 2011 16:40:31 +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: <71c6e09eaa4c6dd88fb529fa8d1b4f9b0eada05c.angelos@gentoo> Subject: [gentoo-commits] proj/xfce:master commit in: xfce-base/xfdesktop/ X-VCS-Repository: proj/xfce X-VCS-Files: xfce-base/xfdesktop/xfdesktop-9999.ebuild X-VCS-Directories: xfce-base/xfdesktop/ X-VCS-Committer: angelos X-VCS-Committer-Name: Christoph Mende X-VCS-Revision: 71c6e09eaa4c6dd88fb529fa8d1b4f9b0eada05c Date: Mon, 23 May 2011 16:40:31 +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: e7e7bc6d7b7fea1447cccb1c4e1d8b5b commit: 71c6e09eaa4c6dd88fb529fa8d1b4f9b0eada05c Author: Christoph Mende gentoo org> AuthorDate: Mon May 23 16:34:31 2011 +0000 Commit: Christoph Mende gentoo org> CommitDate: Mon May 23 16:34:31 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/xfce.git;a=3D= commit;h=3D71c6e09e xfdesktop: Sync with gentoo-x86 (Portage version: 2.2.0_alpha34/git/Linux x86_64, signed Manifest commit = with key 84F20B43) --- xfce-base/xfdesktop/xfdesktop-9999.ebuild | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/xfce-base/xfdesktop/xfdesktop-9999.ebuild b/xfce-base/xfdesk= top/xfdesktop-9999.ebuild index 988f499..dc85a97 100644 --- a/xfce-base/xfdesktop/xfdesktop-9999.ebuild +++ b/xfce-base/xfdesktop/xfdesktop-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/xfdesktop/xfdesktop-4.8.2.e= build,v 1.2 2011/04/22 18:39:25 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.8.2.e= build,v 1.3 2011/05/19 22:07:28 ssuominen Exp $ =20 EAPI=3D4 inherit xfconf-live @@ -10,6 +10,7 @@ HOMEPAGE=3D"http://www.xfce.org/projects/xfdesktop/" =20 LICENSE=3D"GPL-2" SLOT=3D"0" +# XXX: Don't mark this ebuild stable because of fake transparency proble= ms, stay with 4.8.1 instead KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-= fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" IUSE=3D"debug libnotify thunar" =20 @@ -43,5 +44,5 @@ pkg_setup() { $(xfconf_use_debug) ) =20 - DOCS=3D"AUTHORS ChangeLog NEWS README TODO" + DOCS=3D( AUTHORS ChangeLog NEWS README TODO ) }