diff options
author | Naohiro Aota <naota@gentoo.org> | 2012-04-18 23:19:27 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2012-04-18 23:19:27 +0000 |
commit | e21429366a9240780cf7b95d6bbb6951cca489af (patch) | |
tree | 1bfe441fce88c9ba010512f1ef2aebaf3c13566d /app-dicts/canna-2ch | |
parent | Do not bundle boot and quazip. Respect LINGUAS, install a valid .desktop file... (diff) | |
download | gentoo-2-e21429366a9240780cf7b95d6bbb6951cca489af.tar.gz gentoo-2-e21429366a9240780cf7b95d6bbb6951cca489af.tar.bz2 gentoo-2-e21429366a9240780cf7b95d6bbb6951cca489af.zip |
Version bump. #412501
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts/canna-2ch')
-rw-r--r-- | app-dicts/canna-2ch/ChangeLog | 9 | ||||
-rw-r--r-- | app-dicts/canna-2ch/canna-2ch-20040519.ebuild | 32 |
2 files changed, 39 insertions, 2 deletions
diff --git a/app-dicts/canna-2ch/ChangeLog b/app-dicts/canna-2ch/ChangeLog index 5fa090c988ae..72e2e30d631d 100644 --- a/app-dicts/canna-2ch/ChangeLog +++ b/app-dicts/canna-2ch/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-dicts/canna-2ch -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/canna-2ch/ChangeLog,v 1.14 2009/09/18 16:20:59 tove Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/canna-2ch/ChangeLog,v 1.15 2012/04/18 23:19:27 naota Exp $ + +*canna-2ch-20040519 (18 Apr 2012) + + 18 Apr 2012; Naohiro Aota <naota@gentoo.org> +canna-2ch-20040519.ebuild: + Version bump. #412501 18 Sep 2009; Torsten Veller <tove@gentoo.org> canna-2ch-20030827.ebuild: Fix typo: s/RDPEND/RDEPEND/ diff --git a/app-dicts/canna-2ch/canna-2ch-20040519.ebuild b/app-dicts/canna-2ch/canna-2ch-20040519.ebuild new file mode 100644 index 000000000000..5610d10b7d52 --- /dev/null +++ b/app-dicts/canna-2ch/canna-2ch-20040519.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/canna-2ch/canna-2ch-20040519.ebuild,v 1.1 2012/04/18 23:19:27 naota Exp $ + +inherit cannadic eutils + +DESCRIPTION="Japanese Canna dictionary for 2channelers" +HOMEPAGE="http://omaemona.sourceforge.net/packages/Canna/" +SRC_URI="http://dev.gentoo.org/~naota/files/${P}.tar.gz" +#SRC_URI="http://omaemona.sourceforge.net/packages/Canna/2ch.t" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +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" + +DOCS="" + +S=${WORKDIR}/${PN} + +src_compile() { + # Anthy users do not need binary dictionary + if use canna ; then + mkbindic nichan.ctd || die + fi +} |