diff options
-rw-r--r-- | dev-games/irrlicht-mt/Manifest | 1 | ||||
-rw-r--r-- | dev-games/irrlicht-mt/irrlicht-mt-1.9.0.8.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/dev-games/irrlicht-mt/Manifest b/dev-games/irrlicht-mt/Manifest index bf04f7017151..1e85d206811c 100644 --- a/dev-games/irrlicht-mt/Manifest +++ b/dev-games/irrlicht-mt/Manifest @@ -1,2 +1 @@ DIST irrlicht-mt-1.9.0.10.tar.gz 898774 BLAKE2B 2b11aead4556127bff7c7f06d16a57632cf1758ad0ddf12e6d9346d80d13c0cd437ccade268db5bec25f8d62cfa61e9ecda07a98d0a82c18b548a1b520dccee2 SHA512 216221b5073d2b234b2d19658b30517c3abb2677c16e3a9b7fd31c15431bd2ffc047a68851c5bebf94aeb178d6b761a80c2f5744a7498cdac1d7b65fed139cc0 -DIST irrlicht-mt-1.9.0.8.tar.gz 909733 BLAKE2B 6c85377b5e426a9f4ba06ea60fb0414fb9598c3b66d01d80da8461d53b16bc1c74ea5f949d0419d01f2d4dccabff20410840dc9380cac3cf5b656b2e073a4636 SHA512 3a5cbcd8d13730e08f24a72b4ceb2a6d3ba1cfa4292475915da6413ab8084d0b7f0b5dc34edc152d5bf516730faf43d983433619b0a1fb15540adb5cab00ca10 diff --git a/dev-games/irrlicht-mt/irrlicht-mt-1.9.0.8.ebuild b/dev-games/irrlicht-mt/irrlicht-mt-1.9.0.8.ebuild deleted file mode 100644 index e5bc5eda8416..000000000000 --- a/dev-games/irrlicht-mt/irrlicht-mt-1.9.0.8.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -MY_PN="${PN%-mt}" -MY_PV="$(ver_rs 3 'mt')" -MY_P="${MY_PN}-${MY_PV}" - -DESCRIPTION="Minetest's fork of dev-games/irrlicht" -HOMEPAGE="https://github.com/minetest/irrlicht" -SRC_URI="https://github.com/minetest/${MY_PN}/archive/refs/tags/${MY_PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="~amd64 ~riscv" - -RDEPEND="~dev-games/irrlicht-mt-headers-${PV} - media-libs/libpng:0= - sys-libs/zlib - media-libs/libjpeg-turbo - virtual/opengl - x11-libs/libX11 - x11-libs/libXi - x11-libs/libXxf86vm" -DEPEND="${RDEPEND} - x11-base/xorg-proto" - -S="${WORKDIR}"/${MY_P} - -src_install() { - cmake_src_install - - # We package these separately - rm -r "${ED}"/usr/include/${PN/-/} || die "Failed to exclude header files from installation" -} |