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-nl | |
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-nl')
-rw-r--r-- | app-dicts/myspell-nl/Manifest | 2 | ||||
-rw-r--r-- | app-dicts/myspell-nl/metadata.xml | 5 | ||||
-rw-r--r-- | app-dicts/myspell-nl/myspell-nl-2.10g.ebuild | 44 |
3 files changed, 51 insertions, 0 deletions
diff --git a/app-dicts/myspell-nl/Manifest b/app-dicts/myspell-nl/Manifest new file mode 100644 index 000000000000..764a13c0e773 --- /dev/null +++ b/app-dicts/myspell-nl/Manifest @@ -0,0 +1,2 @@ +DIST myspell-nl-2.10g.oxt 868845 SHA256 21eec296d80dac89f9dfa3093d22ef8f25900afa8bd49714fa13a7cf356316c2 SHA512 070ef6a5d63a2fb9806f7bbbb1459e40097bbcb5c8ab9babb9195844e387847e2295890b149c0a90aba19e4fced7f3d90d338ba976614fc73c5c367bbc9cf4d4 WHIRLPOOL e3a70d0987cfb4e5de8343f8b01ce96d04a486b4574bdf8267b801bd292eda1bbd73e7901b909f25f2b8d6ecda33242d75e60db6d39ded7f27205efb37babf86 +DIST myspell-nl-2.10g_thes.oxt 1956026 SHA256 18471446bb2bfbb610433d39bd8b054ac611a0dbdf5341e55177b29b19c2b2d9 SHA512 2a13b97ffee1fb98ba29f74595ff9e29a89f294d82efd2da2e89983ff5a21852a1222bee9a4684dd5df621e1dc5621853e1d87cbf0fca311c8eb9e267598eee0 WHIRLPOOL 5e8439ee6ca8aeacb6aa584bc3cf52bc2b1ddfdc97cc83c25a3c0f94303de347400bc628a9b115f4c29c56d296b0931662946ee58f7d21e75a27144225566954 diff --git a/app-dicts/myspell-nl/metadata.xml b/app-dicts/myspell-nl/metadata.xml new file mode 100644 index 000000000000..4538a68724a6 --- /dev/null +++ b/app-dicts/myspell-nl/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-nl/myspell-nl-2.10g.ebuild b/app-dicts/myspell-nl/myspell-nl-2.10g.ebuild new file mode 100644 index 000000000000..9d7d091b89af --- /dev/null +++ b/app-dicts/myspell-nl/myspell-nl-2.10g.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +MYSPELL_DICT=( + "nl_NL.aff" + "nl_NL.dic" +) + +MYSPELL_HYPH=( + "hyph_nl_NL.dic" +) + +MYSPELL_THES=( + "th_nl_NL_v2.dat" + "th_nl_NL_v2.idx" +) + +inherit myspell-r2 + +DESCRIPTION="Dutch dictionaries for myspell/hunspell" +HOMEPAGE="http://opentaal.org/" +# Thesarus is not versioned at all, I suppose we could bump it with each dict +# release, or when people say that the download uri checksum changed. +SRC_URI=" + http://opentaal.org/bestanden/license_result/20-woordenlijst-v-${PV//./}-voor-openofficeorg-3?bid=20&agree=1 -> ${P}.oxt + http://data.opentaal.org/opentaalbank/thesaurus/download/thes_nl.oxt -> ${P}_thes.oxt +" + +LICENSE="BSD-2 CC-BY-3.0" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +src_prepare() { + # thesarus has ugly name + mv th_nl_v2.dat th_nl_NL_v2.dat || die + mv th_nl_v2.idx th_nl_NL_v2.idx || die + + # remove dutch translated license so it aint installed + rm -rf licentie* || die +} |