diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-dicts/canna-cannadic | |
download | gentoo-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-cannadic')
-rw-r--r-- | app-dicts/canna-cannadic/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/canna-cannadic/canna-cannadic-0.95c.ebuild | 27 | ||||
-rw-r--r-- | app-dicts/canna-cannadic/files/05cannadic.dics.dir | 3 | ||||
-rw-r--r-- | app-dicts/canna-cannadic/metadata.xml | 5 |
4 files changed, 36 insertions, 0 deletions
diff --git a/app-dicts/canna-cannadic/Manifest b/app-dicts/canna-cannadic/Manifest new file mode 100644 index 000000000000..978c13cacd72 --- /dev/null +++ b/app-dicts/canna-cannadic/Manifest @@ -0,0 +1 @@ +DIST cannadic-0.95c.tar.gz 1028308 SHA256 d477889aa54276eeb013f28f4f5a18c26baebbc5de28884421f086e1d38fdb04 SHA512 46092c45a49c823ad41a4aed690981bd5885e257a3a4fc23077b2f87bdd131e93438e3989b4abddbc6db1e949c0c21d41db00fcc204b5425ab0b107669bc144a WHIRLPOOL c6e6ed901b70d50a398960bc28f59f8f9759e4be7e01fb02c717026325313efe24d4b0aa4d16acba31558f2af742a502254d282b6fceac797bdd72c0314c4503 diff --git a/app-dicts/canna-cannadic/canna-cannadic-0.95c.ebuild b/app-dicts/canna-cannadic/canna-cannadic-0.95c.ebuild new file mode 100644 index 000000000000..0bd0f3fcd8fe --- /dev/null +++ b/app-dicts/canna-cannadic/canna-cannadic-0.95c.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit cannadic + +IUSE="" + +MY_P="${P/canna-/}" + +DESCRIPTION="Japanese dictionary as a supplement/replacement to the dictionaries distributed with Canna3.5b2" +HOMEPAGE="http://cannadic.oucrc.org/" +SRC_URI="http://cannadic.oucrc.org/${MY_P}.tar.gz" + +KEYWORDS="x86 alpha sparc ppc ppc64 ~amd64" +LICENSE="GPL-2" +SLOT="0" +S="${WORKDIR}/${MY_P}" + +DEPEND=">=app-i18n/canna-3.6_p3-r1" + +CANNADICS="gcanna gcannaf" +DICSDIRFILE="${FILESDIR}/05cannadic.dics.dir" + +src_compile() { + emake maindic || die +} diff --git a/app-dicts/canna-cannadic/files/05cannadic.dics.dir b/app-dicts/canna-cannadic/files/05cannadic.dics.dir new file mode 100644 index 000000000000..fbbd5b4cd819 --- /dev/null +++ b/app-dicts/canna-cannadic/files/05cannadic.dics.dir @@ -0,0 +1,3 @@ +gcanna.cbd(gcanna.mwd) -gcanna--- +gcanna.cld(gcanna.mwd) -gcanna--- +gcannaf.ctd(.swd) -gcannaf--- diff --git a/app-dicts/canna-cannadic/metadata.xml b/app-dicts/canna-cannadic/metadata.xml new file mode 100644 index 000000000000..2d5852c16c60 --- /dev/null +++ b/app-dicts/canna-cannadic/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> |