mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-perl/GitLab-API-v4: new package
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
39
dev-perl/GitLab-API-v4/GitLab-API-v4-0.26.ebuild
Normal file
39
dev-perl/GitLab-API-v4/GitLab-API-v4-0.26.ebuild
Normal file
@@ -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"
|
||||
1
dev-perl/GitLab-API-v4/Manifest
Normal file
1
dev-perl/GitLab-API-v4/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST GitLab-API-v4-0.26.tar.gz 80446 BLAKE2B d316eaf1d6c00d53583346b2619d039ab7fd182f13b534b6d2b917abc0c25f8f542acc31af7b4a2ec3858347819d2d8012d4a41373ff89b65a35de2e28ec0615 SHA512 03ca9b2ef738e3567b3f5b809beb02baed8d792cac1ec3eebdeeebf8362e2d0eb43b15d353934587d364b8c32a530b66fd15d31e2eef1bc080c5059d3eaf23ab
|
||||
20
dev-perl/GitLab-API-v4/metadata.xml
Normal file
20
dev-perl/GitLab-API-v4/metadata.xml
Normal file
@@ -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>lssndrbarbieri@gmail.com</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>
|
||||
Reference in New Issue
Block a user