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 1PrFhu-00029s-HG for garchives@archives.gentoo.org; Sun, 20 Feb 2011 20:16:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFAD91C098; Sun, 20 Feb 2011 20:14:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A3EDB1C098 for ; Sun, 20 Feb 2011 20:14:46 +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 698631B40A8 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 CD5B58006E for ; Sun, 20 Feb 2011 20:14:45 +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: <0ecdded6bdd6609fb53cc81a392b6a68c179d35d.angelos@gentoo> Subject: [gentoo-commits] proj/xfce:master commit in: xfce-base/libxfce4ui/ X-VCS-Repository: proj/xfce X-VCS-Files: xfce-base/libxfce4ui/libxfce4ui-9999.ebuild X-VCS-Directories: xfce-base/libxfce4ui/ X-VCS-Committer: angelos X-VCS-Committer-Name: Christoph Mende X-VCS-Revision: 0ecdded6bdd6609fb53cc81a392b6a68c179d35d Date: Sun, 20 Feb 2011 20:14:45 +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: cbd7b11f2cb01d0d3e0f4992f74e248a commit: 0ecdded6bdd6609fb53cc81a392b6a68c179d35d Author: Christoph Mende gentoo org> AuthorDate: Sun Feb 20 19:01:30 2011 +0000 Commit: Christoph Mende gentoo org> CommitDate: Sun Feb 20 19:01:30 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/xfce.git;a=3D= commit;h=3D0ecdded6 libxfce4ui: Updated --- xfce-base/libxfce4ui/libxfce4ui-9999.ebuild | 23 +++++++++++++--------= -- 1 files changed, 13 insertions(+), 10 deletions(-) diff --git a/xfce-base/libxfce4ui/libxfce4ui-9999.ebuild b/xfce-base/libx= fce4ui/libxfce4ui-9999.ebuild index 8ab419d..947a4b3 100644 --- a/xfce-base/libxfce4ui/libxfce4ui-9999.ebuild +++ b/xfce-base/libxfce4ui/libxfce4ui-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,11 +7,12 @@ inherit xfce4 =20 xfce4_core =20 -DESCRIPTION=3D"Unified widgets library for Xfce4, a libxfcegui4 replacem= ent" -HOMEPAGE=3D"http://www.xfce.org/" +DESCRIPTION=3D"Xfce's unified widgets library" +HOMEPAGE=3D"http://www.xfce.org/projects/libraries/" =20 LICENSE=3D"LGPL-2" -KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~= x86-fbsd" +SLOT=3D"0" +KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~= x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" IUSE=3D"debug glade startup-notification" =20 RDEPEND=3D"x11-libs/libX11 @@ -19,21 +20,23 @@ RDEPEND=3D"x11-libs/libX11 x11-libs/libSM >=3Ddev-libs/glib-2.16:2 >=3Dx11-libs/gtk+-2.14:2 - >=3Dxfce-base/libxfce4util-4.6 - >=3Dxfce-base/xfconf-4.6 + >=3Dxfce-base/libxfce4util-4.8 + >=3Dxfce-base/xfconf-4.8 glade? ( dev-util/glade:3 ) - startup-notification? ( x11-libs/startup-notification )" + startup-notification? ( x11-libs/startup-notification ) + !!