Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/fme: fme-1.1.2.ebuild ChangeLog
Date: Thu, 06 May 2010 11:19:16
Message-Id: 20100506111900.285302C3FC@corvid.gentoo.org
1 ssuominen 10/05/06 11:18:59
2
3 Modified: fme-1.1.2.ebuild ChangeLog
4 Log:
5 Fix building with GCC 4.5+ wrt #318409.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 x11-misc/fme/fme-1.1.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fme/fme-1.1.2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fme/fme-1.1.2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fme/fme-1.1.2.ebuild?r1=1.1&r2=1.2
14
15 Index: fme-1.1.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/fme/fme-1.1.2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- fme-1.1.2.ebuild 25 Aug 2008 20:34:48 -0000 1.1
22 +++ fme-1.1.2.ebuild 6 May 2010 11:18:59 -0000 1.2
23 @@ -1,12 +1,14 @@
24 -# Copyright 1999-2008 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/x11-misc/fme/fme-1.1.2.ebuild,v 1.1 2008/08/25 20:34:48 lack Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fme/fme-1.1.2.ebuild,v 1.2 2010/05/06 11:18:59 ssuominen Exp $
29
30 +EAPI=2
31 inherit eutils
32
33 DESCRIPTION="Graphical menu editor for Fluxbox menus"
34 HOMEPAGE="http://fme.rhymux.info/"
35 SRC_URI="http://fme.rhymux.info/stable/${P}.tar.gz"
36 +
37 LICENSE="GPL-2"
38 SLOT="0"
39 KEYWORDS="~amd64 ~x86"
40 @@ -17,12 +19,15 @@
41 >=dev-cpp/gtkmm-2.4
42 >=dev-cpp/glibmm-2.14.0
43 >=dev-cpp/libglademm-2.4"
44 +DEPEND="${RDEPEND}
45 + dev-util/pkgconfig"
46
47 -DEPEND="dev-util/pkgconfig
48 - ${RDEPEND}"
49 +src_prepare() {
50 + epatch "${FILESDIR}"/${P}-gcc45.patch
51 +}
52
53 src_install() {
54 - emake DESTDIR="${D}" install || die "Install failed"
55 + emake DESTDIR="${D}" install || die
56
57 doicon glade/${PN}.png
58 make_desktop_entry ${PN} "Fluxbox Menu Editor" ${PN} "Settings;DesktopSettings"
59
60
61
62 1.7 x11-misc/fme/ChangeLog
63
64 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fme/ChangeLog?rev=1.7&view=markup
65 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fme/ChangeLog?rev=1.7&content-type=text/plain
66 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fme/ChangeLog?r1=1.6&r2=1.7
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/x11-misc/fme/ChangeLog,v
71 retrieving revision 1.6
72 retrieving revision 1.7
73 diff -u -r1.6 -r1.7
74 --- ChangeLog 22 Sep 2008 13:04:39 -0000 1.6
75 +++ ChangeLog 6 May 2010 11:18:59 -0000 1.7
76 @@ -1,6 +1,10 @@
77 # ChangeLog for x11-misc/fme
78 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fme/ChangeLog,v 1.6 2008/09/22 13:04:39 omp Exp $
80 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
81 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fme/ChangeLog,v 1.7 2010/05/06 11:18:59 ssuominen Exp $
82 +
83 + 06 May 2010; Samuli Suominen <ssuominen@g.o> fme-1.1.2.ebuild,
84 + +files/fme-1.1.2-gcc45.patch:
85 + Fix building with GCC 4.5+ wrt #318409.
86
87 22 Sep 2008; David Shakaryan <omp@g.o> metadata.xml:
88 Change herd from commonbox to desktop-wm.