Gentoo Archives: gentoo-commits

From: Jonas Stein <jstein@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/graphviz/
Date: Sun, 10 Dec 2017 13:12:25
Message-Id: 1512911473.6923b307405409361878c1d1d05c8a5f0b14b7c2.jstein@gentoo
1 commit: 6923b307405409361878c1d1d05c8a5f0b14b7c2
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 10 13:11:13 2017 +0000
4 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 10 13:11:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6923b307
7
8 media-gfx/graphviz: Update Homepage
9
10 Project moved to gitlab
11
12 Package-Manager: Portage-2.3.17, Repoman-2.3.6
13
14 media-gfx/graphviz/graphviz-2.38.0-r1.ebuild | 6 +++---
15 media-gfx/graphviz/graphviz-2.40.1.ebuild | 2 +-
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/media-gfx/graphviz/graphviz-2.38.0-r1.ebuild b/media-gfx/graphviz/graphviz-2.38.0-r1.ebuild
19 index 435949e5f47..722663a0e68 100644
20 --- a/media-gfx/graphviz/graphviz-2.38.0-r1.ebuild
21 +++ b/media-gfx/graphviz/graphviz-2.38.0-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 +# Copyright 1999-2017 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
29 inherit autotools eutils flag-o-matic java-pkg-opt-2 multilib python-single-r1 qmake-utils
30
31 DESCRIPTION="Open Source Graph Visualization Software"
32 -HOMEPAGE="http://www.graphviz.org/"
33 +HOMEPAGE="http://www.graphviz.org/ https://gitlab.com/graphviz/graphviz/"
34 SRC_URI="http://www.graphviz.org/pub/graphviz/stable/SOURCES/${P}.tar.gz"
35
36 LICENSE="CPL-1.0"
37 @@ -47,7 +47,7 @@ RDEPEND="
38 gts? ( sci-libs/gts )
39 lasi? ( media-libs/lasi )
40 pdf? ( app-text/poppler )
41 - perl? ( dev-lang/perl:= )
42 + perl? ( dev-lang/perl:= )
43 python? ( ${PYTHON_DEPS} )
44 qt4? (
45 dev-qt/qtcore:4
46
47 diff --git a/media-gfx/graphviz/graphviz-2.40.1.ebuild b/media-gfx/graphviz/graphviz-2.40.1.ebuild
48 index 5d3f2809fa6..16193a1e4ee 100644
49 --- a/media-gfx/graphviz/graphviz-2.40.1.ebuild
50 +++ b/media-gfx/graphviz/graphviz-2.40.1.ebuild
51 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
52 inherit autotools eutils flag-o-matic java-pkg-opt-2 multilib python-single-r1 qmake-utils
53
54 DESCRIPTION="Open Source Graph Visualization Software"
55 -HOMEPAGE="http://www.graphviz.org/ https://github.com/ellson/graphviz"
56 +HOMEPAGE="http://www.graphviz.org/ https://gitlab.com/graphviz/graphviz/"
57 SRC_URI="http://www.graphviz.org/pub/graphviz/stable/SOURCES/${P}.tar.gz"
58
59 LICENSE="CPL-1.0"