Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/wxdfast: ChangeLog wxdfast-0.6.0-r1.ebuild wxdfast-0.6.0.ebuild
Date: Mon, 30 Mar 2009 00:04:05
Message-Id: E1Lo4yx-0002ri-KC@stork.gentoo.org
1 dirtyepic 09/03/30 00:04:03
2
3 Modified: ChangeLog
4 Added: wxdfast-0.6.0-r1.ebuild
5 Removed: wxdfast-0.6.0.ebuild
6 Log:
7 Update dependency to wxGTK-2.8. Add ~amd64.
8 (Portage version: 2.2_rc28/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 net-misc/wxdfast/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wxdfast/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wxdfast/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wxdfast/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/wxdfast/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 28 Jan 2008 16:17:00 -0000 1.4
24 +++ ChangeLog 30 Mar 2009 00:04:03 -0000 1.5
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-misc/wxdfast
27 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wxdfast/ChangeLog,v 1.4 2008/01/28 16:17:00 armin76 Exp $
29 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wxdfast/ChangeLog,v 1.5 2009/03/30 00:04:03 dirtyepic Exp $
31 +
32 +*wxdfast-0.6.0-r1 (30 Mar 2009)
33 +
34 + 30 Mar 2009; Ryan Hill <dirtyepic@g.o> -wxdfast-0.6.0.ebuild,
35 + +wxdfast-0.6.0-r1.ebuild:
36 + Update dependency to wxGTK-2.8. Add ~amd64.
37
38 28 Jan 2008; Raúl Porcel <armin76@g.o> metadata.xml:
39 Replace wxwindows with wxwidgets in metadata
40
41
42
43 1.1 net-misc/wxdfast/wxdfast-0.6.0-r1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wxdfast/wxdfast-0.6.0-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wxdfast/wxdfast-0.6.0-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: wxdfast-0.6.0-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2009 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/net-misc/wxdfast/wxdfast-0.6.0-r1.ebuild,v 1.1 2009/03/30 00:04:03 dirtyepic Exp $
53
54 EAPI="2"
55
56 WX_GTK_VER="2.8"
57
58 inherit autotools eutils wxwidgets
59
60 DESCRIPTION="A multi-threaded cross-platform download manager"
61 HOMEPAGE="http://dfast.sourceforge.net"
62 SRC_URI="mirror://sourceforge/dfast/${PN}_${PV}.tar.gz"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE=""
68
69 DEPEND="x11-libs/wxGTK:2.8"
70 RDEPEND="${DEPEND}"
71
72 pkg_setup() {
73 need-wxwidgets unicode
74 }
75
76 src_prepare() {
77 epatch "${FILESDIR}"/${P}-wxrc-configure.patch
78 epatch "${FILESDIR}"/${P}-cflags.patch
79 eautoreconf
80 }
81
82 src_install() {
83 emake DESTDIR="${D}" install
84 dodoc ChangeLog TODO
85 }