diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-perl/Variable-Magic | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-perl/Variable-Magic')
| -rw-r--r-- | dev-perl/Variable-Magic/Manifest | 1 | ||||
| -rw-r--r-- | dev-perl/Variable-Magic/Variable-Magic-0.640.0.ebuild | 26 | ||||
| -rw-r--r-- | dev-perl/Variable-Magic/metadata.xml | 9 |
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-perl/Variable-Magic/Manifest b/dev-perl/Variable-Magic/Manifest new file mode 100644 index 000000000000..949a0695d83d --- /dev/null +++ b/dev-perl/Variable-Magic/Manifest @@ -0,0 +1 @@ +DIST Variable-Magic-0.64.tar.gz 76158 BLAKE2B 27f77b8c7fcf3593af3282b0bf4e41b89c4439b56077af808a5a8a791351d572593e34108cb6a3445fc1697a1e6ecc540f1f24dda468b0e22dd5a4381bb12d8f SHA512 ba7eead52b9684a7ce0112a6b29b9739d52bd111d7985cf6b721a3d193d7a0513205c3547ec9504239cf4a3bd50de844cb6f7bb83906118c12b8d7b92c455a6a diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.640.0.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.640.0.ebuild new file mode 100644 index 000000000000..0eddd39dfe87 --- /dev/null +++ b/dev-perl/Variable-Magic/Variable-Magic-0.640.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=VPIT +DIST_VERSION=0.64 +DIST_EXAMPLES=("samples/*") +inherit perl-module + +DESCRIPTION="Associate user-defined magic to variables from Perl" + +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Exporter + virtual/perl-XSLoader +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Test-Simple + ) +" diff --git a/dev-perl/Variable-Magic/metadata.xml b/dev-perl/Variable-Magic/metadata.xml new file mode 100644 index 000000000000..89c67f49bdb9 --- /dev/null +++ b/dev-perl/Variable-Magic/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>perl@gentoo.org</email> + <name>Gentoo Perl Project</name> + </maintainer> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
