diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
| commit | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch) | |
| tree | 0d7a74b4463ee387f9cf9368ceb1b757f694f72a /dev-perl/Math-Int64 | |
| parent | f716a9fe6455d39eef01e718aae68dae61c19704 (diff) | |
| download | baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip | |
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'dev-perl/Math-Int64')
| -rw-r--r-- | dev-perl/Math-Int64/Manifest | 1 | ||||
| -rw-r--r-- | dev-perl/Math-Int64/Math-Int64-0.540.0-r1.ebuild | 25 | ||||
| -rw-r--r-- | dev-perl/Math-Int64/metadata.xml | 19 |
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-perl/Math-Int64/Manifest b/dev-perl/Math-Int64/Manifest new file mode 100644 index 000000000000..e8d9dd12f94e --- /dev/null +++ b/dev-perl/Math-Int64/Manifest @@ -0,0 +1 @@ +DIST Math-Int64-0.54.tar.gz 119664 BLAKE2B cf12dd1f156c92cbbd2f87913737cd1a4b48ef3d879e340506241bea6debcdc2313f8c1503597f54a0d80e6e50f16cbdba5be112e4e6df71e1f2c38575c423c3 SHA512 03677df499ebc3924fabefbc6fb863adc2f765341a9697305b03bb24477b391029e65cc492c831a24e282e26e850082abbd0e52dda198aa041f3f4f41cc4f995 diff --git a/dev-perl/Math-Int64/Math-Int64-0.540.0-r1.ebuild b/dev-perl/Math-Int64/Math-Int64-0.540.0-r1.ebuild new file mode 100644 index 000000000000..020496cf6ab2 --- /dev/null +++ b/dev-perl/Math-Int64/Math-Int64-0.540.0-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 2020-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=SALVA +DIST_VERSION=0.54 +DIST_EXAMPLES=( "examples/*" ) +inherit perl-module + +DESCRIPTION="Manipulate 64 bits integers in Perl" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86" + +RDEPEND="" +BDEPEND="${RDEPEND} + test? ( + >=virtual/perl-Test-Simple-0.960.0 + ) +" +PERL_RM_FILES=( + "t/author-eol.t" "t/author-no-tabs.t" "t/author-pod-spell.t" + "t/author-pod-syntax.t" "t/release-cpan-changes.t" "t/release-pod-coverage.t" + "t/release-portability.t" "t/release-synopsis.t" +) diff --git a/dev-perl/Math-Int64/metadata.xml b/dev-perl/Math-Int64/metadata.xml new file mode 100644 index 000000000000..230deec40bee --- /dev/null +++ b/dev-perl/Math-Int64/metadata.xml @@ -0,0 +1,19 @@ +<?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> + <maintainer type="person" proxied="yes"> + <email>hydrapolic@gmail.com</email> + <name>Tomáš Mózes</name> + </maintainer> + <upstream> + <remote-id type="cpan">Math-Int64</remote-id> + <remote-id type="cpan-module">Math::Int64</remote-id> + <remote-id type="cpan-module">Math::Int64::die_on_overflow</remote-id> + <remote-id type="cpan-module">Math::Int64::native_if_available</remote-id> + <remote-id type="cpan-module">Math::UInt64</remote-id> + </upstream> +</pkgmetadata> |
