summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2016-08-01 17:31:17 +0200
committerMike Gilbert <floppym@gentoo.org>2016-08-01 12:39:23 -0400
commit248104c835e543312c2472170f1770791ed00e59 (patch)
tree3b51b8a9ee977a4c0842f047de97209059c9c7c9 /app-i18n/unicode-data/unicode-data-9.0.0.ebuild
parentnet-irc/kvirc: Version bump. (diff)
downloadgentoo-248104c835e543312c2472170f1770791ed00e59.tar.gz
gentoo-248104c835e543312c2472170f1770791ed00e59.tar.bz2
gentoo-248104c835e543312c2472170f1770791ed00e59.zip
app-i18n/unicode-data: Include ${P} in names of downloaded archives.
Diffstat (limited to 'app-i18n/unicode-data/unicode-data-9.0.0.ebuild')
-rw-r--r--app-i18n/unicode-data/unicode-data-9.0.0.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-i18n/unicode-data/unicode-data-9.0.0.ebuild b/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
index 944ea6e2967b..74f4f6b9cc31 100644
--- a/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
@@ -6,8 +6,8 @@ EAPI=6
DESCRIPTION="Unicode data from unicode.org"
HOMEPAGE="http://www.unicode.org/ucd/"
-SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip
- http://www.unicode.org/Public/zipped/${PV}/Unihan.zip"
+SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip -> ${P}-UCD.zip
+ http://www.unicode.org/Public/zipped/${PV}/Unihan.zip -> ${P}-Unihan.zip"
LICENSE="unicode"
SLOT="0"
@@ -22,11 +22,11 @@ S="${WORKDIR}"
src_unpack() {
# Unihan.zip needs to be installed as a zip for reverse deps
# https://bugzilla.gnome.org/show_bug.cgi?id=768210
- unpack UCD.zip
+ unpack ${P}-UCD.zip
}
src_install() {
insinto /usr/share/${PN}
doins -r "${S}"/*
- doins "${DISTDIR}"/Unihan.zip
+ newins "${DISTDIR}"/${P}-Unihan.zip Unihan.zip
}