summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2009-10-17 23:04:45 +0000
committerMark Loeser <halcy0n@gentoo.org>2009-10-17 23:04:45 +0000
commit7562666f6765e046eede17860465e79c6ea01b45 (patch)
tree83672e794fffd6f9814e62ee7c006c2423838785 /app-dicts/ispell-bg
parentQA fixes; unquoted variables (diff)
downloadgentoo-2-7562666f6765e046eede17860465e79c6ea01b45.tar.gz
gentoo-2-7562666f6765e046eede17860465e79c6ea01b45.tar.bz2
gentoo-2-7562666f6765e046eede17860465e79c6ea01b45.zip
QA fixes; unquoted variables
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'app-dicts/ispell-bg')
-rw-r--r--app-dicts/ispell-bg/ChangeLog7
-rw-r--r--app-dicts/ispell-bg/ispell-bg-4.0.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/app-dicts/ispell-bg/ChangeLog b/app-dicts/ispell-bg/ChangeLog
index f6da674ecc4f..5b394b7f325b 100644
--- a/app-dicts/ispell-bg/ChangeLog
+++ b/app-dicts/ispell-bg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-dicts/ispell-bg
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-bg/ChangeLog,v 1.10 2008/11/23 17:32:48 jer Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-bg/ChangeLog,v 1.11 2009/10/17 23:04:45 halcy0n Exp $
+
+ 17 Oct 2009; Mark Loeser <halcy0n@gentoo.org> ispell-bg-4.0.ebuild:
+ QA fixes; unquoted variables
23 Nov 2008; Jeroen Roovers <jer@gentoo.org> ispell-bg-4.1.ebuild:
Marked ~hppa (bug #245139).
diff --git a/app-dicts/ispell-bg/ispell-bg-4.0.ebuild b/app-dicts/ispell-bg/ispell-bg-4.0.ebuild
index 3d178208d86c..83b0f64c786d 100644
--- a/app-dicts/ispell-bg/ispell-bg-4.0.ebuild
+++ b/app-dicts/ispell-bg/ispell-bg-4.0.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-bg/ispell-bg-4.0.ebuild,v 1.3 2005/07/08 13:32:40 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-bg/ispell-bg-4.0.ebuild,v 1.4 2009/10/17 23:04:45 halcy0n Exp $
DESCRIPTION="Bulgarian dictionary for ispell"
SRC_URI="mirror://sourceforge/bgoffice/${P}.tar.gz"
@@ -15,5 +15,5 @@ DEPEND="app-text/ispell"
src_install () {
insinto /usr/lib/ispell
- doins ${S}/data/bulgarian.aff ${S}/data/bulgarian.hash
+ doins "${S}"/data/bulgarian.aff "${S}"/data/bulgarian.hash
}