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 9287213835B for ; Tue, 22 Sep 2020 14:22:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8682EE088A; Tue, 22 Sep 2020 14:22:13 +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 6BB8BE08A0 for ; Tue, 22 Sep 2020 14:22:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D5BD1340C7B for ; Tue, 22 Sep 2020 14:22:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58063378 for ; Tue, 22 Sep 2020 14:22:10 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1600784502.00d983bae63e573df25dd49e124b3d8a245ed489.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/forge/ X-VCS-Repository: proj/sci X-VCS-Files: sci-visualization/forge/forge-3.1.2.ebuild sci-visualization/forge/forge-3.2.2.ebuild X-VCS-Directories: sci-visualization/forge/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 00d983bae63e573df25dd49e124b3d8a245ed489 X-VCS-Branch: master Date: Tue, 22 Sep 2020 14:22:10 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d5f4cb56-fa45-41ce-ae7a-b9f7e275384f X-Archives-Hash: f869473a8e07ff40ba212d49049e0fa8 commit: 00d983bae63e573df25dd49e124b3d8a245ed489 Author: Aisha Tammy aisha cc> AuthorDate: Mon Sep 21 19:27:16 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Tue Sep 22 14:21:42 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=00d983ba sci-visualization/forge: drop really old versions Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> sci-visualization/forge/forge-3.1.2.ebuild | 44 ----------------------------- sci-visualization/forge/forge-3.2.2.ebuild | 45 ------------------------------ 2 files changed, 89 deletions(-) diff --git a/sci-visualization/forge/forge-3.1.2.ebuild b/sci-visualization/forge/forge-3.1.2.ebuild deleted file mode 100644 index 9ff3957d8..000000000 --- a/sci-visualization/forge/forge-3.1.2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit cmake-utils - -DESCRIPTION="High Performance Visualizations for ArrayFire" -HOMEPAGE="http://www.arrayfire.com/" -SRC_URI="https://github.com/arrayfire/${PN}/archive/af${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" - -LICENSE="BSD" -SLOT="0" -IUSE="examples" - -RDEPEND=" - media-libs/glew:= - >=media-libs/glfw-3.1.1 - media-libs/freetype:2 - media-libs/fontconfig:1.0 - >=media-libs/glm-0.9.7.1 - virtual/opengl - " -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${PN}-af${PV}" - -pkg_pretend() { - if [[ ${MERGE_TYPE} != binary ]]; then - if [[ $(gcc-major-version) -lt 4 ]] || ( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 7 ]] ) ; then - die "Compilation with gcc older than 4.7 is not supported." - fi - fi -} - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_build examples EXAMPLES) - -DUSE_SYSTEM_GLM=ON - -DUSE_SYSTEM_FREETYPE=ON - ) - cmake-utils_src_configure -} diff --git a/sci-visualization/forge/forge-3.2.2.ebuild b/sci-visualization/forge/forge-3.2.2.ebuild deleted file mode 100644 index 1fa0c53bc..000000000 --- a/sci-visualization/forge/forge-3.2.2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit cmake-utils multilib - -DESCRIPTION="High Performance Visualizations for ArrayFire" -HOMEPAGE="http://www.arrayfire.com/" -SRC_URI="https://github.com/arrayfire/${PN}/archive/af${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="examples" - -RDEPEND=" - media-libs/glew:= - >=media-libs/glfw-3.1.1 - media-libs/freetype:2 - media-libs/fontconfig:1.0 - >=media-libs/glm-0.9.7.1 - virtual/opengl - " -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${PN}-af${PV}" - -pkg_pretend() { - if [[ ${MERGE_TYPE} != binary ]]; then - if [[ $(gcc-major-version) -lt 4 ]] || ( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 7 ]] ) ; then - die "Compilation with gcc older than 4.7 is not supported." - fi - fi -} - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_build examples EXAMPLES) - -DUSE_SYSTEM_GLM=ON - -DUSE_SYSTEM_FREETYPE=ON - -DFG_INSTALL_CMAKE_DIR=/usr/$(get_libdir)/cmake/Forge - ) - cmake-utils_src_configure -}