summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2019-11-17 20:22:32 +0200
committerMart Raudsepp <leio@gentoo.org>2019-11-17 20:23:30 +0200
commita3aaf478d0d9cdfed0319840cd93e254eb0e91a4 (patch)
treeaab5354a3fb0b694b722c1091f69f01c17bb6f73 /app-i18n/unicode-data/unicode-data-11.0.0.ebuild
parentgnome-extra/gucharmap: remove old (diff)
downloadgentoo-a3aaf478d0d9cdfed0319840cd93e254eb0e91a4.tar.gz
gentoo-a3aaf478d0d9cdfed0319840cd93e254eb0e91a4.tar.bz2
gentoo-a3aaf478d0d9cdfed0319840cd93e254eb0e91a4.zip
app-i18n/unicode-data: remove old
Package-Manager: Portage-2.3.69, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'app-i18n/unicode-data/unicode-data-11.0.0.ebuild')
-rw-r--r--app-i18n/unicode-data/unicode-data-11.0.0.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/app-i18n/unicode-data/unicode-data-11.0.0.ebuild b/app-i18n/unicode-data/unicode-data-11.0.0.ebuild
deleted file mode 100644
index 6a3b6f1680fe..000000000000
--- a/app-i18n/unicode-data/unicode-data-11.0.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-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 -> ${P}-UCD.zip
- http://www.unicode.org/Public/zipped/${PV}/Unihan.zip -> ${P}-Unihan.zip"
-
-LICENSE="unicode"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 ~sh sparc x86"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-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 ${P}-UCD.zip
-}
-
-src_install() {
- insinto /usr/share/${PN}
- doins -r "${S}"/*
- newins "${DISTDIR}"/${P}-Unihan.zip Unihan.zip
-}