commit: e72c855e6ebc9c50f36e58996146a38e252e5926 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Thu Sep 5 12:16:11 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Oct 4 08:27:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e72c855e
dev-games/irrlicht: add 1.8.5 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/38450 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{irrlicht-1.8.4-r3.ebuild => irrlicht-1.8.5.ebuild} | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/dev-games/irrlicht/irrlicht-1.8.4-r3.ebuild b/dev-games/irrlicht/irrlicht-1.8.5.ebuild similarity index 78% rename from dev-games/irrlicht/irrlicht-1.8.4-r3.ebuild rename to dev-games/irrlicht/irrlicht-1.8.5.ebuild index 060afc745162..538e8e60e57e 100644 --- a/dev-games/irrlicht/irrlicht-1.8.4-r3.ebuild +++ b/dev-games/irrlicht/irrlicht-1.8.5.ebuild @@ -5,11 +5,11 @@ EAPI=8 inherit toolchain-funcs -DESCRIPTION="open source high performance realtime 3D engine written in C++" +DESCRIPTION="Open source high performance realtime 3D engine written in C++" HOMEPAGE="https://irrlicht.sourceforge.io/" SRC_URI=" https://downloads.sourceforge.net/irrlicht/${P}.zip - https://dev.gentoo.org/~mgorny/dist/${P}-patchset.tar.bz2" + https://dev.gentoo.org/~mgorny/dist/${PN}-1.8.4-patchset.tar.bz2" S="${WORKDIR}/${P}/source/${PN^}" LICENSE="ZLIB" @@ -31,12 +31,11 @@ DEPEND="${RDEPEND} BDEPEND="app-arch/unzip" PATCHES=( - "${WORKDIR}"/${P}-patchset/${P}-gentoo.patch - "${WORKDIR}"/${P}-patchset/${P}-demoMake.patch - "${WORKDIR}"/${P}-patchset/${P}-mesa-10.x.patch - "${WORKDIR}"/${P}-patchset/${P}-jpeg-9a.patch - "${FILESDIR}"/${P}-remove-sys-sysctl.h.patch - "${FILESDIR}"/${P}-drop-register.patch + "${WORKDIR}"/${PN}-1.8.4-patchset/${PN}-1.8.4-gentoo.patch + "${WORKDIR}"/${PN}-1.8.4-patchset/${PN}-1.8.4-demoMake.patch + "${WORKDIR}"/${PN}-1.8.4-patchset/${PN}-1.8.4-mesa-10.x.patch + "${WORKDIR}"/${PN}-1.8.4-patchset/${PN}-1.8.4-jpeg-9a.patch + "${FILESDIR}"/${PN}-1.8.4-drop-register.patch ) DOCS=( changes.txt readme.txt )
