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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1D4B3158020 for ; Sat, 3 Dec 2022 08:11:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2609E0DC4; Sat, 3 Dec 2022 08:11:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D360EE0DC4 for ; Sat, 3 Dec 2022 08:11:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C28FC335D50 for ; Sat, 3 Dec 2022 08:11:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0A11777 for ; Sat, 3 Dec 2022 08:10:59 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1670054738.b197c1db6fa84ba0ea2c17183e6aa6753833602d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/graphviz/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/graphviz/graphviz-5.0.1-r1.ebuild media-gfx/graphviz/graphviz-5.0.1-r2.ebuild media-gfx/graphviz/graphviz-6.0.1-r2.ebuild media-gfx/graphviz/graphviz-6.0.1-r3.ebuild media-gfx/graphviz/graphviz-7.0.0-r1.ebuild media-gfx/graphviz/graphviz-7.0.0.ebuild media-gfx/graphviz/graphviz-7.0.2-r1.ebuild media-gfx/graphviz/graphviz-7.0.2.ebuild X-VCS-Directories: media-gfx/graphviz/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b197c1db6fa84ba0ea2c17183e6aa6753833602d X-VCS-Branch: master Date: Sat, 3 Dec 2022 08:10:59 +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: 875e0098-3f22-4e4a-bcb6-9e666867e000 X-Archives-Hash: 3a86c9bf6ce8960f5f4dafb166dad281 commit: b197c1db6fa84ba0ea2c17183e6aa6753833602d Author: Mario Haustein hrz tu-chemnitz de> AuthorDate: Wed Nov 30 19:31:09 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 3 08:05:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b197c1db media-gfx/graphviz: subscribe to app-text/ghostscript-gpl subslot Signed-off-by: Mario Haustein hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/28484 Signed-off-by: Sam James gentoo.org> .../graphviz/{graphviz-5.0.1-r1.ebuild => graphviz-5.0.1-r2.ebuild} | 2 +- .../graphviz/{graphviz-6.0.1-r2.ebuild => graphviz-6.0.1-r3.ebuild} | 2 +- media-gfx/graphviz/{graphviz-7.0.2.ebuild => graphviz-7.0.0-r1.ebuild} | 2 +- media-gfx/graphviz/{graphviz-7.0.0.ebuild => graphviz-7.0.2-r1.ebuild} | 0 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-gfx/graphviz/graphviz-5.0.1-r1.ebuild b/media-gfx/graphviz/graphviz-5.0.1-r2.ebuild similarity index 99% rename from media-gfx/graphviz/graphviz-5.0.1-r1.ebuild rename to media-gfx/graphviz/graphviz-5.0.1-r2.ebuild index bdab7d9db9a0..9c186a627ba5 100644 --- a/media-gfx/graphviz/graphviz-5.0.1-r1.ebuild +++ b/media-gfx/graphviz/graphviz-5.0.1-r2.ebuild @@ -50,7 +50,7 @@ RDEPEND=" lasi? ( media-libs/lasi ) pdf? ( app-text/poppler ) perl? ( dev-lang/perl:= ) - postscript? ( app-text/ghostscript-gpl ) + postscript? ( app-text/ghostscript-gpl:= ) python? ( ${PYTHON_DEPS} ) qt5? ( dev-qt/qtcore:5 diff --git a/media-gfx/graphviz/graphviz-6.0.1-r2.ebuild b/media-gfx/graphviz/graphviz-6.0.1-r3.ebuild similarity index 99% rename from media-gfx/graphviz/graphviz-6.0.1-r2.ebuild rename to media-gfx/graphviz/graphviz-6.0.1-r3.ebuild index a6a2752bc806..fd076e96e4c7 100644 --- a/media-gfx/graphviz/graphviz-6.0.1-r2.ebuild +++ b/media-gfx/graphviz/graphviz-6.0.1-r3.ebuild @@ -50,7 +50,7 @@ RDEPEND=" lasi? ( media-libs/lasi ) pdf? ( app-text/poppler ) perl? ( dev-lang/perl:= ) - postscript? ( app-text/ghostscript-gpl ) + postscript? ( app-text/ghostscript-gpl:= ) python? ( ${PYTHON_DEPS} ) qt5? ( dev-qt/qtcore:5 diff --git a/media-gfx/graphviz/graphviz-7.0.2.ebuild b/media-gfx/graphviz/graphviz-7.0.0-r1.ebuild similarity index 99% rename from media-gfx/graphviz/graphviz-7.0.2.ebuild rename to media-gfx/graphviz/graphviz-7.0.0-r1.ebuild index af33ee99a65d..9ad6331a1bb7 100644 --- a/media-gfx/graphviz/graphviz-7.0.2.ebuild +++ b/media-gfx/graphviz/graphviz-7.0.0-r1.ebuild @@ -50,7 +50,7 @@ RDEPEND=" lasi? ( media-libs/lasi ) pdf? ( app-text/poppler ) perl? ( dev-lang/perl:= ) - postscript? ( app-text/ghostscript-gpl ) + postscript? ( app-text/ghostscript-gpl:= ) python? ( ${PYTHON_DEPS} ) qt5? ( dev-qt/qtcore:5 diff --git a/media-gfx/graphviz/graphviz-7.0.0.ebuild b/media-gfx/graphviz/graphviz-7.0.2-r1.ebuild similarity index 100% rename from media-gfx/graphviz/graphviz-7.0.0.ebuild rename to media-gfx/graphviz/graphviz-7.0.2-r1.ebuild