diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-09-04 06:57:55 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-09-04 06:57:55 +0000 |
commit | 7057fed9f3221744d75423fbe88abdf6611a4358 (patch) | |
tree | 02525aaf961d8e2587b4233521726e8dd0b33620 /app-dicts | |
parent | Fixed some doc issues that needed to be addressed in bug #62726. (Manifest re... (diff) | |
download | gentoo-2-7057fed9f3221744d75423fbe88abdf6611a4358.tar.gz gentoo-2-7057fed9f3221744d75423fbe88abdf6611a4358.tar.bz2 gentoo-2-7057fed9f3221744d75423fbe88abdf6611a4358.zip |
no more sed in global scope for version munging
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/ispell-ru/ChangeLog | 6 | ||||
-rw-r--r-- | app-dicts/ispell-ru/ispell-ru-0.99.6.1-r1.ebuild | 6 |
2 files changed, 8 insertions, 4 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/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" |