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 ChangeLog orange-0.2-r1.ebuild orange-0.3.2.ebuild orange-0.3.ebuild
Date: Thu, 04 Nov 2010 20:04:04
Message-Id: 20101104200359.C1A3620051@flycatcher.gentoo.org
1 ssuominen 10/11/04 20:03:59
2
3 Modified: orange-0.4.ebuild ChangeLog
4 Removed: orange-0.2-r1.ebuild orange-0.3.2.ebuild
5 orange-0.3.ebuild
6 Log:
7 Fix missing file, pkg-config and zlib depend. USE static-libs. punt old
8
9 (Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.2 app-pda/orange/orange-0.4.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/orange/orange-0.4.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/orange/orange-0.4.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/orange/orange-0.4.ebuild?r1=1.1&r2=1.2
17
18 Index: orange-0.4.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-pda/orange/orange-0.4.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- orange-0.4.ebuild 21 Jan 2009 00:03:39 -0000 1.1
25 +++ orange-0.4.ebuild 4 Nov 2010 20:03:59 -0000 1.2
26 @@ -1,8 +1,11 @@
27 -# Copyright 1999-2009 Gentoo Foundation
28 +# Copyright 1999-2010 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/orange-0.4.ebuild,v 1.1 2009/01/21 00:03:39 mescalinum Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/orange-0.4.ebuild,v 1.2 2010/11/04 20:03:59 ssuominen Exp $
32 +
33 +EAPI=2
34 +
35 +MY_P=lib${P}
36
37 -MY_P="lib${P}"
38 DESCRIPTION="A tool and library for extracting cabs from executable installers."
39 HOMEPAGE="http://synce.sourceforge.net/synce/orange.php"
40 SRC_URI="mirror://sourceforge/synce/${MY_P}.tar.gz"
41 @@ -10,14 +13,27 @@
42 LICENSE="MIT"
43 SLOT="0"
44 KEYWORDS="~amd64 ~x86"
45 -IUSE=""
46 +IUSE="static-libs"
47
48 -DEPEND=">=app-pda/synce-libsynce-0.12
49 - >=app-pda/dynamite-0.1.1
50 - >=app-arch/unshield-0.5.1"
51 +RDEPEND=">=app-pda/synce-libsynce-0.12
52 + >=app-pda/dynamite-0.1.1
53 + >=app-arch/unshield-0.5.1
54 + sys-apps/file
55 + sys-libs/zlib"
56 +DEPEND="${RDEPEND}
57 + dev-util/pkgconfig"
58
59 -S="${WORKDIR}/${MY_P}"
60 +S=${WORKDIR}/${MY_P}
61 +
62 +src_configure() {
63 + econf \
64 + --disable-dependency-tracking \
65 + $(use_enable static-libs static)
66 +}
67
68 src_install() {
69 emake DESTDIR="${D}" install || die
70 + dodoc ChangeLog TODO
71 +
72 + find "${D}" -name '*.la' -exec rm -f '{}' +
73 }
74
75
76
77 1.16 app-pda/orange/ChangeLog
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/orange/ChangeLog?rev=1.16&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/orange/ChangeLog?rev=1.16&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/orange/ChangeLog?r1=1.15&r2=1.16
82
83 Index: ChangeLog
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/app-pda/orange/ChangeLog,v
86 retrieving revision 1.15
87 retrieving revision 1.16
88 diff -u -r1.15 -r1.16
89 --- ChangeLog 21 Jan 2009 00:03:39 -0000 1.15
90 +++ ChangeLog 4 Nov 2010 20:03:59 -0000 1.16
91 @@ -1,6 +1,9 @@
92 # ChangeLog for app-pda/orange
93 -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
94 -# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/ChangeLog,v 1.15 2009/01/21 00:03:39 mescalinum Exp $
95 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
96 +# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/ChangeLog,v 1.16 2010/11/04 20:03:59 ssuominen Exp $
97 +
98 + 04 Nov 2010; Samuli Suominen <ssuominen@g.o> orange-0.4.ebuild:
99 + Fix missing file, pkg-config and zlib depend. USE static-libs.
100
101 *orange-0.4 (21 Jan 2009)