summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2008-11-07 01:01:03 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2008-11-07 01:01:03 +0000
commit883abf10fe0f3ab60c0bbf235014827fd2c5995f (patch)
treeb6c8d86acea0a2ac82ea7250ed4b474a03d179a2 /sci-chemistry
parentAdd OpenMP support. (diff)
downloadgentoo-2-883abf10fe0f3ab60c0bbf235014827fd2c5995f.tar.gz
gentoo-2-883abf10fe0f3ab60c0bbf235014827fd2c5995f.tar.bz2
gentoo-2-883abf10fe0f3ab60c0bbf235014827fd2c5995f.zip
Fix quoting.
(Portage version: 2.2_rc12/cvs/Linux 2.6.28-rc3 x86_64)
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/shelx/ChangeLog6
-rw-r--r--sci-chemistry/shelx/shelx-20060317-r1.ebuild6
-rw-r--r--sci-chemistry/shelx/shelx-20060317.ebuild8
3 files changed, 12 insertions, 8 deletions
diff --git a/sci-chemistry/shelx/ChangeLog b/sci-chemistry/shelx/ChangeLog
index 15a847bda6b8..703c77d9db89 100644
--- a/sci-chemistry/shelx/ChangeLog
+++ b/sci-chemistry/shelx/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-chemistry/shelx
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/ChangeLog,v 1.12 2008/11/07 01:00:09 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/ChangeLog,v 1.13 2008/11/07 01:01:03 dberkholz Exp $
+
+ 07 Nov 2008; Donnie Berkholz <dberkholz@gentoo.org>;
+ shelx-20060317.ebuild, shelx-20060317-r1.ebuild:
+ Fix quoting.
*shelx-20060317-r1 (07 Nov 2008)
diff --git a/sci-chemistry/shelx/shelx-20060317-r1.ebuild b/sci-chemistry/shelx/shelx-20060317-r1.ebuild
index 98a76dc212e1..744d004c5340 100644
--- a/sci-chemistry/shelx/shelx-20060317-r1.ebuild
+++ b/sci-chemistry/shelx/shelx-20060317-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/shelx-20060317-r1.ebuild,v 1.1 2008/11/07 01:00:09 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/shelx-20060317-r1.ebuild,v 1.2 2008/11/07 01:01:03 dberkholz Exp $
inherit autotools eutils flag-o-matic fortran
@@ -29,8 +29,8 @@ pkg_nofetch() {
src_unpack() {
unpack ${A}
- epatch ${FILESDIR}/${PV}-autotool.patch
- epatch ${FILESDIR}/${PV}-gfortran.patch
+ epatch "${FILESDIR}"/${PV}-autotool.patch
+ epatch "${FILESDIR}"/${PV}-gfortran.patch
if use openmp; then
for i in shelxh shelxlv; do
diff --git a/sci-chemistry/shelx/shelx-20060317.ebuild b/sci-chemistry/shelx/shelx-20060317.ebuild
index 87560dd8e03e..e3b270da5e2b 100644
--- a/sci-chemistry/shelx/shelx-20060317.ebuild
+++ b/sci-chemistry/shelx/shelx-20060317.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/shelx-20060317.ebuild,v 1.6 2007/03/15 21:49:56 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/shelx-20060317.ebuild,v 1.7 2008/11/07 01:01:03 dberkholz Exp $
inherit autotools eutils fortran
@@ -30,8 +30,8 @@ pkg_nofetch() {
src_unpack() {
unpack ${A}
- epatch ${FILESDIR}/${PV}-autotool.patch
- epatch ${FILESDIR}/${PV}-gfortran.patch
+ epatch "${FILESDIR}"/${PV}-autotool.patch
+ epatch "${FILESDIR}"/${PV}-gfortran.patch
sed -i \
-e "s:CIFDIR='/usr/local/bin/':CIFDIR='/usr/share/${PN}/':g" \