From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2DE84138CD3 for ; Sat, 6 Jun 2015 09:46:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC112E0895; Sat, 6 Jun 2015 09:46:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C89CE0894 for ; Sat, 6 Jun 2015 09:46:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90D35340F6C for ; Sat, 6 Jun 2015 09:46:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D981A31 for ; Sat, 6 Jun 2015 09:46:08 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1433522261.4b4585b93c222963142b000e44c6248bf31b285b.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-libs/boost-compute/ X-VCS-Repository: proj/sci X-VCS-Files: dev-libs/boost-compute/ChangeLog dev-libs/boost-compute/boost-compute-9999.ebuild dev-libs/boost-compute/metadata.xml X-VCS-Directories: dev-libs/boost-compute/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 4b4585b93c222963142b000e44c6248bf31b285b X-VCS-Branch: master Date: Sat, 6 Jun 2015 09:46:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4cea723d-d029-4573-bc40-6404df55cad6 X-Archives-Hash: c796bb797ff07036482ce7a985d1b042 commit: 4b4585b93c222963142b000e44c6248bf31b285b Author: Marius Brehler linux sungazer de> AuthorDate: Fri Jun 5 16:37:41 2015 +0000 Commit: Justin Lecher gentoo 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 + 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 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. - kylelutz/compute + boostorg/compute