Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-mobilephone/bitpim: bitpim-1.0.5.ebuild
Date: Sun, 10 Feb 2008 02:26:41
Message-Id: E1JO1tu-0004En-Bi@stork.gentoo.org
1 mr_bones_ 08/02/10 02:26:38
2
3 Modified: bitpim-1.0.5.ebuild
4 Log:
5 whitespace
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.2 app-mobilephone/bitpim/bitpim-1.0.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/bitpim/bitpim-1.0.5.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/bitpim/bitpim-1.0.5.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/bitpim/bitpim-1.0.5.ebuild?r1=1.1&r2=1.2
14
15 Index: bitpim-1.0.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/bitpim/bitpim-1.0.5.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- bitpim-1.0.5.ebuild 9 Feb 2008 22:06:07 -0000 1.1
22 +++ bitpim-1.0.5.ebuild 10 Feb 2008 02:26:37 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/bitpim/bitpim-1.0.5.ebuild,v 1.1 2008/02/09 22:06:07 nerdboy Exp $
27 +# $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 $
28
29 inherit distutils fdo-mime multilib
30
31 @@ -31,7 +31,7 @@
32
33 #For Gentoo devs only: uncomment this line when you want to make the tarball
34 #then COMMENT IT BACK!
35 -#pkg_setup() { maketarball; }
36 +#pkg_setup() { maketarball; }
37 maketarball() { #For building the tarball. To be used only by ebuild maintainers
38 local x svnrev
39 svnrev=$(svn log -q --limit 1 https://${PN}.svn.sourceforge.net/svnroot/${PN}/releases/${PV} | sed -r '/^[^r]/d;s/^r([0-9]+) .*$/\1/')
40 @@ -84,9 +84,9 @@
41
42 # Install files into right place
43 #
44 - # BitPim is a self-contained app, so jamming it into
45 + # BitPim is a self-contained app, so jamming it into
46 # Python's site-packages might not be worthwhile. We'll
47 - # Put it in its own home, and add the PYTHONPATH in the
48 + # Put it in its own home, and add the PYTHONPATH in the
49 # wrapper executables below.
50 distutils_python_version
51 local RLOC=/usr/$(get_libdir)/${P}
52
53
54
55 --
56 gentoo-commits@l.g.o mailing list