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 | f3c2c47ec55412cb4c94eb3779c9de436a84000b (patch) | |
tree | 9a6da1096c41d5359a1216870607d1f17f8c4323 /app-mobilephone/bitpim | |
parent | Remove old. (diff) | |
download | historical-f3c2c47ec55412cb4c94eb3779c9de436a84000b.tar.gz historical-f3c2c47ec55412cb4c94eb3779c9de436a84000b.tar.bz2 historical-f3c2c47ec55412cb4c94eb3779c9de436a84000b.zip |
whitespace
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'app-mobilephone/bitpim')
-rw-r--r-- | app-mobilephone/bitpim/Manifest | 2 | ||||
-rw-r--r-- | app-mobilephone/bitpim/bitpim-1.0.5.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app-mobilephone/bitpim/Manifest b/app-mobilephone/bitpim/Manifest index b85cebc45a9f..8c9a8bce59ef 100644 --- a/app-mobilephone/bitpim/Manifest +++ b/app-mobilephone/bitpim/Manifest @@ -7,6 +7,6 @@ DIST bitpim-0.9.13.tar.bz2 4212639 RMD160 e2a3159ed8b53ac44a07b69e2533ec90b2bb35 DIST bitpim-1.0.5.tar.bz2 4526097 RMD160 5d078ebd419a729c8c15ce287529fbacd0386ed4 SHA1 abd3d6a2606c2a0fbc4b9fdf2ab21b246b21bb14 SHA256 f880ddfde79cb8bcf9d56b5c937af2c1548f11eaf00a5a690b14de18e1369826 EBUILD bitpim-0.9.10.ebuild 4337 RMD160 c6af1ef555e55851d5c42636d7d61d2a7c554dda SHA1 da6ce44e0e1e80b17bd0a19f4ce911904ce983e2 SHA256 f4738339a8350b3a1c58556f3c82e09ac98e9d3c9a8fd29c61a6a5a9b807bfde EBUILD bitpim-0.9.13.ebuild 4344 RMD160 8672a2275776057a555481aef028fb63b0c6e867 SHA1 fd64bdfc78cf91efe924cbdc80f24191597e3518 SHA256 5eae823d7d5252c489d19d1bf395f8b36c23bc4a428895b04b64538096cf9ddb -EBUILD bitpim-1.0.5.ebuild 4718 RMD160 494628e580d6856539bcf71e0f4bcafd0db34462 SHA1 3c9a9470fc243041ecdffe996f25a7a4b9261202 SHA256 5f9d8da0acf6f79fcb953dfff69cea03f640c2370a7d04a68f3981f7ad08e9ff +EBUILD bitpim-1.0.5.ebuild 4717 RMD160 c21b9e79b2fb9159cd5d91e48b5756e4597d708f SHA1 17c2c8e3a2bc1549d0302d1469abad6082025a64 SHA256 931ec7151f9007cbdd7e2226341e3bab983b1f1c7edb5264d40fc8b5bb021a79 MISC ChangeLog 5061 RMD160 543a8bf872cc8a79a3835b5116faeb929c9e6fd6 SHA1 471ae842c130dd906bf762669357c2f11b4361fc SHA256 673c0602b6419fda47c9a7c7dcd4e794f76b8251ddc6550e8c9dcc4d4a421c2c MISC metadata.xml 493 RMD160 758546fe05ba3b5b9baa62ab57daa9f91e186c4e SHA1 cb5fd4b63457236da8393aed4c04f390b5058bcc SHA256 916482535ef05b666d05b74cdec20cbeb764688ee0d31abd4b40ecc06bd530a2 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} |