summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-02-18 01:21:03 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-02-18 01:21:03 +0000
commit52e5e2e06ea5c6bfa4f669fdcdf4136767b57a9d (patch)
tree37c35379db110f4e70e88823751073557b0c0ff5 /app-dicts/ispell-ru
parentMarked stable on hppa. (Manifest recommit) (diff)
downloadgentoo-2-52e5e2e06ea5c6bfa4f669fdcdf4136767b57a9d.tar.gz
gentoo-2-52e5e2e06ea5c6bfa4f669fdcdf4136767b57a9d.tar.bz2
gentoo-2-52e5e2e06ea5c6bfa4f669fdcdf4136767b57a9d.zip
version bump, changed SRC_URI and PV munging (#40276)
Diffstat (limited to 'app-dicts/ispell-ru')
-rw-r--r--app-dicts/ispell-ru/ChangeLog9
-rw-r--r--app-dicts/ispell-ru/Manifest4
-rw-r--r--app-dicts/ispell-ru/files/digest-ispell-ru-0.99.71
-rw-r--r--app-dicts/ispell-ru/ispell-ru-0.99.7.ebuild26
4 files changed, 37 insertions, 3 deletions
diff --git a/app-dicts/ispell-ru/ChangeLog b/app-dicts/ispell-ru/ChangeLog
index 99124868400e..21fea7948188 100644
--- a/app-dicts/ispell-ru/ChangeLog
+++ b/app-dicts/ispell-ru/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-dicts/ispell-ru
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-ru/ChangeLog,v 1.5 2003/09/09 10:07:40 seemant Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-ru/ChangeLog,v 1.6 2004/02/18 01:21:03 liquidx Exp $
+
+*ispell-ru-0.99.7 (18 Feb 2004)
+
+ 18 Feb 2004; Alastair Tse <liquidx@gentoo.org> ispell-ru-0.99.7.ebuild:
+ version bump, changed SRC_URI and PV munging (#40276)
*ispell-ru-0.99.6.1-r1 (09 Sep 2003)
diff --git a/app-dicts/ispell-ru/Manifest b/app-dicts/ispell-ru/Manifest
index 3181c17a4b60..b5a1a035ee15 100644
--- a/app-dicts/ispell-ru/Manifest
+++ b/app-dicts/ispell-ru/Manifest
@@ -1,5 +1,7 @@
MD5 af0b731ba5f3182cb17c8c02e9479eaf ChangeLog 1018
MD5 62e0a0f014b14a9bdb0d0718330596dc ispell-ru-0.99.6.1-r1.ebuild 778
MD5 f7ce6be4bd7c4aa1a52687adcf30f899 ispell-ru-0.99.6.1.ebuild 763
-MD5 1dd1c7de450fd69537c7df2352870037 files/digest-ispell-ru-0.99.6.1-r1 69
+MD5 a79571a18084456f0e03bdb35eee30d1 ispell-ru-0.99.7.ebuild 789
MD5 1dd1c7de450fd69537c7df2352870037 files/digest-ispell-ru-0.99.6.1 69
+MD5 1dd1c7de450fd69537c7df2352870037 files/digest-ispell-ru-0.99.6.1-r1 69
+MD5 d4f61c858d6be0d381a15d697f91df43 files/digest-ispell-ru-0.99.7 69
diff --git a/app-dicts/ispell-ru/files/digest-ispell-ru-0.99.7 b/app-dicts/ispell-ru/files/digest-ispell-ru-0.99.7
new file mode 100644
index 000000000000..c1091e84bc57
--- /dev/null
+++ b/app-dicts/ispell-ru/files/digest-ispell-ru-0.99.7
@@ -0,0 +1 @@
+MD5 bbdd97dca369d2f536d4a6f0538d9e7a rus-ispell-0.99f7.tar.gz 490421
diff --git a/app-dicts/ispell-ru/ispell-ru-0.99.7.ebuild b/app-dicts/ispell-ru/ispell-ru-0.99.7.ebuild
new file mode 100644
index 000000000000..ea65d214652d
--- /dev/null
+++ b/app-dicts/ispell-ru/ispell-ru-0.99.7.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-ru/ispell-ru-0.99.7.ebuild,v 1.1 2004/02/18 01:21:03 liquidx Exp $
+
+MY_PV=$(echo ${PV} | sed 's/\.\([0-9]\)$/f\1/')
+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"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~ppc ~x86 ~sparc ~alpha ~mips ~hppa ~arm"
+
+DEPEND="app-text/ispell"
+
+src_compile() {
+ make YO=1 || die
+}
+
+src_install () {
+ insinto /usr/lib/ispell
+ doins russian.hash russian.aff
+
+ dodoc README README.koi LICENSE
+}