summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTavis Ormandy <taviso@gentoo.org>2005-08-24 09:06:50 +0000
committerTavis Ormandy <taviso@gentoo.org>2005-08-24 09:06:50 +0000
commit61944a498407fc2fa5a8c81a7017ad9cea2584b8 (patch)
tree753a0ebbde3ccf5948f0d3511b71dc29a9f48558 /dev-lang/cxx
parentroot=>0 (diff)
downloadhistorical-61944a498407fc2fa5a8c81a7017ad9cea2584b8.tar.gz
historical-61944a498407fc2fa5a8c81a7017ad9cea2584b8.tar.bz2
historical-61944a498407fc2fa5a8c81a7017ad9cea2584b8.zip
root=>0
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-lang/cxx')
-rw-r--r--dev-lang/cxx/Manifest16
-rw-r--r--dev-lang/cxx/cxx-6.5.9.31-r1.ebuild4
2 files changed, 5 insertions, 15 deletions
diff --git a/dev-lang/cxx/Manifest b/dev-lang/cxx/Manifest
index 2f5799f434f1..1e52a8398445 100644
--- a/dev-lang/cxx/Manifest
+++ b/dev-lang/cxx/Manifest
@@ -1,16 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 78f45036751e04f60161031af9333101 ChangeLog 1137
-MD5 315a9791813ed15ab78ad478dbf646cf cxx-6.5.9.31-r1.ebuild 5664
+MD5 05a53b25858e223a4b6e13855119cb25 cxx-6.5.9.31-r1.ebuild 5660
MD5 b28df93f5e740fc22bf2c6eaa3e3d054 cxx-6.5.9.31.ebuild 5581
+MD5 78f45036751e04f60161031af9333101 ChangeLog 1137
+MD5 1301db74278b5d421b45dc4c906b0796 metadata.xml 874
MD5 d359bacc658abbc5ea74e553d1a76cd8 files/digest-cxx-6.5.9.31 76
MD5 d359bacc658abbc5ea74e553d1a76cd8 files/digest-cxx-6.5.9.31-r1 76
-MD5 1301db74278b5d421b45dc4c906b0796 metadata.xml 874
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFC0BOvI1lqEGTUzyQRAidCAKDWfNBoVbszBfhylcb7h9CGUe4PVwCgoSum
-XgzDHBIZO4e1KF6+KQfEMIM=
-=Bof6
------END PGP SIGNATURE-----
diff --git a/dev-lang/cxx/cxx-6.5.9.31-r1.ebuild b/dev-lang/cxx/cxx-6.5.9.31-r1.ebuild
index 8abc038ba56a..e141101229f7 100644
--- a/dev-lang/cxx/cxx-6.5.9.31-r1.ebuild
+++ b/dev-lang/cxx/cxx-6.5.9.31-r1.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-lang/cxx/cxx-6.5.9.31-r1.ebuild,v 1.9 2005/07/09 18:12:36 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cxx/cxx-6.5.9.31-r1.ebuild,v 1.10 2005/08/24 09:06:50 taviso Exp $
#
# Ebuild contributed by Tavis Ormandy <taviso@sdf.lonestar.org>
# and edited by Aron Griffis <agriffis@gentoo.org>
@@ -75,7 +75,7 @@ src_unpack() {
dd ibs=`rpmoffset < ${i}` skip=1 if=$i 2>/dev/null \
| gzip -dc | cpio -idmu 2>/dev/null \
&& find usr -type d -print0 | xargs -0 chmod a+rx \
- && chmod -R g-w usr && chown -R root:root usr
+ && chmod -R g-w usr && chown -R root:0 usr
eend ${?}
assert "Failed to unpack ${cxx_rpm}"
}