summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-01-08 21:12:25 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-01-08 21:12:25 +0000
commit17f495a46e65f233b32320fca69bc80f177bb8df (patch)
treef78cf710c28242bb4489dd146921331b5f177888 /dev-python/xsv/xsv-2.7.ebuild
parentPort some changes from fbsd 7 overlay: dont install moduli (ssh) and rc (open... (diff)
downloadhistorical-17f495a46e65f233b32320fca69bc80f177bb8df.tar.gz
historical-17f495a46e65f233b32320fca69bc80f177bb8df.tar.bz2
historical-17f495a46e65f233b32320fca69bc80f177bb8df.zip
Remove old
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.28 x86_64
Diffstat (limited to 'dev-python/xsv/xsv-2.7.ebuild')
-rw-r--r--dev-python/xsv/xsv-2.7.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/xsv/xsv-2.7.ebuild b/dev-python/xsv/xsv-2.7.ebuild
index 6c37efc2456c..3a1750c087c7 100644
--- a/dev-python/xsv/xsv-2.7.ebuild
+++ b/dev-python/xsv/xsv-2.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/xsv/xsv-2.7.ebuild,v 1.5 2007/07/11 06:19:47 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/xsv/xsv-2.7.ebuild,v 1.6 2009/01/08 21:09:51 patrick Exp $
inherit distutils
@@ -24,6 +24,6 @@ src_install() {
distutils_python_version
dodoc xsv-status.xml pc-shrinkwrap
dohtml xsv-status.html
- rm -rf ${D}/usr/lib/python${PYVER}/site-packages/XSV/doc
- mv ${D}/usr/lib/python${PYVER}/site-packages/XSV/example ${D}/usr/share/doc/${PF}
+ rm -rf "${D}"/usr/lib/python${PYVER}/site-packages/XSV/doc
+ mv "${D}"/usr/lib/python${PYVER}/site-packages/XSV/example "${D}"/usr/share/doc/${PF}
}