commit:     6c1059b98a3d46b70f2798aaf28d6490a51d6463
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun May 16 12:26:53 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun May 16 15:12:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c1059b9

dev-perl/GitLab-API-v4: new package

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-perl/GitLab-API-v4/GitLab-API-v4-0.26.ebuild | 39 ++++++++++++++++++++++++
 dev-perl/GitLab-API-v4/Manifest                  |  1 +
 dev-perl/GitLab-API-v4/metadata.xml              | 20 ++++++++++++
 3 files changed, 60 insertions(+)

diff --git a/dev-perl/GitLab-API-v4/GitLab-API-v4-0.26.ebuild 
b/dev-perl/GitLab-API-v4/GitLab-API-v4-0.26.ebuild
new file mode 100644
index 000000000..954e848c7
--- /dev/null
+++ b/dev-perl/GitLab-API-v4/GitLab-API-v4-0.26.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=BLUEFEET
+
+inherit perl-module
+
+DESCRIPTION="A complete GitLab API v4 client"
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+RDEPEND="
+       dev-perl/Const-Fast
+       dev-perl/HTTP-Tiny-Multipart
+       dev-perl/JSON
+       dev-perl/Log-Any
+       dev-perl/Moo
+       dev-perl/Path-Tiny
+       dev-perl/Type-Tiny
+       dev-perl/URI
+       dev-perl/namespace-clean
+       dev-perl/strictures
+       virtual/perl-Carp
+       virtual/perl-Exporter
+       virtual/perl-Getopt-Long
+       virtual/perl-HTTP-Tiny
+"
+DEPEND="
+       ${RDEPEND}
+       test? (
+               dev-perl/Test2-Suite
+               virtual/perl-MIME-Base64
+       )
+"
+BDEPEND="dev-perl/Module-Build-Tiny"

diff --git a/dev-perl/GitLab-API-v4/Manifest b/dev-perl/GitLab-API-v4/Manifest
new file mode 100644
index 000000000..89651494d
--- /dev/null
+++ b/dev-perl/GitLab-API-v4/Manifest
@@ -0,0 +1 @@
+DIST GitLab-API-v4-0.26.tar.gz 80446 BLAKE2B 
d316eaf1d6c00d53583346b2619d039ab7fd182f13b534b6d2b917abc0c25f8f542acc31af7b4a2ec3858347819d2d8012d4a41373ff89b65a35de2e28ec0615
 SHA512 
03ca9b2ef738e3567b3f5b809beb02baed8d792cac1ec3eebdeeebf8362e2d0eb43b15d353934587d364b8c32a530b66fd15d31e2eef1bc080c5059d3eaf23ab

diff --git a/dev-perl/GitLab-API-v4/metadata.xml 
b/dev-perl/GitLab-API-v4/metadata.xml
new file mode 100644
index 000000000..a184beb62
--- /dev/null
+++ b/dev-perl/GitLab-API-v4/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Alessandro Barbieri</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="cpan">GitLab-API-v4</remote-id>
+               <remote-id type="cpan-module">GitLab::API::v4</remote-id>
+               <remote-id 
type="cpan-module">GitLab::API::v4::Config</remote-id>
+               <remote-id 
type="cpan-module">GitLab::API::v4::Constants</remote-id>
+               <remote-id type="cpan-module">GitLab::API::v4::Mock</remote-id>
+               <remote-id 
type="cpan-module">GitLab::API::v4::Mock::Engine</remote-id>
+               <remote-id 
type="cpan-module">GitLab::API::v4::Mock::RESTClient</remote-id>
+               <remote-id 
type="cpan-module">GitLab::API::v4::Paginator</remote-id>
+               <remote-id 
type="cpan-module">GitLab::API::v4::RESTClient</remote-id>
+               <remote-id 
type="cpan-module">GitLab::API::v4::WWWClient</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to