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 554EF138247 for ; Mon, 6 Jan 2014 18:33:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0862E0B67; Mon, 6 Jan 2014 18:33:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C745E0B3F for ; Mon, 6 Jan 2014 18:33:20 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C02AF33F73D for ; Mon, 6 Jan 2014 18:33:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E4797E553B for ; Mon, 6 Jan 2014 18:33:17 +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: <1389031988.49678f5b5d63568aa85717521c19ebcec68bec6b.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/cipi/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/cipi/ChangeLog sci-mathematics/cipi/cipi-1.0.ebuild sci-mathematics/cipi/metadata.xml X-VCS-Directories: sci-mathematics/cipi/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 49678f5b5d63568aa85717521c19ebcec68bec6b X-VCS-Branch: master Date: Mon, 6 Jan 2014 18:33:17 +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: 8be132c5-bc87-4ff2-be33-7c59cc4175f0 X-Archives-Hash: 7017d0044980a5b0f51c66ef74993053 commit: 49678f5b5d63568aa85717521c19ebcec68bec6b Author: Justin Lecher gentoo org> AuthorDate: Mon Jan 6 18:13:08 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jan 6 18:13:08 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=49678f5b sci-mathematics/cipi: Use tarball instead of git pull Package-Manager: portage-2.2.8 --- sci-mathematics/cipi/ChangeLog | 5 ++++- sci-mathematics/cipi/cipi-1.0.ebuild | 9 ++++----- sci-mathematics/cipi/metadata.xml | 12 ++++++------ 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/sci-mathematics/cipi/ChangeLog b/sci-mathematics/cipi/ChangeLog index 54e03ff..523a1f1 100644 --- a/sci-mathematics/cipi/ChangeLog +++ b/sci-mathematics/cipi/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-mathematics/cipi -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 06 Jan 2014; Justin Lecher cipi-1.0.ebuild, metadata.xml: + Use tarball instead of git pull + 25 Jun 2011; Justin Lecher cipi-1.0.ebuild: migrate from 'git' to 'git-2' diff --git a/sci-mathematics/cipi/cipi-1.0.ebuild b/sci-mathematics/cipi/cipi-1.0.ebuild index 200b793..eea9fa7 100644 --- a/sci-mathematics/cipi/cipi-1.0.ebuild +++ b/sci-mathematics/cipi/cipi-1.0.ebuild @@ -1,15 +1,14 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 -inherit cmake-utils git-2 +inherit cmake-utils DESCRIPTION="Computing information projections iteratively" HOMEPAGE="http://github.com/tom111/cipi" -EGIT_REPO_URI="git://github.com/tom111/cipi.git" -EGIT_COMMIT="${PV}" +SRC_URI="https://github.com/tom111/cipi/archive/1.0.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/sci-mathematics/cipi/metadata.xml b/sci-mathematics/cipi/metadata.xml index 7b5155f..ff77aad 100644 --- a/sci-mathematics/cipi/metadata.xml +++ b/sci-mathematics/cipi/metadata.xml @@ -1,12 +1,12 @@ - sci-mathematics - - tom111@gmx.de - Thomas Kahle - - + sci-mathematics + + tom111@gmx.de + Thomas Kahle + + cipi is a threaded implementation of iterative proportional fitting. It is used to compute information projections iteratively.