From f25e0b585ad6948b6e868010f8f9e0704740928e Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Tue, 13 May 2008 14:01:09 +0000 Subject: Stable for HPPA (LuckyLuke). Fixed quoting issue. (Portage version: 2.1.5_rc10) --- app-arch/freeze/ChangeLog | 5 ++++- app-arch/freeze/freeze-2.5.0.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'app-arch/freeze') 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 freeze-2.5.0.ebuild: + Stable for HPPA (LuckyLuke). Fixed quoting issue. 21 Apr 2008; Christian Heim 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 -- cgit v1.2.3-65-gdbad