summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2008-01-11 09:54:11 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2008-01-11 09:54:11 +0000
commit8f39d91f651a7a604568c61f296fe5afd3fff017 (patch)
tree76c96be1f52c2f6e724ad93fe724aac15724ce4d /sci-mathematics/ginac/files
parentadded --with-x, possibly fixing bug #205257 (diff)
downloadgentoo-2-8f39d91f651a7a604568c61f296fe5afd3fff017.tar.gz
gentoo-2-8f39d91f651a7a604568c61f296fe5afd3fff017.tar.bz2
gentoo-2-8f39d91f651a7a604568c61f296fe5afd3fff017.zip
Version bump. Added doc (bug #98776), removed some older versions, added longdescription
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'sci-mathematics/ginac/files')
-rw-r--r--sci-mathematics/ginac/files/digest-ginac-1.2.33
-rw-r--r--sci-mathematics/ginac/files/digest-ginac-1.3.33
-rw-r--r--sci-mathematics/ginac/files/digest-ginac-1.3.43
-rw-r--r--sci-mathematics/ginac/files/digest-ginac-1.4.13
-rwxr-xr-xsci-mathematics/ginac/files/ginac-1.3.3-gcc4.1-gentoo.patch15
5 files changed, 3 insertions, 24 deletions
diff --git a/sci-mathematics/ginac/files/digest-ginac-1.2.3 b/sci-mathematics/ginac/files/digest-ginac-1.2.3
deleted file mode 100644
index d3305ccf3318..000000000000
--- a/sci-mathematics/ginac/files/digest-ginac-1.2.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 ed63e9b45bb06f24ea18a746e1f4270a GiNaC-1.2.3.tar.bz2 750136
-RMD160 8e665366a0f6cbdc64ffa690e9d17e3ec35d637d GiNaC-1.2.3.tar.bz2 750136
-SHA256 93cb6f8c0cc04bdc3527c4ba7429ef07a1f74f59c5a64aaf215cb41d7cba24f6 GiNaC-1.2.3.tar.bz2 750136
diff --git a/sci-mathematics/ginac/files/digest-ginac-1.3.3 b/sci-mathematics/ginac/files/digest-ginac-1.3.3
deleted file mode 100644
index 88609d35315e..000000000000
--- a/sci-mathematics/ginac/files/digest-ginac-1.3.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 6278b954d17013a4c027e4d52a4bd8b4 ginac-1.3.3.tar.bz2 775173
-RMD160 b46747041dd84d233d2c61fa189d1ef6b3c66f10 ginac-1.3.3.tar.bz2 775173
-SHA256 9f3adfef06a23ded66b868033ffacea7af8b6555209c45969d90255636a3babe ginac-1.3.3.tar.bz2 775173
diff --git a/sci-mathematics/ginac/files/digest-ginac-1.3.4 b/sci-mathematics/ginac/files/digest-ginac-1.3.4
deleted file mode 100644
index d715401302a3..000000000000
--- a/sci-mathematics/ginac/files/digest-ginac-1.3.4
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 ed887e80cc119eeb07c0329990576446 ginac-1.3.4.tar.bz2 769513
-RMD160 de2dc106f5fc7ac1fe4e53cf583edad305d58c5a ginac-1.3.4.tar.bz2 769513
-SHA256 bd8e7f0d71ebb0713f80142e4c9d34a724a91cb8a9b5c93885b4aa2ace96cd33 ginac-1.3.4.tar.bz2 769513
diff --git a/sci-mathematics/ginac/files/digest-ginac-1.4.1 b/sci-mathematics/ginac/files/digest-ginac-1.4.1
new file mode 100644
index 000000000000..6f76f392c7b6
--- /dev/null
+++ b/sci-mathematics/ginac/files/digest-ginac-1.4.1
@@ -0,0 +1,3 @@
+MD5 37356db3fe520498f2857e3ed6daec82 ginac-1.4.1.tar.bz2 918853
+RMD160 d8176a01d8fead372b8427c1bc7f67aca143a17a ginac-1.4.1.tar.bz2 918853
+SHA256 f1e673b8c411afa3f35062b0f266eb4aeeabebe5126175d311794f9bd8a2c7c8 ginac-1.4.1.tar.bz2 918853
diff --git a/sci-mathematics/ginac/files/ginac-1.3.3-gcc4.1-gentoo.patch b/sci-mathematics/ginac/files/ginac-1.3.3-gcc4.1-gentoo.patch
deleted file mode 100755
index cff58b059888..000000000000
--- a/sci-mathematics/ginac/files/ginac-1.3.3-gcc4.1-gentoo.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-# patch from CVS head to enable compilation with gcc-4.1.x
-
-diff -Naur ginac-1.3.3/ginac/indexed.cpp ginac-1.3.3-new/ginac/indexed.cpp
---- ginac-1.3.3/ginac/indexed.cpp 2005-05-19 09:24:35.000000000 -0500
-+++ ginac-1.3.3-new/ginac/indexed.cpp 2006-03-15 08:32:35.000000000 -0600
-@@ -704,6 +704,9 @@
- }
- }
-
-+// Forward declaration needed in absence of friend injection, C.f. [namespace.memdef]:
-+ex simplify_indexed(const ex & e, exvector & free_indices, exvector & dummy_indices, const scalar_products & sp);
-+
- /** Simplify product of indexed expressions (commutative, noncommutative and
- * simple squares), return list of free indices. */
- ex simplify_indexed_product(const ex & e, exvector & free_indices, exvector & dummy_indices, const scalar_products & sp)