commit: 4b4585b93c222963142b000e44c6248bf31b285b Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Fri Jun 5 16:37:41 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Fri Jun 5 16:37:41 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4b4585b9
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 dev-libs/boost-compute/ChangeLog | 5 +++++ dev-libs/boost-compute/boost-compute-9999.ebuild | 6 +++--- dev-libs/boost-compute/metadata.xml | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/dev-libs/boost-compute/ChangeLog b/dev-libs/boost-compute/ChangeLog index c4816bf..0b089ee 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 <[email protected]> + 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 <[email protected]> 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 b9b09c9..aebd86d 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 ea38de6..b93ef29 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>
