aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2015-06-05 18:37:41 +0200
committerMarius Brehler <marbre@linux.sungazer.de>2015-06-05 18:37:41 +0200
commit4b4585b93c222963142b000e44c6248bf31b285b (patch)
tree754f18f5ff5096d4990ac82f47e2b5b51152da3c /dev-libs/boost-compute
parentsci-libs/clfft: Drop old; Install cmake configuration (diff)
downloadsci-4b4585b93c222963142b000e44c6248bf31b285b.tar.gz
sci-4b4585b93c222963142b000e44c6248bf31b285b.tar.bz2
sci-4b4585b93c222963142b000e44c6248bf31b285b.zip
dev-libs/boost-compute: Update HOMEPAGE, SRC_URI and github remote-id: project was transfered on from kylelutz to boostorg
Package-Manager: portage-2.2.18
Diffstat (limited to 'dev-libs/boost-compute')
-rw-r--r--dev-libs/boost-compute/ChangeLog5
-rw-r--r--dev-libs/boost-compute/boost-compute-9999.ebuild6
-rw-r--r--dev-libs/boost-compute/metadata.xml2
3 files changed, 9 insertions, 4 deletions
diff --git a/dev-libs/boost-compute/ChangeLog b/dev-libs/boost-compute/ChangeLog
index c4816bfe9..0b089ee71 100644
--- a/dev-libs/boost-compute/ChangeLog
+++ b/dev-libs/boost-compute/ChangeLog
@@ -1,6 +1,11 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 05 Jun 2015; Marius Brehler <marbre@linux.sungazer.de>
+ boost-compute-9999.ebuild, metadata.xml:
+ dev-libs/boost-compute: Update HOMEPAGE, SRC_URI and github remote-id: project
+ was transfered on from kylelutz to boostorg
+
05 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
dev-libs/boost-compute: Add github to remote-id in metadata.xml
diff --git a/dev-libs/boost-compute/boost-compute-9999.ebuild b/dev-libs/boost-compute/boost-compute-9999.ebuild
index b9b09c936..aebd86d14 100644
--- a/dev-libs/boost-compute/boost-compute-9999.ebuild
+++ b/dev-libs/boost-compute/boost-compute-9999.ebuild
@@ -7,16 +7,16 @@ EAPI=5
inherit eutils cmake-utils
DESCRIPTION="A header-only C++ Computing Library for OpenCL"
-HOMEPAGE="https://github.com/kylelutz/compute"
+HOMEPAGE="https://github.com/boostorg/compute"
LICENSE="Boost-1.0"
SLOT="0"
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="https://github.com/kylelutz/compute.git git://github.com/kylelutz/compute.git"
+ EGIT_REPO_URI="https://github.com/boostorg/compute.git git://github.com/boostorg/compute.git"
inherit git-r3
KEYWORDS=""
else
- SRC_URI="https://github.com/kylelutz/compute/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/boostorg/compute/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
S="${WORKDIR}/compute-${PV}"
fi
diff --git a/dev-libs/boost-compute/metadata.xml b/dev-libs/boost-compute/metadata.xml
index ea38de657..b93ef2986 100644
--- a/dev-libs/boost-compute/metadata.xml
+++ b/dev-libs/boost-compute/metadata.xml
@@ -13,6 +13,6 @@
and memory buffers.
</longdescription>
<upstream>
- <remote-id type="github">kylelutz/compute</remote-id>
+ <remote-id type="github">boostorg/compute</remote-id>
</upstream>
</pkgmetadata>