diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-03-28 02:03:59 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-03-28 02:03:59 +0000 |
commit | 322997303ae4c485a5ee7a03abc014bdc1e32681 (patch) | |
tree | bc76f58ac9226e1357ecd2cf88684a20f99bcb06 /www-misc | |
parent | Stable for HPPA (bug #214763). (diff) | |
download | gentoo-2-322997303ae4c485a5ee7a03abc014bdc1e32681.tar.gz gentoo-2-322997303ae4c485a5ee7a03abc014bdc1e32681.tar.bz2 gentoo-2-322997303ae4c485a5ee7a03abc014bdc1e32681.zip |
Marked ~hppa too. Fixed quoting issues.
(Portage version: 2.1.4.4)
Diffstat (limited to 'www-misc')
-rw-r--r-- | www-misc/gurlchecker/ChangeLog | 7 | ||||
-rw-r--r-- | www-misc/gurlchecker/gurlchecker-0.10.1.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/www-misc/gurlchecker/ChangeLog b/www-misc/gurlchecker/ChangeLog index d7e0d4d8fc6e..28c7df2d5b72 100644 --- a/www-misc/gurlchecker/ChangeLog +++ b/www-misc/gurlchecker/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-misc/gurlchecker -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/gurlchecker/ChangeLog,v 1.19 2007/09/13 00:18:48 leonardop Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-misc/gurlchecker/ChangeLog,v 1.20 2008/03/28 02:03:59 jer Exp $ + + 28 Mar 2008; Jeroen Roovers <jer@gentoo.org> gurlchecker-0.10.1.ebuild: + Marked ~hppa too. Fixed quoting issues. *gurlchecker-0.10.1 (13 Sep 2007) diff --git a/www-misc/gurlchecker/gurlchecker-0.10.1.ebuild b/www-misc/gurlchecker/gurlchecker-0.10.1.ebuild index 75615bb8f95b..c83c911b8069 100644 --- a/www-misc/gurlchecker/gurlchecker-0.10.1.ebuild +++ b/www-misc/gurlchecker/gurlchecker-0.10.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/gurlchecker/gurlchecker-0.10.1.ebuild,v 1.2 2007/09/13 06:06:00 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/gurlchecker/gurlchecker-0.10.1.ebuild,v 1.3 2008/03/28 02:03:59 jer Exp $ inherit eutils gnome2 @@ -9,7 +9,7 @@ HOMEPAGE="http://gurlchecker.labs.libre-entreprise.org/" SRC_URI="http://labs.libre-entreprise.org/frs/download.php/547/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~ppc ~x86" +KEYWORDS="~hppa ~ppc ~x86" SLOT="0" IUSE="clamav doc gnutls tidy" @@ -40,12 +40,12 @@ pkg_setup() { } src_unpack() { - unpack "${A}" + unpack ${A} # Leave the LDFLAGS alone, appending $withval is utterly broken epatch "${FILESDIR}/${P}-ldflags.patch" # The file index.sgml should be distributed with the sources, but # it is not, causing problems. See bug #92784. - touch ${S}/doc/html/index.sgml + touch "${S}"/doc/html/index.sgml } |