public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marius Brehler" <marbre@linux.sungazer.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/forge/
Date: Tue, 12 Jan 2016 11:07:15 +0000 (UTC)	[thread overview]
Message-ID: <1452596806.bf5d55c4b7ff671d4408a28368ae9e6aec40b473.marbre@gentoo> (raw)

commit:     bf5d55c4b7ff671d4408a28368ae9e6aec40b473
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Jan 12 11:06:46 2016 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Tue Jan 12 11:06:46 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=bf5d55c4

sci-visualization/forge: Drop old

Package-Manager: portage-2.2.26

 sci-visualization/forge/forge-3.2.0.ebuild | 45 -----------------------------
 sci-visualization/forge/forge-3.2.1.ebuild | 46 ------------------------------
 2 files changed, 91 deletions(-)

diff --git a/sci-visualization/forge/forge-3.2.0.ebuild b/sci-visualization/forge/forge-3.2.0.ebuild
deleted file mode 100644
index d844878..0000000
--- a/sci-visualization/forge/forge-3.2.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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.1.ebuild b/sci-visualization/forge/forge-3.2.1.ebuild
deleted file mode 100644
index e43ff9e..0000000
--- a/sci-visualization/forge/forge-3.2.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
-}


             reply	other threads:[~2016-01-12 11:07 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-12 11:07 Marius Brehler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-22 11:58 [gentoo-commits] proj/sci:master commit in: sci-visualization/forge/ Horea Christian
2021-12-16 10:57 Andrew Ammerlaan
2021-05-21  2:16 Aisha Tammy
2020-09-22 14:22 Aisha Tammy
2020-09-22 14:22 Aisha Tammy
2020-09-22 14:22 Aisha Tammy
2020-09-22 14:22 Aisha Tammy
2017-03-23  3:15 Marius Brehler
2017-03-23  3:12 Marius Brehler
2017-01-02  8:42 Marius Brehler
2017-01-02  8:42 Marius Brehler
2016-11-23 14:35 Marius Brehler
2016-11-23 14:35 Marius Brehler
2016-01-12 11:07 Marius Brehler
2015-12-04 17:44 Marius Brehler
2015-12-04 17:44 Marius Brehler
2015-11-24 14:36 Marius Brehler
2015-10-01  6:06 Justin Lecher
2015-10-01  6:06 Justin Lecher
2015-09-21 16:05 Justin Lecher

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=1452596806.bf5d55c4b7ff671d4408a28368ae9e6aec40b473.marbre@gentoo \
    --to=marbre@linux.sungazer.de \
    --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