mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 00:28:09 -07:00
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:
17
dev-perl/Env-Path/Env-Path-0.190.0.ebuild
Normal file
17
dev-perl/Env-Path/Env-Path-0.190.0.ebuild
Normal 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"
|
||||
1
dev-perl/Env-Path/Manifest
Normal file
1
dev-perl/Env-Path/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST Env-Path-0.19.tar.gz 11036 BLAKE2B 5bc29c6f1d809f6d8f50d53941dc50c91063859181cfc250e97d51d2b082065bf55efaf0f080434aadb9a2a1a12c08f3ef7b3c48f1edb403b600032b8653a6ff SHA512 ea75dd808bd1d1e00a70179ccf834b4395e810ae46373eb16a9ebd37ada550ce3d9996073dfbe45909c66537fbc7712920d4dbb6dbf905200501884c5acb52fa
|
||||
12
dev-perl/Env-Path/metadata.xml
Normal file
12
dev-perl/Env-Path/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user