commit: f3db2583d0692146a13bb7bad0f3c7c304f2aa7e Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Mon Feb 6 11:27:47 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Mon Feb 6 22:46:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3db2583
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 .../{ftmenu-0.4.0.ebuild => ftmenu-0.4.0-r1.ebuild} | 17 ++++------------- 1 file 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 similarity index 76% rename from x11-misc/ftmenu/ftmenu-0.4.0.ebuild rename to x11-misc/ftmenu/ftmenu-0.4.0-r1.ebuild index 12d9ea3..0e27f18 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 }
