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 0D61B139337 for ; Tue, 27 Jul 2021 23:36:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A86DE085E; Tue, 27 Jul 2021 23:36:50 +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 CA33DE085E for ; Tue, 27 Jul 2021 23:36:49 +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 4CC14340815 for ; Tue, 27 Jul 2021 23:36:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91CE1174 for ; Tue, 27 Jul 2021 23:36:45 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1627428999.cde31db828b4ae8a1263c63ecfd52ec6ccfcc979.soap@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.48.0.ebuild X-VCS-Directories: media-gfx/graphviz/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: cde31db828b4ae8a1263c63ecfd52ec6ccfcc979 X-VCS-Branch: master Date: Tue, 27 Jul 2021 23:36:45 +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: 53f692d8-fb11-47b4-8d55-beea0df54f07 X-Archives-Hash: 1c392d3ef2c59e7e168d044ea5b4c1f1 commit: cde31db828b4ae8a1263c63ecfd52ec6ccfcc979 Author: David Seifert gentoo org> AuthorDate: Tue Jul 27 23:36:39 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Jul 27 23:36:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde31db8 media-gfx/graphviz: clean up ebuild Suggested-by: Sam James gentoo.org> Signed-off-by: David Seifert gentoo.org> media-gfx/graphviz/graphviz-2.48.0.ebuild | 49 ++++++++++++++----------------- 1 file changed, 22 insertions(+), 27 deletions(-) diff --git a/media-gfx/graphviz/graphviz-2.48.0.ebuild b/media-gfx/graphviz/graphviz-2.48.0.ebuild index 2ff1b8d26d1..062047851a2 100644 --- a/media-gfx/graphviz/graphviz-2.48.0.ebuild +++ b/media-gfx/graphviz/graphviz-2.48.0.ebuild @@ -25,28 +25,6 @@ REQUIRED_USE=" # Requires ksh, tests against installed package, missing files and directory RESTRICT="test" -BDEPEND=" - sys-devel/flex - sys-devel/libtool - x11-libs/gdk-pixbuf:2 - virtual/pkgconfig - doc? ( - app-text/ghostscript-gpl - sys-apps/groff - ) - guile? ( - dev-lang/swig - dev-scheme/guile - ) - java? ( - dev-lang/swig - >=virtual/jdk-1.8:* - ) - nls? ( >=sys-devel/gettext-0.14.5 ) - perl? ( dev-lang/swig ) - python? ( dev-lang/swig ) - ruby? ( dev-lang/swig ) - tcl? ( dev-lang/swig )" RDEPEND=" >=dev-libs/expat-2 >=dev-libs/glib-2.11.1:2 @@ -90,6 +68,28 @@ RDEPEND=" x11-libs/libXt )" DEPEND="${RDEPEND}" +BDEPEND=" + sys-devel/flex + sys-devel/libtool + x11-libs/gdk-pixbuf:2 + virtual/pkgconfig + doc? ( + app-text/ghostscript-gpl + sys-apps/groff + ) + guile? ( + dev-lang/swig + dev-scheme/guile + ) + java? ( + dev-lang/swig + >=virtual/jdk-1.8:* + ) + nls? ( >=sys-devel/gettext-0.14.5 ) + perl? ( dev-lang/swig ) + python? ( dev-lang/swig ) + ruby? ( dev-lang/swig ) + tcl? ( dev-lang/swig )" # Dependency description / Maintainer-Info: @@ -257,11 +257,6 @@ src_install() { rm -rf "${ED}"/usr/share/graphviz/demo || die fi - # useless test binary, because upstream uses - # bin_PROGRAMS and not check_PROGRAMS, creates - # a spurious dependency on dev-libs/criterion - rm -f "${ED}"/usr/bin/command_line || die - find "${ED}" -name '*.la' -delete || die einstalldocs