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 1CB55138239 for ; Sat, 14 Sep 2019 14:59:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E79CE08A8; Sat, 14 Sep 2019 14:59:39 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08F2CE08A8 for ; Sat, 14 Sep 2019 14:59:38 +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 8E45A34B199 for ; Sat, 14 Sep 2019 14:59:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5473771 for ; Sat, 14 Sep 2019 14:59:33 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1568472745.05cec3be5725f70c9c555a40386f1820d976a139.asturm@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.42.1.ebuild X-VCS-Directories: media-gfx/graphviz/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 05cec3be5725f70c9c555a40386f1820d976a139 X-VCS-Branch: master Date: Sat, 14 Sep 2019 14:59:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 64adc53b-7251-46ac-9b37-7161d6263ecd X-Archives-Hash: 6ed8e7ab41b19fa7e576541e3e9526fb commit: 05cec3be5725f70c9c555a40386f1820d976a139 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 14 13:01:23 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 14 14:52:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05cec3be media-gfx/graphviz: Add missing media-libs/libpng slot op, einstalldocs Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/graphviz/graphviz-2.42.1.ebuild | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/media-gfx/graphviz/graphviz-2.42.1.ebuild b/media-gfx/graphviz/graphviz-2.42.1.ebuild index b901f7c2f90..6a0e38d17e8 100644 --- a/media-gfx/graphviz/graphviz-2.42.1.ebuild +++ b/media-gfx/graphviz/graphviz-2.42.1.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit autotools flag-o-matic java-pkg-opt-2 python-single-r1 qmake-utils DESCRIPTION="Open Source Graph Visualization Software" @@ -29,7 +29,7 @@ COMMON_DEPEND=" >=media-libs/fontconfig-2.3.95 >=media-libs/freetype-2.1.10 >=media-libs/gd-2.0.34:=[fontconfig,jpeg,png,truetype,zlib] - >=media-libs/libpng-1.2:0 + >=media-libs/libpng-1.2:0= sys-libs/zlib virtual/jpeg:0 virtual/libiconv @@ -60,7 +60,8 @@ COMMON_DEPEND=" x11-libs/libXmu x11-libs/libXpm x11-libs/libXt - )" + ) +" DEPEND="${COMMON_DEPEND} sys-devel/flex sys-devel/libtool @@ -71,9 +72,11 @@ DEPEND="${COMMON_DEPEND} perl? ( dev-lang/swig ) python? ( dev-lang/swig ) ruby? ( dev-lang/swig ) - tcl? ( dev-lang/swig )" -RDEPEND="${COMMON_DEPEND} - !<=sci-chemistry/cluster-1.3.081231" + tcl? ( dev-lang/swig ) +" +RDEPEND="${DEPEND} + !<=sci-chemistry/cluster-1.3.081231 +" # Dependency description / Maintainer-Info: @@ -194,6 +197,7 @@ src_configure() { myconf+=( $(use_with cairo pangocairo) $(use_with devil) + $(use_enable gdk-pixbuf) $(use_with gtk) $(use_with gts) $(use_with qt5 qt) @@ -210,7 +214,6 @@ src_configure() { --with-ipsepcola --with-libgd --with-sfdp - $(use_enable gdk-pixbuf) --without-ming ) @@ -241,7 +244,7 @@ src_configure() { $(use_enable tcl) ) - econf ${myconf[@]} + econf "${myconf[@]}" } src_install() { @@ -263,7 +266,7 @@ src_install() { find "${ED}" -name '*.la' -delete || die fi - dodoc AUTHORS ChangeLog NEWS README + einstalldocs use python && python_optimize \ "${D}$(python_get_sitedir)" \