summaryrefslogtreecommitdiff
path: root/dev-perl/Format-Human-Bytes
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-perl/Format-Human-Bytes
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/Format-Human-Bytes')
-rw-r--r--dev-perl/Format-Human-Bytes/Format-Human-Bytes-0.60.0-r1.ebuild22
-rw-r--r--dev-perl/Format-Human-Bytes/Manifest3
-rw-r--r--dev-perl/Format-Human-Bytes/metadata.xml12
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-perl/Format-Human-Bytes/Format-Human-Bytes-0.60.0-r1.ebuild b/dev-perl/Format-Human-Bytes/Format-Human-Bytes-0.60.0-r1.ebuild
new file mode 100644
index 000000000000..ed133b428cb4
--- /dev/null
+++ b/dev-perl/Format-Human-Bytes/Format-Human-Bytes-0.60.0-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+MODULE_AUTHOR=SEWI
+MODULE_VERSION=0.06
+inherit perl-module
+
+DESCRIPTION="Format a bytecount and make it human readable"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+SRC_TEST=do
+
+src_prepare() {
+ sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse inc::Module::Install;/' Makefile.PL ||
+ die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+ perl-module_src_prepare
+}
diff --git a/dev-perl/Format-Human-Bytes/Manifest b/dev-perl/Format-Human-Bytes/Manifest
new file mode 100644
index 000000000000..e515b638d69f
--- /dev/null
+++ b/dev-perl/Format-Human-Bytes/Manifest
@@ -0,0 +1,3 @@
+DIST Format-Human-Bytes-0.06.tar.gz 27183 BLAKE2B d94f83676ce314c2c03530c8b71eb5225467595c01a01d7f1e41cce6dbc904b5ae0c3dc0bbbaf2f82b2511b2122ce676f57e2ff6f69f0106c2209a54fdb65e58 SHA512 a1a1d9fee7ed2382c73939ce073e5cbd53595260076ec8b885219cce99731ca21ea273c9efe11ec66dbabf3133867800e34bdf9d96b4ed2dcecb77cffee704bc
+EBUILD Format-Human-Bytes-0.60.0-r1.ebuild 484 BLAKE2B 3b926ab88b57bf94de4704035372997359be65e05d61565c9775d52b93483708c10203f75b466cdf13d1908b1b0e0546a608eaa235937d8ba7f656e869c32307 SHA512 22cd21296094b59296e38bcdef21794d2d5738e2ae574ae7f0f91d53290327c4993280a903764d5eac6e1de860b8903a409121c4bb77ef337416ab550d742872
+MISC metadata.xml 409 BLAKE2B 3bfbc27dff9a1d91496930ded88b542f91b5c171d5f6d4b310bc1c09c0bdada4c4f84b4e48d0558f39a5ba0c35f0f8801b4773c39cc0f5ea2b889c96455a2967 SHA512 49c08325fa586eb91098b9c63ea1dbf2987cd65b6f6fddf622d616e4be1bdc7fcdd076115341157fcee6f877d98ea6957e02e8b2e9e4363e0749ff0ea54fadb5
diff --git a/dev-perl/Format-Human-Bytes/metadata.xml b/dev-perl/Format-Human-Bytes/metadata.xml
new file mode 100644
index 000000000000..9982eea4ee75
--- /dev/null
+++ b/dev-perl/Format-Human-Bytes/metadata.xml
@@ -0,0 +1,12 @@
+<?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">Format-Human-Bytes</remote-id>
+ <remote-id type="cpan-module">Format::Human::Bytes</remote-id>
+ </upstream>
+</pkgmetadata>