From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4E7A8138334 for ; Mon, 24 Sep 2018 17:09:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDF0BE0893; Mon, 24 Sep 2018 17:09:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B666DE0893 for ; Mon, 24 Sep 2018 17:09:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D542D335C8F for ; Mon, 24 Sep 2018 17:09:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F22523C3 for ; Mon, 24 Sep 2018 17:09:53 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1537808973.ab8d8229decfa8870e32d88d6be0073c3f3f7438.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/newton/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-games/newton/Manifest dev-games/newton/newton-3.13.ebuild X-VCS-Directories: dev-games/newton/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ab8d8229decfa8870e32d88d6be0073c3f3f7438 X-VCS-Branch: master Date: Mon, 24 Sep 2018 17:09:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4d97afcc-303e-4272-b075-a3035977ffdb X-Archives-Hash: 544e4c88bf2ab0ffe35c2eca2c4314a7 commit: ab8d8229decfa8870e32d88d6be0073c3f3f7438 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Sep 24 16:47:50 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Sep 24 17:09:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab8d8229 dev-games/newton: Drop old Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-games/newton/Manifest | 1 - dev-games/newton/newton-3.13.ebuild | 38 ------------------------------------- 2 files changed, 39 deletions(-) diff --git a/dev-games/newton/Manifest b/dev-games/newton/Manifest index 59eace5a1b8..c06fe9abab2 100644 --- a/dev-games/newton/Manifest +++ b/dev-games/newton/Manifest @@ -1,2 +1 @@ -DIST newton-3.13.zip 61059070 BLAKE2B d77dddb222084e2b0c56aa5d7c919f8aaeb00825027d5b75cfeaa33f2e893f7b2ac5f0cd5d14ff387edc924f2c22f11a9b5ca0e00976e4572f2821f78cc819e3 SHA512 767078222569fa6f3b0564fc5882eaa439b76b636101128f19db5047547b91e4a8be45ba8fadc426345db7784a17a7d1c22dce7e87533cba36fd70d145881f32 DIST newton-3.14.tar.gz 31417588 BLAKE2B 40704d614928ea2927f21201d924641766cbb32393e3d1cc36ea8fca2158625847e20ec2f0b3fa9e70f30bb1d6f4d8c4795e19873392b8211b0efb015ccc10c7 SHA512 c86775329921faafc061516db8473ef3b17ee407ffe3d6aaca604f1b733f837bef18d394b2251dfa9cd1296e0f3c3ba61803e0e9b43a4ecb6abe42640b4773eb diff --git a/dev-games/newton/newton-3.13.ebuild b/dev-games/newton/newton-3.13.ebuild deleted file mode 100644 index 83b67791e5c..00000000000 --- a/dev-games/newton/newton-3.13.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils toolchain-funcs cmake-utils - -MY_P="${PN}-dynamics-${P}" -DESCRIPTION="an 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}.zip" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="" -DEPEND="app-arch/unzip" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - sed -i -e '/packages/d' CMakeLists.txt || die - cmake-utils_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DCMAKE_INSTALL_PREFIX=/usr/ - -DNEWTON_DEMOS_SANDBOX=OFF - -DCMAKE_VERBOSE_MAKEFILE=ON - ) - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_install -}