diff options
author | 2009-10-18 00:59:23 +0000 | |
---|---|---|
committer | 2009-10-18 00:59:23 +0000 | |
commit | 921f62af36d74065ad6b0ff5d6370e84d69b42b5 (patch) | |
tree | 5a724388f0480bf4fd3b4a0045a338c862b716b5 /app-dicts/ispell-hu | |
parent | Switch to virtual/libusb:0. (diff) | |
download | gentoo-2-921f62af36d74065ad6b0ff5d6370e84d69b42b5.tar.gz gentoo-2-921f62af36d74065ad6b0ff5d6370e84d69b42b5.tar.bz2 gentoo-2-921f62af36d74065ad6b0ff5d6370e84d69b42b5.zip |
QA fixes; unquoted variables, useless dodoc LICENSE
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'app-dicts/ispell-hu')
-rw-r--r-- | app-dicts/ispell-hu/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/ispell-hu/ispell-hu-0.99.4.ebuild | 6 | ||||
-rw-r--r-- | app-dicts/ispell-hu/ispell-hu-1.0.ebuild | 8 |
3 files changed, 13 insertions, 9 deletions
diff --git a/app-dicts/ispell-hu/ChangeLog b/app-dicts/ispell-hu/ChangeLog index 889b34ef03ed..3b13b33b4f86 100644 --- a/app-dicts/ispell-hu/ChangeLog +++ b/app-dicts/ispell-hu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/ispell-hu -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ChangeLog,v 1.14 2008/11/21 19:53:32 pva Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ChangeLog,v 1.15 2009/10/18 00:59:23 halcy0n Exp $ + + 18 Oct 2009; Mark Loeser <halcy0n@gentoo.org> ispell-hu-0.99.4.ebuild, + ispell-hu-1.0.ebuild: + QA fixes; unquoted variables, useless dodoc LICENSE *ispell-hu-1.4 (21 Nov 2008) diff --git a/app-dicts/ispell-hu/ispell-hu-0.99.4.ebuild b/app-dicts/ispell-hu/ispell-hu-0.99.4.ebuild index 0244628f7b67..99799a0a464c 100644 --- a/app-dicts/ispell-hu/ispell-hu-0.99.4.ebuild +++ b/app-dicts/ispell-hu/ispell-hu-0.99.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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-hu/ispell-hu-0.99.4.ebuild,v 1.6 2006/03/19 18:57:29 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ispell-hu-0.99.4.ebuild,v 1.7 2009/10/18 00:59:23 halcy0n Exp $ MY_P=magyarispell-${PV} S=${WORKDIR}/${MY_P} @@ -27,5 +27,5 @@ src_install () { newins tmp/magyar4ispell.hash magyar.hash dosym /usr/lib/ispell/magyar.hash /usr/lib/ispell/hungarian.hash - dodoc ChangeLog COPYING GYIK README OLVASSEL + dodoc ChangeLog GYIK README OLVASSEL } diff --git a/app-dicts/ispell-hu/ispell-hu-1.0.ebuild b/app-dicts/ispell-hu/ispell-hu-1.0.ebuild index b2a476fa29e1..4ec84a1ff683 100644 --- a/app-dicts/ispell-hu/ispell-hu-1.0.ebuild +++ b/app-dicts/ispell-hu/ispell-hu-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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-hu/ispell-hu-1.0.ebuild,v 1.3 2006/07/21 22:37:37 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ispell-hu-1.0.ebuild,v 1.4 2009/10/18 00:59:23 halcy0n Exp $ inherit eutils @@ -19,7 +19,7 @@ DEPEND="app-text/ispell IUSE="" src_compile() { - epatch ${FILESDIR}/ispell-hu-1.0-fix-build.patch + epatch "${FILESDIR}/ispell-hu-1.0-fix-build.patch" make ispell || die } @@ -31,5 +31,5 @@ src_install () { newins tmp/magyar4ispell.hash magyar.hash dosym /usr/lib/ispell/magyar.hash /usr/lib/ispell/hungarian.hash - dodoc ChangeLog COPYING GYIK README OLVASSEL + dodoc ChangeLog GYIK README OLVASSEL } |