diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-19 11:47:50 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-20 00:43:48 +0100 |
commit | 8a35c32c3f09e7988279d744c0670e3286a22d41 (patch) | |
tree | 6fb04361bfa328517598b735315f02759ebc64f1 /x11-misc/genmenu/genmenu-1.1.0-r1.ebuild | |
parent | x11-misc/gccmakedep: Drop old (diff) | |
download | gentoo-8a35c32c3f09e7988279d744c0670e3286a22d41.tar.gz gentoo-8a35c32c3f09e7988279d744c0670e3286a22d41.tar.bz2 gentoo-8a35c32c3f09e7988279d744c0670e3286a22d41.zip |
x11-misc/genmenu: EAPI bump 4 -> 6, remove openbox support
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4029
Diffstat (limited to 'x11-misc/genmenu/genmenu-1.1.0-r1.ebuild')
-rw-r--r-- | x11-misc/genmenu/genmenu-1.1.0-r1.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-misc/genmenu/genmenu-1.1.0-r1.ebuild b/x11-misc/genmenu/genmenu-1.1.0-r1.ebuild new file mode 100644 index 000000000000..b5beac32bbb9 --- /dev/null +++ b/x11-misc/genmenu/genmenu-1.1.0-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="menu generator for *box, WindowMaker, and Enlightenment" +HOMEPAGE="http://f00l.de/genmenu/" +SRC_URI="http://f00l.de/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="app-shells/bash" + +PATCHES=( + "${FILESDIR}"/"${PN}"-1.0.2.patch + "${FILESDIR}"/"${P}"-remove-openbox-support.patch +) + +src_install() { + dobin genmenu + einstalldocs +} |