summaryrefslogtreecommitdiff
path: root/dev-perl/Text-CharWidth
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/Text-CharWidth
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/Text-CharWidth')
-rw-r--r--dev-perl/Text-CharWidth/Manifest3
-rw-r--r--dev-perl/Text-CharWidth/Text-CharWidth-0.40.0-r1.ebuild16
-rw-r--r--dev-perl/Text-CharWidth/metadata.xml12
3 files changed, 31 insertions, 0 deletions
diff --git a/dev-perl/Text-CharWidth/Manifest b/dev-perl/Text-CharWidth/Manifest
new file mode 100644
index 000000000000..4355a0dd2b26
--- /dev/null
+++ b/dev-perl/Text-CharWidth/Manifest
@@ -0,0 +1,3 @@
+DIST Text-CharWidth-0.04.tar.gz 8387 BLAKE2B 6d7a75c9a010c6f909a7d34a23d58973afa1b6a53091aaf0cd7ff1fd1f38b87fe2e043498871ecd2ccd3634baeaa03ca4ce0bceb04736e942bd3bca94e17359e SHA512 8ec7898fcd4a3bb6e9e36fbd50c28e023298f830fce33dafd1445de97732b337d3a6f9a075059a56592d0f118ba83c45e61fa4fd4a6d3bfbb2cd25215a061e1c
+EBUILD Text-CharWidth-0.40.0-r1.ebuild 470 BLAKE2B 90c078c23b86a02a1a415fd59a68dfde3fe830fa3fd3cb392a1b55f48334d6c345688951d84b85a5936836f17b746ed5f43fff30c9716dcb676601dc8e804e65 SHA512 520bbd91c5d91277d9de3894c7b1c4786e2405a2400a9c608da6db3d4231a880ed384dcb5f26ba845552481068faa03fd5f264515441ec1c4c0cd371d688264e
+MISC metadata.xml 400 BLAKE2B 94cc58a7229eff59f4621c9b3c9bc9d90aa55ed66dfc6259b828f5846ef3ce0854026292c6d0c6acacf80da9494733a311bef955146cc21f9536347b78a5cb7d SHA512 9df4dbe1befbc2095aef448e21fede21930bcb5474c7221045471e959dfcd1de9001b24d6c6fddd9fd8b0621cd637dc4cdb8917f219a077d106cebe52cd7073d
diff --git a/dev-perl/Text-CharWidth/Text-CharWidth-0.40.0-r1.ebuild b/dev-perl/Text-CharWidth/Text-CharWidth-0.40.0-r1.ebuild
new file mode 100644
index 000000000000..eeaf2cf12924
--- /dev/null
+++ b/dev-perl/Text-CharWidth/Text-CharWidth-0.40.0-r1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+MODULE_AUTHOR=KUBOTA
+MODULE_VERSION=0.04
+inherit perl-module
+
+DESCRIPTION="Get number of occupied columns of a string on terminal"
+
+SLOT="0"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+SRC_TEST="do"
diff --git a/dev-perl/Text-CharWidth/metadata.xml b/dev-perl/Text-CharWidth/metadata.xml
new file mode 100644
index 000000000000..920d93a425a4
--- /dev/null
+++ b/dev-perl/Text-CharWidth/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">Text-CharWidth</remote-id>
+ <remote-id type="cpan-module">Text::CharWidth</remote-id>
+ </upstream>
+</pkgmetadata>