Gentoo Archives: gentoo-commits

From: "Jim Ramsay (lack)" <lack@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/fme: ChangeLog fme-1.1.2.ebuild
Date: Mon, 25 Aug 2008 20:34:51
Message-Id: E1KXim0-0005fp-Kk@stork.gentoo.org
1 lack 08/08/25 20:34:48
2
3 Modified: ChangeLog
4 Added: fme-1.1.2.ebuild
5 Log:
6 Version bump - Fluxbox Menu Editor 1.1.2 is released
7 (Portage version: 2.2_rc4/cvs/Linux 2.6.24-gentoo x86_64)
8
9 Revision Changes Path
10 1.5 x11-misc/fme/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fme/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fme/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fme/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/fme/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 12 Jun 2008 15:55:41 -0000 1.4
23 +++ ChangeLog 25 Aug 2008 20:34:48 -0000 1.5
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-misc/fme
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fme/ChangeLog,v 1.4 2008/06/12 15:55:41 lack Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fme/ChangeLog,v 1.5 2008/08/25 20:34:48 lack Exp $
29 +
30 +*fme-1.1.2 (25 Aug 2008)
31 +
32 + 25 Aug 2008; Jim Ramsay <lack@g.o> +fme-1.1.2.ebuild:
33 + Version bump - Fluxbox Menu Editor 1.1.2 is released
34
35 12 Jun 2008; Jim Ramsay <lack@g.o> -fme-1.0.3.ebuild,
36 fme-1.1.0.ebuild:
37
38
39
40 1.1 x11-misc/fme/fme-1.1.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fme/fme-1.1.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fme/fme-1.1.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: fme-1.1.2.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/x11-misc/fme/fme-1.1.2.ebuild,v 1.1 2008/08/25 20:34:48 lack Exp $
50
51 inherit eutils
52
53 DESCRIPTION="Graphical menu editor for Fluxbox menus"
54 HOMEPAGE="http://fme.rhymux.info/"
55 SRC_URI="http://fme.rhymux.info/stable/${P}.tar.gz"
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~amd64 ~x86"
59 IUSE=""
60
61 RDEPEND="sys-devel/bc
62 >=x11-wm/fluxbox-1.0
63 >=dev-cpp/gtkmm-2.4
64 >=dev-cpp/glibmm-2.14.0
65 >=dev-cpp/libglademm-2.4"
66
67 DEPEND="dev-util/pkgconfig
68 ${RDEPEND}"
69
70 src_install() {
71 emake DESTDIR="${D}" install || die "Install failed"
72
73 doicon glade/${PN}.png
74 make_desktop_entry ${PN} "Fluxbox Menu Editor" ${PN} "Settings;DesktopSettings"
75
76 dodoc AUTHORS ChangeLog README TODO
77 }