summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2007-12-23 05:59:39 +0000
committerMark Loeser <halcy0n@gentoo.org>2007-12-23 05:59:39 +0000
commitf028995e7d9ef20cc037e37f1b3c4cb261735794 (patch)
tree88ca10904f30982f64443b780abd7869bb06f83c /dev-lang
parentForgot to sign the last commit (diff)
downloadgentoo-2-f028995e7d9ef20cc037e37f1b3c4cb261735794.tar.gz
gentoo-2-f028995e7d9ef20cc037e37f1b3c4cb261735794.tar.bz2
gentoo-2-f028995e7d9ef20cc037e37f1b3c4cb261735794.zip
Remove call to prepallman bug #140697; fix some quoting
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/cxx/ChangeLog6
-rw-r--r--dev-lang/cxx/cxx-6.5.9.31-r1.ebuild9
-rw-r--r--dev-lang/cxx/cxx-6.5.9.31.ebuild7
3 files changed, 12 insertions, 10 deletions
diff --git a/dev-lang/cxx/ChangeLog b/dev-lang/cxx/ChangeLog
index 99643c81ed7a..87e74190597e 100644
--- a/dev-lang/cxx/ChangeLog
+++ b/dev-lang/cxx/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/cxx
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/cxx/ChangeLog,v 1.10 2007/01/31 14:26:58 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cxx/ChangeLog,v 1.11 2007/12/23 05:59:39 halcy0n Exp $
+
+ 23 Dec 2007; Mark Loeser <halcy0n@gentoo.org> cxx-6.5.9.31.ebuild,
+ cxx-6.5.9.31-r1.ebuild:
+ Remove call to prepallman bug #140697; fix some quoting
31 Jan 2007; Marius Mauch <genone@gentoo.org> cxx-6.5.9.31.ebuild,
cxx-6.5.9.31-r1.ebuild:
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 047327b9bb80..f51664cbc2d2 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-2007 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.12 2007/01/31 14:26:58 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cxx/cxx-6.5.9.31-r1.ebuild,v 1.13 2007/12/23 05:59:39 halcy0n Exp $
#
# Ebuild contributed by Tavis Ormandy <taviso@sdf.lonestar.org>
# and edited by Aron Griffis <agriffis@gentoo.org>
@@ -60,7 +60,7 @@ src_unpack() {
# :-NULL safeguards against bash bug.
einfo "Decrypting cxx distribution..."
gpg --quiet \
- --homedir=${T} --no-permission-warning \
+ --homedir="${T}" --no-permission-warning \
--no-mdc-warning \
--passphrase-fd 0 \
--output ${cxx_rpm} \
@@ -130,10 +130,9 @@ src_compile() {
src_install() {
# move files over
- mv usr ${D} || die "cxx installation failed"
+ mv usr "${D}" || die "cxx installation failed"
- # prep manpages
- prepallman
+ # prep docs
prepalldocs
}
diff --git a/dev-lang/cxx/cxx-6.5.9.31.ebuild b/dev-lang/cxx/cxx-6.5.9.31.ebuild
index ad9023fe8371..0a8e002199d4 100644
--- a/dev-lang/cxx/cxx-6.5.9.31.ebuild
+++ b/dev-lang/cxx/cxx-6.5.9.31.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 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.ebuild,v 1.7 2007/01/31 14:26:58 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cxx/cxx-6.5.9.31.ebuild,v 1.8 2007/12/23 05:59:39 halcy0n Exp $
#
# Ebuild contributed by Tavis Ormandy <taviso@sdf.lonestar.org>
# and edited by Aron Griffis <agriffis@gentoo.org>
@@ -123,10 +123,9 @@ src_compile() {
src_install() {
# move files over
- mv usr ${D} || die "cxx installation failed"
+ mv usr "${D}" || die "cxx installation failed"
- # prep manpages
- prepallman
+ # prep docs
prepalldocs
}