summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2008-01-19 15:16:46 +0000
committerFabian Groffen <grobian@gentoo.org>2008-01-19 15:16:46 +0000
commitb726de843dbdc22ead1c62894b58012b4e30dba8 (patch)
tree6a48240aafa5904febc33d5f2077668c070553de /app-text/xhtml1
parentDropped ppc-macos keyword, see you in prefix (diff)
downloadhistorical-b726de843dbdc22ead1c62894b58012b4e30dba8.tar.gz
historical-b726de843dbdc22ead1c62894b58012b4e30dba8.tar.bz2
historical-b726de843dbdc22ead1c62894b58012b4e30dba8.zip
Prefix repoman doesn't like quoted ${A}
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'app-text/xhtml1')
-rw-r--r--app-text/xhtml1/Manifest8
-rw-r--r--app-text/xhtml1/xhtml1-20020801-r4.ebuild8
2 files changed, 8 insertions, 8 deletions
diff --git a/app-text/xhtml1/Manifest b/app-text/xhtml1/Manifest
index 16868c177b83..d8adcda2ef38 100644
--- a/app-text/xhtml1/Manifest
+++ b/app-text/xhtml1/Manifest
@@ -7,10 +7,10 @@ EBUILD xhtml1-20020801-r3.ebuild 835 RMD160 997e0fa97fd800383ddee20822fe6feede61
MD5 068acfa78ebece0b039bb8130ff83d37 xhtml1-20020801-r3.ebuild 835
RMD160 997e0fa97fd800383ddee20822fe6feede619ed4 xhtml1-20020801-r3.ebuild 835
SHA256 3c4a3617afb6593864e8d57c3fcca1f2709054027566765a146c99e32b74fd8b xhtml1-20020801-r3.ebuild 835
-EBUILD xhtml1-20020801-r4.ebuild 2268 RMD160 e85863da96074c5a6a889146d64e72b8d5b9f733 SHA1 8cf3c709fce9407223c641219f9a0e9ba356260d SHA256 edb2c878ce8fc1c09f624a00d22bcd70e5775d83ac7d69f9dd43bcca3e523a04
-MD5 9c01b56a6baed1a080a323f6c0a44556 xhtml1-20020801-r4.ebuild 2268
-RMD160 e85863da96074c5a6a889146d64e72b8d5b9f733 xhtml1-20020801-r4.ebuild 2268
-SHA256 edb2c878ce8fc1c09f624a00d22bcd70e5775d83ac7d69f9dd43bcca3e523a04 xhtml1-20020801-r4.ebuild 2268
+EBUILD xhtml1-20020801-r4.ebuild 2270 RMD160 ea04a617c05d395681f7a9a95d8b70c0d5e6e0ec SHA1 c14f4c08cd7a5336fb0cb75bb59f38c9458200fc SHA256 649a1bbed1817c0d4aa0f37ebab50769677239efbb8d93ce8634f0b0e92d3acc
+MD5 7d8c6b8bb23bc223f8eb2a54a279d71e xhtml1-20020801-r4.ebuild 2270
+RMD160 ea04a617c05d395681f7a9a95d8b70c0d5e6e0ec xhtml1-20020801-r4.ebuild 2270
+SHA256 649a1bbed1817c0d4aa0f37ebab50769677239efbb8d93ce8634f0b0e92d3acc xhtml1-20020801-r4.ebuild 2270
MISC ChangeLog 2446 RMD160 06511154b1bcfcc83d2eb726d8c6b9e899bcad0a SHA1 437e068f695c6c8d3eaba6cde7ef2f42bfd79af8 SHA256 e2a565d30be315dd20d4308113d8ff64f7a1cebb1586ceb347752506df115821
MD5 d4306964f1767c2c37b78f3077600654 ChangeLog 2446
RMD160 06511154b1bcfcc83d2eb726d8c6b9e899bcad0a ChangeLog 2446
diff --git a/app-text/xhtml1/xhtml1-20020801-r4.ebuild b/app-text/xhtml1/xhtml1-20020801-r4.ebuild
index 6a5b2e019e8d..5ba09bfff122 100644
--- a/app-text/xhtml1/xhtml1-20020801-r4.ebuild
+++ b/app-text/xhtml1/xhtml1-20020801-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xhtml1/xhtml1-20020801-r4.ebuild,v 1.3 2008/01/19 15:15:02 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xhtml1/xhtml1-20020801-r4.ebuild,v 1.4 2008/01/19 15:16:46 grobian Exp $
inherit sgml-catalog eutils
@@ -31,10 +31,10 @@ xml_catalog_setup() {
}
src_unpack() {
- unpack "${A}"
- cd ${S}/DTD
+ unpack ${A}
+ cd "${S}"/DTD
- epatch ${FILESDIR}/${PN}-catalog.patch
+ epatch "${FILESDIR}"/${PN}-catalog.patch
}
src_install() {