From c64cb644e3fb778772bbc4746972293a037c1f41 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 10 Jul 2022 15:55:36 +0100 Subject: x11-misc/fbdesk: EAPI 8 Signed-off-by: Sam James --- x11-misc/fbdesk/fbdesk-1.4.1-r1.ebuild | 36 ++++++++++++++++++++++++++++++++++ x11-misc/fbdesk/fbdesk-1.4.1.ebuild | 36 ---------------------------------- 2 files changed, 36 insertions(+), 36 deletions(-) create mode 100644 x11-misc/fbdesk/fbdesk-1.4.1-r1.ebuild delete mode 100644 x11-misc/fbdesk/fbdesk-1.4.1.ebuild diff --git a/x11-misc/fbdesk/fbdesk-1.4.1-r1.ebuild b/x11-misc/fbdesk/fbdesk-1.4.1-r1.ebuild new file mode 100644 index 000000000000..4542d4719455 --- /dev/null +++ b/x11-misc/fbdesk/fbdesk-1.4.1-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="fluxbox-util application that creates and manage icons on your Fluxbox desktop" +HOMEPAGE="http://fluxbox.sourceforge.net/fbdesk/" +SRC_URI="mirror://gentoo/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 ~ia64 ppc sparc x86" +IUSE="debug png" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm + x11-libs/libXrender + x11-libs/libXft + media-libs/imlib2[X] + png? ( media-libs/libpng:0= )" +DEPEND="${RDEPEND} + x11-base/xorg-proto" + +PATCHES=( + "${FILESDIR}/${P}-gcc-4.3.patch" + "${FILESDIR}/${P}-libpng14.patch" + "${FILESDIR}/${P}-libpng15.patch" + "${FILESDIR}/${P}-fix-c++14.patch" +) + +src_configure() { + econf \ + $(use_enable debug) \ + $(use_enable png) +} diff --git a/x11-misc/fbdesk/fbdesk-1.4.1.ebuild b/x11-misc/fbdesk/fbdesk-1.4.1.ebuild deleted file mode 100644 index 8676ac0f523f..000000000000 --- a/x11-misc/fbdesk/fbdesk-1.4.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="fluxbox-util application that creates and manage icons on your Fluxbox desktop" -HOMEPAGE="http://fluxbox.sourceforge.net/fbdesk/" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~ia64 ppc sparc x86" -IUSE="debug png" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm - x11-libs/libXrender - x11-libs/libXft - media-libs/imlib2[X] - png? ( media-libs/libpng:0= )" -DEPEND="${RDEPEND} - x11-base/xorg-proto" - -PATCHES=( - "${FILESDIR}/${P}-gcc-4.3.patch" - "${FILESDIR}/${P}-libpng14.patch" - "${FILESDIR}/${P}-libpng15.patch" - "${FILESDIR}/${P}-fix-c++14.patch" -) - -src_configure() { - econf \ - $(use_enable debug) \ - $(use_enable png) -} -- cgit v1.2.3-18-g5258