dev-games/newton: treeclean

Closes: https://bugs.gentoo.org/957246 (pkgremoved)
Closes: https://bugs.gentoo.org/951924 (pkgremoved)
Closes: https://bugs.gentoo.org/881423 (pkgremoved)
Closes: https://bugs.gentoo.org/919726 (pkgremoved)
Closes: https://bugs.gentoo.org/829404 (pkgremoved)
Closes: https://bugs.gentoo.org/729738 (pkgremoved)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-10-30 09:36:24 +01:00
parent 37b09f5217
commit 4a3cbcd072
4 changed files with 0 additions and 50 deletions

View File

@@ -1 +0,0 @@
DIST newton-3.14.tar.gz 31417588 BLAKE2B 40704d614928ea2927f21201d924641766cbb32393e3d1cc36ea8fca2158625847e20ec2f0b3fa9e70f30bb1d6f4d8c4795e19873392b8211b0efb015ccc10c7 SHA512 c86775329921faafc061516db8473ef3b17ee407ffe3d6aaca604f1b733f837bef18d394b2251dfa9cd1296e0f3c3ba61803e0e9b43a4ecb6abe42640b4773eb

View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>games@gentoo.org</email>
<name>Gentoo Games Project</name>
</maintainer>
<upstream>
<remote-id type="github">MADEAPPS/newton-dynamics</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,31 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake
MY_P="${PN}-dynamics-${P}"
DESCRIPTION="Integrated solution for real time simulation of physics environments"
HOMEPAGE="http://newtondynamics.com/forum/newton.php"
SRC_URI="https://github.com/MADEAPPS/newton-dynamics/archive/${P}.tar.gz"
S="${WORKDIR}"/${MY_P}
LICENSE="ZLIB"
SLOT="0"
KEYWORDS="amd64 x86"
DEPEND="dev-libs/tinyxml"
src_prepare() {
sed -i -e '/packages/d' CMakeLists.txt || die
cmake_src_prepare
}
src_configure() {
local mycmakeargs=(
-DNEWTON_DEMOS_SANDBOX=OFF
-DCMAKE_VERBOSE_MAKEFILE=ON
)
cmake_src_configure
}

View File

@@ -186,13 +186,6 @@ dev-build/cmake-fedora
>=dev-util/gdbus-codegen-2.86.0
>=dev-util/glib-utils-2.86.0
# Andreas Sturmlechner <asturm@gentoo.org> (2025-10-01)
# Remaining old EAPI-7 based cmake.eclass consumers after 4 years of
# tracking EAPI-7 removal. Port to EAPI-8 if you can.
# Bugs #957246, #957869
# Removal on 2025-11-01.
dev-games/newton
# Sam James <sam@gentoo.org> (2025-09-21)
# Breaks (common) mt7921e WiFi driver with a hang in many cases, affecting
# not just network. See bug #963106.