diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-08-16 12:22:56 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-08-16 12:22:56 +0100 |
commit | 2ca31eebd5b7496656193e0aa6ae39200d69a017 (patch) | |
tree | 6cf0c8f4ce90a3960c27acf45011134fb674dd62 /app-dicts | |
parent | 3ad1879f00b279af69d6b9cd3ef97a2a7496d734 (diff) |
gentoo auto-resync : 16:08:2024 - 12:22:56
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/Manifest.gz | bin | 31655 -> 31490 bytes | |||
-rw-r--r-- | app-dicts/wnn-ldic/Manifest | 3 | ||||
-rw-r--r-- | app-dicts/wnn-ldic/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/wnn-ldic/wnn-ldic-1.04-r1.ebuild | 38 |
4 files changed, 0 insertions, 49 deletions
diff --git a/app-dicts/Manifest.gz b/app-dicts/Manifest.gz Binary files differindex f41e8a7b37c2..1634208e33b7 100644 --- a/app-dicts/Manifest.gz +++ b/app-dicts/Manifest.gz diff --git a/app-dicts/wnn-ldic/Manifest b/app-dicts/wnn-ldic/Manifest deleted file mode 100644 index aa9a1388c393..000000000000 --- a/app-dicts/wnn-ldic/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST ldic-1.04-wnn.txt 333702 BLAKE2B 88340da9f4456b338f291c52b110d2507f0ce40a25fbed2793bbcc7cb9f0b5d1e780584c2b24238fbd13f76d0a0b205668ae44aedbff255d97576b4a41a7c0c6 SHA512 26e44e5163b72f99f7aae9fdfd8f57ba8c117764bdeeebd78ca092352532197a99e7e9ca57efc59dc37114713314bc1bc0fa5fa179b708542af381d6e09cfc89 -EBUILD wnn-ldic-1.04-r1.ebuild 835 BLAKE2B 3d73d6789065f97f2474e6ee4be0abd329fb3e8c9abf1219d40c4c5e3bc9102977e001ec86eb2fe14c99a263a799434f6ae8b9da86378093a7a61a099529bad5 SHA512 44af8eeb6642a6d948d90dd39eaf1b065cd001d9e4e6d99fd6fa79da110d45a5d62f4d493dafbbcf7e3bd813873d3221d86fa68f16d04874ecdba327bb42c0a9 -MISC metadata.xml 241 BLAKE2B d06d8c9218cb9736ecc414504678e9bff30ba6bffbd2b357e9a2ea990df4e73a21b8ad4db267eddfdbf73e8501dabe5a748c4ea9d26906d39425ab744b320216 SHA512 cff6b46a252b531091d1ef597e3f714f98d2ef4aa621662d8c2ec15e4f990cd811300d3439e1be003bd307d0c8d12e78f34cf7fd49f6d006d9362f0e6ccf6252 diff --git a/app-dicts/wnn-ldic/metadata.xml b/app-dicts/wnn-ldic/metadata.xml deleted file mode 100644 index 491c88b3a31f..000000000000 --- a/app-dicts/wnn-ldic/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>cjk@gentoo.org</email> - <name>Cjk</name> - </maintainer> -</pkgmetadata> diff --git a/app-dicts/wnn-ldic/wnn-ldic-1.04-r1.ebuild b/app-dicts/wnn-ldic/wnn-ldic-1.04-r1.ebuild deleted file mode 100644 index 350c879e0a8d..000000000000 --- a/app-dicts/wnn-ldic/wnn-ldic-1.04-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Wnn dictionary for librarian" -#HOMEPAGE="http://www.tulips.tsukuba.ac.jp/misc/export/cat/ldic" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -SRC_URI="mirror://gentoo/ldic-${PV}-wnn.txt" -S="${WORKDIR}" - -LICENSE="HPND" -SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86" - -DEPEND="app-i18n/freewnn" - -src_unpack() { - : -} - -src_compile() { - local atod=atod - if has_version "<app-i18n/freewnn-1.1.1_alpha23"; then - atod="${BROOT}"/usr/bin/Wnn4/atod - fi - "${atod}" lib.dic < "${DISTDIR}"/${A} || die -} - -src_install() { - insinto /usr/lib/wnn/ja_JP/dic/misc - doins lib.dic -} - -pkg_postinst() { - elog "lib.dic is installed in ${EPREFIX}/usr/lib/wnn/ja_JP/dic/misc." - elog "You have to edit your wnnenvrc or eggrc to use it." -} |