diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-11 14:20:05 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-11 14:20:05 +0300 |
commit | 54691c7b212a3a3608058bb2a2babcd939dc6831 (patch) | |
tree | e985ae6cf4132cf9e68c80e14c3847d8e38638d4 /app-dicts/wnn-ldic | |
parent | app-text/htp: drop 1.19, EAPI6-- (diff) | |
download | gentoo-54691c7b212a3a3608058bb2a2babcd939dc6831.tar.gz gentoo-54691c7b212a3a3608058bb2a2babcd939dc6831.tar.bz2 gentoo-54691c7b212a3a3608058bb2a2babcd939dc6831.zip |
app-dicts/wnn-ldic: drop 1.04, EAPI6--
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-dicts/wnn-ldic')
-rw-r--r-- | app-dicts/wnn-ldic/wnn-ldic-1.04.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/app-dicts/wnn-ldic/wnn-ldic-1.04.ebuild b/app-dicts/wnn-ldic/wnn-ldic-1.04.ebuild deleted file mode 100644 index 0f45b493a69b..000000000000 --- a/app-dicts/wnn-ldic/wnn-ldic-1.04.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -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" - -LICENSE="HPND" -SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86" -IUSE="" - -DEPEND="app-i18n/freewnn" -S="${WORKDIR}" - -src_unpack() { - : -} - -src_compile() { - local atod=atod - if has_version "<app-i18n/freewnn-1.1.1_alpha23"; then - atod="${EPREFIX}"/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." -} |