Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-pda/coldsync: coldsync-2.2.5-r1.ebuild coldsync-3.0_pre4.ebuild
Date: Thu, 31 Mar 2011 04:38:52
Message-Id: 20110331043840.C749520054@flycatcher.gentoo.org
1 ssuominen 11/03/31 04:38:40
2
3 Modified: coldsync-2.2.5-r1.ebuild coldsync-3.0_pre4.ebuild
4 Log:
5 Drop commented out lines. Not required
6
7 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 app-pda/coldsync/coldsync-2.2.5-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/coldsync/coldsync-2.2.5-r1.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/coldsync/coldsync-2.2.5-r1.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/coldsync/coldsync-2.2.5-r1.ebuild?r1=1.10&r2=1.11
15
16 Index: coldsync-2.2.5-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-pda/coldsync/coldsync-2.2.5-r1.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- coldsync-2.2.5-r1.ebuild 10 Feb 2011 15:06:25 -0000 1.10
23 +++ coldsync-2.2.5-r1.ebuild 31 Mar 2011 04:38:40 -0000 1.11
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-pda/coldsync/coldsync-2.2.5-r1.ebuild,v 1.10 2011/02/10 15:06:25 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-pda/coldsync/coldsync-2.2.5-r1.ebuild,v 1.11 2011/03/31 04:38:40 ssuominen Exp $
29
30 EAPI=2
31 inherit eutils
32 @@ -15,7 +15,8 @@
33 IUSE="nls perl"
34
35 src_prepare() {
36 - epatch "${FILESDIR}"/${PN}-2.2.5-gcc3.diff \
37 + epatch \
38 + "${FILESDIR}"/${PN}-2.2.5-gcc3.diff \
39 "${FILESDIR}"/${PN}-2.2.5-broken-c++.diff
40 }
41
42
43
44
45 1.4 app-pda/coldsync/coldsync-3.0_pre4.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/coldsync/coldsync-3.0_pre4.ebuild?rev=1.4&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/coldsync/coldsync-3.0_pre4.ebuild?rev=1.4&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/coldsync/coldsync-3.0_pre4.ebuild?r1=1.3&r2=1.4
50
51 Index: coldsync-3.0_pre4.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-pda/coldsync/coldsync-3.0_pre4.ebuild,v
54 retrieving revision 1.3
55 retrieving revision 1.4
56 diff -u -r1.3 -r1.4
57 --- coldsync-3.0_pre4.ebuild 10 Feb 2011 15:06:25 -0000 1.3
58 +++ coldsync-3.0_pre4.ebuild 31 Mar 2011 04:38:40 -0000 1.4
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2011 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-pda/coldsync/coldsync-3.0_pre4.ebuild,v 1.3 2011/02/10 15:06:25 ssuominen Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/app-pda/coldsync/coldsync-3.0_pre4.ebuild,v 1.4 2011/03/31 04:38:40 ssuominen Exp $
64
65 EAPI=2
66
67 @@ -12,7 +12,7 @@
68
69 LICENSE="Artistic"
70 SLOT="0"
71 -KEYWORDS="~x86 ~sparc ~ppc"
72 +KEYWORDS="~ppc ~sparc ~x86"
73 IUSE="nls perl usb caps"
74
75 RDEPEND="usb? ( virtual/libusb:0 )
76 @@ -24,8 +24,6 @@
77
78 src_configure() {
79 local myconf
80 - #use nls || myconf="${myconf} --without-i18n"
81 - #use perl || myconf="${myconf} --without-perl"
82
83 myconf="${myconf} `use_with perl`"
84 myconf="${myconf} `use_with nls i18n`"