public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/openmesh/
Date: Wed,  5 Sep 2018 21:18:12 +0000 (UTC)	[thread overview]
Message-ID: <1536182266.684af8f7b140b8b7b02a6b8cb15db9a60fd4f56d.asturm@gentoo> (raw)

commit:     684af8f7b140b8b7b02a6b8cb15db9a60fd4f56d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  5 19:47:07 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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
-}


             reply	other threads:[~2018-09-05 21:18 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-05 21:18 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-02 15:49 [gentoo-commits] repo/gentoo:master commit in: media-gfx/openmesh/ Andreas Sturmlechner
2022-02-26 19:53 Sam James
2018-07-01  0:03 Andreas Sturmlechner
2018-07-01  0:03 Andreas Sturmlechner
2018-07-01  0:03 Andreas Sturmlechner
2018-07-01  0:03 Andreas Sturmlechner
2018-07-01  0:03 Andreas Sturmlechner
2017-09-23  2:47 Michael Palimaka
2017-06-06 11:07 Pacho Ramos
2016-06-01 23:06 Justin Bronder
2015-09-10 18:29 Michael Palimaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1536182266.684af8f7b140b8b7b02a6b8cb15db9a60fd4f56d.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox