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-pt | |
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-pt')
-rw-r--r-- | app-dicts/myspell-pt/Manifest | 2 | ||||
-rw-r--r-- | app-dicts/myspell-pt/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/myspell-pt/myspell-pt-20120420.ebuild | 36 |
3 files changed, 46 insertions, 0 deletions
diff --git a/app-dicts/myspell-pt/Manifest b/app-dicts/myspell-pt/Manifest new file mode 100644 index 000000000000..efebcaf8f7ab --- /dev/null +++ b/app-dicts/myspell-pt/Manifest @@ -0,0 +1,2 @@ +DIST oo3x-pt-PT-preao.oxt 556799 SHA256 51c10318841f532c45907949e9ddbd5ac24e638f0e184706717e62161cbec039 SHA512 41087a2371a1ac55075eb4891df57f22e272d89b85d800ecab2bbb2cc41f1f603c1bcc518dc2ecfb6653976177f25237f4f1aa790d66ec2947b62c1604d3935b WHIRLPOOL a12e12201cdf4547246f2d6027346fc3f006b95cdfb2f96807a13a7bb0a8a2de761a022289c09b98b905ccf7fe2add2d0bcdf6c01b4b54dac9a76edaeb4f2145 +DIST oo3x-pt-PT.oxt 556415 SHA256 a93230b2ee73bf5f04cd44f6c83650897ff1ed4bd50042981bc0342130b32841 SHA512 1485efe050c90a0d23243a333ec886a47b46ee148096e0f19c2232768ab09ad3bc055dc01813a00593eadb754125ebd9662ce81a3489898cf700536c517c20ad WHIRLPOOL 2a1c4032784e5745cf57c14ade3007dd4c9abfaf2b067ac7f8e622ada0eae5cb1009da879dcb6f10c125f31d199564dca42680f33511ca5a109c2bb5f042f2bb diff --git a/app-dicts/myspell-pt/metadata.xml b/app-dicts/myspell-pt/metadata.xml new file mode 100644 index 000000000000..8d79323fb1e5 --- /dev/null +++ b/app-dicts/myspell-pt/metadata.xml @@ -0,0 +1,8 @@ +<?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> +<use> + <flag name='preao'>Use the pre ortographic agreement version of the dictionary</flag> +</use> +</pkgmetadata> diff --git a/app-dicts/myspell-pt/myspell-pt-20120420.ebuild b/app-dicts/myspell-pt/myspell-pt-20120420.ebuild new file mode 100644 index 000000000000..91e56db060e4 --- /dev/null +++ b/app-dicts/myspell-pt/myspell-pt-20120420.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +MYSPELL_DICT=( + "pt_PT.aff" + "pt_PT.dic" +) + +MYSPELL_HYPH=( + "hyph_pt_PT.dic" +) + +MYSPELL_THES=( + "th_pt_PT.dat" + "th_pt_PT.idx" +) + +inherit myspell-r2 + +DESCRIPTION="Portuguese dictionaries for myspell/hunspell" +HOMEPAGE="http://natura.di.uminho.pt/wiki/doku.php?id=dicionarios:main" +# The dicts are not versioned. +# Version is determined by its date of upload to the server. +# Check at: http://darkstar.ist.utl.pt/openoffice.org/pt/ +SRC_URI=" + http://darkstar.ist.utl.pt/openoffice.org/pt/oo3x-pt-PT.oxt + preao? ( http://darkstar.ist.utl.pt/openoffice.org/pt/oo3x-pt-PT-preao.oxt ) +" + +LICENSE="GPL-2 MIT" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +IUSE="+preao" |