summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-12-03 07:15:54 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-12-03 07:15:54 +0000
commit90aed317776f82c43bf5fac0d2da3d518c0fda2b (patch)
treeb10abf62ce9509603340bebc43cdf1494e548cc2 /app-i18n/ispell-ru
parentmoved from app-i18n (diff)
downloadhistorical-90aed317776f82c43bf5fac0d2da3d518c0fda2b.tar.gz
historical-90aed317776f82c43bf5fac0d2da3d518c0fda2b.tar.bz2
historical-90aed317776f82c43bf5fac0d2da3d518c0fda2b.zip
moved dictionaries to app-dicts
Diffstat (limited to 'app-i18n/ispell-ru')
-rw-r--r--app-i18n/ispell-ru/ChangeLog16
-rw-r--r--app-i18n/ispell-ru/files/digest-ispell-ru-0.99.5.91
-rw-r--r--app-i18n/ispell-ru/files/digest-ispell-ru-0.99.6.11
-rw-r--r--app-i18n/ispell-ru/ispell-ru-0.99.5.9.ebuild27
-rw-r--r--app-i18n/ispell-ru/ispell-ru-0.99.6.1.ebuild29
5 files changed, 0 insertions, 74 deletions
diff --git a/app-i18n/ispell-ru/ChangeLog b/app-i18n/ispell-ru/ChangeLog
deleted file mode 100644
index ddab41c4bab4..000000000000
--- a/app-i18n/ispell-ru/ChangeLog
+++ /dev/null
@@ -1,16 +0,0 @@
-# ChangeLog for app-i18n/ispell-ru
-# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ispell-ru/ChangeLog,v 1.2 2002/07/11 11:07:18 seemant Exp $
-
-*ispell-ru-0.99.6.1 (11 Jul 2002)
-
- 11 Jul 2002; Seemant Kulleen <seemant@gentoo.org>
- ispell-ru-0.99.6.1.ebuild files/digest-ispell-ru-0.99.6.1 :
-
- Version bump and repoman fixes.
-
-*ispell-ru-0.99.5.9 (Apr 26, 2002)
-
- 26 Apr, 2002; Arcady Genkin <agenkin@thpoon.com> ispell-ru-0.99.5.9.ebuild:
-
- Initial version.
diff --git a/app-i18n/ispell-ru/files/digest-ispell-ru-0.99.5.9 b/app-i18n/ispell-ru/files/digest-ispell-ru-0.99.5.9
deleted file mode 100644
index de3998107987..000000000000
--- a/app-i18n/ispell-ru/files/digest-ispell-ru-0.99.5.9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c72ab56937dab2d913c3348b80bead05 rus-ispell-0.99e9.tar.gz 429088
diff --git a/app-i18n/ispell-ru/files/digest-ispell-ru-0.99.6.1 b/app-i18n/ispell-ru/files/digest-ispell-ru-0.99.6.1
deleted file mode 100644
index bf8dbebbe648..000000000000
--- a/app-i18n/ispell-ru/files/digest-ispell-ru-0.99.6.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f9b7daefead13909c05582b10f5b5006 rus-ispell-0.99f1.tar.gz 440661
diff --git a/app-i18n/ispell-ru/ispell-ru-0.99.5.9.ebuild b/app-i18n/ispell-ru/ispell-ru-0.99.5.9.ebuild
deleted file mode 100644
index dae9490133b1..000000000000
--- a/app-i18n/ispell-ru/ispell-ru-0.99.5.9.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2002 Arcady Genkin <agenkin@thpoon.com>
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ispell-ru/ispell-ru-0.99.5.9.ebuild,v 1.3 2002/07/11 11:02:34 seemant Exp $
-
-MY_PV=${PV/.5./e}
-S="${WORKDIR}"
-DESCRIPTION="Alexander I. Lebedev's Russian dictionary for ispell."
-HOMEPAGE="http://fmg-www.cs.ucla.edu/geoff/ispell-dictionaries.html#Russian-dicts"
-SRC_URI="ftp://scon155.phys.msu.su/pub/russian/ispell/rus-ispell-${MY_PV}.tar.gz"
-
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="x86"
-
-DEPEND="app-text/ispell"
-
-src_compile() {
- make koi || die
-}
-
-src_install () {
- insinto /usr/lib/ispell
- doins russian.hash russian.aff
- exeinto /usr/lib/ispell-ru
- doexe sortkoi8 trans
- dodoc README README.koi LICENSE
-}
diff --git a/app-i18n/ispell-ru/ispell-ru-0.99.6.1.ebuild b/app-i18n/ispell-ru/ispell-ru-0.99.6.1.ebuild
deleted file mode 100644
index 0f33b53a91e8..000000000000
--- a/app-i18n/ispell-ru/ispell-ru-0.99.6.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2002 Arcady Genkin <agenkin@thpoon.com>
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ispell-ru/ispell-ru-0.99.6.1.ebuild,v 1.1 2002/07/11 11:07:18 seemant Exp $
-
-MY_PV=${PV/.6./f}
-S="${WORKDIR}"
-DESCRIPTION="Alexander I. Lebedev's Russian dictionary for ispell."
-HOMEPAGE="http://fmg-www.cs.ucla.edu/geoff/ispell-dictionaries.html#Russian-dicts"
-SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/rus-ispell-${MY_PV}.tar.gz"
-
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="x86"
-
-DEPEND="app-text/ispell"
-
-src_compile() {
- make || die
-}
-
-src_install () {
- insinto /usr/lib/ispell
- doins russian.hash russian.aff
-
- #what do these do??
-# exeinto /usr/lib/ispell-ru
-# doexe sortkoi8 trans
- dodoc README README.koi LICENSE
-}