mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 15:59:00 -04:00
app-dicts/canna-2ch: new package, add 20040519
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
parent
86e261f7c6
commit
e387a2cfe6
1
app-dicts/canna-2ch/Manifest
Normal file
1
app-dicts/canna-2ch/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST canna-2ch-20040519.tar.gz 53168 BLAKE2B 247b30f7a97258eac52f9a1d32bd2a785dcfaccd50430fd251a287a80b7a7ab12d1f2c4894d9eb026552f033854b50fbc967a50b66b84d3d5fe68e1954beb6fb SHA512 62b6f633fd0d345e09ce1e0603f61fe1363880ecdc72932e7a8d6d4c17a23be619a749974a3f54a78642396834888f628f047f1a88db3c8d36a758468bd6d296
|
28
app-dicts/canna-2ch/canna-2ch-20040519.ebuild
Normal file
28
app-dicts/canna-2ch/canna-2ch-20040519.ebuild
Normal file
@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cannadic
|
||||
|
||||
DESCRIPTION="Japanese Canna dictionary for 2channelers"
|
||||
HOMEPAGE="http://omaemona.sourceforge.net/packages/Canna"
|
||||
SRC_URI="https://dev.gentoo.org/~naota/files/${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
||||
LICENSE="public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="canna"
|
||||
|
||||
BDEPEND="canna? ( app-i18n/canna )"
|
||||
|
||||
CANNADICS=( 2ch )
|
||||
DICSDIRFILE="${FILESDIR}/052ch.dics.dir"
|
||||
|
||||
src_compile() {
|
||||
# Anthy users do not need binary dictionary
|
||||
if use canna; then
|
||||
mkbindic nichan.ctd || die
|
||||
fi
|
||||
}
|
2
app-dicts/canna-2ch/files/052ch.dics.dir
Normal file
2
app-dicts/canna-2ch/files/052ch.dics.dir
Normal file
@ -0,0 +1,2 @@
|
||||
nichan.cbd(nichan.mwd) -2ch---
|
||||
nichan.cld(nichan.mwd) -2ch---
|
15
app-dicts/canna-2ch/metadata.xml
Normal file
15
app-dicts/canna-2ch/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<name>Alessandro Barbieri</name>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="canna">Add support for the Canna kana to kanji conversion engine</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="sourceforge">omaemona</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user