Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-gl/
Date: Fri, 22 Feb 2019 21:08:52
Message-Id: 1550869689.7b7c43cb3c9e6b90e98a3315b48e2836cc412586.monsieurp@gentoo
1 commit: 7b7c43cb3c9e6b90e98a3315b48e2836cc412586
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 22 15:44:24 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 22 21:08:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b7c43cb
7
8 app-dicts/myspell-gl: remove old.
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 app-dicts/myspell-gl/myspell-gl-20060316.ebuild | 35 -------------------------
14 1 file changed, 35 deletions(-)
15
16 diff --git a/app-dicts/myspell-gl/myspell-gl-20060316.ebuild b/app-dicts/myspell-gl/myspell-gl-20060316.ebuild
17 deleted file mode 100644
18 index 394d655ab0b..00000000000
19 --- a/app-dicts/myspell-gl/myspell-gl-20060316.ebuild
20 +++ /dev/null
21 @@ -1,35 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=0
26 -
27 -# Note; since the Galician dictionary uses the Spanish
28 -# hypenation file, it causes collision problems with
29 -# app-dicts/myspell-es. So the Galician dictionary
30 -# is actually installed by the app-dicts/myspell-es
31 -# package instead.
32 -
33 -#MYSPELL_SPELLING_DICTIONARIES=(
34 -#"gl,ES,gl_ES,Galician (Spain),gl_ES.zip"
35 -#)
36 -
37 -#MYSPELL_HYPHENATION_DICTIONARIES=(
38 -#"gl,ES,hyph_es_ES,Galician (Spain),hyph_es_ES.zip"
39 -#)
40 -
41 -#MYSPELL_THESAURUS_DICTIONARIES=(
42 -#)
43 -
44 -#inherit myspell
45 -
46 -DESCRIPTION="Galician dictionaries for myspell/hunspell"
47 -LICENSE="GPL-2 LGPL-2.1"
48 -HOMEPAGE="http://lingucomponent.openoffice.org/"
49 -
50 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
51 -
52 -IUSE=""
53 -
54 -SLOT="0"
55 -
56 -RDEPEND="app-dicts/myspell-es"