From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/skk-jisyo/
Date: Sat, 8 Feb 2020 09:34:11 +0000 (UTC) [thread overview]
Message-ID: <1581154431.c94047632e72d35c7107e0d15eaa1fd380afda70.hattya@gentoo> (raw)
commit: c94047632e72d35c7107e0d15eaa1fd380afda70
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 8 09:33:51 2020 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Feb 8 09:33:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9404763
app-i18n/skk-jisyo: drop old
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
app-i18n/skk-jisyo/Manifest | 1 -
app-i18n/skk-jisyo/skk-jisyo-201605.ebuild | 66 ------------------------------
2 files changed, 67 deletions(-)
diff --git a/app-i18n/skk-jisyo/Manifest b/app-i18n/skk-jisyo/Manifest
index 4e9af7381e7..7373613c283 100644
--- a/app-i18n/skk-jisyo/Manifest
+++ b/app-i18n/skk-jisyo/Manifest
@@ -1,3 +1,2 @@
-DIST skk-jisyo-201605.tar.xz 6288104 BLAKE2B d68332a4fa0804b596fc42f3dc8231a6eebe8bddacc6e0babec6cc5992ddaadb46e8fa9af742daa30545a585428afe79eab28329ce1d37e0192b08b20d7c584e SHA512 1093d363fe571c3e3e05fa54046fc4b88cbed2fbd104838576c83694556585401c3affa0afb2ed078c6f1b06f62a7b14145b1305f6fef089f160b4073900c7a1
DIST skk-jisyo-201805.tar.xz 6133180 BLAKE2B 52408eb2f1fa5e5146fd4db55c249f80b5ede7d2ce1e7a3c11fb69507f87f86d778e25b04ce4e39dd241ea2d8000d829b34c47df991cb91f886923e330b652eb SHA512 13675502332609857b66391bdb9dc252b9f7a48814f6db10c60106b9cc3ce823df7615d77e0579d13b9d3da93dae2006cedc145d8dd80af39b9d4ecfe94373d5
DIST skk-jisyo-201905.tar.xz 6198572 BLAKE2B a26e0be0406699424b24a8d1b004317b5d274fc02ed50ef6c4c696de8e039a6cfd7b34b292b7b7ecbdc2fee1950f6cc2a122ef457ba12f96972584560d3ac355 SHA512 db32fab5d5bf232838a3d502d4f648dde556381df9f96acec13d011274dedf5443676ce36324430dbe8cacb6a037e7bf70e72ef46b94fc6b57b9448e76aab38b
diff --git a/app-i18n/skk-jisyo/skk-jisyo-201605.ebuild b/app-i18n/skk-jisyo/skk-jisyo-201605.ebuild
deleted file mode 100644
index 098f596c803..00000000000
--- a/app-i18n/skk-jisyo/skk-jisyo-201605.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-MY_PN=${PN^^}
-
-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.xz
- https://dev.gentoo.org/~hattya/distfiles/${P}.tar.xz"
-
-LICENSE="GPL-2 freedist public-domain"
-SLOT="0"
-KEYWORDS="amd64 arm hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
-IUSE="cdb"
-
-DEPEND="virtual/awk
- cdb? (
- || (
- dev-db/tinycdb
- dev-db/cdb
- )
- )"
-RDEPEND=""
-
-DOCS=( ChangeLog{,.{1..3}} READMEs/committers.txt edict_doc.txt zipcode/README.ja )
-
-src_prepare() {
- rm -f ${MY_PN}.{wrong*,noregist,not_wrong,hukugougo,notes,requested,pubdic+}
-
- default
-}
-
-cdb_make() {
- cdbmake "${1}" "${1}.tmp"
-}
-
-tinycdb_make() {
- cdb -c "${1}"
-}
-
-src_compile() {
- if use cdb; then
- local cdbmake=cdb_make f
- if has_version dev-db/tinycdb; then
- cdbmake=tinycdb_make
- fi
- for f in {,zipcode/}${MY_PN}.*; do
- LC_ALL=C awk '
- /^[^;]/ {
- s = substr($0, index($0, " ") + 1)
- print "+" length($1) "," length(s) ":" $1 "->" s
- }
- END {
- print ""
- }
- ' ${f} | ${cdbmake} ${f}.cdb || die
- done
- fi
-}
-
-src_install() {
- insinto /usr/share/skk
- doins {,zipcode/}${MY_PN}.*
-}
next reply other threads:[~2020-02-08 9:34 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-08 9:34 Akinori Hattori [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-12 9:52 [gentoo-commits] repo/gentoo:master commit in: app-i18n/skk-jisyo/ Akinori Hattori
2024-07-22 13:49 Akinori Hattori
2024-07-21 13:22 Sam James
2024-07-21 12:56 Jakov Smolić
2024-07-21 12:42 Sam James
2024-07-21 12:42 Sam James
2024-07-21 12:42 Sam James
2024-04-26 13:02 Akinori Hattori
2024-04-26 13:02 Akinori Hattori
2024-04-26 13:02 Akinori Hattori
2022-06-08 14:13 Akinori Hattori
2022-06-08 14:13 Akinori Hattori
2022-03-22 18:43 Jakov Smolić
2020-05-16 15:21 Akinori Hattori
2020-05-16 15:21 Akinori Hattori
2020-05-16 13:44 Akinori Hattori
2020-05-13 17:12 Agostino Sarubbo
2020-05-13 11:31 Agostino Sarubbo
2020-05-13 11:29 Agostino Sarubbo
2020-05-13 11:28 Agostino Sarubbo
2020-05-13 11:27 Agostino Sarubbo
2020-04-30 13:38 Akinori Hattori
2020-04-30 13:38 Akinori Hattori
2019-12-13 13:29 Akinori Hattori
2019-11-03 13:34 Mikle Kolyada
2019-10-07 9:53 Agostino Sarubbo
2019-10-07 9:47 Agostino Sarubbo
2019-10-04 12:57 Agostino Sarubbo
2019-10-04 11:55 Agostino Sarubbo
2019-10-03 12:30 Akinori Hattori
2019-09-14 9:58 Akinori Hattori
2019-09-14 9:58 Akinori Hattori
2018-05-07 13:07 Akinori Hattori
2017-08-12 14:29 Akinori Hattori
2017-07-23 15:30 Akinori Hattori
2017-06-25 5:37 Akinori Hattori
2017-06-18 9:54 Akinori Hattori
2017-06-16 19:46 Andreas Hüttel
2017-04-30 9:08 Jeroen Roovers
2017-04-27 10:36 Agostino Sarubbo
2017-04-23 10:27 Agostino Sarubbo
2017-04-19 16:01 Michael Weber
2016-09-15 14:16 Akinori Hattori
2016-06-14 2:29 Yixun Lan
2016-05-21 6:11 Akinori Hattori
2016-05-13 12:58 Akinori Hattori
2016-05-13 12:55 Akinori Hattori
2016-05-13 12:51 Akinori Hattori
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1581154431.c94047632e72d35c7107e0d15eaa1fd380afda70.hattya@gentoo \
--to=hattya@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox