summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2009-10-17 22:57:36 +0000
committerMark Loeser <halcy0n@gentoo.org>2009-10-17 22:57:36 +0000
commitbc0173ac805f05f5f44d2b4fa44b3974dffd85e0 (patch)
treee01ea8b1a1e792a36e70acf1a8815d02aae580b6 /app-dicts/eblook
parentQA fixes; unquoted variables, redundant cd ${S} (diff)
downloadhistorical-bc0173ac805f05f5f44d2b4fa44b3974dffd85e0.tar.gz
historical-bc0173ac805f05f5f44d2b4fa44b3974dffd85e0.tar.bz2
historical-bc0173ac805f05f5f44d2b4fa44b3974dffd85e0.zip
QA fixes; unquoted variables
Package-Manager: portage-2.2_rc46/cvs/Linux i686
Diffstat (limited to 'app-dicts/eblook')
-rw-r--r--app-dicts/eblook/ChangeLog8
-rw-r--r--app-dicts/eblook/eblook-1.6.1.ebuild6
-rw-r--r--app-dicts/eblook/eblook-1.6.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/app-dicts/eblook/ChangeLog b/app-dicts/eblook/ChangeLog
index 308e2ad0cdc4..8d4d20316886 100644
--- a/app-dicts/eblook/ChangeLog
+++ b/app-dicts/eblook/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-dicts/eblook
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/ChangeLog,v 1.13 2008/06/18 02:38:29 darkside Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/ChangeLog,v 1.14 2009/10/17 22:55:52 halcy0n Exp $
+
+ 17 Oct 2009; Mark Loeser <halcy0n@gentoo.org> eblook-1.6.ebuild,
+ eblook-1.6.1.ebuild:
+ QA fixes; unquoted variables
18 Jun 2008; Jeremy Olexa <darkside@gentoo.org> eblook-1.5.1.ebuild:
autoreconf -> eautoreconf. bug #226531
diff --git a/app-dicts/eblook/eblook-1.6.1.ebuild b/app-dicts/eblook/eblook-1.6.1.ebuild
index 1031c8d48bc0..5fd2b427d476 100644
--- a/app-dicts/eblook/eblook-1.6.1.ebuild
+++ b/app-dicts/eblook/eblook-1.6.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 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/eblook/eblook-1.6.1.ebuild,v 1.4 2005/01/01 12:51:03 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/eblook-1.6.1.ebuild,v 1.5 2009/10/17 22:55:52 halcy0n Exp $
IUSE=""
@@ -22,7 +22,7 @@ src_compile() {
}
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog INSTALL NEWS README VERSION
}
diff --git a/app-dicts/eblook/eblook-1.6.ebuild b/app-dicts/eblook/eblook-1.6.ebuild
index 2f00d1334807..c5feb6157376 100644
--- a/app-dicts/eblook/eblook-1.6.ebuild
+++ b/app-dicts/eblook/eblook-1.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 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/eblook/eblook-1.6.ebuild,v 1.9 2005/01/01 12:51:03 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/eblook-1.6.ebuild,v 1.10 2009/10/17 22:55:52 halcy0n Exp $
IUSE=""
@@ -23,7 +23,7 @@ src_compile() {
}
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog INSTALL NEWS README VERSION
}