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 E3025139083 for ; Sun, 10 Dec 2017 13:12:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 560E8E1191; Sun, 10 Dec 2017 13:12:25 +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 34191E1191 for ; Sun, 10 Dec 2017 13:12:25 +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 37CF933BF01 for ; Sun, 10 Dec 2017 13:12:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8897AE6B for ; Sun, 10 Dec 2017 13:12:21 +0000 (UTC) From: "Jonas Stein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonas Stein" Message-ID: <1512911473.6923b307405409361878c1d1d05c8a5f0b14b7c2.jstein@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/graphviz/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/graphviz/graphviz-2.38.0-r1.ebuild media-gfx/graphviz/graphviz-2.40.1.ebuild X-VCS-Directories: media-gfx/graphviz/ X-VCS-Committer: jstein X-VCS-Committer-Name: Jonas Stein X-VCS-Revision: 6923b307405409361878c1d1d05c8a5f0b14b7c2 X-VCS-Branch: master Date: Sun, 10 Dec 2017 13:12:21 +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: 0206abd3-0c97-494b-8940-bc2b84405dd1 X-Archives-Hash: 56f776d999a7786de5884852a0dab7bc commit: 6923b307405409361878c1d1d05c8a5f0b14b7c2 Author: Jonas Stein gentoo org> AuthorDate: Sun Dec 10 13:11:13 2017 +0000 Commit: Jonas Stein gentoo org> CommitDate: Sun Dec 10 13:11:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6923b307 media-gfx/graphviz: Update Homepage Project moved to gitlab Package-Manager: Portage-2.3.17, Repoman-2.3.6 media-gfx/graphviz/graphviz-2.38.0-r1.ebuild | 6 +++--- media-gfx/graphviz/graphviz-2.40.1.ebuild | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-gfx/graphviz/graphviz-2.38.0-r1.ebuild b/media-gfx/graphviz/graphviz-2.38.0-r1.ebuild index 435949e5f47..722663a0e68 100644 --- a/media-gfx/graphviz/graphviz-2.38.0-r1.ebuild +++ b/media-gfx/graphviz/graphviz-2.38.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit autotools eutils flag-o-matic java-pkg-opt-2 multilib python-single-r1 qmake-utils DESCRIPTION="Open Source Graph Visualization Software" -HOMEPAGE="http://www.graphviz.org/" +HOMEPAGE="http://www.graphviz.org/ https://gitlab.com/graphviz/graphviz/" SRC_URI="http://www.graphviz.org/pub/graphviz/stable/SOURCES/${P}.tar.gz" LICENSE="CPL-1.0" @@ -47,7 +47,7 @@ RDEPEND=" gts? ( sci-libs/gts ) lasi? ( media-libs/lasi ) pdf? ( app-text/poppler ) - perl? ( dev-lang/perl:= ) + perl? ( dev-lang/perl:= ) python? ( ${PYTHON_DEPS} ) qt4? ( dev-qt/qtcore:4 diff --git a/media-gfx/graphviz/graphviz-2.40.1.ebuild b/media-gfx/graphviz/graphviz-2.40.1.ebuild index 5d3f2809fa6..16193a1e4ee 100644 --- a/media-gfx/graphviz/graphviz-2.40.1.ebuild +++ b/media-gfx/graphviz/graphviz-2.40.1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit autotools eutils flag-o-matic java-pkg-opt-2 multilib python-single-r1 qmake-utils DESCRIPTION="Open Source Graph Visualization Software" -HOMEPAGE="http://www.graphviz.org/ https://github.com/ellson/graphviz" +HOMEPAGE="http://www.graphviz.org/ https://gitlab.com/graphviz/graphviz/" SRC_URI="http://www.graphviz.org/pub/graphviz/stable/SOURCES/${P}.tar.gz" LICENSE="CPL-1.0"