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-fo | |
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-fo')
-rw-r--r-- | app-dicts/myspell-fo/Manifest | 2 | ||||
-rw-r--r-- | app-dicts/myspell-fo/metadata.xml | 5 | ||||
-rw-r--r-- | app-dicts/myspell-fo/myspell-fo-0.4.2.ebuild | 31 |
3 files changed, 38 insertions, 0 deletions
diff --git a/app-dicts/myspell-fo/Manifest b/app-dicts/myspell-fo/Manifest new file mode 100644 index 000000000000..07c079e59bb9 --- /dev/null +++ b/app-dicts/myspell-fo/Manifest @@ -0,0 +1,2 @@ +DIST hyph_fo_FO-20040420a.zip 16430 SHA256 cb87ce1bee0d547f82bd5d2d1a7fdaca312510581a1295e824a507c59c4c92a2 SHA512 c1cf2593668558c44ab7cbb8fb3ce915cf59eec25a07de9834ef24d2783e56beea708d6666975059b2f33807279d0085d4910145f4bd410b4c736a0a7620f187 WHIRLPOOL 8933f3c92a8e7f1e258220912087b8dc1a443ad5843d8fb68ea110d8329365ab06da2381585cbddc762e6450fb09a4853ac6f3b78f5dbd03d07228501ae6a68d +DIST myspell-fo-0.4.2.tar.bz2 1395379 SHA256 dceff597c9cebf69f3fee6ceaa1d93665bef9b546a534f1dc74f95ea7331ba90 SHA512 7f5622a6acdd948d884ed445ee34ec0cc9596b92628bd3bfc4f32bf5e27d88ec4684e800a6cc4c1add73d0f32050b87d0ad2f1a1a97739fc113edb977c2c296a WHIRLPOOL 990900712f47887a12d3688e63525c947a19fce8f1975faa581fcd6ab7aea622ef64feb38c1433fa2c8208a0e44023329cfbc8e4adea5e1affa8133f6605b5f9 diff --git a/app-dicts/myspell-fo/metadata.xml b/app-dicts/myspell-fo/metadata.xml new file mode 100644 index 000000000000..4538a68724a6 --- /dev/null +++ b/app-dicts/myspell-fo/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-fo/myspell-fo-0.4.2.ebuild b/app-dicts/myspell-fo/myspell-fo-0.4.2.ebuild new file mode 100644 index 000000000000..765513ca8a05 --- /dev/null +++ b/app-dicts/myspell-fo/myspell-fo-0.4.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +MYSPELL_DICT=( + "${P}/fo_FO.aff" + "${P}/fo_FO.dic" +) + +MYSPELL_HYPH=( + "hyph_fo_FO.dic" +) + +MYSPELL_THES=( +) + +inherit myspell-r2 + +DESCRIPTION="Faroese dictionaries for myspell/hunspell" +HOMEPAGE="http://fo.speling.org/" +SRC_URI=" + http://fo.speling.org/filer/${P}.tar.bz2 + http://fo.speling.org/filer/hyph_fo_FO-20040420a.zip +" + +LICENSE="GPL-2 LGPL-2.1 MPL-1.1" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" |