summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Alfredsen <loki_val@gentoo.org>2008-06-02 11:27:48 +0000
committerPeter Alfredsen <loki_val@gentoo.org>2008-06-02 11:27:48 +0000
commit7d3b6eed37764dc458a780ca5f52462b8352f9aa (patch)
tree5281db26f760e52d64d97a2313fb29f209a3606b /app-i18n/unicode-data/unicode-data-5.1.0.ebuild
parentAdded IUSE (diff)
downloadhistorical-7d3b6eed37764dc458a780ca5f52462b8352f9aa.tar.gz
historical-7d3b6eed37764dc458a780ca5f52462b8352f9aa.tar.bz2
historical-7d3b6eed37764dc458a780ca5f52462b8352f9aa.zip
5.2.0 was a pre-pre-release. This is the real McCoy. Thx rod158@gmail for reporting.
Package-Manager: portage-2.1.5.3
Diffstat (limited to 'app-i18n/unicode-data/unicode-data-5.1.0.ebuild')
-rw-r--r--app-i18n/unicode-data/unicode-data-5.1.0.ebuild30
1 files changed, 30 insertions, 0 deletions
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"
+}