Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/skk-jisyo/
Date: Sat, 08 Feb 2020 09:34:15
Message-Id: 1581154431.c94047632e72d35c7107e0d15eaa1fd380afda70.hattya@gentoo
1 commit: c94047632e72d35c7107e0d15eaa1fd380afda70
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 09:33:51 2020 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 8 09:33:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9404763
7
8 app-i18n/skk-jisyo: drop old
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 app-i18n/skk-jisyo/Manifest | 1 -
14 app-i18n/skk-jisyo/skk-jisyo-201605.ebuild | 66 ------------------------------
15 2 files changed, 67 deletions(-)
16
17 diff --git a/app-i18n/skk-jisyo/Manifest b/app-i18n/skk-jisyo/Manifest
18 index 4e9af7381e7..7373613c283 100644
19 --- a/app-i18n/skk-jisyo/Manifest
20 +++ b/app-i18n/skk-jisyo/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST skk-jisyo-201605.tar.xz 6288104 BLAKE2B d68332a4fa0804b596fc42f3dc8231a6eebe8bddacc6e0babec6cc5992ddaadb46e8fa9af742daa30545a585428afe79eab28329ce1d37e0192b08b20d7c584e SHA512 1093d363fe571c3e3e05fa54046fc4b88cbed2fbd104838576c83694556585401c3affa0afb2ed078c6f1b06f62a7b14145b1305f6fef089f160b4073900c7a1
23 DIST skk-jisyo-201805.tar.xz 6133180 BLAKE2B 52408eb2f1fa5e5146fd4db55c249f80b5ede7d2ce1e7a3c11fb69507f87f86d778e25b04ce4e39dd241ea2d8000d829b34c47df991cb91f886923e330b652eb SHA512 13675502332609857b66391bdb9dc252b9f7a48814f6db10c60106b9cc3ce823df7615d77e0579d13b9d3da93dae2006cedc145d8dd80af39b9d4ecfe94373d5
24 DIST skk-jisyo-201905.tar.xz 6198572 BLAKE2B a26e0be0406699424b24a8d1b004317b5d274fc02ed50ef6c4c696de8e039a6cfd7b34b292b7b7ecbdc2fee1950f6cc2a122ef457ba12f96972584560d3ac355 SHA512 db32fab5d5bf232838a3d502d4f648dde556381df9f96acec13d011274dedf5443676ce36324430dbe8cacb6a037e7bf70e72ef46b94fc6b57b9448e76aab38b
25
26 diff --git a/app-i18n/skk-jisyo/skk-jisyo-201605.ebuild b/app-i18n/skk-jisyo/skk-jisyo-201605.ebuild
27 deleted file mode 100644
28 index 098f596c803..00000000000
29 --- a/app-i18n/skk-jisyo/skk-jisyo-201605.ebuild
30 +++ /dev/null
31 @@ -1,66 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="6"
36 -
37 -MY_PN=${PN^^}
38 -
39 -DESCRIPTION="Jisyo (dictionary) files for the SKK Japanese-input software"
40 -HOMEPAGE="http://openlab.ring.gr.jp/skk/dic.html"
41 -SRC_URI="mirror://gentoo/${P}.tar.xz
42 - https://dev.gentoo.org/~hattya/distfiles/${P}.tar.xz"
43 -
44 -LICENSE="GPL-2 freedist public-domain"
45 -SLOT="0"
46 -KEYWORDS="amd64 arm hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
47 -IUSE="cdb"
48 -
49 -DEPEND="virtual/awk
50 - cdb? (
51 - || (
52 - dev-db/tinycdb
53 - dev-db/cdb
54 - )
55 - )"
56 -RDEPEND=""
57 -
58 -DOCS=( ChangeLog{,.{1..3}} READMEs/committers.txt edict_doc.txt zipcode/README.ja )
59 -
60 -src_prepare() {
61 - rm -f ${MY_PN}.{wrong*,noregist,not_wrong,hukugougo,notes,requested,pubdic+}
62 -
63 - default
64 -}
65 -
66 -cdb_make() {
67 - cdbmake "${1}" "${1}.tmp"
68 -}
69 -
70 -tinycdb_make() {
71 - cdb -c "${1}"
72 -}
73 -
74 -src_compile() {
75 - if use cdb; then
76 - local cdbmake=cdb_make f
77 - if has_version dev-db/tinycdb; then
78 - cdbmake=tinycdb_make
79 - fi
80 - for f in {,zipcode/}${MY_PN}.*; do
81 - LC_ALL=C awk '
82 - /^[^;]/ {
83 - s = substr($0, index($0, " ") + 1)
84 - print "+" length($1) "," length(s) ":" $1 "->" s
85 - }
86 - END {
87 - print ""
88 - }
89 - ' ${f} | ${cdbmake} ${f}.cdb || die
90 - done
91 - fi
92 -}
93 -
94 -src_install() {
95 - insinto /usr/share/skk
96 - doins {,zipcode/}${MY_PN}.*
97 -}