mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
@@ -1 +0,0 @@
|
||||
DIST newton-3.14.tar.gz 31417588 BLAKE2B 40704d614928ea2927f21201d924641766cbb32393e3d1cc36ea8fca2158625847e20ec2f0b3fa9e70f30bb1d6f4d8c4795e19873392b8211b0efb015ccc10c7 SHA512 c86775329921faafc061516db8473ef3b17ee407ffe3d6aaca604f1b733f837bef18d394b2251dfa9cd1296e0f3c3ba61803e0e9b43a4ecb6abe42640b4773eb
|
||||
@@ -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>
|
||||
@@ -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
|
||||
}
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user