diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2009-10-17 22:54:31 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2009-10-17 22:54:31 +0000 |
commit | 4de72207f319c7d07c503e23da2649eb505c3062 (patch) | |
tree | 69b0f1dea8718fc8e9a72391f9329b07c79a7b80 /app-dicts/dictd-wn | |
parent | QA fixes; unquoted variables (diff) | |
download | gentoo-2-4de72207f319c7d07c503e23da2649eb505c3062.tar.gz gentoo-2-4de72207f319c7d07c503e23da2649eb505c3062.tar.bz2 gentoo-2-4de72207f319c7d07c503e23da2649eb505c3062.zip |
QA fixes; unquoted variables, redundant cd ${S}
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'app-dicts/dictd-wn')
-rw-r--r-- | app-dicts/dictd-wn/ChangeLog | 7 | ||||
-rw-r--r-- | app-dicts/dictd-wn/dictd-wn-2.0.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/app-dicts/dictd-wn/ChangeLog b/app-dicts/dictd-wn/ChangeLog index a5232738818a..f40df942a7ac 100644 --- a/app-dicts/dictd-wn/ChangeLog +++ b/app-dicts/dictd-wn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-dicts/dictd-wn -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-wn/ChangeLog,v 1.18 2007/08/06 17:28:41 philantrop Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-wn/ChangeLog,v 1.19 2009/10/17 22:54:31 halcy0n Exp $ + + 17 Oct 2009; Mark Loeser <halcy0n@gentoo.org> dictd-wn-2.0.ebuild: + QA fixes; unquoted variables, redundant cd ${S} 06 Aug 2007; Wulf C. Krueger <philantrop@gentoo.org> dictd-wn-2.0.ebuild: Removed deprecated gnuconfig_update as econf works fine now. Fixes bug 160176. diff --git a/app-dicts/dictd-wn/dictd-wn-2.0.ebuild b/app-dicts/dictd-wn/dictd-wn-2.0.ebuild index 7ae83304772e..f7b5302db4e7 100644 --- a/app-dicts/dictd-wn/dictd-wn-2.0.ebuild +++ b/app-dicts/dictd-wn/dictd-wn-2.0.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/dictd-wn/dictd-wn-2.0.ebuild,v 1.9 2007/08/06 17:28:41 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-wn/dictd-wn-2.0.ebuild,v 1.10 2009/10/17 22:54:31 halcy0n Exp $ inherit eutils @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" DEPEND=">=app-text/dictd-1.5.5" -S=${WORKDIR}/${MY_P} +S="${WORKDIR}/${MY_P}" src_compile() { econf || die "configure failed" @@ -25,7 +25,6 @@ src_compile() { } src_install() { - cd ${S} insinto /usr/lib/dict doins wn.dict.dz wn.index || die } |