summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2007-09-24 20:16:05 +0000
committerAli Polatel <hawking@gentoo.org>2007-09-24 20:16:05 +0000
commitb92223d22b10a01b5fe8198189aefa38a7bedc41 (patch)
tree33118fecd1a70f2600629b37a09c08d13cf0e0a0 /dev-util
parentclarified why no emake here, plus updated die comments (diff)
downloadgentoo-2-b92223d22b10a01b5fe8198189aefa38a7bedc41.tar.gz
gentoo-2-b92223d22b10a01b5fe8198189aefa38a7bedc41.tar.bz2
gentoo-2-b92223d22b10a01b5fe8198189aefa38a7bedc41.zip
fix quoting of D
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/ctags/ctags-5.6-r2.ebuild6
-rw-r--r--dev-util/ctags/ctags-5.6-r3.ebuild6
-rw-r--r--dev-util/ctags/ctags-5.7.ebuild6
3 files changed, 9 insertions, 9 deletions
diff --git a/dev-util/ctags/ctags-5.6-r2.ebuild b/dev-util/ctags/ctags-5.6-r2.ebuild
index efdd1c15db02..6a2d3176274b 100644
--- a/dev-util/ctags/ctags-5.6-r2.ebuild
+++ b/dev-util/ctags/ctags-5.6-r2.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-util/ctags/ctags-5.6-r2.ebuild,v 1.2 2007/09/24 19:40:05 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.6-r2.ebuild,v 1.3 2007/09/24 20:16:05 hawking Exp $
inherit eutils
@@ -44,8 +44,8 @@ src_install() {
# namepace collision with X/Emacs-provided /usr/bin/ctags -- we
# rename ctags to exuberant-ctags (Mandrake does this also).
- mv ${D}/usr/bin/{ctags,exuberant-ctags}
- mv ${D}/usr/share/man/man1/{ctags,exuberant-ctags}.1
+ mv "${D}"/usr/bin/{ctags,exuberant-ctags}
+ mv "${D}"/usr/share/man/man1/{ctags,exuberant-ctags}.1
dodoc FAQ NEWS README
dohtml EXTENDING.html ctags.html
diff --git a/dev-util/ctags/ctags-5.6-r3.ebuild b/dev-util/ctags/ctags-5.6-r3.ebuild
index d8b297cf83ee..3e4c0f601daf 100644
--- a/dev-util/ctags/ctags-5.6-r3.ebuild
+++ b/dev-util/ctags/ctags-5.6-r3.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-util/ctags/ctags-5.6-r3.ebuild,v 1.3 2007/09/24 19:40:05 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.6-r3.ebuild,v 1.4 2007/09/24 20:16:05 hawking Exp $
inherit eutils
@@ -46,8 +46,8 @@ src_install() {
# namepace collision with X/Emacs-provided /usr/bin/ctags -- we
# rename ctags to exuberant-ctags (Mandrake does this also).
- mv ${D}/usr/bin/{ctags,exuberant-ctags}
- mv ${D}/usr/share/man/man1/{ctags,exuberant-ctags}.1
+ mv "${D}"/usr/bin/{ctags,exuberant-ctags}
+ mv "${D}"/usr/share/man/man1/{ctags,exuberant-ctags}.1
dodoc FAQ NEWS README
dohtml EXTENDING.html ctags.html
diff --git a/dev-util/ctags/ctags-5.7.ebuild b/dev-util/ctags/ctags-5.7.ebuild
index 63a816d68123..dcb0122a5546 100644
--- a/dev-util/ctags/ctags-5.7.ebuild
+++ b/dev-util/ctags/ctags-5.7.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-util/ctags/ctags-5.7.ebuild,v 1.1 2007/09/24 19:40:05 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.7.ebuild,v 1.2 2007/09/24 20:16:05 hawking Exp $
inherit eutils
@@ -44,8 +44,8 @@ src_install() {
# namepace collision with X/Emacs-provided /usr/bin/ctags -- we
# rename ctags to exuberant-ctags (Mandrake does this also).
- mv ${D}/usr/bin/{ctags,exuberant-ctags}
- mv ${D}/usr/share/man/man1/{ctags,exuberant-ctags}.1
+ mv "${D}"/usr/bin/{ctags,exuberant-ctags}
+ mv "${D}"/usr/share/man/man1/{ctags,exuberant-ctags}.1
dodoc FAQ NEWS README
dohtml EXTENDING.html ctags.html