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 20547139694 for ; Tue, 30 May 2017 07:45:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74A18E0DC9; Tue, 30 May 2017 07:45:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5279BE0DC9 for ; Tue, 30 May 2017 07:45:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5A59C34170F for ; Tue, 30 May 2017 07:45:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE54E7459 for ; Tue, 30 May 2017 07:45:53 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1496130349.c210b1c18de94915c34d628e744384a70d78c124.polynomial-c@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.40.1.ebuild X-VCS-Directories: media-gfx/graphviz/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: c210b1c18de94915c34d628e744384a70d78c124 X-VCS-Branch: master Date: Tue, 30 May 2017 07:45:53 +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: a1d6e4e2-3ad1-41cd-b31d-8db4ce28c07c X-Archives-Hash: 42327d694f31be81ac0a3da73dfedd0a commit: c210b1c18de94915c34d628e744384a70d78c124 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Tue May 30 07:28:02 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue May 30 07:45:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c210b1c1 media-gfx/graphviz: Drop already applied patch. Update HOMEPAGE. media-gfx/graphviz/graphviz-2.40.1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/media-gfx/graphviz/graphviz-2.40.1.ebuild b/media-gfx/graphviz/graphviz-2.40.1.ebuild index 6cb0b627577..a0729f26b91 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/" +HOMEPAGE="http://www.graphviz.org/ https://github.com/ellson/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 @@ -132,7 +132,6 @@ REQUIRED_USE=" PATCHES=( "${FILESDIR}"/${PN}-2.34.0-Xaw-configure.patch - "${FILESDIR}"/${PN}-2.38.0-ghostscript-9.18.patch ) pkg_setup() {