diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-11-04 12:20:24 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-11-04 12:20:24 +0000 |
commit | 3501e9c92e19b7e4cbf1a78484c482e9ed05d2b7 (patch) | |
tree | 3c6515149b0d02fece0a48cb60e2199faf66bc9f /app-i18n/unicode-data/unicode-data-6.1.0.ebuild | |
parent | Add missing built-time dependency on rake, bug 441556. (diff) | |
download | gentoo-2-3501e9c92e19b7e4cbf1a78484c482e9ed05d2b7.tar.gz gentoo-2-3501e9c92e19b7e4cbf1a78484c482e9ed05d2b7.tar.bz2 gentoo-2-3501e9c92e19b7e4cbf1a78484c482e9ed05d2b7.zip |
Version bump to latest. Drop older.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-i18n/unicode-data/unicode-data-6.1.0.ebuild')
-rw-r--r-- | app-i18n/unicode-data/unicode-data-6.1.0.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/app-i18n/unicode-data/unicode-data-6.1.0.ebuild b/app-i18n/unicode-data/unicode-data-6.1.0.ebuild new file mode 100644 index 000000000000..9ed65f1ede03 --- /dev/null +++ b/app-i18n/unicode-data/unicode-data-6.1.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/unicode-data/unicode-data-6.1.0.ebuild,v 1.1 2012/11/04 12:20:24 scarabeus Exp $ + +EAPI=5 + +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="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +DEPEND="app-arch/unzip" +RDEPEND="" + +src_unpack() { + unpack ${A} + cd "${S}" + unpack ./* + rm *.zip +} + +src_install() { + insinto /usr/share/${PN} + doins -r "${S}"/* +} |