diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-16 10:10:28 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-16 10:12:13 +0300 |
commit | e1707b2d172745c0995214b730b9b18fd2b17311 (patch) | |
tree | d2196f893c679791f8ce064ebdf1203269abeb8b /app-dicts | |
parent | app-i18n/kinput2: treeclean (diff) | |
download | gentoo-e1707b2d172745c0995214b730b9b18fd2b17311.tar.gz gentoo-e1707b2d172745c0995214b730b9b18fd2b17311.tar.bz2 gentoo-e1707b2d172745c0995214b730b9b18fd2b17311.zip |
app-dicts/wnn-ldic: treeclean
Closes: https://bugs.gentoo.org/936129 (pkgremoved)
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/wnn-ldic/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/wnn-ldic/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/wnn-ldic/wnn-ldic-1.04-r1.ebuild | 38 |
3 files changed, 0 insertions, 47 deletions
diff --git a/app-dicts/wnn-ldic/Manifest b/app-dicts/wnn-ldic/Manifest deleted file mode 100644 index e9a91d34c02a..000000000000 --- a/app-dicts/wnn-ldic/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ldic-1.04-wnn.txt 333702 BLAKE2B 88340da9f4456b338f291c52b110d2507f0ce40a25fbed2793bbcc7cb9f0b5d1e780584c2b24238fbd13f76d0a0b205668ae44aedbff255d97576b4a41a7c0c6 SHA512 26e44e5163b72f99f7aae9fdfd8f57ba8c117764bdeeebd78ca092352532197a99e7e9ca57efc59dc37114713314bc1bc0fa5fa179b708542af381d6e09cfc89 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." -} |