summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-02-28 13:42:35 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-02-28 13:42:35 +0000
commit58993434e8bf68e9d3df3289fb27954b501b07d7 (patch)
tree483a1f2b8b6f8310c901cdd8f03177190f084e75 /app-dicts
parentRemove old. (diff)
downloadgentoo-2-58993434e8bf68e9d3df3289fb27954b501b07d7.tar.gz
gentoo-2-58993434e8bf68e9d3df3289fb27954b501b07d7.tar.bz2
gentoo-2-58993434e8bf68e9d3df3289fb27954b501b07d7.zip
Remove old.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/myspell-de-alt/ChangeLog7
-rw-r--r--app-dicts/myspell-de-alt/myspell-de-alt-20061123.ebuild40
2 files changed, 5 insertions, 42 deletions
diff --git a/app-dicts/myspell-de-alt/ChangeLog b/app-dicts/myspell-de-alt/ChangeLog
index c90866b1c0ef..45204bbf556b 100644
--- a/app-dicts/myspell-de-alt/ChangeLog
+++ b/app-dicts/myspell-de-alt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-dicts/myspell-de-alt
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-de-alt/ChangeLog,v 1.25 2014/08/02 18:18:47 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-de-alt/ChangeLog,v 1.26 2015/02/28 13:42:35 mrueg Exp $
+
+ 28 Feb 2015; Manuel Rüger <mrueg@gentoo.org> -myspell-de-alt-20061123.ebuild:
+ Remove old.
02 Aug 2014; Agostino Sarubbo <ago@gentoo.org> myspell-de-alt-20120929.ebuild:
Stable for ppc64, wrt bug #507252
diff --git a/app-dicts/myspell-de-alt/myspell-de-alt-20061123.ebuild b/app-dicts/myspell-de-alt/myspell-de-alt-20061123.ebuild
deleted file mode 100644
index 04d95bc4df8f..000000000000
--- a/app-dicts/myspell-de-alt/myspell-de-alt-20061123.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-de-alt/myspell-de-alt-20061123.ebuild,v 1.1 2012/06/17 10:50:18 scarabeus Exp $
-
-EAPI=4
-
-MYSPELL_DICT=(
- "de_DE_1901.aff"
- "de_DE_1901.dic"
-)
-
-MYSPELL_HYPH=(
- "hyph_de_DE_1901.dic"
-)
-
-MYSPELL_THES=(
-)
-
-inherit myspell-r2
-
-DESCRIPTION="German dictionaries for myspell/hunspell"
-HOMEPAGE="http://www.j3e.de/myspell/"
-# No version, determined by the date of the files on the web.
-SRC_URI="
- ${HOMEPAGE}/de_OLDSPELL.zip -> ${P}.zip
- ${HOMEPAGE}/hyph_de_OLDSPELL.zip -> ${P}-hyphen.zip
-
-"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-src_prepare() {
- # Nicely rename; http://www.iana.org/assignments/language-subtag-registry
- mv de_OLDSPELL.aff de_DE_1901.aff || die
- mv de_OLDSPELL.dic de_DE_1901.dic || die
- mv hyph_de_OLD.dic hyph_de_DE_1901.dic || die
-}