* [gentoo-commits] repo/gentoo:master commit in: x11-misc/ftmenu/
@ 2017-02-06 22:47 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2017-02-06 22:47 UTC (permalink / raw
To: gentoo-commits
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
| 17 ++++-------------
1 file changed, 4 insertions(+), 13 deletions(-)
--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
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/ftmenu/
@ 2023-04-16 12:36 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2023-04-16 12:36 UTC (permalink / raw
To: gentoo-commits
commit: 524d258b90ef0ce823f6e4f03e134d4daf0effd4
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 16 12:35:31 2023 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 16 12:35:31 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=524d258b
x11-misc/ftmenu: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
| 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
--git a/x11-misc/ftmenu/ftmenu-0.4.0-r1.ebuild b/x11-misc/ftmenu/ftmenu-0.4.0-r2.ebuild
similarity index 78%
rename from x11-misc/ftmenu/ftmenu-0.4.0-r1.ebuild
rename to x11-misc/ftmenu/ftmenu-0.4.0-r2.ebuild
index be90c2a835b5..8ae682a2c151 100644
--- a/x11-misc/ftmenu/ftmenu-0.4.0-r1.ebuild
+++ b/x11-misc/ftmenu/ftmenu-0.4.0-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DESCRIPTION="A tray menu for the Fluxbox toolbar"
HOMEPAGE="http://ftmenu.sourceforge.net/"
@@ -10,14 +10,14 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-COMMON_DEPEND=">=x11-libs/gtk+-2.6:2
- >=dev-libs/glib-2.6:2"
-DEPEND="${COMMON_DEPEND}
- virtual/pkgconfig"
-RDEPEND="${COMMON_DEPEND}
+DEPEND="
+ dev-libs/glib:2
+ x11-libs/gtk+:2"
+RDEPEND="
+ ${DEPEND}
x11-wm/fluxbox"
+BDEPEND="virtual/pkgconfig"
pkg_postinst() {
einfo
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/ftmenu/
@ 2024-09-14 7:09 Joonas Niilola
0 siblings, 0 replies; 3+ messages in thread
From: Joonas Niilola @ 2024-09-14 7:09 UTC (permalink / raw
To: gentoo-commits
commit: b9afcd6ae292a1386a738bca05c9158e73cc6070
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Sep 1 16:23:56 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 07:09:25 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9afcd6a
x11-misc/ftmenu: use https
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/x11-misc/ftmenu/ftmenu-0.4.0-r2.ebuild b/x11-misc/ftmenu/ftmenu-0.4.0-r2.ebuild
index 00c64acedb9c..304cddfa3e88 100644
--- a/x11-misc/ftmenu/ftmenu-0.4.0-r2.ebuild
+++ b/x11-misc/ftmenu/ftmenu-0.4.0-r2.ebuild
@@ -3,8 +3,8 @@
EAPI=8
-DESCRIPTION="A tray menu for the Fluxbox toolbar"
-HOMEPAGE="http://ftmenu.sourceforge.net/"
+DESCRIPTION="Tray menu for the Fluxbox toolbar"
+HOMEPAGE="https://ftmenu.sourceforge.net/"
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-14 7:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-16 12:36 [gentoo-commits] repo/gentoo:master commit in: x11-misc/ftmenu/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2024-09-14 7:09 Joonas Niilola
2017-02-06 22:47 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox