summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/unicode-data/ChangeLog10
-rw-r--r--app-i18n/unicode-data/Manifest4
-rw-r--r--app-i18n/unicode-data/metadata.xml10
-rw-r--r--app-i18n/unicode-data/unicode-data-5.2.0.ebuild24
4 files changed, 48 insertions, 0 deletions
diff --git a/app-i18n/unicode-data/ChangeLog b/app-i18n/unicode-data/ChangeLog
new file mode 100644
index 000000000000..5ddb7e1e4327
--- /dev/null
+++ b/app-i18n/unicode-data/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-i18n/unicode-data
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/unicode-data/ChangeLog,v 1.1 2008/05/28 17:16:34 loki_val Exp $
+
+*unicode-data-5.2.0 (28 May 2008)
+
+ 28 May 2008; Peter Alfredsen <loki_val@gentoo.org> +metadata.xml,
+ +unicode-data-5.2.0.ebuild:
+ Initial commit. Data to be used by other apps.
+
diff --git a/app-i18n/unicode-data/Manifest b/app-i18n/unicode-data/Manifest
new file mode 100644
index 000000000000..b2ee988e6b6f
--- /dev/null
+++ b/app-i18n/unicode-data/Manifest
@@ -0,0 +1,4 @@
+DIST unicode-data-5.2.0.tar.lzma 4954314 RMD160 701ad02f0952565e10b3c30034236da13daf7ab8 SHA1 90f075e389668c947ac0e124a84388ff42714426 SHA256 5cbaeac2452990d841f58008d4850b3d0140f6bc809182f7764285a35bb51cac
+EBUILD unicode-data-5.2.0.ebuild 590 RMD160 0e45d6aed8bafd76495c6135e62dc579f032c48e SHA1 66e9de324d2d2a3ebd63e6b04d90c57f71f33e0f SHA256 a62ab7ed42d62ff007924d7dc3a0881f5fd68a046c4d4dd5d9cd510514d1e9c6
+MISC ChangeLog 400 RMD160 dc570a260a9156daf444a0dc41ec49854f8d1def SHA1 4cb101562a6a09b99baa38fd0b6a1f982f4054ad SHA256 86c1399c13aaaf7253808cd437230e8b5346cffb54e3616cbc939062827a56db
+MISC metadata.xml 323 RMD160 216908389d996f85d4a678ba8092221013f38370 SHA1 72d3f1c7b980f2aa1f20bce9b1a16dadacaf611d SHA256 ea10a530cbc3d9d0f00bb8b6b549414ed66c2d7c171b3804a7c9b44edfdcacb4
diff --git a/app-i18n/unicode-data/metadata.xml b/app-i18n/unicode-data/metadata.xml
new file mode 100644
index 000000000000..0a0e87be1750
--- /dev/null
+++ b/app-i18n/unicode-data/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>fonts</herd>
+ <maintainer>
+ <email>loki_val@gentoo.org</email>
+ <name>Peter Alfredsen</name>
+ <description>If you want to fix my bugs, please do</description>
+ </maintainer>
+</pkgmetadata>
diff --git a/app-i18n/unicode-data/unicode-data-5.2.0.ebuild b/app-i18n/unicode-data/unicode-data-5.2.0.ebuild
new file mode 100644
index 000000000000..b8d73df5b8c0
--- /dev/null
+++ b/app-i18n/unicode-data/unicode-data-5.2.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/unicode-data/unicode-data-5.2.0.ebuild,v 1.1 2008/05/28 17:16:34 loki_val Exp $
+
+DESCRIPTION="Unicode data from unicode.org"
+HOMEPAGE="http://unicode.org/"
+SRC_URI="mirror://gentoo/unicode-data-5.2.0.tar.lzma"
+LICENSE="unicode"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="app-arch/lzma-utils"
+RDEPEND=""
+
+src_compile() {
+ :
+}
+
+src_install() {
+ cd "${WORKDIR}"
+ dodir /usr/share/
+ mv "${S}" "${D}/usr/share/unicode-data" || die "mv failed"
+}