summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortimorl <timorl@disroot.org>2024-05-18 16:19:08 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2024-10-01 19:22:41 +0300
commit0111f25e0f4c8088a374499bdaabb6988f101724 (patch)
treef846e51d735fbef05fbc1116c8613e57ae3303c5 /dev-perl
parentdev-perl/Test-Snapshot: new package, add 0.60.0 (diff)
downloadgentoo-0111f25e0f4c8088a374499bdaabb6988f101724.tar.gz
gentoo-0111f25e0f4c8088a374499bdaabb6988f101724.tar.bz2
gentoo-0111f25e0f4c8088a374499bdaabb6988f101724.zip
dev-perl/GraphViz2: new package, add 2.67
Signed-off-by: timorl <timorl@disroot.org> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/GraphViz2/GraphViz2-2.67.ebuild33
-rw-r--r--dev-perl/GraphViz2/Manifest1
-rw-r--r--dev-perl/GraphViz2/metadata.xml16
3 files changed, 50 insertions, 0 deletions
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>arthurzam@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>