Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Graph-Easy/
Date: Thu, 30 Apr 2020 21:28:06
Message-Id: 1588282048.09ccf143bc9867cd618e6adde19b343ec4e52554.kentnl@gentoo
1 commit: 09ccf143bc9867cd618e6adde19b343ec4e52554
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 30 21:25:48 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 30 21:27:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09ccf143
7
8 dev-perl/Graph-Easy: Add w/ version=0.760.0 re bug #718722
9
10 Closes: https://bugs.gentoo.org/718722
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
13
14 dev-perl/Graph-Easy/Graph-Easy-0.760.0.ebuild | 34 +++++++++++++++++++++++
15 dev-perl/Graph-Easy/Manifest | 1 +
16 dev-perl/Graph-Easy/metadata.xml | 39 +++++++++++++++++++++++++++
17 3 files changed, 74 insertions(+)
18
19 diff --git a/dev-perl/Graph-Easy/Graph-Easy-0.760.0.ebuild b/dev-perl/Graph-Easy/Graph-Easy-0.760.0.ebuild
20 new file mode 100644
21 index 00000000000..3edf63650f0
22 --- /dev/null
23 +++ b/dev-perl/Graph-Easy/Graph-Easy-0.760.0.ebuild
24 @@ -0,0 +1,34 @@
25 +# Copyright 2020 Gentoo Authors
26 +# Distributed under the terms of the GNU General Public License v2
27 +
28 +EAPI=7
29 +
30 +DIST_AUTHOR=SHLOMIF
31 +DIST_VERSION=0.76
32 +DIST_EXAMPLES=("examples/*")
33 +inherit perl-module
34 +
35 +DESCRIPTION="Convert or render graphs (as ASCII, HTML, SVG or via Graphviz)"
36 +SLOT="0"
37 +KEYWORDS="~amd64 ~x86"
38 +IUSE="test"
39 +RESTRICT="!test? ( test )"
40 +
41 +RDEPEND="
42 + >=virtual/perl-Scalar-List-Utils-1.130.0
43 +"
44 +DEPEND="
45 + dev-perl/Module-Build
46 +"
47 +BDEPEND="${RDEPEND}
48 + >=dev-perl/Module-Build-0.360.0
49 + test? (
50 + dev-perl/Test-Differences
51 + >=virtual/perl-Test-Simple-0.620.0
52 + )
53 +"
54 +PERL_RM_FILES=(
55 + "t/style-trailing-space.t"
56 + "t/pod.t"
57 + "t/pod_cov.t"
58 +)
59
60 diff --git a/dev-perl/Graph-Easy/Manifest b/dev-perl/Graph-Easy/Manifest
61 new file mode 100644
62 index 00000000000..ca55a2b4b20
63 --- /dev/null
64 +++ b/dev-perl/Graph-Easy/Manifest
65 @@ -0,0 +1 @@
66 +DIST Graph-Easy-0.76.tar.gz 467184 BLAKE2B b6024a6f9e2e97d47806eb0b263af11e3e9b6b4fcb52da1107f81db51cae3d005391779e3d670daef7a8a6fd9da2cb969c6d206b5afb62f8c6b253ad882214b8 SHA512 c5f93252a047ccb0c02347f9f138217c1d52b10ba67db100de7d57a716b3da8d564ecbddedd795420eccc6fe4733bd9b3e64d1fda7d203b144c6112d6bfbe6d0
67
68 diff --git a/dev-perl/Graph-Easy/metadata.xml b/dev-perl/Graph-Easy/metadata.xml
69 new file mode 100644
70 index 00000000000..979a8874c0f
71 --- /dev/null
72 +++ b/dev-perl/Graph-Easy/metadata.xml
73 @@ -0,0 +1,39 @@
74 +<?xml version="1.0" encoding="UTF-8"?>
75 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
76 +<pkgmetadata>
77 + <maintainer type="project">
78 + <email>perl@g.o</email>
79 + <name>Gentoo Perl Project</name>
80 + </maintainer>
81 + <upstream>
82 + <remote-id type="cpan">Graph-Easy</remote-id>
83 + <remote-id type="cpan-module">Graph::Easy</remote-id>
84 + <remote-id type="cpan-module">Graph::Easy::As_ascii</remote-id>
85 + <remote-id type="cpan-module">Graph::Easy::As_graphml</remote-id>
86 + <remote-id type="cpan-module">Graph::Easy::As_graphviz</remote-id>
87 + <remote-id type="cpan-module">Graph::Easy::As_txt</remote-id>
88 + <remote-id type="cpan-module">Graph::Easy::As_vcg</remote-id>
89 + <remote-id type="cpan-module">Graph::Easy::Attributes</remote-id>
90 + <remote-id type="cpan-module">Graph::Easy::Base</remote-id>
91 + <remote-id type="cpan-module">Graph::Easy::Edge</remote-id>
92 + <remote-id type="cpan-module">Graph::Easy::Edge::Cell</remote-id>
93 + <remote-id type="cpan-module">Graph::Easy::Group</remote-id>
94 + <remote-id type="cpan-module">Graph::Easy::Group::Anon</remote-id>
95 + <remote-id type="cpan-module">Graph::Easy::Group::Cell</remote-id>
96 + <remote-id type="cpan-module">Graph::Easy::Layout</remote-id>
97 + <remote-id type="cpan-module">Graph::Easy::Layout::Chain</remote-id>
98 + <remote-id type="cpan-module">Graph::Easy::Layout::Force</remote-id>
99 + <remote-id type="cpan-module">Graph::Easy::Layout::Grid</remote-id>
100 + <remote-id type="cpan-module">Graph::Easy::Layout::Path</remote-id>
101 + <remote-id type="cpan-module">Graph::Easy::Layout::Repair</remote-id>
102 + <remote-id type="cpan-module">Graph::Easy::Layout::Scout</remote-id>
103 + <remote-id type="cpan-module">Graph::Easy::Node</remote-id>
104 + <remote-id type="cpan-module">Graph::Easy::Node::Anon</remote-id>
105 + <remote-id type="cpan-module">Graph::Easy::Node::Cell</remote-id>
106 + <remote-id type="cpan-module">Graph::Easy::Node::Empty</remote-id>
107 + <remote-id type="cpan-module">Graph::Easy::Parser</remote-id>
108 + <remote-id type="cpan-module">Graph::Easy::Parser::Graphviz</remote-id>
109 + <remote-id type="cpan-module">Graph::Easy::Parser::VCG</remote-id>
110 + <remote-id type="cpan-module">Graph::Easy::Util</remote-id>
111 + </upstream>
112 +</pkgmetadata>