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 33C6C138334 for ; Sat, 17 Nov 2018 17:22:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03023E0917; Sat, 17 Nov 2018 17:22:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB3B3E0917 for ; Sat, 17 Nov 2018 17:22:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27ECE335C63 for ; Sat, 17 Nov 2018 17:22:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93BD846E for ; Sat, 17 Nov 2018 17:22:11 +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: <1542475228.737b8227d129a13893ad1af5e6e2c8b0d67e61a0.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/goffice/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/goffice/goffice-0.10.43.ebuild X-VCS-Directories: x11-libs/goffice/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 737b8227d129a13893ad1af5e6e2c8b0d67e61a0 X-VCS-Branch: master Date: Sat, 17 Nov 2018 17:22:11 +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: b85eb111-edc6-4659-a3ef-4831d1ce76da X-Archives-Hash: cf9019adc2bfd63d3e6459e5af325230 commit: 737b8227d129a13893ad1af5e6e2c8b0d67e61a0 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat Nov 17 15:06:17 2018 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sat Nov 17 17:20:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=737b8227 x11-libs/goffice: fix minor issues from user contrib Update homepage. Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Gilles Dartiguelongue gentoo.org> x11-libs/goffice/goffice-0.10.43.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/x11-libs/goffice/goffice-0.10.43.ebuild b/x11-libs/goffice/goffice-0.10.43.ebuild index 27c07ac7b75..33e79cd9153 100644 --- a/x11-libs/goffice/goffice-0.10.43.ebuild +++ b/x11-libs/goffice/goffice-0.10.43.ebuild @@ -2,14 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" - GNOME2_LA_PUNT="yes" inherit gnome2 DESCRIPTION="A library of document-centric objects and utilities" -HOMEPAGE="https://git.gnome.org/browse/goffice/" -SRC_URI="https://ftp.gnome.org/pub/GNOME/sources/goffice/0.10/${P}.tar.xz" +HOMEPAGE="https://gitlab.gnome.org/GNOME/goffice/" LICENSE="GPL-2" SLOT="0.10" @@ -19,7 +17,7 @@ IUSE="+introspection" # FIXME: add lasem to tree RDEPEND=" >=app-text/libspectre-0.2.6:= - >=dev-libs/glib-2.38.0:2 + >=dev-libs/glib-2.40.0:2 >=dev-libs/libxml2-2.4.12:2 dev-libs/libxslt >=gnome-base/librsvg-2.22:2 @@ -36,6 +34,7 @@ RDEPEND=" " DEPEND="${RDEPEND} dev-lang/perl + dev-util/glib-utils >=dev-util/gtk-doc-am-1.12 >=dev-util/intltool-0.35 virtual/perl-Compress-Raw-Zlib