diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2009-10-12 16:39:16 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2009-10-12 16:39:16 +0000 |
commit | f91d329ed1b6b051d1a5b13f525924320a80400d (patch) | |
tree | f7349adbfef7709df5b65b15f0171d0f3ce70c27 /app-arch/fastjar | |
parent | Use emake. Fix quoting. (diff) | |
download | gentoo-2-f91d329ed1b6b051d1a5b13f525924320a80400d.tar.gz gentoo-2-f91d329ed1b6b051d1a5b13f525924320a80400d.tar.bz2 gentoo-2-f91d329ed1b6b051d1a5b13f525924320a80400d.zip |
QA fixes; unquoted variables
(Portage version: 2.2_rc45/cvs/Linux x86_64)
Diffstat (limited to 'app-arch/fastjar')
-rw-r--r-- | app-arch/fastjar/ChangeLog | 7 | ||||
-rw-r--r-- | app-arch/fastjar/fastjar-0.94.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-arch/fastjar/ChangeLog b/app-arch/fastjar/ChangeLog index f9cb26a6a76f..10e0e2736888 100644 --- a/app-arch/fastjar/ChangeLog +++ b/app-arch/fastjar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/fastjar -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/fastjar/ChangeLog,v 1.10 2008/03/31 20:08:42 maekke Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/fastjar/ChangeLog,v 1.11 2009/10/12 16:39:16 halcy0n Exp $ + + 12 Oct 2009; Mark Loeser <halcy0n@gentoo.org> fastjar-0.94.ebuild: + QA fixes; unquoted variables 31 Mar 2008; Markus Meier <maekke@gentoo.org> fastjar-0.95.ebuild: amd64/x86 stable, bug #214938; quotes diff --git a/app-arch/fastjar/fastjar-0.94.ebuild b/app-arch/fastjar/fastjar-0.94.ebuild index 78fab9d9b538..41361dafa136 100644 --- a/app-arch/fastjar/fastjar-0.94.ebuild +++ b/app-arch/fastjar/fastjar-0.94.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-arch/fastjar/fastjar-0.94.ebuild,v 1.3 2007/03/11 20:51:02 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/fastjar/fastjar-0.94.ebuild,v 1.4 2009/10/12 16:39:16 halcy0n Exp $ DESCRIPTION="A jar program written in C" HOMEPAGE="http://fastjar.sourceforge.net/" @@ -16,6 +16,6 @@ RDEPEND="" DEPEND="" src_install() { - emake DESTDIR=${D} install || die "make install failed" + emake DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS CHANGES NEWS README || die } |