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 1PrFgi-0001tX-0F for garchives@archives.gentoo.org; Sun, 20 Feb 2011 20:15:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 524821C0AB; Sun, 20 Feb 2011 20:14:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 22ED31C0AB 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 D821F1B40A8 for ; Sun, 20 Feb 2011 20:14:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 43BD08005E 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: <6041d3354abd63d487f7e746323e23bcf3bdc8fd.angelos@gentoo> Subject: [gentoo-commits] proj/xfce:master commit in: xfce-base/libxfcegui4/ X-VCS-Repository: proj/xfce X-VCS-Files: xfce-base/libxfcegui4/libxfcegui4-9999.ebuild X-VCS-Directories: xfce-base/libxfcegui4/ X-VCS-Committer: angelos X-VCS-Committer-Name: Christoph Mende X-VCS-Revision: 6041d3354abd63d487f7e746323e23bcf3bdc8fd 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: 4f3647edfd8b9a3b42dce722e4cf1795 commit: 6041d3354abd63d487f7e746323e23bcf3bdc8fd Author: Christoph Mende gentoo org> AuthorDate: Sun Feb 20 19:11:05 2011 +0000 Commit: Christoph Mende gentoo org> CommitDate: Sun Feb 20 19:11:05 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/xfce.git;a=3D= commit;h=3D6041d335 libxfcegui4: Updated --- xfce-base/libxfcegui4/libxfcegui4-9999.ebuild | 16 +++++++++------- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/xfce-base/libxfcegui4/libxfcegui4-9999.ebuild b/xfce-base/li= bxfcegui4/libxfcegui4-9999.ebuild index 5b2755a..e1bc7c0 100644 --- a/xfce-base/libxfcegui4/libxfcegui4-9999.ebuild +++ b/xfce-base/libxfcegui4/libxfcegui4-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 @@ -7,10 +7,11 @@ inherit xfce4 =20 xfce4_core =20 -DESCRIPTION=3D"Unified widgets library for Xfce4" -HOMEPAGE=3D"http://www.xfce.org/projects/libraries" +DESCRIPTION=3D"Xfce's unified widgets library (deprecated: don't use thi= s for future development)" +HOMEPAGE=3D"http://www.xfce.org/projects/libraries/" =20 -LICENSE=3D"LGPL-2" +LICENSE=3D"GPL-2 LGPL-2.1" +SLOT=3D"0" KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~= x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x= 64-solaris" IUSE=3D"debug glade startup-notification" =20 @@ -18,13 +19,13 @@ RDEPEND=3D"gnome-base/libglade x11-libs/libSM x11-libs/libX11 >=3Dx11-libs/gtk+-2.10:2 - >=3Dxfce-base/libxfce4util-4.6 - >=3Dxfce-base/xfconf-4.6 + >=3Dxfce-base/libxfce4util-4.8 glade? ( dev-util/glade:3 ) startup-notification? ( x11-libs/startup-notification )" DEPEND=3D"${RDEPEND} dev-util/intltool - dev-util/gtk-doc" + dev-util/gtk-doc + sys-devel/gettext" =20 WANT_GTKDOCIZE=3D"yes" =20 @@ -33,5 +34,6 @@ pkg_setup() { --disable-static $(use_enable glade gladeui) --with-html-dir=3D${EPREFIX}/usr/share/doc/${PF}/html" + DOCS=3D"AUTHORS NEWS README TODO" }