diff options
author | Markus Meier <maekke@gentoo.org> | 2008-05-23 16:32:55 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-05-23 16:32:55 +0000 |
commit | d7385e3e3a7327861dcc6a41adddd886e595c898 (patch) | |
tree | 42bb39588b924528c300e145dcdd7ca1289c57f9 /media-libs/openinventor | |
parent | New package from sunrise, bug 135103 (diff) | |
download | gentoo-2-d7385e3e3a7327861dcc6a41adddd886e595c898.tar.gz gentoo-2-d7385e3e3a7327861dcc6a41adddd886e595c898.tar.bz2 gentoo-2-d7385e3e3a7327861dcc6a41adddd886e595c898.zip |
add quotes
(Portage version: 2.1.5.2)
Diffstat (limited to 'media-libs/openinventor')
-rw-r--r-- | media-libs/openinventor/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild | 20 |
2 files changed, 16 insertions, 12 deletions
diff --git a/media-libs/openinventor/ChangeLog b/media-libs/openinventor/ChangeLog index 485696729ca2..c9c32a27281e 100644 --- a/media-libs/openinventor/ChangeLog +++ b/media-libs/openinventor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/openinventor -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/openinventor/ChangeLog,v 1.15 2006/11/19 09:02:04 stefaan Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/openinventor/ChangeLog,v 1.16 2008/05/23 16:32:55 maekke Exp $ + + 23 May 2008; Markus Meier <maekke@gentoo.org> + openinventor-2.1.5.10-r2.ebuild: + add quotes 19 Nov 2006; Stefaan De Roeck <stefaan@gentoo.org> -files/gentoo-paths.patch, -openinventor-2.1.5.10-r1.ebuild: diff --git a/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild b/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild index ffdb50df1c2e..aa784c5c076c 100644 --- a/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild +++ b/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild,v 1.6 2007/07/12 03:10:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild,v 1.7 2008/05/23 16:32:55 maekke Exp $ inherit eutils versionator @@ -37,21 +37,21 @@ pkg_setup() { src_unpack() { unpack ${A} - cd ${S} + cd "${S}" # ordinary yacc fails - epatch ${FILESDIR}/use-byacc.patch + epatch "${FILESDIR}"/use-byacc.patch # support for amd64, sparc and alpha - epatch ${FILESDIR}/support-archs.patch + epatch "${FILESDIR}"/support-archs.patch # freetype2 wasn't enabled by default - epatch ${FILESDIR}/freetype2-activate.patch + epatch "${FILESDIR}"/freetype2-activate.patch # extra #include statement necessary for freetype2 - epatch ${FILESDIR}/freetype2-includes.patch + epatch "${FILESDIR}"/freetype2-includes.patch # script aiding in manual installation required csh - epatch ${FILESDIR}/no-csh.patch + epatch "${FILESDIR}"/no-csh.patch # put files in sane places - epatch ${FILESDIR}/gentoo-paths-v2.patch + epatch "${FILESDIR}"/gentoo-paths-v2.patch # fix compilation with gcc-4 - epatch ${FILESDIR}/gcc4-support.patch + epatch "${FILESDIR}"/gcc4-support.patch } src_compile() { |