From 824b2d0538da807e43b9c195302f074379899310 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 15 Jul 2022 08:05:08 +0100 Subject: media-gfx/gozer: EAPI 8 Signed-off-by: Sam James --- media-gfx/gozer/gozer-0.7-r3.ebuild | 30 ------------------------------ media-gfx/gozer/gozer-0.7-r4.ebuild | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 30 deletions(-) delete mode 100644 media-gfx/gozer/gozer-0.7-r3.ebuild create mode 100644 media-gfx/gozer/gozer-0.7-r4.ebuild diff --git a/media-gfx/gozer/gozer-0.7-r3.ebuild b/media-gfx/gozer/gozer-0.7-r3.ebuild deleted file mode 100644 index eb15f0c92d2d..000000000000 --- a/media-gfx/gozer/gozer-0.7-r3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DESCRIPTION="tool for rendering arbitrary text as graphics, using ttfs and styles" -HOMEPAGE="http://www.linuxbrit.co.uk/gozer/" -SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tar.gz" - -LICENSE="feh LGPL-2+" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND=" - media-libs/giblib - media-libs/imlib2" -DEPEND=" - ${RDEPEND} - x11-libs/libXext" - -PATCHES=( "${FILESDIR}"/${P}-fix-build-system.patch ) - -src_prepare() { - default - mv configure.{in,ac} || die - eautoreconf -} diff --git a/media-gfx/gozer/gozer-0.7-r4.ebuild b/media-gfx/gozer/gozer-0.7-r4.ebuild new file mode 100644 index 000000000000..f14a25fce9c2 --- /dev/null +++ b/media-gfx/gozer/gozer-0.7-r4.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +DESCRIPTION="tool for rendering arbitrary text as graphics, using ttfs and styles" +HOMEPAGE="http://www.linuxbrit.co.uk/gozer/" +SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tar.gz" + +LICENSE="feh LGPL-2+" +SLOT="0" +KEYWORDS="amd64 ppc x86" + +RDEPEND=" + media-libs/giblib + media-libs/imlib2 +" +DEPEND=" + ${RDEPEND} + x11-libs/libXext +" + +PATCHES=( + "${FILESDIR}"/${P}-fix-build-system.patch +) + +src_prepare() { + default + + mv configure.{in,ac} || die + eautoreconf +} -- cgit v1.2.3-65-gdbad