aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-01-06 19:13:08 +0100
committerJustin Lecher <jlec@gentoo.org>2014-01-06 19:13:08 +0100
commit49678f5b5d63568aa85717521c19ebcec68bec6b (patch)
treef584e6d531a09e80b46432d25e86f6915ac1f1e1
parentsci-misc/simx: Switch from git-2 to git-r3 (diff)
downloadsci-49678f5b5d63568aa85717521c19ebcec68bec6b.tar.gz
sci-49678f5b5d63568aa85717521c19ebcec68bec6b.tar.bz2
sci-49678f5b5d63568aa85717521c19ebcec68bec6b.zip
sci-mathematics/cipi: Use tarball instead of git pull
Package-Manager: portage-2.2.8
-rw-r--r--sci-mathematics/cipi/ChangeLog5
-rw-r--r--sci-mathematics/cipi/Manifest1
-rw-r--r--sci-mathematics/cipi/cipi-1.0.ebuild9
-rw-r--r--sci-mathematics/cipi/metadata.xml12
4 files changed, 15 insertions, 12 deletions
diff --git a/sci-mathematics/cipi/ChangeLog b/sci-mathematics/cipi/ChangeLog
index 54e03ff9a..523a1f16f 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 <jlec@gentoo.org> cipi-1.0.ebuild, metadata.xml:
+ Use tarball instead of git pull
+
25 Jun 2011; Justin Lecher <jlec@gentoo.org> cipi-1.0.ebuild:
migrate from 'git' to 'git-2'
diff --git a/sci-mathematics/cipi/Manifest b/sci-mathematics/cipi/Manifest
new file mode 100644
index 000000000..ea71147e7
--- /dev/null
+++ b/sci-mathematics/cipi/Manifest
@@ -0,0 +1 @@
+DIST cipi-1.0.tar.gz 41149 SHA256 45be2d38c06f6b9e2add869f55055ed4cb6c79755f67944f1f31f2112c8d2f4e SHA512 5e8c3f1f154d0ac7af16f3fd3f4a1c724aa8fd7daf1fd536d8466f4bf901e3d448deb9ac4fe3aae7e65080e70609d301c9b13188d09c493292968837ed966c1d WHIRLPOOL 61dbceffdf2254a4f906ddec781c6552c2deb529db4a37b88d3a046c8f3aa5f6f4b16b6a420c165770a27554b9aa9b0d7086c66279032c6b631ba39d2b5f7702
diff --git a/sci-mathematics/cipi/cipi-1.0.ebuild b/sci-mathematics/cipi/cipi-1.0.ebuild
index 200b79391..eea9fa71d 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 7b5155f27..ff77aadc4 100644
--- a/sci-mathematics/cipi/metadata.xml
+++ b/sci-mathematics/cipi/metadata.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>sci-mathematics</herd>
- <maintainer>
- <email>tom111@gmx.de</email>
- <name>Thomas Kahle</name>
- </maintainer>
- <longdescription lang="en">
+ <herd>sci-mathematics</herd>
+ <maintainer>
+ <email>tom111@gmx.de</email>
+ <name>Thomas Kahle</name>
+ </maintainer>
+ <longdescription lang="en">
cipi is a threaded implementation of iterative proportional fitting. It is used to compute
information projections iteratively.
</longdescription>