diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-10-02 14:33:42 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-10-02 14:33:42 +0000 |
commit | eb7905e41ed0043c06e31b7795a106bb3c8ce30a (patch) | |
tree | e290bbe3225bcfd8f97b4fd91c1b89af88f6e7b0 /sci-mathematics/pari/files | |
parent | Stable on alpha (bug #191216) (diff) | |
download | gentoo-2-eb7905e41ed0043c06e31b7795a106bb3c8ce30a.tar.gz gentoo-2-eb7905e41ed0043c06e31b7795a106bb3c8ce30a.tar.bz2 gentoo-2-eb7905e41ed0043c06e31b7795a106bb3c8ce30a.zip |
Revision bump to fix HPPA build problem, and trivial changes in whitespace and other QA conventions (bug #194456).
(Portage version: 2.1.3.9)
Diffstat (limited to 'sci-mathematics/pari/files')
-rw-r--r-- | sci-mathematics/pari/files/digest-pari-2.3.2-r1 | 3 | ||||
-rw-r--r-- | sci-mathematics/pari/files/pari-2.3.2-strip.patch | 11 |
2 files changed, 14 insertions, 0 deletions
diff --git a/sci-mathematics/pari/files/digest-pari-2.3.2-r1 b/sci-mathematics/pari/files/digest-pari-2.3.2-r1 new file mode 100644 index 000000000000..9b6b3b422cbc --- /dev/null +++ b/sci-mathematics/pari/files/digest-pari-2.3.2-r1 @@ -0,0 +1,3 @@ +MD5 54f8b7cb615db6d216f1a31a575c8223 pari-2.3.2.tar.gz 2015734 +RMD160 d2394fd31bfa6efcbfce25081d75234ccb1005be pari-2.3.2.tar.gz 2015734 +SHA256 514799c0722376ba7d163588f091662731bca0a4b3cd2a93d01eb6bec9d1f47a pari-2.3.2.tar.gz 2015734 diff --git a/sci-mathematics/pari/files/pari-2.3.2-strip.patch b/sci-mathematics/pari/files/pari-2.3.2-strip.patch new file mode 100644 index 000000000000..0fee947fd556 --- /dev/null +++ b/sci-mathematics/pari/files/pari-2.3.2-strip.patch @@ -0,0 +1,11 @@ +--- config/Makefile.SH. 2007-10-01 23:45:45.000000000 +0200 ++++ config/Makefile.SH 2007-10-01 23:55:10.000000000 +0200 +@@ -208,7 +208,7 @@ + MV = mv -f + LN = $ln_s + CP_F = cp -f +-STRIP = strip ++STRIP = true + STRIPFLAGS = + + # Change these installation directories to suit your needs. |