From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5481713888F for ; Sat, 10 Oct 2015 06:25:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FE1D21C005; Sat, 10 Oct 2015 06:25:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D4B221C005 for ; Sat, 10 Oct 2015 06:25:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7ED833F7F8 for ; Sat, 10 Oct 2015 06:25:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C32ADFD for ; Sat, 10 Oct 2015 06:25:28 +0000 (UTC) From: "Christoph Mende" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Mende" Message-ID: <1444419698.d4f5e322a9917233c1bb3fb25e479d68d3aff7fe.angelos@gentoo> Subject: [gentoo-commits] proj/xfce:master commit in: xfce-base/xfconf/ X-VCS-Repository: proj/xfce X-VCS-Files: xfce-base/xfconf/metadata.xml 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: d4f5e322a9917233c1bb3fb25e479d68d3aff7fe X-VCS-Branch: master Date: Sat, 10 Oct 2015 06:25:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7aaebe39-933e-46a4-9e19-324a92cb5252 X-Archives-Hash: 00502ba478f76d9411687c78fdc9d31d commit: d4f5e322a9917233c1bb3fb25e479d68d3aff7fe Author: Christoph Mende gentoo org> AuthorDate: Fri Oct 9 19:41:38 2015 +0000 Commit: Christoph Mende gentoo org> CommitDate: Fri Oct 9 19:41:38 2015 +0000 URL: https://gitweb.gentoo.org/proj/xfce.git/commit/?id=d4f5e322 xfconf: Sync with gentoo-x86 Package-Manager: portage-2.2.23 xfce-base/xfconf/metadata.xml | 5 ++++- xfce-base/xfconf/xfconf-9999.ebuild | 14 ++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/xfce-base/xfconf/metadata.xml b/xfce-base/xfconf/metadata.xml index 826e2ca..008cf47 100644 --- a/xfce-base/xfconf/metadata.xml +++ b/xfce-base/xfconf/metadata.xml @@ -1,5 +1,8 @@ -xfce + + xfce@gentoo.org + XFCE Team + diff --git a/xfce-base/xfconf/xfconf-9999.ebuild b/xfce-base/xfconf/xfconf-9999.ebuild index 7b50f7b..b2d0bdb 100644 --- a/xfce-base/xfconf/xfconf-9999.ebuild +++ b/xfce-base/xfconf/xfconf-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.12.0.ebuild,v 1.1 2015/03/08 15:06:39 mgorny Exp $ +# $Id$ EAPI=5 inherit xfconf @@ -16,15 +16,18 @@ IUSE="debug perl" RDEPEND=">=dev-libs/dbus-glib-0.98 >=dev-libs/glib-2.30 >=xfce-base/libxfce4util-4.10 - perl? ( dev-perl/glib-perl )" + perl? ( + dev-lang/perl:=[-build(-)] + dev-perl/glib-perl + )" DEPEND="${RDEPEND} dev-util/intltool virtual/pkgconfig sys-devel/gettext perl? ( - dev-perl/extutils-depends + dev-perl/ExtUtils-Depends dev-perl/extutils-pkgconfig - )" + )" pkg_setup() { XFCONF=( @@ -32,7 +35,6 @@ pkg_setup() { $(xfconf_use_debug) $(use_enable debug checks) --with-perl-options=INSTALLDIRS=vendor - --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html ) [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857 @@ -41,7 +43,7 @@ pkg_setup() { } src_prepare() { - # http://bugzilla.xfce.org/show_bug.cgi?id=9556 + # https://bugzilla.xfce.org/show_bug.cgi?id=9556 cat <<-EOF >> po/POTFILES.skip xfconf-perl/xs/Xfconf.c xfconf-perl/xs/XfconfBinding.c