summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-09-22 03:01:06 +0000
committerMike Frysinger <vapier@gentoo.org>2005-09-22 03:01:06 +0000
commited461edb994abf271ab86f1aedb92e436ccf304b (patch)
tree2f621c6a5b138afa41bd67d1f65a92555c02d8a2 /dev-libs/xalan-c
parentupdate dep for nautilus-cd-burner to >=2.12, fixes #106807 (diff)
downloadhistorical-ed461edb994abf271ab86f1aedb92e436ccf304b.tar.gz
historical-ed461edb994abf271ab86f1aedb92e436ccf304b.tar.bz2
historical-ed461edb994abf271ab86f1aedb92e436ccf304b.zip
make sure the files in the tarball have sane permissions as pointed out by Chetan Reddy in #62196
Package-Manager: portage-2.0.52-r1 http://ronaldmcnightrider.ytmnd.com/
Diffstat (limited to 'dev-libs/xalan-c')
-rw-r--r--dev-libs/xalan-c/Manifest12
-rw-r--r--dev-libs/xalan-c/xalan-c-1.8.0.ebuild10
2 files changed, 12 insertions, 10 deletions
diff --git a/dev-libs/xalan-c/Manifest b/dev-libs/xalan-c/Manifest
index 0513b6581cfb..f06bead1120a 100644
--- a/dev-libs/xalan-c/Manifest
+++ b/dev-libs/xalan-c/Manifest
@@ -1,16 +1,16 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
+MD5 d2fe9a7c9c6680e4694c9f1b82991c39 xalan-c-1.8.0.ebuild 1446
MD5 febb2915795c48da0250e1e681deec9e xalan-c-1.7.0.ebuild 1252
-MD5 b648d8a586ead4e71d89338da7c84e7b xalan-c-1.8.0.ebuild 1381
MD5 b6365ce5aaaf3fe82eb2767f196dd6f4 ChangeLog 678
-MD5 e131b9c9f4b7f273cb215160b6ab95da files/1.8.0-gcc34.patch 583
MD5 a33c1f42e271ebd8c220bb0f3e2700a4 files/digest-xalan-c-1.7.0 70
+MD5 e131b9c9f4b7f273cb215160b6ab95da files/1.8.0-gcc34.patch 583
MD5 881240fb22a76f3154c27afb3777c5c7 files/digest-xalan-c-1.8.0 70
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
+Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFCm1uCI1lqEGTUzyQRAjj0AKCOQC58meBsKme5D84PIgBlcnj6pACfSYbR
-FM9C90Oo9w5PF318F8Rb3nw=
-=nQO7
+iD8DBQFDMh6WgIKl8Uu19MoRAjdRAJ0RBFjT7bt8ESfxM8D5gqrzMkWAjACdGexN
+pHP7DoRxK07BqhcLYe8fh9E=
+=rzGn
-----END PGP SIGNATURE-----
diff --git a/dev-libs/xalan-c/xalan-c-1.8.0.ebuild b/dev-libs/xalan-c/xalan-c-1.8.0.ebuild
index 272e0826ac32..de9fc31a8f9c 100644
--- a/dev-libs/xalan-c/xalan-c-1.8.0.ebuild
+++ b/dev-libs/xalan-c/xalan-c-1.8.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xalan-c/xalan-c-1.8.0.ebuild,v 1.2 2005/02/06 22:10:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xalan-c/xalan-c-1.8.0.ebuild,v 1.3 2005/09/22 03:01:06 vapier Exp $
inherit toolchain-funcs eutils flag-o-matic
@@ -22,8 +22,10 @@ S=${WORKDIR}/xml-xalan/c
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PV}-gcc34.patch
+ cd "${S}"
+ epatch "${FILESDIR}"/${PV}-gcc34.patch
+ chmod a+r $(find . -type f)
+ chmod a+rx $(find . -type d)
}
src_compile() {
@@ -36,7 +38,7 @@ src_compile() {
src_install() {
export XALANCROOT=${S}
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc README version.incl
dohtml readme.html