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: wxdfast-0.6.0-r1.ebuild ChangeLog
Date: Wed, 10 Feb 2010 00:14:08
Message-Id: E1Nf0DW-0006ym-4u@stork.gentoo.org
1 dirtyepic 10/02/10 00:14:06
2
3 Modified: wxdfast-0.6.0-r1.ebuild ChangeLog
4 Log:
5 Touchup ebuild.
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 net-misc/wxdfast/wxdfast-0.6.0-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wxdfast/wxdfast-0.6.0-r1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wxdfast/wxdfast-0.6.0-r1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wxdfast/wxdfast-0.6.0-r1.ebuild?r1=1.2&r2=1.3
14
15 Index: wxdfast-0.6.0-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/wxdfast/wxdfast-0.6.0-r1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- wxdfast-0.6.0-r1.ebuild 24 Oct 2009 05:36:17 -0000 1.2
22 +++ wxdfast-0.6.0-r1.ebuild 10 Feb 2010 00:14:05 -0000 1.3
23 @@ -1,9 +1,8 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wxdfast/wxdfast-0.6.0-r1.ebuild,v 1.2 2009/10/24 05:36:17 dirtyepic Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wxdfast/wxdfast-0.6.0-r1.ebuild,v 1.3 2010/02/10 00:14:05 dirtyepic Exp $
29
30 EAPI="2"
31 -
32 WX_GTK_VER="2.8"
33
34 inherit autotools eutils wxwidgets
35 @@ -17,13 +16,9 @@
36 KEYWORDS="~amd64 ~x86"
37 IUSE=""
38
39 -DEPEND="x11-libs/wxGTK:2.8"
40 +DEPEND="x11-libs/wxGTK:2.8[X]"
41 RDEPEND="${DEPEND}"
42
43 -pkg_setup() {
44 - need-wxwidgets unicode
45 -}
46 -
47 src_prepare() {
48 epatch "${FILESDIR}"/${P}-wxrc-configure.patch
49 epatch "${FILESDIR}"/${P}-cflags.patch
50
51
52
53 1.7 net-misc/wxdfast/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wxdfast/ChangeLog?rev=1.7&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wxdfast/ChangeLog?rev=1.7&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wxdfast/ChangeLog?r1=1.6&r2=1.7
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/net-misc/wxdfast/ChangeLog,v
62 retrieving revision 1.6
63 retrieving revision 1.7
64 diff -u -r1.6 -r1.7
65 --- ChangeLog 24 Oct 2009 05:36:17 -0000 1.6
66 +++ ChangeLog 10 Feb 2010 00:14:05 -0000 1.7
67 @@ -1,6 +1,9 @@
68 # ChangeLog for net-misc/wxdfast
69 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wxdfast/ChangeLog,v 1.6 2009/10/24 05:36:17 dirtyepic Exp $
71 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
72 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wxdfast/ChangeLog,v 1.7 2010/02/10 00:14:05 dirtyepic Exp $
73 +
74 + 10 Feb 2010; Ryan Hill <dirtyepic@g.o> wxdfast-0.6.0-r1.ebuild:
75 + Touchup ebuild.
76
77 24 Oct 2009; Ryan Hill <dirtyepic@g.o> wxdfast-0.6.0-r1.ebuild:
78 Die if install fails.