Gentoo Archives: gentoo-commits

From: "Federico Ferri (mescalinum)" <mescalinum@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-pda/orange: orange-0.4.ebuild ChangeLog
Date: Wed, 21 Jan 2009 00:03:42
Message-Id: E1LPQZH-00009B-EI@stork.gentoo.org
1 mescalinum 09/01/21 00:03:39
2
3 Modified: ChangeLog
4 Added: orange-0.4.ebuild
5 Log:
6 version bump, bug #254886
7 (Portage version: 2.2_rc23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.15 app-pda/orange/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/orange/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/orange/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/orange/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-pda/orange/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 18 Nov 2008 19:39:50 -0000 1.14
23 +++ ChangeLog 21 Jan 2009 00:03:39 -0000 1.15
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-pda/orange
26 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/ChangeLog,v 1.14 2008/11/18 19:39:50 mescalinum Exp $
28 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/ChangeLog,v 1.15 2009/01/21 00:03:39 mescalinum Exp $
30 +
31 +*orange-0.4 (21 Jan 2009)
32 +
33 + 21 Jan 2009; Federico Ferri <mescalinum@g.o> +orange-0.4.ebuild:
34 + version bump, bug #254886
35
36 18 Nov 2008; Federico Ferri <mescalinum@g.o> orange-0.3.2.ebuild:
37 updated libsynce dep, bug #246593
38
39
40
41 1.1 app-pda/orange/orange-0.4.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/orange/orange-0.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/orange/orange-0.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: orange-0.4.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-pda/orange/orange-0.4.ebuild,v 1.1 2009/01/21 00:03:39 mescalinum Exp $
51
52 MY_P="lib${P}"
53 DESCRIPTION="A tool and library for extracting cabs from executable installers."
54 HOMEPAGE="http://synce.sourceforge.net/synce/orange.php"
55 SRC_URI="mirror://sourceforge/synce/${MY_P}.tar.gz"
56
57 LICENSE="MIT"
58 SLOT="0"
59 KEYWORDS="~amd64 ~x86"
60 IUSE=""
61
62 DEPEND=">=app-pda/synce-libsynce-0.12
63 >=app-pda/dynamite-0.1.1
64 >=app-arch/unshield-0.5.1"
65
66 S="${WORKDIR}/${MY_P}"
67
68 src_install() {
69 emake DESTDIR="${D}" install || die
70 }