dev-perl/Env-Path: new package, add 0.190.0

Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Matoro Mahri
2023-06-16 22:39:13 -04:00
committed by Sam James
parent d8bc1f1342
commit efc10f5cbb
3 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR="DSB"
DIST_VERSION="0.19"
inherit perl-module
DESCRIPTION="Advanced operations on path variables"
LICENSE="|| ( Artistic GPL-1+ )"
SLOT="0"
KEYWORDS="~alpha ~amd64"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker"

View File

@@ -0,0 +1 @@
DIST Env-Path-0.19.tar.gz 11036 BLAKE2B 5bc29c6f1d809f6d8f50d53941dc50c91063859181cfc250e97d51d2b082065bf55efaf0f080434aadb9a2a1a12c08f3ef7b3c48f1edb403b600032b8653a6ff SHA512 ea75dd808bd1d1e00a70179ccf834b4395e810ae46373eb16a9ebd37ada550ce3d9996073dfbe45909c66537fbc7712920d4dbb6dbf905200501884c5acb52fa

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">Env-Path</remote-id>
<remote-id type="cpan-module">Env::Path</remote-id>
</upstream>
</pkgmetadata>