From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4E1B4138DB0 for ; Sat, 15 Oct 2016 20:43:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C973EE0962; Sat, 15 Oct 2016 20:43:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A016E0962 for ; Sat, 15 Oct 2016 20:43:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F5313413B7 for ; Sat, 15 Oct 2016 20:43:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1542B2F3 for ; Sat, 15 Oct 2016 20:43:33 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1476564204.39829b64674ad9a7344a6c6f780a9ff2a479ae8a.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/gnucash/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/gnucash/gnucash-2.6.13-r1.ebuild app-office/gnucash/gnucash-2.6.13.ebuild X-VCS-Directories: app-office/gnucash/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 39829b64674ad9a7344a6c6f780a9ff2a479ae8a X-VCS-Branch: master Date: Sat, 15 Oct 2016 20:43:33 +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: 6b849080-8abb-4c25-843c-1c65ba5ed1e5 X-Archives-Hash: a5a0693583a93be22acc2d2e03e46bcc commit: 39829b64674ad9a7344a6c6f780a9ff2a479ae8a Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat Oct 15 20:40:46 2016 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sat Oct 15 20:43:24 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39829b64 app-office/gnucash: version bump to guile-2 support Gentoo-bug: 590536 Package-Manager: portage-2.3.1 .../{gnucash-2.6.13.ebuild => gnucash-2.6.13-r1.ebuild} | 14 ++++---------- app-office/gnucash/gnucash-2.6.13.ebuild | 3 ++- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/app-office/gnucash/gnucash-2.6.13.ebuild b/app-office/gnucash/gnucash-2.6.13-r1.ebuild similarity index 90% copy from app-office/gnucash/gnucash-2.6.13.ebuild copy to app-office/gnucash/gnucash-2.6.13-r1.ebuild index c18747d..1742f5d 100644 --- a/app-office/gnucash/gnucash-2.6.13.ebuild +++ b/app-office/gnucash/gnucash-2.6.13-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" -KEYWORDS="amd64 ~ppc ~ppc64 x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="chipcard debug +doc gnome-keyring hbci mysql ofx postgres python quotes sqlite" # FIXME: rdepend on dev-libs/qof when upstream fix their mess (see configure.ac) @@ -24,7 +24,7 @@ RDEPEND=" >=dev-libs/popt-1.5 >=dev-libs/libxml2-2.5.10:2 dev-libs/libxslt - >=dev-scheme/guile-1.8.3:12[deprecated,regex] + >=dev-scheme/guile-2.0.0:12[deprecated,regex] dev-scheme/guile-www gnome-base/libgnomecanvas >=net-libs/webkit-gtk-1.2:2 @@ -83,23 +83,17 @@ src_configure() { $(use_enable ofx) \ $(use_enable hbci aqbanking) \ $(use_enable python) \ - --with-guile=1.8 \ --disable-doxygen \ --disable-gtkmm \ --enable-locale-specific-tax \ --disable-error-on-warning \ + --with-guile=2.0 \ ${myconf} } -src_test() { - GUILE_WARN_DEPRECATED=no \ - GNC_DOT_DIR="${T}"/.gnucash \ - emake check -} - src_install() { # Parallel installation fails from time to time, bug #359123 - MAKEOPTS="${MAKEOPTS} -j1" gnome2_src_install GNC_DOC_INSTALL_DIR=/usr/share/doc/${PF} + gnome2_src_install -j1 GNC_DOC_INSTALL_DIR=/usr/share/doc/${PF} rm -rf "${ED}"/usr/share/doc/${PF}/{examples/,COPYING,INSTALL,*win32-bin.txt,projects.html} mv "${ED}"/usr/share/doc/${PF} "${T}"/cantuseprepalldocs || die diff --git a/app-office/gnucash/gnucash-2.6.13.ebuild b/app-office/gnucash/gnucash-2.6.13.ebuild index c18747d..2fe1efc 100644 --- a/app-office/gnucash/gnucash-2.6.13.ebuild +++ b/app-office/gnucash/gnucash-2.6.13.ebuild @@ -25,6 +25,7 @@ RDEPEND=" >=dev-libs/libxml2-2.5.10:2 dev-libs/libxslt >=dev-scheme/guile-1.8.3:12[deprecated,regex] + =net-libs/webkit-gtk-1.2:2 @@ -83,11 +84,11 @@ src_configure() { $(use_enable ofx) \ $(use_enable hbci aqbanking) \ $(use_enable python) \ - --with-guile=1.8 \ --disable-doxygen \ --disable-gtkmm \ --enable-locale-specific-tax \ --disable-error-on-warning \ + --with-guile=1.8 \ ${myconf} }