commit:     7c84128892667c1dc02d4d9cc8647a78ab9f40f1
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 16 19:41:06 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jun 16 19:41:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c841288

app-i18n/skk-jisyo: Drop old, bug 605728

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-i18n/skk-jisyo/Manifest                |  1 -
 app-i18n/skk-jisyo/skk-jisyo-201101.ebuild | 56 ------------------------------
 2 files changed, 57 deletions(-)

diff --git a/app-i18n/skk-jisyo/Manifest b/app-i18n/skk-jisyo/Manifest
index 6735bd71a68..9396890b719 100644
--- a/app-i18n/skk-jisyo/Manifest
+++ b/app-i18n/skk-jisyo/Manifest
@@ -1,2 +1 @@
-DIST skk-jisyo-201101.tar.bz2 7880875 SHA256 
a57d9a39b705d13f8c90caf9ce8cf3f729852020a6e5b43bcc9e1d7383b252b4 SHA512 
bbdaa6916bda9b545b4afc665fd9c7023797a2f1d2568c019b8f06515eca24f707cdcee8d85f3b0ea2793df4836a233eb131e78572229676cca909591f3e3648
 WHIRLPOOL 
11b4d880fb41f5fb3c704cc18c664ef0f043f6d232f34be6ba1c3737c7d9ccb0aec2361234ceea933e4ec4dbacc344de58af5d975c74412b847044df4aff89d9
 DIST skk-jisyo-201605.tar.xz 6288104 SHA256 
170e8260bc692d43f3cd321a06cf393a02239c462e76657bcde886ddb6d2cb8d SHA512 
1093d363fe571c3e3e05fa54046fc4b88cbed2fbd104838576c83694556585401c3affa0afb2ed078c6f1b06f62a7b14145b1305f6fef089f160b4073900c7a1
 WHIRLPOOL 
f9f5ce13ba7cf86beb41214d682ad514a4181d3867afefd2daf44c829be1ae7f0bcb9c7e39f1a50fa01deab8f205226e7b3916231431e531b9ea474935f642c1

diff --git a/app-i18n/skk-jisyo/skk-jisyo-201101.ebuild 
b/app-i18n/skk-jisyo/skk-jisyo-201101.ebuild
deleted file mode 100644
index 5f09df1a0b9..00000000000
--- a/app-i18n/skk-jisyo/skk-jisyo-201101.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-DESCRIPTION="Jisyo (dictionary) files for the SKK Japanese-input software"
-HOMEPAGE="http://openlab.ring.gr.jp/skk/dic.html";
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2 public-domain freedist"
-SLOT="0"
-KEYWORDS="amd64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris"
-IUSE="cdb"
-
-COMMON_DEPEND="cdb? ( dev-db/cdb )"
-DEPEND="${COMMON_DEPEND}
-       sys-apps/gawk"
-RDEPEND="${COMMON_DEPEND}
-       !app-i18n/skk-jisyo-extra
-       !app-i18n/skk-jisyo-cdb"
-
-src_prepare() {
-       rm SKK-JISYO.wrong.annotated SKK-JISYO.china_taiwan.header
-       rm SKK-JISYO.noregist SKK-JISYO.not_wrong SKK-JISYO.hukugougo
-       rm SKK-JISYO.notes SKK-JISYO.requested SKK-JISYO.pubdic+
-}
-
-src_compile() {
-       # bug 184457
-       unset LANG LC_ALL LC_CTYPE
-
-       for f in SKK-JISYO.* zipcode/SKK-JISYO.* ; do
-               mv ${f} ${f}.annotated
-               gawk -f "${FILESDIR}"/unannotation.awk ${f}.annotated > 
$(basename ${f}) || die
-               if use cdb ; then
-                       gawk '
-                               /^[^;]/ {
-                                       s = substr($0, index($0, " ") + 1)
-                                       print "+" length($1) "," length(s) ":" 
$1 "->" s
-                               }
-                               END {
-                                       print ""
-                               }
-                       ' $(basename ${f}) | cdbmake $(basename ${f}).cdb 
"${T}"/$(basename ${f}) || die
-               fi
-               rm ${f}.annotated
-       done
-}
-
-src_install() {
-       # install dictionaries
-       insinto /usr/share/skk
-       doins SKK-JISYO.* || die
-
-       dodoc ChangeLog* READMEs/committers.txt edict_doc.txt || die
-}

Reply via email to