Gentoo Archives: gentoo-commits

From: "Victor Ostorga (vostorga)" <vostorga@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/fvwm-crystal: ChangeLog fvwm-crystal-3.0.6-r1.ebuild
Date: Mon, 28 Sep 2009 22:50:49
Message-Id: E1MsP3P-0005At-K7@stork.gentoo.org
1 vostorga 09/09/28 22:50:47
2
3 Modified: ChangeLog fvwm-crystal-3.0.6-r1.ebuild
4 Log:
5 Adding RDEPEND on x11-apps/xwd and media-gfx/imagemagick[png] , bug 282137
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.60 x11-themes/fvwm-crystal/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog?rev=1.60&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog?rev=1.60&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog?r1=1.59&r2=1.60
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog,v
18 retrieving revision 1.59
19 retrieving revision 1.60
20 diff -u -r1.59 -r1.60
21 --- ChangeLog 26 Jun 2009 20:04:35 -0000 1.59
22 +++ ChangeLog 28 Sep 2009 22:50:47 -0000 1.60
23 @@ -1,6 +1,10 @@
24 # ChangeLog for x11-themes/fvwm-crystal
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog,v 1.59 2009/06/26 20:04:35 tommy Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog,v 1.60 2009/09/28 22:50:47 vostorga Exp $
28 +
29 + 28 Sep 2009; VĂ­ctor Ostorga <vostorga@g.o>
30 + fvwm-crystal-3.0.6-r1.ebuild:
31 + Adding RDEPEND on x11-apps/xwd and media-gfx/imagemagick[png] , bug 282137
32
33 *fvwm-crystal-3.0.6-r1 (26 Jun 2009)
34
35
36
37
38 1.2 x11-themes/fvwm-crystal/fvwm-crystal-3.0.6-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/fvwm-crystal/fvwm-crystal-3.0.6-r1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/fvwm-crystal/fvwm-crystal-3.0.6-r1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/fvwm-crystal/fvwm-crystal-3.0.6-r1.ebuild?r1=1.1&r2=1.2
43
44 Index: fvwm-crystal-3.0.6-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/fvwm-crystal-3.0.6-r1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- fvwm-crystal-3.0.6-r1.ebuild 26 Jun 2009 20:04:35 -0000 1.1
51 +++ fvwm-crystal-3.0.6-r1.ebuild 28 Sep 2009 22:50:47 -0000 1.2
52 @@ -1,6 +1,8 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/fvwm-crystal-3.0.6-r1.ebuild,v 1.1 2009/06/26 20:04:35 tommy Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/fvwm-crystal-3.0.6-r1.ebuild,v 1.2 2009/09/28 22:50:47 vostorga Exp $
57 +
58 +EAPI="2"
59
60 inherit eutils
61
62 @@ -15,11 +17,11 @@
63 dev-lang/python
64 media-gfx/imagemagick
65 || ( x11-misc/stalonetray x11-misc/trayer )
66 - || ( x11-misc/habak x11-misc/hsetroot )"
67 + || ( x11-misc/habak x11-misc/hsetroot )
68 + x11-apps/xwd
69 + media-gfx/imagemagick[png]"
70
71 -src_unpack() {
72 - unpack ${A}
73 - cd "${S}"
74 +src_prepare() {
75 find . -type d -name '.svn' -prune -exec rm -rf {} ';' || die
76 epatch "${FILESDIR}/fvwm-crystal.apps.patch"
77 }