summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-dicts/canna-2ch
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'app-dicts/canna-2ch')
-rw-r--r--app-dicts/canna-2ch/Manifest2
-rw-r--r--app-dicts/canna-2ch/canna-2ch-20030827.ebuild36
-rw-r--r--app-dicts/canna-2ch/canna-2ch-20040519.ebuild32
-rw-r--r--app-dicts/canna-2ch/files/20nichan.dics.dir3
-rw-r--r--app-dicts/canna-2ch/files/canna-2ch-20030827-canna36p4-gentoo.patch18
-rw-r--r--app-dicts/canna-2ch/metadata.xml5
6 files changed, 96 insertions, 0 deletions
diff --git a/app-dicts/canna-2ch/Manifest b/app-dicts/canna-2ch/Manifest
new file mode 100644
index 000000000000..9f146ea168b3
--- /dev/null
+++ b/app-dicts/canna-2ch/Manifest
@@ -0,0 +1,2 @@
+DIST canna-2ch-20030827.tar.gz 51757 SHA256 f9e3d2a706c5d85b2c4933f8a2abb389ec29647680cd63184e47c5e8479065a1 SHA512 9cc5a78461ac0d6acb9eebae2ae2a71b02b368fc9ec61741b6459a3baab734e20b37d14bd939d44b03c3ee8b8b9c926d045aeb48ca0fd42d42f88fc02d136d0b WHIRLPOOL f827dfbe12688fae9bdd79f59ba9ba17c755bc0be781f17d43394a31dfb13db269abaa5600706c5b79d54e24b608ab5de4fc6be48b48f300665c9255ff1d947d
+DIST canna-2ch-20040519.tar.gz 53168 SHA256 d4b7b745676828727ff4632c2c5d4ec79e94bc6d9ed4ee43e33893f5d167f41d SHA512 62b6f633fd0d345e09ce1e0603f61fe1363880ecdc72932e7a8d6d4c17a23be619a749974a3f54a78642396834888f628f047f1a88db3c8d36a758468bd6d296 WHIRLPOOL b163465f3bf98b50d605e316e7b7031f6c5a2dd40294d4d4c51a19f62a19840da8874a09914b81ec2ead32abd9291198c2f9ec0e6b789b782022958f42454f37
diff --git a/app-dicts/canna-2ch/canna-2ch-20030827.ebuild b/app-dicts/canna-2ch/canna-2ch-20030827.ebuild
new file mode 100644
index 000000000000..696f2509dea7
--- /dev/null
+++ b/app-dicts/canna-2ch/canna-2ch-20030827.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+inherit cannadic eutils
+
+DESCRIPTION="Japanese Canna dictionary for 2channelers"
+HOMEPAGE="http://omaemona.sourceforge.net/packages/Canna/"
+SRC_URI="mirror://gentoo/${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"
+
+S=${WORKDIR}/${PN}
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}/${P}-canna36p4-gentoo.patch"
+}
+
+src_compile() {
+ # Anthy users do not need binary dictionary
+ if use canna ; then
+ mkbindic nichan.ctd || die
+ fi
+}
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..c93a34d0e860
--- /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
+# $Id$
+
+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 hppa ia64 ~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
+}
diff --git a/app-dicts/canna-2ch/files/20nichan.dics.dir b/app-dicts/canna-2ch/files/20nichan.dics.dir
new file mode 100644
index 000000000000..0c3ddebd7a9b
--- /dev/null
+++ b/app-dicts/canna-2ch/files/20nichan.dics.dir
@@ -0,0 +1,3 @@
+nichan.cbd(nichan.mwd) -2ch---
+nichan.cld(nichan.mwd) -2ch---
+nichan.ctd(nichan.swd) -2ch---
diff --git a/app-dicts/canna-2ch/files/canna-2ch-20030827-canna36p4-gentoo.patch b/app-dicts/canna-2ch/files/canna-2ch-20030827-canna36p4-gentoo.patch
new file mode 100644
index 000000000000..8a99be4d0206
--- /dev/null
+++ b/app-dicts/canna-2ch/files/canna-2ch-20030827-canna36p4-gentoo.patch
@@ -0,0 +1,18 @@
+--- nichan.ctd.orig 2003-09-11 12:58:35.000000000 +0900
++++ nichan.ctd 2003-09-23 03:59:14.000000000 +0900
+@@ -2439,7 +2439,6 @@
+ ¤¿¤¯¤­¤å¤¦ #T35 Âðµå
+ ¤¿¤°¤Á¤Ë¤Ã¤­ #T35 ÅĸýÆüµ­
+ ¤¿¤±¤·¤¯¤ó #JNM ¤¿¤±¤··¯
+-¤¿¤±¤·¤¯¤ó #JNMUC ¤¿¤±¤··¯
+ ¤¿¤±¤À¤­¤¾¤Ì #JN ÉðÅĵ³¤¾¤Ì
+ ¤¿¤±¤À¤­¤Ð #JN ÉðÅĵ³ÇÏ
+ ¤¿¤±¤À¤­¤Ð¤°¤ó¤À¤ó #T35 ÉðÅĵ³ÇÏ·³ÃÄ
+@@ -4585,7 +4584,6 @@
+ ¤ä¤í¤ª¤¦¤è #CJ ¥ä¥í¡¼¥¦¥è
+ ¤ä¤í¤ª¤¦¤è #CJ ¥ä¥í¡Ý¥¦¥è
+ ¤ä¤ï¤é¤Á¤ã¤ó #JNM ¥ä¥ï¥é¤Á¤ã¤ó
+-¤ä¤ï¤é¤Á¤ã¤ó #JNMUC ¥ä¥ï¥é¤Á¤ã¤ó
+ ¤ä¤ó¤¸¤ã¤ó #KK ¥ä¥ó¥¸¥ã¥ó
+ ¤ä¤ó¤¸¤ã¤ó #T35 ¥ä¥ó¥¸¥ã¥ó
+ ¤ä¤ó¤ä¤ó #CJ ¤ä¤ó¤ä¤ó
diff --git a/app-dicts/canna-2ch/metadata.xml b/app-dicts/canna-2ch/metadata.xml
new file mode 100644
index 000000000000..aef01fc3d591
--- /dev/null
+++ b/app-dicts/canna-2ch/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>cjk</herd>
+</pkgmetadata>