summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-05-05 07:35:13 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-05-05 07:35:13 +0000
commit195597614a88e4e423fcd9ae8df33932a244e9c4 (patch)
treea2be91db1c61a46264e0d6c3606c2c339457b15b /x11-libs
parentInvalid Gentoo Copyright.. (diff)
downloadhistorical-195597614a88e4e423fcd9ae8df33932a244e9c4.tar.gz
historical-195597614a88e4e423fcd9ae8df33932a244e9c4.tar.bz2
historical-195597614a88e4e423fcd9ae8df33932a244e9c4.zip
Quoting
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/ViewKlass/ViewKlass-0.7.0.ebuild6
-rw-r--r--x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild10
2 files changed, 8 insertions, 8 deletions
diff --git a/x11-libs/ViewKlass/ViewKlass-0.7.0.ebuild b/x11-libs/ViewKlass/ViewKlass-0.7.0.ebuild
index 1af287836e97..c50d5cf1bf1d 100644
--- a/x11-libs/ViewKlass/ViewKlass-0.7.0.ebuild
+++ b/x11-libs/ViewKlass/ViewKlass-0.7.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/ViewKlass/ViewKlass-0.7.0.ebuild,v 1.5 2007/07/02 14:54:16 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/ViewKlass/ViewKlass-0.7.0.ebuild,v 1.6 2009/05/05 07:35:13 ssuominen Exp $
IUSE=""
@@ -23,6 +23,6 @@ src_compile() {
src_install () {
dodir /usr/lib
- make prefix=${D}/usr install || die
+ make prefix="${D}/usr" install || die
dodoc INSTALL COPYING
}
diff --git a/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild b/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild
index 8d9830e849c3..b8190a5f90cf 100644
--- a/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild
+++ b/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild,v 1.35 2007/02/10 14:57:09 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild,v 1.36 2009/05/05 07:34:46 ssuominen Exp $
# Ok, hopefully this will resolv the problem with the version of libXaw3d that
# gets created.
@@ -43,12 +43,12 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack ${P}.tar.gz
- cd ${S}
+ cd "${S}"
# For some reason it isn't automatically patched.
# That's why I manually override the source_unpack function.
- epatch ${FILESDIR}/Xaw3d-xfree86.diff
- epatch ${FILESDIR}/Xaw3d-out-of-tree.diff
+ epatch "${FILESDIR}"/Xaw3d-xfree86.diff \
+ "${FILESDIR}"/Xaw3d-out-of-tree.diff
# This adds more familiar scroll-bar look and feel for Emacs and
# others <mkennedy@gentoo.org>