summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2007-12-13 18:05:21 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2007-12-13 18:05:21 +0000
commit74d8f0de0f2bbe57589e6150432ea87304e0a072 (patch)
tree97b51a05d8a8b4421d8c5d3fbfb944efe9e2c160
parentFixes for compatability with cabal-1.2 and ghc-6.8. (diff)
downloadhistorical-74d8f0de0f2bbe57589e6150432ea87304e0a072.tar.gz
historical-74d8f0de0f2bbe57589e6150432ea87304e0a072.tar.bz2
historical-74d8f0de0f2bbe57589e6150432ea87304e0a072.zip
Fix quoting in ebuild.
Package-Manager: portage-2.1.3.19
-rw-r--r--dev-haskell/frown/ChangeLog5
-rw-r--r--dev-haskell/frown/frown-0.6.1-r1.ebuild4
-rw-r--r--dev-haskell/happy/ChangeLog5
-rw-r--r--dev-haskell/happy/happy-1.16.ebuild4
-rw-r--r--dev-haskell/hdoc/ChangeLog5
-rw-r--r--dev-haskell/hdoc/hdoc-0.8.3.ebuild4
-rw-r--r--dev-haskell/hmake/ChangeLog6
-rw-r--r--dev-haskell/hmake/hmake-3.10.ebuild8
-rw-r--r--dev-haskell/hmake/hmake-3.11.ebuild6
-rw-r--r--dev-haskell/hmake/hmake-3.13.ebuild4
-rw-r--r--dev-haskell/hsshellscript/ChangeLog6
-rw-r--r--dev-haskell/hsshellscript/hsshellscript-2.2.2.ebuild8
-rw-r--r--dev-haskell/hsshellscript/hsshellscript-2.3.0.ebuild8
-rw-r--r--dev-haskell/lhs2tex/ChangeLog5
-rw-r--r--dev-haskell/lhs2tex/lhs2tex-1.11.ebuild4
15 files changed, 51 insertions, 31 deletions
diff --git a/dev-haskell/frown/ChangeLog b/dev-haskell/frown/ChangeLog
index 3ddd1802bb9c..781a213fd65d 100644
--- a/dev-haskell/frown/ChangeLog
+++ b/dev-haskell/frown/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/frown
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/frown/ChangeLog,v 1.13 2007/10/31 12:56:14 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/frown/ChangeLog,v 1.14 2007/12/13 18:01:45 dcoutts Exp $
+
+ 13 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> frown-0.6.1-r1.ebuild:
+ Fix quoting in ebuild.
31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> frown-0.6.1-r1.ebuild:
Drop virtual/ghc in favour of dev-lang/ghc
diff --git a/dev-haskell/frown/frown-0.6.1-r1.ebuild b/dev-haskell/frown/frown-0.6.1-r1.ebuild
index e978c06ab82a..8db2b87c5afa 100644
--- a/dev-haskell/frown/frown-0.6.1-r1.ebuild
+++ b/dev-haskell/frown/frown-0.6.1-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-haskell/frown/frown-0.6.1-r1.ebuild,v 1.11 2007/10/31 12:56:14 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/frown/frown-0.6.1-r1.ebuild,v 1.12 2007/12/13 18:01:45 dcoutts Exp $
CABAL_FEATURES="bin"
inherit haskell-cabal
@@ -21,7 +21,7 @@ S="${WORKDIR}/Frown-${PV}"
src_unpack() {
unpack ${A}
# enabling optimisation is strongly recommended
- echo "ghc-options: -O" >> ${S}/frown.cabal
+ echo "ghc-options: -O" >> "${S}/frown.cabal"
}
src_install() {
diff --git a/dev-haskell/happy/ChangeLog b/dev-haskell/happy/ChangeLog
index ebf1d3362b39..c5090135f072 100644
--- a/dev-haskell/happy/ChangeLog
+++ b/dev-haskell/happy/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/happy
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/ChangeLog,v 1.32 2007/10/31 12:57:48 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/ChangeLog,v 1.33 2007/12/13 18:02:30 dcoutts Exp $
+
+ 13 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> happy-1.16.ebuild:
+ Fix quoting in ebuild.
31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> happy-1.15.ebuild,
happy-1.16.ebuild:
diff --git a/dev-haskell/happy/happy-1.16.ebuild b/dev-haskell/happy/happy-1.16.ebuild
index 1d889c9961c8..c388cc2a09ff 100644
--- a/dev-haskell/happy/happy-1.16.ebuild
+++ b/dev-haskell/happy/happy-1.16.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-haskell/happy/happy-1.16.ebuild,v 1.11 2007/10/31 12:57:48 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.16.ebuild,v 1.12 2007/12/13 18:02:30 dcoutts Exp $
CABAL_FEATURES="bin"
inherit haskell-cabal autotools
@@ -22,7 +22,7 @@ RDEPEND=""
src_unpack() {
unpack ${A}
- cd ${S}/doc && eautoconf
+ cd "${S}/doc" && eautoconf
}
src_compile() {
diff --git a/dev-haskell/hdoc/ChangeLog b/dev-haskell/hdoc/ChangeLog
index 434cbce125f0..a5c67a763a07 100644
--- a/dev-haskell/hdoc/ChangeLog
+++ b/dev-haskell/hdoc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/hdoc
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdoc/ChangeLog,v 1.16 2007/10/31 13:02:03 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdoc/ChangeLog,v 1.17 2007/12/13 18:03:17 dcoutts Exp $
+
+ 13 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> hdoc-0.8.3.ebuild:
+ Fix quoting in ebuild.
31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> hdoc-0.8.3.ebuild:
Drop virtual/ghc in favour of dev-lang/ghc
diff --git a/dev-haskell/hdoc/hdoc-0.8.3.ebuild b/dev-haskell/hdoc/hdoc-0.8.3.ebuild
index fe7b8c62b6fa..24ab2e72f78e 100644
--- a/dev-haskell/hdoc/hdoc-0.8.3.ebuild
+++ b/dev-haskell/hdoc/hdoc-0.8.3.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-haskell/hdoc/hdoc-0.8.3.ebuild,v 1.11 2007/10/31 13:02:03 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdoc/hdoc-0.8.3.ebuild,v 1.12 2007/12/13 18:03:17 dcoutts Exp $
DESCRIPTION="A documentation generator for Haskell"
HOMEPAGE="http://www.fmi.uni-passau.de/~groessli/hdoc/"
@@ -21,6 +21,6 @@ src_compile() {
src_install () {
# DESTDIR does not work, but only bindir is used ...
- make bindir=${D}/usr/bin install || die "installation failed"
+ make bindir="${D}/usr/bin" install || die "installation failed"
dodoc docs/hdoc.pdf
}
diff --git a/dev-haskell/hmake/ChangeLog b/dev-haskell/hmake/ChangeLog
index c17985d15484..f8d470c72ec7 100644
--- a/dev-haskell/hmake/ChangeLog
+++ b/dev-haskell/hmake/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/hmake
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/ChangeLog,v 1.33 2007/10/31 13:02:30 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/ChangeLog,v 1.34 2007/12/13 18:03:54 dcoutts Exp $
+
+ 13 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> hmake-3.10.ebuild,
+ hmake-3.11.ebuild, hmake-3.13.ebuild:
+ Fix quoting in ebuild.
31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> hmake-3.10.ebuild,
hmake-3.11.ebuild, hmake-3.13.ebuild:
diff --git a/dev-haskell/hmake/hmake-3.10.ebuild b/dev-haskell/hmake/hmake-3.10.ebuild
index d0bb1ab14fa6..3b01e763b347 100644
--- a/dev-haskell/hmake/hmake-3.10.ebuild
+++ b/dev-haskell/hmake/hmake-3.10.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-haskell/hmake/hmake-3.10.ebuild,v 1.9 2007/10/31 13:02:30 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.10.ebuild,v 1.10 2007/12/13 18:03:54 dcoutts Exp $
inherit base eutils fixheadtails
@@ -27,8 +27,8 @@ RDEPEND="dev-lang/ghc
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/ghc-version.patch
+ cd "${S}"
+ epatch "${FILESDIR}/ghc-version.patch"
}
src_compile() {
@@ -58,6 +58,6 @@ src_compile() {
}
src_install() {
- make DESTDIR=${D} install || die "make install failed"
+ make DESTDIR="${D}" install || die "make install failed"
dohtml docs/hmake/*
}
diff --git a/dev-haskell/hmake/hmake-3.11.ebuild b/dev-haskell/hmake/hmake-3.11.ebuild
index 9c2a5b81844b..160b89c4bdaa 100644
--- a/dev-haskell/hmake/hmake-3.11.ebuild
+++ b/dev-haskell/hmake/hmake-3.11.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-haskell/hmake/hmake-3.11.ebuild,v 1.11 2007/10/31 13:02:30 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.11.ebuild,v 1.12 2007/12/13 18:03:54 dcoutts Exp $
inherit base eutils fixheadtails ghc-package
@@ -26,7 +26,7 @@ RDEPEND="dev-lang/ghc
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
epatch "${FILESDIR}/${P}-ghc66.patch"
# Fix the way hmake discovers the ghc version
@@ -57,6 +57,6 @@ src_compile() {
}
src_install() {
- make DESTDIR=${D} install || die "make install failed"
+ make DESTDIR="${D}" install || die "make install failed"
dohtml docs/hmake/*
}
diff --git a/dev-haskell/hmake/hmake-3.13.ebuild b/dev-haskell/hmake/hmake-3.13.ebuild
index 459c8ef80001..b65230c9b15e 100644
--- a/dev-haskell/hmake/hmake-3.13.ebuild
+++ b/dev-haskell/hmake/hmake-3.13.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-haskell/hmake/hmake-3.13.ebuild,v 1.2 2007/10/31 13:02:30 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.13.ebuild,v 1.3 2007/12/13 18:03:54 dcoutts Exp $
inherit base eutils ghc-package
@@ -49,6 +49,6 @@ src_compile() {
}
src_install() {
- make DESTDIR=${D} install || die "make install failed"
+ make DESTDIR="${D}" install || die "make install failed"
dohtml docs/hmake/*
}
diff --git a/dev-haskell/hsshellscript/ChangeLog b/dev-haskell/hsshellscript/ChangeLog
index 54d34f1f6dcd..ea153e4c7f87 100644
--- a/dev-haskell/hsshellscript/ChangeLog
+++ b/dev-haskell/hsshellscript/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/hsshellscript
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/ChangeLog,v 1.17 2007/10/31 13:05:52 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/ChangeLog,v 1.18 2007/12/13 18:04:30 dcoutts Exp $
+
+ 13 Dec 2007; Duncan Coutts <dcoutts@gentoo.org>
+ hsshellscript-2.2.2.ebuild, hsshellscript-2.3.0.ebuild:
+ Fix quoting in ebuild.
31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org>
hsshellscript-2.2.2.ebuild, hsshellscript-2.3.0.ebuild,
diff --git a/dev-haskell/hsshellscript/hsshellscript-2.2.2.ebuild b/dev-haskell/hsshellscript/hsshellscript-2.2.2.ebuild
index 9afc4e3709fa..5dcdf9d1afc3 100644
--- a/dev-haskell/hsshellscript/hsshellscript-2.2.2.ebuild
+++ b/dev-haskell/hsshellscript/hsshellscript-2.2.2.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-haskell/hsshellscript/hsshellscript-2.2.2.ebuild,v 1.4 2007/10/31 13:05:52 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.2.2.ebuild,v 1.5 2007/12/13 18:04:30 dcoutts Exp $
inherit base eutils ghc-package
@@ -19,7 +19,7 @@ RDEPEND=""
src_unpack() {
base_src_unpack
- cd ${S}
+ cd "${S}"
sed -i -e "/ghc-pkg/d" Makefile
}
@@ -28,7 +28,7 @@ src_compile() {
}
src_install() {
- ghc-setup-pkg ${S}/lib/hsshellscript.pkg
+ ghc-setup-pkg "${S}/lib/hsshellscript.pkg"
# Fix hsshellscript.pkg library path
ghc-fixlibpath "\${DEST_LIB}" "\${DEST_IMPORTS}"
make install \
@@ -38,5 +38,5 @@ src_install() {
DEST_DOC="/usr/share/doc/${PF}" \
|| die "make failed"
ghc-install-pkg
- ghc-makeghcilib ${D}/$(ghc-libdir)/libhsshellscript.a
+ ghc-makeghcilib "${D}/$(ghc-libdir)/libhsshellscript.a"
}
diff --git a/dev-haskell/hsshellscript/hsshellscript-2.3.0.ebuild b/dev-haskell/hsshellscript/hsshellscript-2.3.0.ebuild
index 558bf46d06dc..491954f2a85e 100644
--- a/dev-haskell/hsshellscript/hsshellscript-2.3.0.ebuild
+++ b/dev-haskell/hsshellscript/hsshellscript-2.3.0.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-haskell/hsshellscript/hsshellscript-2.3.0.ebuild,v 1.4 2007/10/31 13:05:52 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.3.0.ebuild,v 1.5 2007/12/13 18:04:30 dcoutts Exp $
inherit base eutils ghc-package
@@ -19,7 +19,7 @@ RDEPEND=""
src_unpack() {
base_src_unpack
- cd ${S}
+ cd "${S}"
sed -i -e "/ghc-pkg/d" Makefile
}
@@ -28,7 +28,7 @@ src_compile() {
}
src_install() {
- ghc-setup-pkg ${S}/lib/hsshellscript.pkg
+ ghc-setup-pkg "${S}/lib/hsshellscript.pkg"
# Fix hsshellscript.pkg library path
ghc-fixlibpath "\${DEST_LIB}" "\${DEST_IMPORTS}"
make install \
@@ -38,5 +38,5 @@ src_install() {
DEST_DOC="/usr/share/doc/${PF}" \
|| die "make failed"
ghc-install-pkg
- ghc-makeghcilib ${D}/$(ghc-libdir)/libhsshellscript.a
+ ghc-makeghcilib "${D}/$(ghc-libdir)/libhsshellscript.a"
}
diff --git a/dev-haskell/lhs2tex/ChangeLog b/dev-haskell/lhs2tex/ChangeLog
index 7f1ef526bf65..cc39585f167d 100644
--- a/dev-haskell/lhs2tex/ChangeLog
+++ b/dev-haskell/lhs2tex/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/lhs2tex
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/ChangeLog,v 1.19 2007/10/31 13:08:10 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/ChangeLog,v 1.20 2007/12/13 18:05:21 dcoutts Exp $
+
+ 13 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> lhs2tex-1.11.ebuild:
+ Fix quoting in ebuild.
31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> lhs2tex-1.10_pre.ebuild,
lhs2tex-1.11.ebuild:
diff --git a/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild b/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild
index bb6026e8f3a4..bed7b54388c4 100644
--- a/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild
+++ b/dev-haskell/lhs2tex/lhs2tex-1.11.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-haskell/lhs2tex/lhs2tex-1.11.ebuild,v 1.8 2007/10/31 13:08:10 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild,v 1.9 2007/12/13 18:05:21 dcoutts Exp $
DESCRIPTION="Preprocessor for typesetting Haskell sources with LaTeX"
HOMEPAGE="http://www.iai.uni-bonn.de/~loeh/lhs2tex"
@@ -21,7 +21,7 @@ RDEPEND=">=dev-tex/polytable-0.8.2"
src_unpack() {
unpack ${A}
- sed -i "s|-package lang||" ${S}/config.mk.in || die "patch failed"
+ sed -i "s|-package lang||" "${S}/config.mk.in" || die "patch failed"
}
src_compile() {