summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2008-01-07 19:55:03 +0000
committerDoug Goldstein <cardoe@gentoo.org>2008-01-07 19:55:03 +0000
commit9187cd15b19f66a8f730ba64777e9d9e738c2a1c (patch)
tree7d4a796c5b3e26d4ea7a8cd94b6d8a070766d74a /net-misc/whois
parentpython-2.3 is still used in the tree so comment out the mask until the deps a... (diff)
downloadgentoo-2-9187cd15b19f66a8f730ba64777e9d9e738c2a1c.tar.gz
gentoo-2-9187cd15b19f66a8f730ba64777e9d9e738c2a1c.tar.bz2
gentoo-2-9187cd15b19f66a8f730ba64777e9d9e738c2a1c.zip
variable quoting
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'net-misc/whois')
-rw-r--r--net-misc/whois/ChangeLog8
-rw-r--r--net-misc/whois/whois-4.7.22.ebuild8
-rw-r--r--net-misc/whois/whois-4.7.23.ebuild8
-rw-r--r--net-misc/whois/whois-4.7.24.ebuild8
4 files changed, 18 insertions, 14 deletions
diff --git a/net-misc/whois/ChangeLog b/net-misc/whois/ChangeLog
index d53648c4dca8..df36796f25f0 100644
--- a/net-misc/whois/ChangeLog
+++ b/net-misc/whois/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/whois
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.101 2007/12/17 16:53:38 armin76 Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.102 2008/01/07 19:55:03 cardoe Exp $
+
+ 07 Jan 2008; Doug Klima <cardoe@gentoo.org> whois-4.7.22.ebuild,
+ whois-4.7.23.ebuild, whois-4.7.24.ebuild:
+ variable quoting
17 Dec 2007; Raúl Porcel <armin76@gentoo.org> whois-4.7.24.ebuild:
alpha/ia64/sparc/x86 stable
diff --git a/net-misc/whois/whois-4.7.22.ebuild b/net-misc/whois/whois-4.7.22.ebuild
index ca4ba887296c..8121a3fc0b23 100644
--- a/net-misc/whois/whois-4.7.22.ebuild
+++ b/net-misc/whois/whois-4.7.22.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/net-misc/whois/whois-4.7.22.ebuild,v 1.9 2007/09/29 13:33:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.22.ebuild,v 1.10 2008/01/07 19:55:03 cardoe Exp $
inherit eutils toolchain-funcs
@@ -47,7 +47,7 @@ src_install() {
dodoc README
if [[ "${USERLAND}" != "GNU" ]]; then
- mv ${D}/usr/share/man/man1/{whois,mdwhois}.1
- mv ${D}/usr/bin/{whois,mdwhois}
+ mv "${D}"/usr/share/man/man1/{whois,mdwhois}.1
+ mv "${D}"/usr/bin/{whois,mdwhois}
fi
}
diff --git a/net-misc/whois/whois-4.7.23.ebuild b/net-misc/whois/whois-4.7.23.ebuild
index f44f89c5db52..430dea05d835 100644
--- a/net-misc/whois/whois-4.7.23.ebuild
+++ b/net-misc/whois/whois-4.7.23.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/net-misc/whois/whois-4.7.23.ebuild,v 1.4 2007/12/01 17:35:33 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.23.ebuild,v 1.5 2008/01/07 19:55:03 cardoe Exp $
inherit eutils toolchain-funcs
@@ -47,7 +47,7 @@ src_install() {
dodoc README
if [[ "${USERLAND}" != "GNU" ]]; then
- mv ${D}/usr/share/man/man1/{whois,mdwhois}.1
- mv ${D}/usr/bin/{whois,mdwhois}
+ mv "${D}"/usr/share/man/man1/{whois,mdwhois}.1
+ mv "${D}"/usr/bin/{whois,mdwhois}
fi
}
diff --git a/net-misc/whois/whois-4.7.24.ebuild b/net-misc/whois/whois-4.7.24.ebuild
index fde93b933f3f..a2c848c519dc 100644
--- a/net-misc/whois/whois-4.7.24.ebuild
+++ b/net-misc/whois/whois-4.7.24.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/net-misc/whois/whois-4.7.24.ebuild,v 1.2 2007/12/17 16:53:38 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.24.ebuild,v 1.3 2008/01/07 19:55:03 cardoe Exp $
inherit eutils toolchain-funcs
@@ -47,7 +47,7 @@ src_install() {
dodoc README
if [[ "${USERLAND}" != "GNU" ]]; then
- mv ${D}/usr/share/man/man1/{whois,mdwhois}.1
- mv ${D}/usr/bin/{whois,mdwhois}
+ mv "${D}"/usr/share/man/man1/{whois,mdwhois}.1
+ mv "${D}"/usr/bin/{whois,mdwhois}
fi
}