From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- app-dicts/myspell-pl/Manifest | 3 ++ app-dicts/myspell-pl/metadata.xml | 10 ++++++ app-dicts/myspell-pl/myspell-pl-20130306.ebuild | 47 +++++++++++++++++++++++++ 3 files changed, 60 insertions(+) create mode 100644 app-dicts/myspell-pl/Manifest create mode 100644 app-dicts/myspell-pl/metadata.xml create mode 100644 app-dicts/myspell-pl/myspell-pl-20130306.ebuild (limited to 'app-dicts/myspell-pl') diff --git a/app-dicts/myspell-pl/Manifest b/app-dicts/myspell-pl/Manifest new file mode 100644 index 000000000000..6df7caebd090 --- /dev/null +++ b/app-dicts/myspell-pl/Manifest @@ -0,0 +1,3 @@ +DIST myspell-pl-20130306-hyph.zip 14013 SHA256 7d3a18402c70f1e7978a08a1aea656ad5b0d7732703dadbbba48ae528932ea39 SHA512 931c9fb2e58b0c5d65edc19a7f4bde7e0ccef496d76466944c8b0e249506370145d21c10d9209b6703dddd58887651ac8a2cc7579a1aab8deeed0ccac2908605 WHIRLPOOL 48feb9ed78e3802bd480b4963020d8b9905c29c6db16934687093ed9ea05ec22dc342f64d83d8f8246a5984918dc4ce76d6fb1705997f74623e72e8c481b2534 +DIST myspell-pl-20130306-thes.zip 1576689 SHA256 9a04ade7f6e7532edebb2582001719c82886884553f15dcba9baf409b9c49420 SHA512 c9f5c9c0e5acb0f079c99120ec517d37d39155af22c727bcd9b3af987afc9e217ae0d84539e491246c6a4bfcd2667b556b141ff7003df06927ce873f4572aca2 WHIRLPOOL c43b678f5e4c165a5f9c719b2d26d7b9b5a1ba15f74a405f7645a8e370d20ad18e0f6eb7b4fa0a5111767468d658f07fb142f60d9938e32b9934f526338a14de +DIST sjp-myspell-pl-20130306.zip 1126237 SHA256 fc99b9c258db537a8ef04d003098db2c61a232c805ebd73abefc7ced5532e1ce SHA512 1cd53dfe956be6ab23f10c95a28a7589c4859fb41a217b643870c2662e68bf94c96be421f0437ca196fbdce4ca4bc60696e07a1d783a238c544b35cec7f25ec5 WHIRLPOOL fd89739fa26cc45e2bdb3758f6f49f16d8e498783b628e620cedaec1517869c621d4d7f0180be835ae0e2b72b3b308f0b3894fd23555055f23f1c79c0ea20406 diff --git a/app-dicts/myspell-pl/metadata.xml b/app-dicts/myspell-pl/metadata.xml new file mode 100644 index 000000000000..3a455952b832 --- /dev/null +++ b/app-dicts/myspell-pl/metadata.xml @@ -0,0 +1,10 @@ + + + + + maintainer-needed@gentoo.org + + + synonimy + + diff --git a/app-dicts/myspell-pl/myspell-pl-20130306.ebuild b/app-dicts/myspell-pl/myspell-pl-20130306.ebuild new file mode 100644 index 000000000000..83d4deae112a --- /dev/null +++ b/app-dicts/myspell-pl/myspell-pl-20130306.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +MYSPELL_DICT=( + "pl_PL.aff" + "pl_PL.dic" +) + +MYSPELL_HYPH=( + "hyph_pl_PL.dic" +) + +MYSPELL_THES=( + "th_pl_PL_v2.dat" + "th_pl_PL_v2.idx" +) + +inherit myspell-r2 + +DESCRIPTION="Polish dictionaries for myspell/hunspell" +# dict is bumped every day but nothing changes, RECHECK BEFORE DOING VERSION BUMP! +# hyphen has no website +# thesarus released last in 2k8 +HOMEPAGE=" + http://www.sjp.pl/slownik/en/ + http://sourceforge.net/projects/synonimy/ +" +SRC_URI=" + http://sjp.pl/slownik/ort/sjp-myspell-pl-${PV}.zip + http://www.openoffice.org/pl/pliki/hyph_pl_PL.zip -> ${P}-hyph.zip + mirror://sourceforge/synonimy/OOo2-Thesaurus-1.5.zip -> ${P}-thes.zip +" +LICENSE="CC-SA-1.0 LGPL-3 GPL-3 MPL-1.1" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +src_unpack() { + myspell-r2_src_unpack + + # ZIPCEPTION! + unzip hyph_pl_PL.zip + unzip pl_PL.zip +} -- cgit v1.2.3-65-gdbad