diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2009-10-18 01:04:23 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2009-10-18 01:04:23 +0000 |
commit | 292e7a58a9aded1745caa598febbb897fae8ee98 (patch) | |
tree | a2ecd0eab151d5348b6dd3b5cfa5ebbc35684c9d /app-dicts/ispell-ru/ispell-ru-0.99.8.ebuild | |
parent | QA fixes; unquoted variables (diff) | |
download | gentoo-2-292e7a58a9aded1745caa598febbb897fae8ee98.tar.gz gentoo-2-292e7a58a9aded1745caa598febbb897fae8ee98.tar.bz2 gentoo-2-292e7a58a9aded1745caa598febbb897fae8ee98.zip |
QA fixes; remove useless dodoc LICENSE
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'app-dicts/ispell-ru/ispell-ru-0.99.8.ebuild')
-rw-r--r-- | app-dicts/ispell-ru/ispell-ru-0.99.8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-dicts/ispell-ru/ispell-ru-0.99.8.ebuild b/app-dicts/ispell-ru/ispell-ru-0.99.8.ebuild index 25dd6fab33c9..73603e553d67 100644 --- a/app-dicts/ispell-ru/ispell-ru-0.99.8.ebuild +++ b/app-dicts/ispell-ru/ispell-ru-0.99.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 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.8.ebuild,v 1.1 2005/02/09 13:54:16 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-ru/ispell-ru-0.99.8.ebuild,v 1.2 2009/10/18 01:04:23 halcy0n Exp $ #MY_PV=$(echo ${PV} | sed 's/\.\([0-9]\)$/f\1/') MY_PV=${PV%*.*}f${PV##*.} @@ -24,5 +24,5 @@ src_install () { insinto /usr/lib/ispell doins russian.{hash,aff,dict} - dodoc README README.koi LICENSE + dodoc README README.koi } |