commit: 0111f25e0f4c8088a374499bdaabb6988f101724 Author: timorl <timorl <AT> disroot <DOT> org> AuthorDate: Sat May 18 14:19:08 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Tue Oct 1 16:22:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0111f25e
dev-perl/GraphViz2: new package, add 2.67 Signed-off-by: timorl <timorl <AT> disroot.org> Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-perl/GraphViz2/GraphViz2-2.67.ebuild | 33 ++++++++++++++++++++++++++++++++ dev-perl/GraphViz2/Manifest | 1 + dev-perl/GraphViz2/metadata.xml | 16 ++++++++++++++++ 3 files changed, 50 insertions(+) diff --git a/dev-perl/GraphViz2/GraphViz2-2.67.ebuild b/dev-perl/GraphViz2/GraphViz2-2.67.ebuild new file mode 100644 index 000000000000..1f0ec3b88e82 --- /dev/null +++ b/dev-perl/GraphViz2/GraphViz2-2.67.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=ETJ +DIST_VERSION=2.67 +DIST_EXAMPLES=("examples/*") +inherit perl-module + +DESCRIPTION="A wrapper for AT&T's GraphViz" + +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + media-gfx/graphviz + dev-perl/Data-Section-Simple + dev-perl/File-Which + dev-perl/IPC-Run3 + dev-perl/Moo + dev-perl/Type-Tiny + dev-perl/Graph +" +BDEPEND=" + ${RDEPEND} + dev-perl/Test-Pod + dev-perl/Pod-Markdown + test? ( + dev-perl/Test-Snapshot + >=virtual/perl-Test-Simple-1.1.2 + ) +" diff --git a/dev-perl/GraphViz2/Manifest b/dev-perl/GraphViz2/Manifest new file mode 100644 index 000000000000..a6c6dbd01dab --- /dev/null +++ b/dev-perl/GraphViz2/Manifest @@ -0,0 +1 @@ +DIST GraphViz2-2.67.tar.gz 80936 BLAKE2B 84b5b8784f1c9d0fc0fb665dac9000518342f75ba45f63a032133fcaf14be8c5496d71f8b85713ddf53cb12486d2512a24076d40800a834fee5b8c92b59ba7d3 SHA512 d6f4a691464c3e3950cc345e7595bbaf460cbf98bafb63d766cc58d60fe1ca89486a0f351c3abadd2892e4776387076363d0d2e3d30636ad8d4237fb099fd937 diff --git a/dev-perl/GraphViz2/metadata.xml b/dev-perl/GraphViz2/metadata.xml new file mode 100644 index 000000000000..63f6add304de --- /dev/null +++ b/dev-perl/GraphViz2/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>arthur...@gentoo.org</email> + <name>Arthur Zamarin</name> + </maintainer> + <upstream> + <remote-id type="cpan">GraphViz2</remote-id> + <remote-id type="cpan-module">GraphViz2</remote-id> + <remote-id type="cpan-module">GraphViz2::Parse::Regexp</remote-id> + <remote-id type="cpan-module">GraphViz2::Parse::STT</remote-id> + <remote-id type="cpan-module">GraphViz2::Parse::Yacc</remote-id> + <remote-id type="cpan-module">GraphViz2::Parse::Yapp</remote-id> + </upstream> +</pkgmetadata>