summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/reportmagic')
-rw-r--r--app-admin/reportmagic/ChangeLog7
-rw-r--r--app-admin/reportmagic/reportmagic-2.21.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/app-admin/reportmagic/ChangeLog b/app-admin/reportmagic/ChangeLog
index 5b0e4facfef3..e9a558b7971b 100644
--- a/app-admin/reportmagic/ChangeLog
+++ b/app-admin/reportmagic/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/reportmagic
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/reportmagic/ChangeLog,v 1.15 2008/04/21 16:15:11 phreak Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/reportmagic/ChangeLog,v 1.16 2009/10/11 23:52:32 halcy0n Exp $
+
+ 11 Oct 2009; Mark Loeser <halcy0n@gentoo.org> reportmagic-2.21.ebuild:
+ QA fixes; unquoted variables
21 Apr 2008; Christian Heim <phreak@gentoo.org> metadata.xml:
Fix up metadata.xml. If there's no maintainer for the package, the metadata
diff --git a/app-admin/reportmagic/reportmagic-2.21.ebuild b/app-admin/reportmagic/reportmagic-2.21.ebuild
index 2ad4e248f30d..f0827b5bf851 100644
--- a/app-admin/reportmagic/reportmagic-2.21.ebuild
+++ b/app-admin/reportmagic/reportmagic-2.21.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-admin/reportmagic/reportmagic-2.21.ebuild,v 1.12 2006/02/11 21:03:11 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/reportmagic/reportmagic-2.21.ebuild,v 1.13 2009/10/11 23:52:32 halcy0n Exp $
DESCRIPTION="Makes usable statistics from your web site log file analysis"
HOMEPAGE="http://www.reportmagic.org/"
@@ -28,7 +28,7 @@ DEPEND="sys-libs/zlib
S="${WORKDIR}/rmagic-${PV}"
src_unpack() {
- unpack ${A} ; cd ${S}
+ unpack ${A} ; cd "${S}"
sed -i \
-e "s:^\$DEST.*:\$DEST='${D}/usr/share/reportmagic';:g" \