diff options
author | 2015-08-08 13:49:04 -0700 | |
---|---|---|
committer | 2015-08-08 17:38:18 -0700 | |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-dicts/myspell-ga | |
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-ga')
-rw-r--r-- | app-dicts/myspell-ga/Manifest | 2 | ||||
-rw-r--r-- | app-dicts/myspell-ga/metadata.xml | 5 | ||||
-rw-r--r-- | app-dicts/myspell-ga/myspell-ga-20060316.ebuild | 23 |
3 files changed, 30 insertions, 0 deletions
diff --git a/app-dicts/myspell-ga/Manifest b/app-dicts/myspell-ga/Manifest new file mode 100644 index 000000000000..ff05ce67d35e --- /dev/null +++ b/app-dicts/myspell-ga/Manifest @@ -0,0 +1,2 @@ +DIST myspell-ga_IE-20060316.zip 256050 SHA256 b33049ef2420451e5f0e052599edea1ce374b52ecbfb2dc3306aec0145bb8b85 SHA512 6eb181b6869d25388951640757ded3fd44738486076ca16fd8c42f52691814471968de2d29b65bb41b9285d466ff3b2cc77d27d9ad38f1275d3309b20ecdee20 WHIRLPOOL 00dc2e3cec3aa3a2ea2a6357cab4ac0a1627d2b3dcd3414c24de60af02301f63415056817d21ff4dd89459e26a0bef92368902bebf9bd4d273e3c1e6b3e4700f +DIST myspell-hyph_ga_IE-20060316.zip 20249 SHA256 fea98b191e283912c28e72e2aa8e30a3a69fb28894341506a6437712974d1189 SHA512 edd314e32b39e08be9cd32d55af4289f74e1b6700b34a631f47174ef9c55cd809213d07e1e1b8646f7e1260ab408bcb5dfdb5a25d8da735596901b358d8b1dc1 WHIRLPOOL fc922ab9e0a8d5b9dd86be81ec04fb732abe263cc6f57f9c0555c7c807873422c2bac2fb70f4220f87730f86f88a361f95d4b413d5e49d35925bb0edb53ede68 diff --git a/app-dicts/myspell-ga/metadata.xml b/app-dicts/myspell-ga/metadata.xml new file mode 100644 index 000000000000..4538a68724a6 --- /dev/null +++ b/app-dicts/myspell-ga/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-ga/myspell-ga-20060316.ebuild b/app-dicts/myspell-ga/myspell-ga-20060316.ebuild new file mode 100644 index 000000000000..cdb5063e1fdd --- /dev/null +++ b/app-dicts/myspell-ga/myspell-ga-20060316.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +MYSPELL_SPELLING_DICTIONARIES=( +"ga,IE,ga_IE,Irish (Ireland),ga_IE.zip" +) + +MYSPELL_HYPHENATION_DICTIONARIES=( +"ga,IE,hyph_ga_IE,Irish (Ireland),hyph_ga_IE.zip" +) + +MYSPELL_THESAURUS_DICTIONARIES=( +) + +inherit myspell + +DESCRIPTION="Irish dictionaries for myspell/hunspell" +LICENSE="GPL-2" +HOMEPAGE="http://lingucomponent.openoffice.org/ http://borel.slu.edu/ispell/" +IUSE="" + +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd" |