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-el/Manifest | 2 ++ app-dicts/myspell-el/metadata.xml | 8 ++++++++ app-dicts/myspell-el/myspell-el-0.8.ebuild | 28 ++++++++++++++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 app-dicts/myspell-el/Manifest create mode 100644 app-dicts/myspell-el/metadata.xml create mode 100644 app-dicts/myspell-el/myspell-el-0.8.ebuild (limited to 'app-dicts/myspell-el') diff --git a/app-dicts/myspell-el/Manifest b/app-dicts/myspell-el/Manifest new file mode 100644 index 00000000000..c0047f69c0b --- /dev/null +++ b/app-dicts/myspell-el/Manifest @@ -0,0 +1,2 @@ +DIST el_GR-0.8.zip 1532950 SHA256 fe7ae86b632daf3248bda61333a7691805c140de88eb85f86d48dda103a4448c SHA512 b8209890259dc0c003cf3219363f2270eb879cc8b6f34752b1b49ce07cd7461e0d948faf39b5b54760ad36c29264632f0fa2b4c91fec40d3e44cebf3789c42fb WHIRLPOOL e3b581852b6ebdf5477d5b13bf1733b9825182d047347f47b3d440de397d4d361985285208d1af539a5282910ebd3e6fcef910137870235e94d1539d797aa65d +DIST hyph_el.zip 2224 SHA256 e3cb11a1505d3d74f7e229892c753bcca024534af14bd6f47cbda080dbb6d4e3 SHA512 259a1ad3b4f38cf6aa67027cd3354488b298375450ed99b07e4ea8d355e90211caabfc40ce71af73e5d354348541bf8a486aecced23f75a4fe9abb8f6c2ac3c3 WHIRLPOOL 17c8f3de60ff7ba6fb17ab691466e2fe7591338e9df60bd3cabce67a6ef769cbf6a23b718d69eda6f97e1b5580685f4c052bca35a59eb955a14f2f2b9e4667d7 diff --git a/app-dicts/myspell-el/metadata.xml b/app-dicts/myspell-el/metadata.xml new file mode 100644 index 00000000000..61c052a97a1 --- /dev/null +++ b/app-dicts/myspell-el/metadata.xml @@ -0,0 +1,8 @@ + + + + + dastergon@gentoo.org + Pavlos Ratis + + diff --git a/app-dicts/myspell-el/myspell-el-0.8.ebuild b/app-dicts/myspell-el/myspell-el-0.8.ebuild new file mode 100644 index 00000000000..8c51f3a00e1 --- /dev/null +++ b/app-dicts/myspell-el/myspell-el-0.8.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +MYSPELL_DICT=( + "el_GR.aff" + "el_GR.dic" +) + +MYSPELL_HYPH=( + "hyph_el.dic" +) + +MYSPELL_THES=( +) + +inherit myspell-r2 + +DESCRIPTION="Greek dictionaries for myspell/hunspell" +HOMEPAGE="http://elspell.math.upatras.gr" +SRC_URI="${HOMEPAGE}/files/ooffice/el_GR-${PV}.zip ${HOMEPAGE}/files/ooffice/hyph_el.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="" -- cgit v1.2.1