added missing dependencies
modified: app-metrics/glpi-agent/Manifest modified: app-metrics/glpi-agent/glpi-agent-1.4.ebuild new file: dev-perl/HTTP-Proxy/HTTP-Proxy-0.304.ebuild new file: dev-perl/HTTP-Proxy/Manifest new file: dev-perl/HTTP-Server-Simple-Authen/HTTP-Server-Simple-Authen-0.04.ebuild new file: dev-perl/HTTP-Server-Simple-Authen/Manifest
This commit is contained in:
25
dev-perl/HTTP-Proxy/HTTP-Proxy-0.304.ebuild
Normal file
25
dev-perl/HTTP-Proxy/HTTP-Proxy-0.304.ebuild
Normal file
@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DIST_AUTHOR=BOOK
|
||||
DIST_VERSION=0.304
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="A pure Perl HTTP proxy"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
|
||||
RDEPEND="
|
||||
"
|
||||
BDEPEND="${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
test? ( virtual/perl-Test-Simple )
|
||||
"
|
||||
|
||||
src_test() {
|
||||
perl_rm_files t/02pod.t t/03podcoverage.t
|
||||
perl-module_src_test
|
||||
}
|
2
dev-perl/HTTP-Proxy/Manifest
Normal file
2
dev-perl/HTTP-Proxy/Manifest
Normal file
@ -0,0 +1,2 @@
|
||||
DIST HTTP-Proxy-0.304.tar.gz 84402 BLAKE2B 710a85920704a2931f3ba1ec7b89800142cac4811bb8a395c224bc3a23b8031b1154a35700fedfa9965fdc442900eacfa68ecbbb0d3d933c4fc295c2c6044318 SHA512 9222f8be3cd1ef2fa593f29973bb191cd15281521972fdd6392d786934bb5ae38ff329e721251697000edd7c1f38d7687518cb0f5d9524ac702a22579c66e4c2
|
||||
EBUILD HTTP-Proxy-0.304.ebuild 561 BLAKE2B f7653894a2512f4a5d7302e881485b28bdadd2e7ba926ee86273654eb167fad059d2403ead1336584b81aae206bfd69df9ef708b7731ab3a74b99fc7dc52f767 SHA512 4693ac1b832240cff205ea7048ddafff3539343bc5af95ff957dcd5306e720885cfcf87e3ff00d506a43020b16ad9fad13edaf43aa84bbfcba9e7ab4d0a5a3f5
|
@ -0,0 +1,27 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DIST_AUTHOR=MIYAGAWA
|
||||
DIST_VERSION=0.04
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Authentication plugin for HTTP::Server::Simple"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
|
||||
RDEPEND="
|
||||
dev-perl/HTTP-Server-Simple
|
||||
dev-perl/Authen-Simple-Passwd
|
||||
"
|
||||
BDEPEND="${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
test? ( virtual/perl-Test-Simple )
|
||||
"
|
||||
|
||||
src_test() {
|
||||
perl_rm_files t/02pod.t t/03podcoverage.t
|
||||
perl-module_src_test
|
||||
}
|
2
dev-perl/HTTP-Server-Simple-Authen/Manifest
Normal file
2
dev-perl/HTTP-Server-Simple-Authen/Manifest
Normal file
@ -0,0 +1,2 @@
|
||||
DIST HTTP-Server-Simple-Authen-0.04.tar.gz 2562 BLAKE2B 26793e3c2c3767b348b244bb2e8a255152b1bbfa42735f0a37b3ec004245db2926fc0f277f13749ec0d69f8bff822dc2f180ef08cba3292653d1708952b7fbe3 SHA512 420d864733e752d612fce34d0a5526a1758ad7284e9f2bd08ec1d22b026143001d186de682020f0444e778a5265e6bafabf77462e4ace754b43481cf129cf5d3
|
||||
EBUILD HTTP-Server-Simple-Authen-0.04.ebuild 648 BLAKE2B 41a7734224b38289c86aa5428bb1ee5cf9b624b1ce425a7870e59fb0eedaa01a4030b7b07bf8e94705a410b92b77bd6f4cedf4dcc330860553014274c1eadbcd SHA512 f804c1acdb0447d94a3512447431055577edc2e5f09e3982c1db4a0f4e1b3911d2e432454c7b761bb6368a94ff2a3954f1ee1fdc4f001a518bb423256e568b90
|
Reference in New Issue
Block a user