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/myspell-ia | |
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/myspell-ia')
-rw-r--r-- | app-dicts/myspell-ia/Manifest | 2 | ||||
-rw-r--r-- | app-dicts/myspell-ia/metadata.xml | 5 | ||||
-rw-r--r-- | app-dicts/myspell-ia/myspell-ia-20060316.ebuild | 22 |
3 files changed, 29 insertions, 0 deletions
diff --git a/app-dicts/myspell-ia/Manifest b/app-dicts/myspell-ia/Manifest new file mode 100644 index 000000000000..1c909381cbe7 --- /dev/null +++ b/app-dicts/myspell-ia/Manifest @@ -0,0 +1,2 @@ +DIST myspell-hyph_ia_ANY-20060316.zip 2364 SHA256 3e4e5e0a6c0a61a8849eb1e767ef227117277c8657381883262ea7e6c4c3e53d SHA512 8c74c9a8795f392d460e67aac4aed2c53e080e4a493155369b2b2a85cdb8a440fc4ba6c8dd9ae150bec3bc1a91972ff7d9e1bd26781800e0b127f0284277b534 WHIRLPOOL 05398aa8dc00c0cf380a3c73b3fc7b4b893361e6959ecb3c53ccc8c7daefbc8ef05958f4ce64b4099a6ee1fabe28dc24e37591a6d7fa9780b961e6104658ba19 +DIST myspell-ia_ANY-20060316.zip 182850 SHA256 da7cd75207456bb0f25b42945b61c9cbf1652cc64224173737aaf47b7fdc2d19 SHA512 80be07c6ce8184c7005dba109ff089f888d653db2d2431dcadf296e9515ff91370380248405a579eaa410f101560e47cadf076533cda79e9e52f6fb12c98dda0 WHIRLPOOL b632a01c727eeb0280b59c9aeec6c0938668861d51094675a720c96750750be3ce10a9be3213d9b6ea6fad257fd276363f045eef4f3f078ef8c0ac4b7b98327a diff --git a/app-dicts/myspell-ia/metadata.xml b/app-dicts/myspell-ia/metadata.xml new file mode 100644 index 000000000000..4538a68724a6 --- /dev/null +++ b/app-dicts/myspell-ia/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer><email>maintainer-needed@gentoo.org</email></maintainer> +</pkgmetadata> diff --git a/app-dicts/myspell-ia/myspell-ia-20060316.ebuild b/app-dicts/myspell-ia/myspell-ia-20060316.ebuild new file mode 100644 index 000000000000..ef186283c792 --- /dev/null +++ b/app-dicts/myspell-ia/myspell-ia-20060316.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +MYSPELL_SPELLING_DICTIONARIES=( +"ia,ANY,ia,Interlingua (ANY locale),ia_ANY.zip" +) + +MYSPELL_HYPHENATION_DICTIONARIES=( +"ia,ANY,hyph_ia,Interlingua (ANY locale),hyph_ia_ANY.zip" +) + +MYSPELL_THESAURUS_DICTIONARIES=( +) + +inherit myspell + +DESCRIPTION="Interlingua dictionaries for myspell/hunspell" +LICENSE="LGPL-2.1" +HOMEPAGE="http://lingucomponent.openoffice.org/" + +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd" |