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 21D5A1392BD for ; Thu, 23 Jul 2015 21:06:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D9E214069; Thu, 23 Jul 2015 21:06:14 +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 0B24214065 for ; Thu, 23 Jul 2015 21:06:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 42ADE340998 for ; Thu, 23 Jul 2015 21:06:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1692AC4 for ; Thu, 23 Jul 2015 21:06:12 +0000 (UTC) From: "Jauhien Piatlicki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jauhien Piatlicki" Message-ID: <1437577323.9a6dd2481e8b8f1b984d012a7bafecc51d4927dd.jauhien@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/pagmo/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/pagmo/ChangeLog sci-libs/pagmo/pagmo-9999.ebuild X-VCS-Directories: sci-libs/pagmo/ X-VCS-Committer: jauhien X-VCS-Committer-Name: Jauhien Piatlicki X-VCS-Revision: 9a6dd2481e8b8f1b984d012a7bafecc51d4927dd X-VCS-Branch: master Date: Thu, 23 Jul 2015 21:06:12 +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: 6b24dd9c-cd92-490f-b9d3-634b8758b2f5 X-Archives-Hash: d1ee1e50ae1f51131bfe3b1978581ce9 commit: 9a6dd2481e8b8f1b984d012a7bafecc51d4927dd Author: Conrado Miranda gmail com> AuthorDate: Wed Jul 22 04:34:47 2015 +0000 Commit: Jauhien Piatlicki gentoo org> CommitDate: Wed Jul 22 15:02:03 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9a6dd248 sci-libs/pagmo: Updated URIs. Package-Manager: portage-2.2.20 sci-libs/pagmo/ChangeLog | 5 ++++- sci-libs/pagmo/pagmo-9999.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sci-libs/pagmo/ChangeLog b/sci-libs/pagmo/ChangeLog index 92a385e..4235397 100644 --- a/sci-libs/pagmo/ChangeLog +++ b/sci-libs/pagmo/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-libs/pagmo -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 22 Jul 2015; Conrado Miranda pagmo-9999.ebuild: + sci-libs/pagmo: Updated URIs. + 06 Jan 2014; Justin Lecher pagmo-9999.ebuild: Add missing python deps diff --git a/sci-libs/pagmo/pagmo-9999.ebuild b/sci-libs/pagmo/pagmo-9999.ebuild index 2d7bfef..8a93943 100644 --- a/sci-libs/pagmo/pagmo-9999.ebuild +++ b/sci-libs/pagmo/pagmo-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -11,7 +11,7 @@ inherit cmake-utils git-r3 python-single-r1 DESCRIPTION="Parallelization engine for optimization problems" HOMEPAGE="https://github.com/esa/pagmo" SRC_URI="" -EGIT_REPO_URI="https://github.com/esa/pagmo.git" +EGIT_REPO_URI="https://github.com/esa/${PN}.git git://git@github.com:esa/${PN}.git" LICENSE="GPL-3" SLOT="0"