summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2008-10-04 18:08:17 +0000
committerMatti Bickel <mabi@gentoo.org>2008-10-04 18:08:17 +0000
commit8ab95a632ef4d5ce6e0f1c6fb333e7571915f6be (patch)
treeab53b12334f2932dd74c8636131d08ee1c13d3fe /dev-util/monodoc
parentalpha/ia64 stable wrt #239368 (diff)
downloadgentoo-2-8ab95a632ef4d5ce6e0f1c6fb333e7571915f6be.tar.gz
gentoo-2-8ab95a632ef4d5ce6e0f1c6fb333e7571915f6be.tar.bz2
gentoo-2-8ab95a632ef4d5ce6e0f1c6fb333e7571915f6be.zip
fixing minor quoting issues
(Portage version: 2.2_rc11/cvs/Linux 2.6.23-gentoo-r3-20080120 ppc)
Diffstat (limited to 'dev-util/monodoc')
-rw-r--r--dev-util/monodoc/ChangeLog6
-rw-r--r--dev-util/monodoc/monodoc-1.2.4.ebuild10
-rw-r--r--dev-util/monodoc/monodoc-1.9.ebuild8
3 files changed, 14 insertions, 10 deletions
diff --git a/dev-util/monodoc/ChangeLog b/dev-util/monodoc/ChangeLog
index bcf0f219a897..7a91ba8de39d 100644
--- a/dev-util/monodoc/ChangeLog
+++ b/dev-util/monodoc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/monodoc
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/monodoc/ChangeLog,v 1.72 2008/10/04 18:01:10 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/monodoc/ChangeLog,v 1.73 2008/10/04 18:08:17 mabi Exp $
+
+ 04 Oct 2008; Matti Bickel <mabi@gentoo.org> monodoc-1.2.4.ebuild,
+ monodoc-1.9.ebuild:
+ fixing minor quoting issues
04 Oct 2008; Matti Bickel <mabi@gentoo.org> -monodoc-1.1.13.ebuild,
-monodoc-1.1.18.ebuild, -monodoc-1.2.1.ebuild, -monodoc-1.2.3.ebuild,
diff --git a/dev-util/monodoc/monodoc-1.2.4.ebuild b/dev-util/monodoc/monodoc-1.2.4.ebuild
index 34f41b0e8b35..954e68ad83e3 100644
--- a/dev-util/monodoc/monodoc-1.2.4.ebuild
+++ b/dev-util/monodoc/monodoc-1.2.4.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/dev-util/monodoc/monodoc-1.2.4.ebuild,v 1.6 2007/08/24 20:36:49 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/monodoc/monodoc-1.2.4.ebuild,v 1.7 2008/10/04 18:08:17 mabi Exp $
inherit mono multilib
@@ -26,17 +26,17 @@ MAKEOPTS="${MAKEOPTS} -j1"
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
# Install all our .dlls under $(libdir), not $(prefix)/lib
if [ $(get_libdir) != "lib" ] ; then
sed -i -e 's:$(prefix)/lib:$(libdir):' \
- ${S}/engine/Makefile.am \
+ "${S}"/engine/Makefile.am \
|| die "sed failed"
sed -i -e 's:libdir=@prefix@/lib:libdir=@libdir@:' \
-i -e 's:${prefix}/lib:${libdir}:' \
- ${S}/monodoc.pc.in \
+ "${S}"/monodoc.pc.in \
|| die "sed failed"
aclocal || die "aclocal failed"
diff --git a/dev-util/monodoc/monodoc-1.9.ebuild b/dev-util/monodoc/monodoc-1.9.ebuild
index 4a20a9405e98..eddd2b50c958 100644
--- a/dev-util/monodoc/monodoc-1.9.ebuild
+++ b/dev-util/monodoc/monodoc-1.9.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/dev-util/monodoc/monodoc-1.9.ebuild,v 1.2 2008/10/04 17:49:49 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/monodoc/monodoc-1.9.ebuild,v 1.3 2008/10/04 18:08:17 mabi Exp $
inherit autotools mono multilib
@@ -26,17 +26,17 @@ MAKEOPTS="${MAKEOPTS} -j1"
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
# Install all our .dlls under $(libdir), not $(prefix)/lib
if [ $(get_libdir) != "lib" ] ; then
sed -i -e 's:$(prefix)/lib:$(libdir):' \
- ${S}/engine/Makefile.am \
+ "${S}"/engine/Makefile.am \
|| die "sed failed"
sed -i -e 's:libdir=@prefix@/lib:libdir=@libdir@:' \
-i -e 's:${prefix}/lib:${libdir}:' \
- ${S}/monodoc.pc.in \
+ "${S}"/monodoc.pc.in \
|| die "sed failed"
eautoreconf