app-dicts/canna-bonobo: new package, add 20021025

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-06-24 03:32:37 +02:00
parent 9f76c74999
commit 9ea108c2ae
4 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST pubdic-bonobo-20021025.tar.bz2 16654 BLAKE2B 594b0632da121ffb6172b4d3455e3a8f8da050f2829f20841d30576434afd2b265005c86f3fd205531efad62a8e26c4ed930c27e40e984523f8a872438029045 SHA512 d858df12e2e5eff6d9473f4c6a20722010caade7f1aa5df7de5e647d2ed3f0eaed269c36891fbaecc5ff68df5e708b1a78b9b68b82de4c0362c905a0e2dd5edb

View File

@@ -0,0 +1,29 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
CANNADICS=( bonobo )
DICSDIRFILE="${FILESDIR}/bonobo.dics.dir"
MYPN="pubdic-bonobo"
inherit cannadic
DESCRIPTION="supporting dictionaries for Canna"
HOMEPAGE="http://bonobo.gnome.gr.jp/~nakai/canna/"
SRC_URI="http://bonobo.gnome.gr.jp/~nakai/canna/${MYPN}-${PV}.tar.bz2"
S="${WORKDIR}/${MYPN}"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=">=app-i18n/canna-3.6_p3"
RDEPEND="${DEPEND}"
src_compile() {
cat bonobo.p | sort >> y.p || die
cat y.p | /usr/libexec/canna/pod - -p -i -2 > bonobo.spl || die
mergeword < bonobo.spl > bonobo.t || die
rm -rf bonobo.spl || die
}

View File

@@ -0,0 +1,2 @@
bonobo.cbd(bonobo.mwd) -bonobo---
bonobo.cld(bonobo.mwd) -bonobo---

View File

@@ -0,0 +1,9 @@
<?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>
</pkgmetadata>