From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/openmesh/
Date: Tue, 6 Jun 2017 11:07:38 +0000 (UTC) [thread overview]
Message-ID: <1496747235.580d15f7ab4078dc4d4228064f3adffbd9eb9441.pacho@gentoo> (raw)
commit: 580d15f7ab4078dc4d4228064f3adffbd9eb9441
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 6 11:07:15 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jun 6 11:07:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=580d15f7
media-gfx/openmesh: Drop oldest versions, move to testing as our package is unmaintained and obsolete anyway.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
media-gfx/openmesh/Manifest | 2 -
media-gfx/openmesh/openmesh-3.2.ebuild | 64 ------------------------------
media-gfx/openmesh/openmesh-3.3.ebuild | 71 ----------------------------------
3 files changed, 137 deletions(-)
diff --git a/media-gfx/openmesh/Manifest b/media-gfx/openmesh/Manifest
index fdcf0346edb..bcaf6909b88 100644
--- a/media-gfx/openmesh/Manifest
+++ b/media-gfx/openmesh/Manifest
@@ -1,3 +1 @@
-DIST OpenMesh-3.2.tar.bz2 23766435 SHA256 c74890539846c8222aae93ad63316132e84bf4b2080c9b8321790767723f32e5 SHA512 40b346a6c7b141c284183ca66a489d20b668e3c3c0fb5b4e4185b86ea4552f031ea3106e918b2c3cf8e1bc713f3aac325dd17b50ec4d29f6446cf2cbde9a3dd9 WHIRLPOOL 93d8a2d2443f3de8938bf02836f1e1af92fc5adcd0c8c8fbc404a489d566d8d0e4dc4ed86665a8de0c94b171c045713497a7ef6fdb2aa83e04c5a3e2c18a79d5
-DIST OpenMesh-3.3.tar.bz2 24797682 SHA256 4eff6fff5685c57e2e7cdbf5b4b1ef183b3806db822eb01f74c8895e0fbe7a1d SHA512 3bed1f6a3d7db9b67d6c17647bf6c5efa26aca394763d14f5106f70573660329618d99287a51bea23c3a34b495117e38d5756d6d5bf49ea1add711d9e68bab8d WHIRLPOOL 3e6469940dd0ea5c6b83f79841faae8917c25558ea2bc43d78b7576c070fb8ab14b0280c1900e7d871f30a305ab42791a5498373a8869674179b0fd73dc626d5
DIST OpenMesh-4.1.tar.bz2 24728164 SHA256 3e30cd7325db6367175e2e88c7516c23b7f90c9e1ff739c7d62e7de21228bb8e SHA512 064a4d5cb467589869baf4a302e6c620bd84de874b24019252b97ef863b59e83f2fe23ea45e4a5162a7765847da19f75f563f084cf2b3ae77c7e704b4c859b71 WHIRLPOOL 6989d0ff9dd24bf5b8252e6fc0a416258015d1b5a6202b4e7583c1f2eefe59826a5e2aaa6d50f105083f43680431a67e1cab5b81ace06b119d4e3737267f79ee
diff --git a/media-gfx/openmesh/openmesh-3.2.ebuild b/media-gfx/openmesh/openmesh-3.2.ebuild
deleted file mode 100644
index b2c87867bb9..00000000000
--- a/media-gfx/openmesh/openmesh-3.2.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-inherit eutils cmake-utils
-
-MY_PN="OpenMesh"
-MY_PV="${PV/_rc/-RC}"
-S="${WORKDIR}/${MY_PN}-${MY_PV}"
-
-DESCRIPTION="A generic and efficient data structure for representing and manipulating polygonal meshes"
-HOMEPAGE="http://www.openmesh.org/"
-SRC_URI="http://openmesh.org/media/Releases/${MY_PV/-RC/RC}/${MY_PN}-${MY_PV}.tar.bz2"
-
-LICENSE="LGPL-3-with-linking-exception"
-SLOT="0"
-KEYWORDS="amd64 ia64 x86"
-IUSE="qt4 qt5 static-libs"
-
-RDEPEND="
- qt4? ( dev-qt/qtgui:4
- dev-qt/qtopengl:4
- media-libs/freeglut )
- qt5? ( dev-qt/qtgui:5
- dev-qt/qtopengl:5
- media-libs/freeglut )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- # Fix libdir and remove rpath.
- sed -i \
- -e "s|\(set (ACG_PROJECT_LIBDIR \"\).*|\1$(get_libdir)/\")|" \
- -e "s|\(set (ACG_PROJECT_PLUGINDIR \"\)lib\(.*\)|\1$(get_libdir)\2|" \
- -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() {
- mycmakeargs=""
-
- if ! use qt4 && ! use qt5; then
- mycmakeargs="${mycmakeargs} -DBUILD_APPS=OFF"
- fi
-
- if use qt4 && ! use qt5; then
- mycmakeargs="${mycmakeargs} -DFORCE_QT4=ON"
- fi
-
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- dodoc LICENSE/* README CHANGELOG
-}
diff --git a/media-gfx/openmesh/openmesh-3.3.ebuild b/media-gfx/openmesh/openmesh-3.3.ebuild
deleted file mode 100644
index 9e56fb662b2..00000000000
--- a/media-gfx/openmesh/openmesh-3.3.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-inherit eutils cmake-utils
-
-MY_PN="OpenMesh"
-MY_PV="${PV/_rc/-RC}"
-S="${WORKDIR}/${MY_PN}-${MY_PV}"
-
-DESCRIPTION="A generic and efficient data structure for representing and manipulating polygonal meshes"
-HOMEPAGE="http://www.openmesh.org/"
-SRC_URI="http://openmesh.org/media/Releases/${MY_PV/-RC/RC}/${MY_PN}-${MY_PV}.tar.bz2"
-
-LICENSE="LGPL-3-with-linking-exception"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~x86"
-IUSE="qt4 qt5 static-libs test"
-
-RDEPEND="
- qt4? ( dev-qt/qtgui:4
- dev-qt/qtopengl:4
- media-libs/freeglut )
- qt5? ( dev-qt/qtgui:5
- dev-qt/qtopengl:5
- media-libs/freeglut )"
-DEPEND="${RDEPEND}
- test? ( dev-cpp/gtest )"
-
-src_prepare() {
- # Fix libdir and remove rpath.
- sed -i \
- -e "s|\(set (ACG_PROJECT_LIBDIR \"\).*|\1$(get_libdir)/\")|" \
- -e "s|\(set (ACG_PROJECT_PLUGINDIR \"\)lib\(.*\)|\1$(get_libdir)\2|" \
- -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() {
- mycmakeargs=""
-
- mycmakeargs="${mycmakeargs} -DOPENMESH_BUILD_UNIT_TESTS=TRUE"
-
- # Disable python bindings until someone wants them.
- mycmakeargs="${mycmakeargs} -DOPENMESH_BUILD_PYTHON_BINDINGS=FALSE"
- mycmakeargs="${mycmakeargs} -DOPENMESH_BUILD_PYTHON_UNIT_TESTS=FALSE"
-
- if ! use qt4 && ! use qt5; then
- mycmakeargs="${mycmakeargs} -DBUILD_APPS=OFF"
- fi
-
- if use qt4 && ! use qt5; then
- mycmakeargs="${mycmakeargs} -DFORCE_QT4=ON"
- fi
-
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- dodoc LICENSE/* README CHANGELOG
-}
next reply other threads:[~2017-06-06 11:07 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-06 11:07 Pacho Ramos [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-09-05 21:18 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
2018-07-01 0:03 Andreas Sturmlechner
2017-09-23 2:47 Michael Palimaka
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=1496747235.580d15f7ab4078dc4d4228064f3adffbd9eb9441.pacho@gentoo \
--to=pacho@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