fixed udw

This commit is contained in:
Simon M 2018-09-01 12:55:37 +10:00
parent 7ac4b0a783
commit 05801490d0
2 changed files with 18 additions and 0 deletions
dev-ruby/unicode-display_width

View File

@ -0,0 +1,2 @@
DIST unicode-display_width-1.4.0.gem 12800 BLAKE2B 0601f14bfa8e536b5222f342356c344ba69c4e251d7f105a7b825aaf5ff6ce89610e910362c31636dcf5ddced6b4bf79791287061730b16f5157a8610d8ecae7 SHA512 ae1a5c4133b64d283e9e09d20d77f4a87b98ed2a3ca3a166949d240bbcb0a0a4916ebdace6a9348aecf02316294a865739e4fd2c18f8e88af6c7e5b2d690b768
EBUILD unicode-display_width-1.4.0.ebuild 423 BLAKE2B f27abdad55cff6904854c84ace18ba342a1f6ad57c723c4f7c0d44112e6df1c79a1bd0609b6b3c6e1502f3814f1005bccb9e7f928256fac4d92984163cd7daf3 SHA512 86a58bb96b012682824f470da162450f864b05361bc6fdd76ce53d36c51734ae0a3f24fdb1cd90f17b1a681bf9851fbcfedc2a54bf9ee66ca21293aea3320673

View File

@ -0,0 +1,16 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
USE_RUBY="ruby23 ruby24 ruby25"
RUBY_FAKEGEM_EXTRAINSTALL="data"
inherit multilib ruby-fakegem
DESCRIPTION="Determines the monospace display width of a string using EastAsianWidth.txt, Unicode"
HOMEPAGE="https://rubygems.org/gems/unicode-display_width"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~arm"