summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2009-10-18 20:50:58 +0000
committerMark Loeser <halcy0n@gentoo.org>2009-10-18 20:50:58 +0000
commit8d030ae06f76cee8cc0535ebea6b81d6dbabe9de (patch)
treef1931911989e5abefec78ee6cda18f17e9347112 /app-dicts/aspell-sr
parentQA fixes; IUSE is not defined (diff)
downloadgentoo-2-8d030ae06f76cee8cc0535ebea6b81d6dbabe9de.tar.gz
gentoo-2-8d030ae06f76cee8cc0535ebea6b81d6dbabe9de.tar.bz2
gentoo-2-8d030ae06f76cee8cc0535ebea6b81d6dbabe9de.zip
QA fixes; IUSE is not defined
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'app-dicts/aspell-sr')
-rw-r--r--app-dicts/aspell-sr/ChangeLog7
-rw-r--r--app-dicts/aspell-sr/aspell-sr-0.60.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/app-dicts/aspell-sr/ChangeLog b/app-dicts/aspell-sr/ChangeLog
index b9f5443f244e..22c9686d1180 100644
--- a/app-dicts/aspell-sr/ChangeLog
+++ b/app-dicts/aspell-sr/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-dicts/aspell-sr
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-sr/ChangeLog,v 1.16 2007/11/03 22:21:31 uberlord Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-sr/ChangeLog,v 1.17 2009/10/18 20:50:58 halcy0n Exp $
+
+ 18 Oct 2009; Mark Loeser <halcy0n@gentoo.org> aspell-sr-0.60.ebuild:
+ QA fixes; IUSE is not defined
03 Nov 2007; Roy Marples <uberlord@gentoo.org> aspell-sr-0.60.ebuild:
Keyworded ~sparc-fbsd and ~x86-fbsd
diff --git a/app-dicts/aspell-sr/aspell-sr-0.60.ebuild b/app-dicts/aspell-sr/aspell-sr-0.60.ebuild
index d9183811c8e5..2d5fc1650140 100644
--- a/app-dicts/aspell-sr/aspell-sr-0.60.ebuild
+++ b/app-dicts/aspell-sr/aspell-sr-0.60.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 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/aspell-sr/aspell-sr-0.60.ebuild,v 1.16 2007/11/03 22:21:31 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-sr/aspell-sr-0.60.ebuild,v 1.17 2009/10/18 20:50:58 halcy0n Exp $
ASPELL_LANG="Serbian"
ASPOSTFIX="6"
@@ -10,7 +10,8 @@ inherit aspell-dict
LICENSE="GPL-2"
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
+IUSE=""
FILENAME="aspell6-sr-0.02"
SRC_URI="http://srpski.org/aspell/${FILENAME}.tar.bz2"
-S=${WORKDIR}/${FILENAME}
+S="${WORKDIR}/${FILENAME}"