diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-10 02:26:37 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-10 02:26:37 +0000 |
commit | e638ba86a8aae55dbf15c01fc666e30a11867794 (patch) | |
tree | a0e7587e2df0d522748a025f6f43afd0d643aceb | |
parent | Remove old. (diff) | |
download | gentoo-2-e638ba86a8aae55dbf15c01fc666e30a11867794.tar.gz gentoo-2-e638ba86a8aae55dbf15c01fc666e30a11867794.tar.bz2 gentoo-2-e638ba86a8aae55dbf15c01fc666e30a11867794.zip |
whitespace
(Portage version: 2.1.3.19)
-rw-r--r-- | app-mobilephone/bitpim/bitpim-1.0.5.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-mobilephone/bitpim/bitpim-1.0.5.ebuild b/app-mobilephone/bitpim/bitpim-1.0.5.ebuild index 8023f055b72c..dbce692d4872 100644 --- a/app-mobilephone/bitpim/bitpim-1.0.5.ebuild +++ b/app-mobilephone/bitpim/bitpim-1.0.5.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/app-mobilephone/bitpim/bitpim-1.0.5.ebuild,v 1.1 2008/02/09 22:06:07 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/bitpim/bitpim-1.0.5.ebuild,v 1.2 2008/02/10 02:26:37 mr_bones_ Exp $ inherit distutils fdo-mime multilib @@ -31,7 +31,7 @@ RDEPEND="${DEPEND} #For Gentoo devs only: uncomment this line when you want to make the tarball #then COMMENT IT BACK! -#pkg_setup() { maketarball; } +#pkg_setup() { maketarball; } maketarball() { #For building the tarball. To be used only by ebuild maintainers local x svnrev svnrev=$(svn log -q --limit 1 https://${PN}.svn.sourceforge.net/svnroot/${PN}/releases/${PV} | sed -r '/^[^r]/d;s/^r([0-9]+) .*$/\1/') @@ -84,9 +84,9 @@ src_install() { # Install files into right place # - # BitPim is a self-contained app, so jamming it into + # BitPim is a self-contained app, so jamming it into # Python's site-packages might not be worthwhile. We'll - # Put it in its own home, and add the PYTHONPATH in the + # Put it in its own home, and add the PYTHONPATH in the # wrapper executables below. distutils_python_version local RLOC=/usr/$(get_libdir)/${P} |