summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2008-05-13 14:01:09 +0000
committerJeroen Roovers <jer@gentoo.org>2008-05-13 14:01:09 +0000
commitf25e0b585ad6948b6e868010f8f9e0704740928e (patch)
treeef0c34018bcdb63e4593975cc43e40b44e67f7bc /app-arch/freeze
parentStable for HPPA (bug #221063). (diff)
downloadgentoo-2-f25e0b585ad6948b6e868010f8f9e0704740928e.tar.gz
gentoo-2-f25e0b585ad6948b6e868010f8f9e0704740928e.tar.bz2
gentoo-2-f25e0b585ad6948b6e868010f8f9e0704740928e.zip
Stable for HPPA (LuckyLuke). Fixed quoting issue.
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'app-arch/freeze')
-rw-r--r--app-arch/freeze/ChangeLog5
-rw-r--r--app-arch/freeze/freeze-2.5.0.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/app-arch/freeze/ChangeLog b/app-arch/freeze/ChangeLog
index 5cc4c942415a..7e198fed2cb7 100644
--- a/app-arch/freeze/ChangeLog
+++ b/app-arch/freeze/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-arch/freeze
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/freeze/ChangeLog,v 1.16 2008/04/21 16:19:07 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/freeze/ChangeLog,v 1.17 2008/05/13 14:01:09 jer Exp $
+
+ 13 May 2008; Jeroen Roovers <jer@gentoo.org> freeze-2.5.0.ebuild:
+ Stable for HPPA (LuckyLuke). Fixed quoting issue.
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-arch/freeze/freeze-2.5.0.ebuild b/app-arch/freeze/freeze-2.5.0.ebuild
index 8c12c1f4ad90..a01f4710d871 100644
--- a/app-arch/freeze/freeze-2.5.0.ebuild
+++ b/app-arch/freeze/freeze-2.5.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/freeze/freeze-2.5.0.ebuild,v 1.17 2006/12/04 22:35:10 masterdriverz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/freeze/freeze-2.5.0.ebuild,v 1.18 2008/05/13 14:01:09 jer Exp $
inherit toolchain-funcs
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.ibiblio.org/pub/Linux/utils/compress/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
IUSE=""
RDEPEND=""
@@ -19,7 +19,7 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
# Hard links confuse prepman and these links are absolute.
# Fix pre-stripped binary and respect CFLAGS as well