mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
app-dicts/canna-2ch: fix install
Gentoo-Bug: 588238 Package-Manager: Portage-2.3.6, Repoman-2.3.1
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
inherit cannadic eutils
|
||||
|
||||
DESCRIPTION="Japanese Canna dictionary for 2channelers"
|
||||
HOMEPAGE="http://omaemona.sourceforge.net/packages/Canna/"
|
||||
HOMEPAGE="http://omaemona.sourceforge.net/packages/Canna"
|
||||
SRC_URI="mirror://gentoo/${P}.tar.gz"
|
||||
#SRC_URI="http://omaemona.sourceforge.net/packages/Canna/2ch.t"
|
||||
|
||||
@@ -15,11 +15,10 @@ IUSE="canna"
|
||||
|
||||
DEPEND="canna? ( app-i18n/canna )"
|
||||
RDEPEND=""
|
||||
# You cannot use 2ch.cbd as its name. Canna doesn't load dictionaries
|
||||
# if the name begins with number. (I don't know why ...)
|
||||
CANNADICS="2ch"
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
||||
S=${WORKDIR}/${PN}
|
||||
CANNADICS="2ch"
|
||||
DICSDIRFILE="${FILESDIR}/052ch.dics.dir"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
inherit cannadic eutils
|
||||
|
||||
DESCRIPTION="Japanese Canna dictionary for 2channelers"
|
||||
HOMEPAGE="http://omaemona.sourceforge.net/packages/Canna/"
|
||||
HOMEPAGE="http://omaemona.sourceforge.net/packages/Canna"
|
||||
SRC_URI="https://dev.gentoo.org/~naota/files/${P}.tar.gz"
|
||||
#SRC_URI="http://omaemona.sourceforge.net/packages/Canna/2ch.t"
|
||||
|
||||
@@ -15,13 +15,10 @@ IUSE="canna"
|
||||
|
||||
DEPEND="canna? ( app-i18n/canna )"
|
||||
RDEPEND=""
|
||||
# You cannot use 2ch.cbd as its name. Canna doesn't load dictionaries
|
||||
# if the name begins with number. (I don't know why ...)
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
||||
CANNADICS="2ch"
|
||||
|
||||
DOCS=""
|
||||
|
||||
S=${WORKDIR}/${PN}
|
||||
DICSDIRFILE="${FILESDIR}/052ch.dics.dir"
|
||||
|
||||
src_compile() {
|
||||
# Anthy users do not need binary dictionary
|
||||
|
||||
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---
|
||||
Reference in New Issue
Block a user