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/orange: orange-0.4.ebuild
Date: Fri, 25 Feb 2011 14:42:13
Message-Id: 20110225144203.B282A20054@flycatcher.gentoo.org
1 ssuominen 11/02/25 14:42:03
2
3 Modified: orange-0.4.ebuild
4 Log:
5 pkgmove libsynce to match upstream tarball name
6
7 (Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 app-pda/orange/orange-0.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/orange/orange-0.4.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/orange/orange-0.4.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/orange/orange-0.4.ebuild?r1=1.2&r2=1.3
15
16 Index: orange-0.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-pda/orange/orange-0.4.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- orange-0.4.ebuild 4 Nov 2010 20:03:59 -0000 1.2
23 +++ orange-0.4.ebuild 25 Feb 2011 14:42:03 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/orange-0.4.ebuild,v 1.2 2010/11/04 20:03:59 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/orange-0.4.ebuild,v 1.3 2011/02/25 14:42:03 ssuominen Exp $
30
31 EAPI=2
32
33 @@ -15,7 +15,7 @@
34 KEYWORDS="~amd64 ~x86"
35 IUSE="static-libs"
36
37 -RDEPEND=">=app-pda/synce-libsynce-0.12
38 +RDEPEND="dev-libs/libsynce
39 >=app-pda/dynamite-0.1.1
40 >=app-arch/unshield-0.5.1
41 sys-apps/file
42 @@ -35,5 +35,5 @@
43 emake DESTDIR="${D}" install || die
44 dodoc ChangeLog TODO
45
46 - find "${D}" -name '*.la' -exec rm -f '{}' +
47 + find "${D}" -name '*.la' -exec rm -f {} +
48 }