aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <christoph.junghans@gmail.com>2015-01-12 16:08:18 -0700
committerChristoph Junghans <christoph.junghans@gmail.com>2015-01-12 16:08:18 -0700
commit15d5a701ba649b53f5dadd8f3895d4f4f57e68af (patch)
tree7a2238bd0b7a1fd8fe0d9bebfbc3f67a92e129ee
parentMerge branch 'master' of ssh://github.com/gentoo-science/sci (diff)
parentsci-libs/arrayfire: Update ChangeLog (diff)
downloadsci-15d5a701ba649b53f5dadd8f3895d4f4f57e68af.tar.gz
sci-15d5a701ba649b53f5dadd8f3895d4f4f57e68af.tar.bz2
sci-15d5a701ba649b53f5dadd8f3895d4f4f57e68af.zip
Merge pull request #333 from marbre/arrayfire
sci-libs/arrayfire: Pull master branch; Add git url; Remove keywords
-rw-r--r--sci-libs/arrayfire/ChangeLog8
l---------sci-libs/arrayfire/arrayfire-0.9999.ebuild1
-rw-r--r--sci-libs/arrayfire/arrayfire-9999.ebuild8
3 files changed, 14 insertions, 3 deletions
diff --git a/sci-libs/arrayfire/ChangeLog b/sci-libs/arrayfire/ChangeLog
index c21468ac0..37799ee6d 100644
--- a/sci-libs/arrayfire/ChangeLog
+++ b/sci-libs/arrayfire/ChangeLog
@@ -1,7 +1,13 @@
-# ChangeLog for sys-cluster/mpe2
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*arrayfire-0.9999 (12 Jan 2015)
+
+ 12 jan 2015; Marius Brehler <marbre@linux.sungazer.de>
+ +arrayfire-0.9999.ebuild:
+ Symlink to arrayfire-9999, pulls the master branch;
+ default HEAD points to devel
+
*arrayfire-9999 (10 Jan 2015)
10 Jan 2015; Marius Brehler <marbre@linux.sungazer.de> +metadata.xml,
diff --git a/sci-libs/arrayfire/arrayfire-0.9999.ebuild b/sci-libs/arrayfire/arrayfire-0.9999.ebuild
new file mode 120000
index 000000000..71d00d46a
--- /dev/null
+++ b/sci-libs/arrayfire/arrayfire-0.9999.ebuild
@@ -0,0 +1 @@
+arrayfire-9999.ebuild \ No newline at end of file
diff --git a/sci-libs/arrayfire/arrayfire-9999.ebuild b/sci-libs/arrayfire/arrayfire-9999.ebuild
index 107af240e..f59d7e381 100644
--- a/sci-libs/arrayfire/arrayfire-9999.ebuild
+++ b/sci-libs/arrayfire/arrayfire-9999.ebuild
@@ -10,9 +10,13 @@ GTEST_PV="1.7.0"
DESCRIPTION="A general purpose GPU library."
HOMEPAGE="http://www.arrayfire.com/"
-EGIT_REPO_URI="https://github.com/arrayfire/arrayfire.git"
+EGIT_REPO_URI="https://github.com/arrayfire/arrayfire.git git://github.com/arrayfire/arrayfire.git"
SRC_URI="test? ( https://googletest.googlecode.com/files/gtest-${GTEST_PV}.zip )"
-KEYWORDS="~amd64"
+KEYWORDS=""
+if [[ ${PV} == "0.9999" ]] ; then
+ # the remote HEAD points to devel, but we want to pull the master instead
+ EGIT_BRANCH="master"
+fi
LICENSE="BSD"
SLOT="0"