diff options
author | 2021-05-01 23:12:09 +0200 | |
---|---|---|
committer | 2021-05-01 23:21:54 +0200 | |
commit | b434d5b14023d0c204c72d9276c997fa7d8fe316 (patch) | |
tree | c875c47449c4f6f7a35a4bccb0610e72d43a4b37 /x11-misc/openbox-menu/openbox-menu-0.8.0.ebuild | |
parent | dev-libs/jerasure: Drop 2.0.0-r1, EAPI5-- (diff) | |
download | gentoo-b434d5b14023d0c204c72d9276c997fa7d8fe316.tar.gz gentoo-b434d5b14023d0c204c72d9276c997fa7d8fe316.tar.bz2 gentoo-b434d5b14023d0c204c72d9276c997fa7d8fe316.zip |
x11-misc/openbox-menu: Drop 0.8.0, EAPI5--
Closes: https://bugs.gentoo.org/698100
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc/openbox-menu/openbox-menu-0.8.0.ebuild')
-rw-r--r-- | x11-misc/openbox-menu/openbox-menu-0.8.0.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/x11-misc/openbox-menu/openbox-menu-0.8.0.ebuild b/x11-misc/openbox-menu/openbox-menu-0.8.0.ebuild deleted file mode 100644 index bbdd608be6b7..000000000000 --- a/x11-misc/openbox-menu/openbox-menu-0.8.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit epatch toolchain-funcs - -DESCRIPTION="Another dynamic menu generator for Openbox" -HOMEPAGE="http://fabrice.thiroux.free.fr/openbox-menu_en.html" -SRC_URI="https://bitbucket.org/fabriceT/${PN}/downloads/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+icons svg" -REQUIRED_USE="svg? ( icons )" - -COMMON_DEPEND=" - dev-libs/glib:2 - lxde-base/menu-cache - x11-libs/gtk+:2 -" -RDEPEND=" - ${COMMON_DEPEND} - icons? ( x11-wm/openbox[imlib,svg?] ) - !icons? ( x11-wm/openbox ) -" -DEPEND=" - ${COMMON_DEPEND} - virtual/pkgconfig -" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.5.0-build.patch - epatch_user - tc-export CC PKG_CONFIG -} - -src_compile() { - emake \ - $(usex icons 'ICONS=1' 'ICONS=0') \ - $(usex svg 'SVG_ICONS=1' 'SVG_ICONS=0') -} |