summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-07-26 04:19:42 +0100
committerSam James <sam@gentoo.org>2023-07-26 04:19:42 +0100
commitac3baf6dff18ee492dc6e9260bd77b0fe5ef0614 (patch)
tree8ce5b4faf8ba14e49fd17a591641a67d316c3dc5 /dev-perl/Compress-Raw-Lzma/Compress-Raw-Lzma-2.206.0.ebuild
parentapp-editors/vis: add github upstream metadata (diff)
downloadgentoo-ac3baf6dff18ee492dc6e9260bd77b0fe5ef0614.tar.gz
gentoo-ac3baf6dff18ee492dc6e9260bd77b0fe5ef0614.tar.bz2
gentoo-ac3baf6dff18ee492dc6e9260bd77b0fe5ef0614.zip
dev-perl/Compress-Raw-Lzma: add 2.206.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Compress-Raw-Lzma/Compress-Raw-Lzma-2.206.0.ebuild')
-rw-r--r--dev-perl/Compress-Raw-Lzma/Compress-Raw-Lzma-2.206.0.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/Compress-Raw-Lzma/Compress-Raw-Lzma-2.206.0.ebuild b/dev-perl/Compress-Raw-Lzma/Compress-Raw-Lzma-2.206.0.ebuild
new file mode 100644
index 000000000000..4600961bf34a
--- /dev/null
+++ b/dev-perl/Compress-Raw-Lzma/Compress-Raw-Lzma-2.206.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=PMQS
+DIST_VERSION=2.206
+
+inherit perl-module
+
+DESCRIPTION="Perl interface for reading and writing lzma, lzip, and xz files/buffers"
+
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="app-arch/xz-utils"
+DEPEND="${RDEPEND}"