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 1PrFi5-0002Ai-Qc for garchives@archives.gentoo.org; Sun, 20 Feb 2011 20:16:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24B341C0D6; Sun, 20 Feb 2011 20:14:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E9AAB1C0D6 for ; Sun, 20 Feb 2011 20:14:47 +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 7B1501B4232 for ; Sun, 20 Feb 2011 20:14:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id DFF3D80073 for ; Sun, 20 Feb 2011 20:14:46 +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: 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: c751f3cc109d8685751f23f2e1decf1db8b64bd8 Date: Sun, 20 Feb 2011 20:14:46 +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: 23237dd5a60abc390f91e9241088783b commit: c751f3cc109d8685751f23f2e1decf1db8b64bd8 Author: Christoph Mende gentoo org> AuthorDate: Sun Feb 20 19:23:36 2011 +0000 Commit: Christoph Mende gentoo org> CommitDate: Sun Feb 20 19:23:36 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/xfce.git;a=3D= commit;h=3Dc751f3cc xfce4-panel: Updated --- xfce-base/xfce4-panel/xfce4-panel-9999.ebuild | 25 +++++++++++++++----= ------ 1 files changed, 15 insertions(+), 10 deletions(-) diff --git a/xfce-base/xfce4-panel/xfce4-panel-9999.ebuild b/xfce-base/xf= ce4-panel/xfce4-panel-9999.ebuild index eb102a1..6c679cc 100644 --- a/xfce-base/xfce4-panel/xfce4-panel-9999.ebuild +++ b/xfce-base/xfce4-panel/xfce4-panel-9999.ebuild @@ -1,32 +1,36 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -EAPI=3D3 +EAPI=3D4 inherit xfce4 =20 xfce4_core =20 -DESCRIPTION=3D"Panel for Xfce4" +DESCRIPTION=3D"Panel for the Xfce desktop environment" HOMEPAGE=3D"http://www.xfce.org/projects/xfce4-panel/" + LICENSE=3D"GPL-2 LGPL-2.1" +SLOT=3D"0" 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" =20 RDEPEND=3D"x11-libs/libX11 - >=3Dxfce-base/libxfce4util-4.6 - >=3Dxfce-base/garcon-0.1.1 - >=3Dxfce-base/libxfce4ui-4.7.1 - >=3Dxfce-base/xfconf-4.7.2 - >=3Dxfce-base/exo-0.5.1 + >=3Dxfce-base/libxfce4util-4.8 + >=3Dxfce-base/garcon-0.1.5 + >=3Dxfce-base/libxfce4ui-4.8 + >=3Dxfce-base/xfconf-4.8 + >=3Dxfce-base/exo-0.6 >=3Dx11-libs/gtk+-2.14:2 >=3Ddev-libs/glib-2.18:2 - >=3Ddev-libs/dbus-glib-0.73 + >=3Ddev-libs/dbus-glib-0.88 >=3Dx11-libs/cairo-1 >=3Dx11-libs/libwnck-2.22" DEPEND=3D"${RDEPEND} + dev-lang/perl dev-util/intltool - dev-util/gtk-doc" + dev-util/gtk-doc + sys-devel/gettext" =20 WANT_GTKDOCIZE=3D"yes" =20 @@ -35,5 +39,6 @@ pkg_setup() { --docdir=3D${EPREFIX}/usr/share/doc/${PF} --disable-static --with-html-dir=3D${EPREFIX}/usr/share/doc/${PF}/html" + DOCS=3D"AUTHORS NEWS THANKS" }