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 1SBCF4-0004OF-50 for garchives@archives.gentoo.org; Fri, 23 Mar 2012 21:41:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E1E8E0BCD; Fri, 23 Mar 2012 21:40:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 505DCE0BC9 for ; Fri, 23 Mar 2012 21:40:53 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B92631B4070 for ; Fri, 23 Mar 2012 21:40:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0B29DE5403 for ; Fri, 23 Mar 2012 21:40:50 +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: <1332538789.4f2466bd4038ce07f0a9128c264ab1995370366e.angelos@gentoo> Subject: [gentoo-commits] proj/xfce:master commit in: xfce-base/xfconf/ X-VCS-Repository: proj/xfce X-VCS-Files: xfce-base/xfconf/xfconf-9999.ebuild X-VCS-Directories: xfce-base/xfconf/ X-VCS-Committer: angelos X-VCS-Committer-Name: Christoph Mende X-VCS-Revision: 4f2466bd4038ce07f0a9128c264ab1995370366e X-VCS-Branch: master Date: Fri, 23 Mar 2012 21:40:50 +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: a9cdb54f-3ffa-440a-bcc7-6d837b7a0213 X-Archives-Hash: 9e9c49fa217b451643c8ab4bc037f568 commit: 4f2466bd4038ce07f0a9128c264ab1995370366e Author: Christoph Mende gentoo org> AuthorDate: Fri Mar 23 21:39:49 2012 +0000 Commit: Christoph Mende gentoo org> CommitDate: Fri Mar 23 21:39:49 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/xfce.git;a=3D= commit;h=3D4f2466bd xfconf: Sync with gentoo-x86 (Portage version: 2.2.0_alpha94/git/Linux x86_64, signed Manifest commit = with key 84F20B43) --- xfce-base/xfconf/xfconf-9999.ebuild | 22 ++++++++++++---------- 1 files changed, 12 insertions(+), 10 deletions(-) diff --git a/xfce-base/xfconf/xfconf-9999.ebuild b/xfce-base/xfconf/xfcon= f-9999.ebuild index 1956cf5..d28079a 100644 --- a/xfce-base/xfconf/xfconf-9999.ebuild +++ b/xfce-base/xfconf/xfconf-9999.ebuild @@ -1,29 +1,30 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.8.0.ebuild,= v 1.8 2011/05/20 17:47:26 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.8.1.ebuild,= v 1.6 2012/03/23 21:29:28 angelos Exp $ =20 EAPI=3D4 inherit xfconf =20 -DESCRIPTION=3D"Xfce's configuration storage system" -HOMEPAGE=3D"http://www.xfce.org/projects/xfconf/" +DESCRIPTION=3D"A simple client-server configuration storage and query sy= stem for the Xfce desktop environment" +HOMEPAGE=3D"http://www.xfce.org/projects/xfconf" =20 LICENSE=3D"GPL-2" SLOT=3D"0" KEYWORDS=3D"" IUSE=3D"debug perl" =20 -RDEPEND=3D">=3Ddev-libs/dbus-glib-0.88 - sys-apps/dbus +RDEPEND=3D">=3Ddev-libs/dbus-glib-0.90 >=3Ddev-libs/glib-2.18:2 >=3Dxfce-base/libxfce4util-4.8 perl? ( dev-perl/glib-perl )" DEPEND=3D"${RDEPEND} - dev-util/pkgconfig dev-util/intltool + dev-util/pkgconfig sys-devel/gettext - perl? ( dev-perl/extutils-depends - dev-perl/extutils-pkgconfig )" + perl? ( + dev-perl/extutils-depends + dev-perl/extutils-pkgconfig + )" =20 RESTRICT=3D"test" =20 @@ -36,7 +37,8 @@ pkg_setup() { --with-perl-options=3DINSTALLDIRS=3Dvendor --with-html-dir=3D"${EPREFIX}"/usr/share/doc/${PF}/html ) - [[ ${CHOST} =3D=3D *-darwin* ]] && XFCONF+=3D( --disable-visibility ) #= 366857 + + [[ ${CHOST} =3D=3D *-darwin* ]] && XFCONF+=3D( --disable-visibility ) #= 366857 =20 DOCS=3D( AUTHORS ChangeLog NEWS TODO ) }