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 9F77F138334 for ; Wed, 5 Sep 2018 21:18:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B650E07EF; Wed, 5 Sep 2018 21:18:16 +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 675F4E07EF for ; Wed, 5 Sep 2018 21:18:16 +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 63AC9335C08 for ; Wed, 5 Sep 2018 21:18:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24CAE3BF for ; Wed, 5 Sep 2018 21:18:12 +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: <1536182266.684af8f7b140b8b7b02a6b8cb15db9a60fd4f56d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/openmesh/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/openmesh/Manifest media-gfx/openmesh/openmesh-4.1-r1.ebuild X-VCS-Directories: media-gfx/openmesh/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 684af8f7b140b8b7b02a6b8cb15db9a60fd4f56d X-VCS-Branch: master Date: Wed, 5 Sep 2018 21:18:12 +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: 04b9a39d-5106-4a6a-9011-ae23528db1cc X-Archives-Hash: 0c41a56bd693037c14900c85ffb5f1a2 commit: 684af8f7b140b8b7b02a6b8cb15db9a60fd4f56d Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 5 19:47:07 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 5 21:17:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=684af8f7 media-gfx/openmesh: Drop 4.1-r1 Package-Manager: Portage-2.3.49, Repoman-2.3.10 media-gfx/openmesh/Manifest | 1 - media-gfx/openmesh/openmesh-4.1-r1.ebuild | 70 ------------------------------- 2 files changed, 71 deletions(-) diff --git a/media-gfx/openmesh/Manifest b/media-gfx/openmesh/Manifest index a3be678b328..99209b22a79 100644 --- a/media-gfx/openmesh/Manifest +++ b/media-gfx/openmesh/Manifest @@ -1,2 +1 @@ -DIST OpenMesh-4.1.tar.bz2 24728164 BLAKE2B 6be9876fccc8dbf53b6dddbaac09a3f241b2cffbcd98473f0f7caca23b634bdb0a0a8af808a178531c61e5d533597a4fd467b8b2928d9947a7f126990a4ee42a SHA512 064a4d5cb467589869baf4a302e6c620bd84de874b24019252b97ef863b59e83f2fe23ea45e4a5162a7765847da19f75f563f084cf2b3ae77c7e704b4c859b71 DIST OpenMesh-7.1.tar.bz2 22855582 BLAKE2B 778b3a40c2e476cdb2f50b5b4a90f8b6ae7852f166087426ff1db25c829cb4172cd7ed14db1a22229f7b4447e7ebeb0d6116647d929b7dab43d565192a8ac48e SHA512 bca0f937e08fe512efb436f5b96b83a1ff7945640e18fb1bb083956f04609560e29b1c1f7e058840791df77df6859fdd20ff6f49d80b908e8c1c5542b8615e6d diff --git a/media-gfx/openmesh/openmesh-4.1-r1.ebuild b/media-gfx/openmesh/openmesh-4.1-r1.ebuild deleted file mode 100644 index b72c8c6a8d1..00000000000 --- a/media-gfx/openmesh/openmesh-4.1-r1.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -MY_PN="OpenMesh" -MY_PV="${PV/_rc/-RC}" -S="${WORKDIR}/${MY_PN}-${MY_PV}" - -DESCRIPTION="A generic data structure to represent and manipulate polygonal meshes" -HOMEPAGE="https://www.openmesh.org/" -SRC_URI="https://openmesh.org/media/Releases/${MY_PV/-RC/RC}/${MY_PN}-${MY_PV}.tar.bz2" - -LICENSE="BSD" -SLOT="4" -KEYWORDS="~amd64 ~ia64 ~x86" -IUSE="qt5 static-libs test" - -RDEPEND=" - qt5? ( - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtopengl:5 - dev-qt/qtwidgets:5 - media-libs/freeglut - ) -" -DEPEND="${RDEPEND} - test? ( dev-cpp/gtest ) -" - -DOCS=( LICENSE/{LICENSE,README.txt} README CHANGELOG ) - -src_prepare() { - cmake-utils_src_prepare - - # Fix libdir and remove rpath. - sed -i \ - -e "s|\(set (ACG_PROJECT_LIBDIR \"\).*|\1$(get_libdir)/\")|" \ - -e "s|\(BUILD_WITH_INSTALL_RPATH \)1|\1 0|" \ - -e "s|\(SKIP_BUILD_RPATH\) 0|\1 1|" \ - -e '/^ *INSTALL_RPATH/d' \ - cmake/ACGCommon.cmake || die - - if ! use static-libs; then - sed -i "s|\(SHARED\)ANDSTATIC|\1|" \ - src/${MY_PN}/{Core,Tools}/CMakeLists.txt || die - sed -i '/OpenMeshCoreStatic/d' \ - src/${MY_PN}/Tools/CMakeLists.txt || die - fi -} - -src_configure() { - local mycmakeargs=( - -DOPENMESH_BUILD_UNIT_TESTS=TRUE - # Disable python bindings until someone wants them. - -DOPENMESH_BUILD_PYTHON_BINDINGS=FALSE - -DOPENMESH_BUILD_PYTHON_UNIT_TESTS=FALSE - -DBUILD_APPS=$(usex qt5) - ) - - cmake-utils_src_configure -} - -src_test() { - cd "${BUILD_DIR}" || die - LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${BUILD_DIR}/Build/$(get_libdir) ctest --verbose -}