From 693ab0ec4ebb7382f69762a9dfe1be8485a119f1 Mon Sep 17 00:00:00 2001
From: Peter Alfredsen <loki_val@gentoo.org>
Date: Mon, 2 Jun 2008 11:27:48 +0000
Subject: 5.2.0 was a pre-pre-release. This is the real McCoy. Thx rod158@gmail
 for reporting. (Portage version: 2.1.5.3)

---
 app-i18n/unicode-data/ChangeLog                 |  9 +++++++-
 app-i18n/unicode-data/unicode-data-5.1.0.ebuild | 30 +++++++++++++++++++++++++
 2 files changed, 38 insertions(+), 1 deletion(-)
 create mode 100644 app-i18n/unicode-data/unicode-data-5.1.0.ebuild

(limited to 'app-i18n/unicode-data')

diff --git a/app-i18n/unicode-data/ChangeLog b/app-i18n/unicode-data/ChangeLog
index 03834a684c84..1e0b6e5acc7f 100644
--- a/app-i18n/unicode-data/ChangeLog
+++ b/app-i18n/unicode-data/ChangeLog
@@ -1,6 +1,13 @@
 # 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.4 2008/05/29 21:46:08 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/unicode-data/ChangeLog,v 1.5 2008/06/02 11:27:48 loki_val Exp $
+
+*unicode-data-5.1.0 (02 Jun 2008)
+
+  02 Jun 2008; Peter Alfredsen <loki_val@gentoo.org>
+  +unicode-data-5.1.0.ebuild:
+  5.2.0 was a pre-pre-release. This is the real McCoy. Thx rod158@gmail for
+  reporting.
 
   29 May 2008; <welp@gentoo.org> unicode-data-5.2.0.ebuild:
   Bug 223973
diff --git a/app-i18n/unicode-data/unicode-data-5.1.0.ebuild b/app-i18n/unicode-data/unicode-data-5.1.0.ebuild
new file mode 100644
index 000000000000..0676e496cba7
--- /dev/null
+++ b/app-i18n/unicode-data/unicode-data-5.1.0.ebuild
@@ -0,0 +1,30 @@
+# 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.1.0.ebuild,v 1.1 2008/06/02 11:27:48 loki_val Exp $
+
+DESCRIPTION="Unicode data from unicode.org"
+HOMEPAGE="http://unicode.org/"
+SRC_URI="mirror://debian/pool/main/u/${PN}/${PN}_${PV}.orig.tar.gz"
+LICENSE="unicode"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="app-arch/unzip"
+RDEPEND=""
+
+src_unpack() {
+	unpack ${A}
+	cd "${S}"
+	unpack ./*
+}
+
+src_compile() {
+	rm *.zip
+}
+
+src_install() {
+	cd "${WORKDIR}"
+	dodir /usr/share/
+	mv "${S}" "${D}/usr/share/${PN}" || die "mv failed"
+}
-- 
cgit v1.2.3-65-gdbad