diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-06 13:27:47 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-06 23:46:40 +0100 |
commit | f3db2583d0692146a13bb7bad0f3c7c304f2aa7e (patch) | |
tree | 0da98c8a2adb97ab73eafefd7b54c2a4b4768c2d /x11-misc/ftmenu | |
parent | x11-misc/wininfo: EAPI bump 2 -> 6 (diff) | |
download | gentoo-f3db2583d0692146a13bb7bad0f3c7c304f2aa7e.tar.gz gentoo-f3db2583d0692146a13bb7bad0f3c7c304f2aa7e.tar.bz2 gentoo-f3db2583d0692146a13bb7bad0f3c7c304f2aa7e.zip |
x11-misc/ftmenu: EAPI bump 2 -> 6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3844
Diffstat (limited to 'x11-misc/ftmenu')
-rw-r--r-- | x11-misc/ftmenu/ftmenu-0.4.0-r1.ebuild (renamed from x11-misc/ftmenu/ftmenu-0.4.0.ebuild) | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/x11-misc/ftmenu/ftmenu-0.4.0.ebuild b/x11-misc/ftmenu/ftmenu-0.4.0-r1.ebuild index 12d9ea343f61..0e27f181245a 100644 --- a/x11-misc/ftmenu/ftmenu-0.4.0.ebuild +++ b/x11-misc/ftmenu/ftmenu-0.4.0-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="2" +EAPI=6 DESCRIPTION="A tray menu for the Fluxbox toolbar" HOMEPAGE="http://ftmenu.sourceforge.net/" @@ -20,17 +20,8 @@ DEPEND="${COMMON_DEPEND} RDEPEND="${COMMON_DEPEND} x11-wm/fluxbox" -src_compile() { - emake CFLAGS="${CFLAGS}" || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS NEWS README ChangeLog || die -} - pkg_postinst() { - echo + einfo einfo "To use ftmenu, edit your ~/.fluxbox/menu file and modify the [begin]" einfo "line to contain the path to an icon of your choice." einfo @@ -38,5 +29,5 @@ pkg_postinst() { einfo " [begin] (Fluxbox-0.9.12) </usr/share/ftmenu/fb.xpm>" einfo einfo "Next, add 'ftmenu &' to your X startup file (~/.xinitrc or ~/.xsession)." - echo + einfo } |