diff options
author | Peter Volkov <pva@gentoo.org> | 2008-11-01 10:06:02 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2008-11-01 10:06:02 +0000 |
commit | f29182804575636259b57f571bdca73accc08863 (patch) | |
tree | 94947683be71a29a8d19f50aa5038877cbcb1da7 /app-dicts/ispell-nl | |
parent | Please use the correct file by quarter of the year when adding new entries. (diff) | |
download | gentoo-2-f29182804575636259b57f571bdca73accc08863.tar.gz gentoo-2-f29182804575636259b57f571bdca73accc08863.tar.bz2 gentoo-2-f29182804575636259b57f571bdca73accc08863.zip |
Small cleanup.
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-openvz.git-35f41f1 i686)
Diffstat (limited to 'app-dicts/ispell-nl')
-rw-r--r-- | app-dicts/ispell-nl/ChangeLog | 5 | ||||
-rw-r--r-- | app-dicts/ispell-nl/ispell-nl-1.00.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-dicts/ispell-nl/ChangeLog b/app-dicts/ispell-nl/ChangeLog index 2183f722ce44..167d90a13fe7 100644 --- a/app-dicts/ispell-nl/ChangeLog +++ b/app-dicts/ispell-nl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-dicts/ispell-nl # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-nl/ChangeLog,v 1.5 2008/10/29 22:21:53 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-nl/ChangeLog,v 1.6 2008/11/01 10:06:02 pva Exp $ + + 01 Nov 2008; Peter Volkov <pva@gentoo.org> ispell-nl-1.00.ebuild: + Small cleanup. 29 Oct 2008; Markus Meier <maekke@gentoo.org> ispell-nl-1.00.ebuild: amd64/x86 stable, bug #244597 diff --git a/app-dicts/ispell-nl/ispell-nl-1.00.ebuild b/app-dicts/ispell-nl/ispell-nl-1.00.ebuild index 88120f10ad60..03f8af4db400 100644 --- a/app-dicts/ispell-nl/ispell-nl-1.00.ebuild +++ b/app-dicts/ispell-nl/ispell-nl-1.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-nl/ispell-nl-1.00.ebuild,v 1.2 2008/10/29 22:21:53 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-nl/ispell-nl-1.00.ebuild,v 1.3 2008/11/01 10:06:02 pva Exp $ inherit multilib @@ -16,11 +16,11 @@ KEYWORDS="amd64 x86" DEPEND="app-text/ispell" src_compile() { - /usr/bin/buildhash -s "${S}"/words-nl.ispell "${S}"/dutch.aff "${S}"/dutch.hash \ - || die "buildhash failed" + /usr/bin/buildhash -s "${S}/words-nl.ispell" "${S}/dutch.aff" \ + "${S}/dutch.hash" || die "buildhash failed" } src_install () { insinto /usr/$(get_libdir)/ispell - doins dutch.aff dutch.hash + doins dutch.aff dutch.hash || die } |