Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/graphviz/
Date: Tue, 30 May 2017 07:45:59
Message-Id: 1496130349.c210b1c18de94915c34d628e744384a70d78c124.polynomial-c@gentoo
1 commit: c210b1c18de94915c34d628e744384a70d78c124
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Tue May 30 07:28:02 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue May 30 07:45:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c210b1c1
7
8 media-gfx/graphviz: Drop already applied patch. Update HOMEPAGE.
9
10 media-gfx/graphviz/graphviz-2.40.1.ebuild | 5 ++---
11 1 file changed, 2 insertions(+), 3 deletions(-)
12
13 diff --git a/media-gfx/graphviz/graphviz-2.40.1.ebuild b/media-gfx/graphviz/graphviz-2.40.1.ebuild
14 index 6cb0b627577..a0729f26b91 100644
15 --- a/media-gfx/graphviz/graphviz-2.40.1.ebuild
16 +++ b/media-gfx/graphviz/graphviz-2.40.1.ebuild
17 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
18 inherit autotools eutils flag-o-matic java-pkg-opt-2 multilib python-single-r1 qmake-utils
19
20 DESCRIPTION="Open Source Graph Visualization Software"
21 -HOMEPAGE="http://www.graphviz.org/"
22 +HOMEPAGE="http://www.graphviz.org/ https://github.com/ellson/graphviz"
23 SRC_URI="http://www.graphviz.org/pub/graphviz/stable/SOURCES/${P}.tar.gz"
24
25 LICENSE="CPL-1.0"
26 @@ -47,7 +47,7 @@ RDEPEND="
27 gts? ( sci-libs/gts )
28 lasi? ( media-libs/lasi )
29 pdf? ( app-text/poppler )
30 - perl? ( dev-lang/perl:= )
31 + perl? ( dev-lang/perl:= )
32 python? ( ${PYTHON_DEPS} )
33 qt4? (
34 dev-qt/qtcore:4
35 @@ -132,7 +132,6 @@ REQUIRED_USE="
36
37 PATCHES=(
38 "${FILESDIR}"/${PN}-2.34.0-Xaw-configure.patch
39 - "${FILESDIR}"/${PN}-2.38.0-ghostscript-9.18.patch
40 )
41
42 pkg_setup() {