app-i18n/unicode-cldr: initial import
authorAkinori Hattori <hattya@gentoo.org>
Tue, 1 Aug 2017 13:31:28 +0000 (22:31 +0900)
committerAkinori Hattori <hattya@gentoo.org>
Tue, 1 Aug 2017 13:32:30 +0000 (22:32 +0900)
Package-Manager: Portage-2.3.6, Repoman-2.3.1

app-i18n/unicode-cldr/Manifest [new file with mode: 0644]
app-i18n/unicode-cldr/metadata.xml [new file with mode: 0644]
app-i18n/unicode-cldr/unicode-cldr-31.0.1.ebuild [new file with mode: 0644]

diff --git a/app-i18n/unicode-cldr/Manifest b/app-i18n/unicode-cldr/Manifest
new file mode 100644 (file)
index 0000000..b282210
--- /dev/null
@@ -0,0 +1 @@
+DIST unicode-cldr-common-31.0.1.zip 16370865 SHA256 02dcc30b80add24b384f5d9a116f26749f7485a39d2ea79dded970bf31f9d4d9 SHA512 6ef4a73b31bde5dead5af9145e5befa5969e9449b4072c94c5370c979db54e3072ec5bf15f54152045da329bf4382e54edb532c0ec77a2ce451bacc8778b73bc WHIRLPOOL 6252f6133cf39ef2ea5db47d9e417ab171c62c16d86b45c05f5ab859ed51dcd19778514b05878127c61b1bfa06dd95ba2bdbe7c1334079fc7caeb696df550759
diff --git a/app-i18n/unicode-cldr/metadata.xml b/app-i18n/unicode-cldr/metadata.xml
new file mode 100644 (file)
index 0000000..e1a49f4
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>cjk@gentoo.org</email>
+    <name>Cjk</name>
+  </maintainer>
+</pkgmetadata>
diff --git a/app-i18n/unicode-cldr/unicode-cldr-31.0.1.ebuild b/app-i18n/unicode-cldr/unicode-cldr-31.0.1.ebuild
new file mode 100644 (file)
index 0000000..ac5130c
--- /dev/null
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+DESCRIPTION="Unicode Common Locale Data Repository"
+HOMEPAGE="http://cldr.unicode.org/"
+SRC_URI="http://${PN%-*}.org/Public/${PN/*-}/${PV}/core.zip -> ${PN}-common-${PV}.zip"
+
+LICENSE="unicode"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="app-arch/unzip"
+S="${WORKDIR}"
+
+src_install() {
+       insinto /usr/share/${PN/-//}
+       doins -r common
+}