Gentoo Archives: gentoo-commits

From: "David Shakaryan (omp)" <omp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/fvwm-themes: fvwm-themes-0.7.0.ebuild ChangeLog
Date: Sun, 06 Jan 2008 08:57:26
Message-Id: E1JBRJq-0000V3-Lh@stork.gentoo.org
1 omp 08/01/06 08:57:22
2
3 Modified: fvwm-themes-0.7.0.ebuild ChangeLog
4 Log:
5 Patch by Jaroslaw Kalinowski to fix build error. (bug #150623)
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.16 x11-themes/fvwm-themes/fvwm-themes-0.7.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/fvwm-themes/fvwm-themes-0.7.0.ebuild?rev=1.16&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/fvwm-themes/fvwm-themes-0.7.0.ebuild?rev=1.16&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/fvwm-themes/fvwm-themes-0.7.0.ebuild?r1=1.15&r2=1.16
14
15 Index: fvwm-themes-0.7.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-themes/fvwm-themes/fvwm-themes-0.7.0.ebuild,v
18 retrieving revision 1.15
19 retrieving revision 1.16
20 diff -u -r1.15 -r1.16
21 --- fvwm-themes-0.7.0.ebuild 12 Jul 2007 07:35:24 -0000 1.15
22 +++ fvwm-themes-0.7.0.ebuild 6 Jan 2008 08:57:22 -0000 1.16
23 @@ -1,17 +1,17 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-themes/fvwm-themes-0.7.0.ebuild,v 1.15 2007/07/12 07:35:24 mr_bones_ Exp $
28 -
29 -IUSE="gnome"
30 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-themes/fvwm-themes-0.7.0.ebuild,v 1.16 2008/01/06 08:57:22 omp Exp $
31
32 inherit eutils
33
34 DESCRIPTION="A configuration framework for the fvwm window manager"
35 HOMEPAGE="http://fvwm-themes.sourceforge.net/"
36 -SRC_URI="mirror://sourceforge/fvwm-themes/${P}.tar.bz2"
37 +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
38 +
39 LICENSE="GPL-2"
40 -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
41 SLOT="0"
42 +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
43 +IUSE="gnome"
44
45 DEPEND=">=x11-wm/fvwm-2.5.8
46 gnome? ( media-gfx/imagemagick )"
47 @@ -20,8 +20,10 @@
48 src_unpack() {
49 unpack ${A}
50 cd "${S}"
51 - epatch "${FILESDIR}"/${P}-gentoo.patch
52 - epatch "${FILESDIR}"/${P}-posix-sort.patch
53 +
54 + epatch "${FILESDIR}/${P}-gentoo.patch"
55 + epatch "${FILESDIR}/${P}-gentoo1.patch"
56 + epatch "${FILESDIR}/${P}-posix-sort.patch"
57 }
58
59 src_compile() {
60
61
62
63 1.17 x11-themes/fvwm-themes/ChangeLog
64
65 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/fvwm-themes/ChangeLog?rev=1.17&view=markup
66 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/fvwm-themes/ChangeLog?rev=1.17&content-type=text/plain
67 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/fvwm-themes/ChangeLog?r1=1.16&r2=1.17
68
69 Index: ChangeLog
70 ===================================================================
71 RCS file: /var/cvsroot/gentoo-x86/x11-themes/fvwm-themes/ChangeLog,v
72 retrieving revision 1.16
73 retrieving revision 1.17
74 diff -u -r1.16 -r1.17
75 --- ChangeLog 8 Jul 2006 08:40:31 -0000 1.16
76 +++ ChangeLog 6 Jan 2008 08:57:22 -0000 1.17
77 @@ -1,6 +1,10 @@
78 # ChangeLog for x11-themes/fvwm-themes
79 -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
80 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-themes/ChangeLog,v 1.16 2006/07/08 08:40:31 corsair Exp $
81 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
82 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-themes/ChangeLog,v 1.17 2008/01/06 08:57:22 omp Exp $
83 +
84 + 06 Jan 2008; David Shakaryan <omp@g.o>
85 + +files/fvwm-themes-0.7.0-gentoo1.patch, fvwm-themes-0.7.0.ebuild:
86 + Patch by Jaroslaw Kalinowski to fix build error. (bug #150623)
87
88 08 Jul 2006; Markus Rothe <corsair@g.o> fvwm-themes-0.7.0.ebuild:
89 Stable on ppc64
90
91
92
93 --
94 gentoo-commits@l.g.o mailing list