summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2004-09-04 06:57:55 +0000
committerSeemant Kulleen <seemant@gentoo.org>2004-09-04 06:57:55 +0000
commitf4e6d8b9c31193c14bcf7f52c81e7170b7fc5767 (patch)
treed9dbaf20fa2137fae5e249417f562f3822239343 /app-dicts
parentFixed some doc issues that needed to be addressed in bug #62726. (diff)
downloadhistorical-f4e6d8b9c31193c14bcf7f52c81e7170b7fc5767.tar.gz
historical-f4e6d8b9c31193c14bcf7f52c81e7170b7fc5767.tar.bz2
historical-f4e6d8b9c31193c14bcf7f52c81e7170b7fc5767.zip
no more sed in global scope for version munging
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/ispell-ru/ChangeLog6
-rw-r--r--app-dicts/ispell-ru/Manifest6
-rw-r--r--app-dicts/ispell-ru/ispell-ru-0.99.6.1-r1.ebuild6
3 files changed, 11 insertions, 7 deletions
diff --git a/app-dicts/ispell-ru/ChangeLog b/app-dicts/ispell-ru/ChangeLog
index 082c53a7b8f7..a119da873758 100644
--- a/app-dicts/ispell-ru/ChangeLog
+++ b/app-dicts/ispell-ru/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-dicts/ispell-ru
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-ru/ChangeLog,v 1.13 2004/08/22 08:19:27 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-ru/ChangeLog,v 1.14 2004/09/04 06:57:55 seemant Exp $
+
+ 03 Sep 2004; Seemant Kulleen <seemant@gentoo.org>
+ ispell-ru-0.99.6.1-r1.ebuild:
+ no more sed in global scope for version munging
22 Aug 2004; Joshua Kinard <kumba@gentoo.org> ispell-ru-0.99.7.ebuild:
Marked stable on mips.
diff --git a/app-dicts/ispell-ru/Manifest b/app-dicts/ispell-ru/Manifest
index 5bb7855cfc03..7179743917c9 100644
--- a/app-dicts/ispell-ru/Manifest
+++ b/app-dicts/ispell-ru/Manifest
@@ -1,8 +1,8 @@
-MD5 ca02c12f41aba1a8990a96d2d139cea5 ChangeLog 1886
-MD5 686731adc08ea95df74e5e450328e453 ispell-ru-0.99.6.1-r1.ebuild 772
MD5 93d2df064f195499b26cd303aefb4ad7 ispell-ru-0.99.6.1.ebuild 761
MD5 83a22939d13f459e643ed08c797b13a1 ispell-ru-0.99.7.ebuild 771
+MD5 b865f7ffa48fefcc0d03225d2e039ed8 ispell-ru-0.99.6.1-r1.ebuild 778
+MD5 b1ff81a4fba277b0253de415b815f738 ChangeLog 2023
MD5 eb03775ece62e57725480e782cd84ee8 metadata.xml 162
+MD5 d4f61c858d6be0d381a15d697f91df43 files/digest-ispell-ru-0.99.7 69
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/ispell-ru-0.99.6.1-r1.ebuild b/app-dicts/ispell-ru/ispell-ru-0.99.6.1-r1.ebuild
index 1ad846d185c3..434ce8a2ddf9 100644
--- a/app-dicts/ispell-ru/ispell-ru-0.99.6.1-r1.ebuild
+++ b/app-dicts/ispell-ru/ispell-ru-0.99.6.1-r1.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-ru/ispell-ru-0.99.6.1-r1.ebuild,v 1.7 2004/06/24 21:44:09 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-ru/ispell-ru-0.99.6.1-r1.ebuild,v 1.8 2004/09/04 06:57:55 seemant Exp $
-MY_PV=${PV/.6./f}
+MY_P=rus-ispell-${PV%.*}f${PV#*.*.}
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"
+SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/-${MY_P}.tar.gz"
LICENSE="as-is"
SLOT="0"