From f737bf7d1364f66c01a5cd1b22693b459cf8be0b Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Mon, 12 Jan 2015 10:28:50 +0100 Subject: sci-libs/arrayfire: Pull master branch (default HEAD points to devel) --- sci-libs/arrayfire/arrayfire-9999.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'sci-libs') diff --git a/sci-libs/arrayfire/arrayfire-9999.ebuild b/sci-libs/arrayfire/arrayfire-9999.ebuild index 107af240e..72eddd6ca 100644 --- a/sci-libs/arrayfire/arrayfire-9999.ebuild +++ b/sci-libs/arrayfire/arrayfire-9999.ebuild @@ -11,6 +11,7 @@ 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_BRANCH="master" SRC_URI="test? ( https://googletest.googlecode.com/files/gtest-${GTEST_PV}.zip )" KEYWORDS="~amd64" -- cgit v1.2.3-18-g5258 From b9e10f452dbbe6e2394b5288bf74cfd244eb8176 Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Mon, 12 Jan 2015 10:42:16 +0100 Subject: sci-libs/arrayfire: Add git url --- sci-libs/arrayfire/arrayfire-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sci-libs') diff --git a/sci-libs/arrayfire/arrayfire-9999.ebuild b/sci-libs/arrayfire/arrayfire-9999.ebuild index 72eddd6ca..0421915c4 100644 --- a/sci-libs/arrayfire/arrayfire-9999.ebuild +++ b/sci-libs/arrayfire/arrayfire-9999.ebuild @@ -10,7 +10,7 @@ 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" EGIT_BRANCH="master" SRC_URI="test? ( https://googletest.googlecode.com/files/gtest-${GTEST_PV}.zip )" KEYWORDS="~amd64" -- cgit v1.2.3-18-g5258 From d1a6f70881f994aa009a60147345ecbcdf06542d Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Mon, 12 Jan 2015 11:37:26 +0100 Subject: sci-libs/arrayfire: Live ebuild don't has keywords --- sci-libs/arrayfire/arrayfire-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sci-libs') diff --git a/sci-libs/arrayfire/arrayfire-9999.ebuild b/sci-libs/arrayfire/arrayfire-9999.ebuild index 0421915c4..90d125a14 100644 --- a/sci-libs/arrayfire/arrayfire-9999.ebuild +++ b/sci-libs/arrayfire/arrayfire-9999.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="http://www.arrayfire.com/" EGIT_REPO_URI="https://github.com/arrayfire/arrayfire.git git://github.com/arrayfire/arrayfire.git" EGIT_BRANCH="master" SRC_URI="test? ( https://googletest.googlecode.com/files/gtest-${GTEST_PV}.zip )" -KEYWORDS="~amd64" +KEYWORDS="" LICENSE="BSD" SLOT="0" -- cgit v1.2.3-18-g5258 From 715c0276f7d4ff676f9579b38fa7662330575831 Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Mon, 12 Jan 2015 22:39:49 +0100 Subject: Add arrayfire-0.9999.ebuild: symlink to arrayfire-9999.ebuild --- sci-libs/arrayfire/arrayfire-0.9999.ebuild | 1 + sci-libs/arrayfire/arrayfire-9999.ebuild | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 120000 sci-libs/arrayfire/arrayfire-0.9999.ebuild (limited to 'sci-libs') 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 90d125a14..f59d7e381 100644 --- a/sci-libs/arrayfire/arrayfire-9999.ebuild +++ b/sci-libs/arrayfire/arrayfire-9999.ebuild @@ -11,9 +11,12 @@ 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 git://github.com/arrayfire/arrayfire.git" -EGIT_BRANCH="master" SRC_URI="test? ( https://googletest.googlecode.com/files/gtest-${GTEST_PV}.zip )" 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" -- cgit v1.2.3-18-g5258 From 74b12e5811db9c186db609033b27fe548b14775f Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Mon, 12 Jan 2015 22:40:30 +0100 Subject: sci-libs/arrayfire: Update ChangeLog --- sci-libs/arrayfire/ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'sci-libs') 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 + +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 +metadata.xml, -- cgit v1.2.3-18-g5258