Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/ftmenu/
Date: Mon, 06 Feb 2017 22:48:36
Message-Id: 1486421200.f3db2583d0692146a13bb7bad0f3c7c304f2aa7e.soap@gentoo
1 commit: f3db2583d0692146a13bb7bad0f3c7c304f2aa7e
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 6 11:27:47 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 6 22:46:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3db2583
7
8 x11-misc/ftmenu: EAPI bump 2 -> 6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/3844
12
13 .../{ftmenu-0.4.0.ebuild => ftmenu-0.4.0-r1.ebuild} | 17 ++++-------------
14 1 file changed, 4 insertions(+), 13 deletions(-)
15
16 diff --git a/x11-misc/ftmenu/ftmenu-0.4.0.ebuild b/x11-misc/ftmenu/ftmenu-0.4.0-r1.ebuild
17 similarity index 76%
18 rename from x11-misc/ftmenu/ftmenu-0.4.0.ebuild
19 rename to x11-misc/ftmenu/ftmenu-0.4.0-r1.ebuild
20 index 12d9ea3..0e27f18 100644
21 --- a/x11-misc/ftmenu/ftmenu-0.4.0.ebuild
22 +++ b/x11-misc/ftmenu/ftmenu-0.4.0-r1.ebuild
23 @@ -1,8 +1,8 @@
24 -# Copyright 1999-2012 Gentoo Foundation
25 +# Copyright 1999-2017 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 -EAPI="2"
30 +EAPI=6
31
32 DESCRIPTION="A tray menu for the Fluxbox toolbar"
33 HOMEPAGE="http://ftmenu.sourceforge.net/"
34 @@ -20,17 +20,8 @@ DEPEND="${COMMON_DEPEND}
35 RDEPEND="${COMMON_DEPEND}
36 x11-wm/fluxbox"
37
38 -src_compile() {
39 - emake CFLAGS="${CFLAGS}" || die "emake failed"
40 -}
41 -
42 -src_install() {
43 - make DESTDIR="${D}" install || die "make install failed"
44 - dodoc AUTHORS NEWS README ChangeLog || die
45 -}
46 -
47 pkg_postinst() {
48 - echo
49 + einfo
50 einfo "To use ftmenu, edit your ~/.fluxbox/menu file and modify the [begin]"
51 einfo "line to contain the path to an icon of your choice."
52 einfo
53 @@ -38,5 +29,5 @@ pkg_postinst() {
54 einfo " [begin] (Fluxbox-0.9.12) </usr/share/ftmenu/fb.xpm>"
55 einfo
56 einfo "Next, add 'ftmenu &' to your X startup file (~/.xinitrc or ~/.xsession)."
57 - echo
58 + einfo
59 }