diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
| commit | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch) | |
| tree | b89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /dev-perl/Cache-FastMmap | |
| parent | 1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff) | |
| download | baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip | |
Updating liguros repo
Diffstat (limited to 'dev-perl/Cache-FastMmap')
| -rw-r--r-- | dev-perl/Cache-FastMmap/Cache-FastMmap-1.470.0.ebuild | 19 | ||||
| -rw-r--r-- | dev-perl/Cache-FastMmap/Cache-FastMmap-1.490.0.ebuild | 19 | ||||
| -rw-r--r-- | dev-perl/Cache-FastMmap/Manifest | 2 | ||||
| -rw-r--r-- | dev-perl/Cache-FastMmap/metadata.xml | 14 |
4 files changed, 54 insertions, 0 deletions
diff --git a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.470.0.ebuild b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.470.0.ebuild new file mode 100644 index 000000000000..10d3a16b4b6e --- /dev/null +++ b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.470.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +DIST_AUTHOR=ROBM +DIST_VERSION=1.47 +inherit perl-module + +DESCRIPTION="Uses an mmaped file to act as a shared memory interprocess cache" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + virtual/perl-Storable +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" diff --git a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.490.0.ebuild b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.490.0.ebuild new file mode 100644 index 000000000000..b9bdfcbd667b --- /dev/null +++ b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.490.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +DIST_AUTHOR=ROBM +DIST_VERSION=1.49 +inherit perl-module + +DESCRIPTION="Uses an mmaped file to act as a shared memory interprocess cache" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + virtual/perl-Storable +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" diff --git a/dev-perl/Cache-FastMmap/Manifest b/dev-perl/Cache-FastMmap/Manifest new file mode 100644 index 000000000000..bc876767203c --- /dev/null +++ b/dev-perl/Cache-FastMmap/Manifest @@ -0,0 +1,2 @@ +DIST Cache-FastMmap-1.47.tar.gz 52311 BLAKE2B dc522da53f332ea8fd4130d4dcb3dcc60a82028ab7daf99b7bc5863bc1ffb83c9bac41ebec3f568a58ad66addac1a613db9bc7f817efbcdedfd842833a3d9855 SHA512 20d839ac10578387465a0d5e6d6d4018073eb644460b4e079bb7b774a6c7be453a7f2bd8d499be962d60bd51657bc49a651684e773efb02a5d5fcf6c341640b2 +DIST Cache-FastMmap-1.49.tar.gz 52512 BLAKE2B a0632b526b62acdf200102de1c6c6da98f6b167d0897c91f9eee7bf60118dfb753554fc2a25b0c737639df20af423147104cfca71b8e1c86abeff34ac86d23c5 SHA512 686f4cc360b6106f87c6068e99eaee708f6045d1651cfdfcd2819f7fedeb7563b185df6e3ae6e99c079b3993ada9a356cce69ad4e95659c664f5bfe78ada7939 diff --git a/dev-perl/Cache-FastMmap/metadata.xml b/dev-perl/Cache-FastMmap/metadata.xml new file mode 100644 index 000000000000..76df279fd2f5 --- /dev/null +++ b/dev-perl/Cache-FastMmap/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://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">Cache-FastMmap</remote-id> + <remote-id type="cpan-module">Cache::FastMmap</remote-id> + <remote-id type="cpan-module">Cache::FastMmap::OnLeave</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata> |
