diff options
Diffstat (limited to 'sci-mathematics/cipi')
-rw-r--r-- | sci-mathematics/cipi/ChangeLog | 3 | ||||
-rw-r--r-- | sci-mathematics/cipi/Manifest | 10 | ||||
-rw-r--r-- | sci-mathematics/cipi/cipi-1.0.ebuild | 2 |
3 files changed, 9 insertions, 6 deletions
diff --git a/sci-mathematics/cipi/ChangeLog b/sci-mathematics/cipi/ChangeLog index 69ebe9bee..54e03ff9a 100644 --- a/sci-mathematics/cipi/ChangeLog +++ b/sci-mathematics/cipi/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 25 Jun 2011; Justin Lecher <jlec@gentoo.org> cipi-1.0.ebuild: + migrate from 'git' to 'git-2' + 25 Jun 2011; Justin Lecher <jlec@gentoo.org> cipi-1.0.ebuild, metadata.xml: RDEPEND is not explicitly assigned -> fixed diff --git a/sci-mathematics/cipi/Manifest b/sci-mathematics/cipi/Manifest index 092652b16..c8ebd9d50 100644 --- a/sci-mathematics/cipi/Manifest +++ b/sci-mathematics/cipi/Manifest @@ -1,13 +1,13 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 -EBUILD cipi-1.0.ebuild 813 RMD160 6ca5e0ea1c45acfa5d068ade016f6116129261d3 SHA1 e9809c16412f37d3fd71c703b45de0a2b478aa65 SHA256 87100ad2785c3d526cf586a9358ad06655674d6454d44b3c576f8cd85196f9fc -MISC ChangeLog 381 RMD160 03d323087f60067fbda1dd88a2da5b3b9bb26e50 SHA1 a8fb2b4b93a9bc65cd6506581ef676408073c819 SHA256 771c87ec15aa72ab0e69b78bcf1c18fb6cc3fbf015bafc6036c70f8cccece898 +EBUILD cipi-1.0.ebuild 815 RMD160 2c1e2cab7482a0f7c67edc44e18c8682ab4f6d36 SHA1 02268b9daa1e35035d08c427b2fdd202bfdc9374 SHA256 758266fa28eb39b49da0eeda5ba6fdfde5bf1312e1faad6592b54f33dc9b6d43 +MISC ChangeLog 478 RMD160 974c3e22b3c10fcb1a9acd9127a2ec64c3ddd9c5 SHA1 51d85554f3120f203b4e1f16f322c56a585d8a20 SHA256 71493d0412f348da081c48a3a3df9b23605421d66424a53e073ecaa189714eb1 MISC metadata.xml 433 RMD160 b2b35cf3a37c660b71abe052b9b051892f80bd35 SHA1 31360c9ced491acd0264f7356836ae6e67f350d2 SHA256 9af678a14427419b57161636a463939469c115f1e936d667dab1391a3085ff20 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) -iEYEAREIAAYFAk4F5yIACgkQgAnW8HDreRbOUgCbBI+XntPDxsDM6luxfLNqSwwX -OR0An3mDk2AeissiIa6LqbnuTws62QdH -=0+fS +iEYEAREIAAYFAk4F57oACgkQgAnW8HDreRbE+QCfUjY/lijv7jVG2Tb1SmZCOEq0 +4i8AoIzSl6o7yMfHnkRJRQRUwIWIZ6fO +=pTPX -----END PGP SIGNATURE----- diff --git a/sci-mathematics/cipi/cipi-1.0.ebuild b/sci-mathematics/cipi/cipi-1.0.ebuild index 126bed614..200b79391 100644 --- a/sci-mathematics/cipi/cipi-1.0.ebuild +++ b/sci-mathematics/cipi/cipi-1.0.ebuild @@ -4,7 +4,7 @@ EAPI=4 -inherit cmake-utils git +inherit cmake-utils git-2 DESCRIPTION="Computing information projections iteratively" HOMEPAGE="http://github.com/tom111/cipi" |