Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/sha1-polyml/files/
Date: Wed, 01 Feb 2017 22:41:35
Message-Id: 1485988771.b99a4404cb1e672d31e66f4d26996f19af0cfdc9.soap@gentoo
1 commit: b99a4404cb1e672d31e66f4d26996f19af0cfdc9
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 1 18:48:06 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 22:39:31 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b99a4404
7
8 sci-mathematics/sha1-polyml: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/3764
11
12 .../files/sha1-polyml-5.6_p1-build.patch | 60 ----------------------
13 1 file changed, 60 deletions(-)
14
15 diff --git a/sci-mathematics/sha1-polyml/files/sha1-polyml-5.6_p1-build.patch b/sci-mathematics/sha1-polyml/files/sha1-polyml-5.6_p1-build.patch
16 deleted file mode 100644
17 index 86645b9..00000000
18 --- a/sci-mathematics/sha1-polyml/files/sha1-polyml-5.6_p1-build.patch
19 +++ /dev/null
20 @@ -1,60 +0,0 @@
21 ---- polyml-5.6-1-orig/sha1/build 2015-09-09 03:05:54.000000000 +1000
22 -+++ polyml-5.6-1/sha1/build 2016-12-28 19:10:36.148579115 +1100
23 -@@ -32,34 +32,34 @@
24 -
25 - case "$target" in
26 - x86-linux)
27 -- CFLAGS="-fPIC -I. -m32"
28 -- LDFLAGS="-fPIC -m32 -shared"
29 -+ CFLAGS="-O2 -march=native -ggdb -fvar-tracking-assignments -fvar-tracking -pipe -fPIC -I. -m32"
30 -+ LDFLAGS="-Wl,-O1 -Wl,--as-needed -fPIC -m32 -shared"
31 - library="$target/libsha1.so"
32 - test_sha1="test_sha1"
33 - ;;
34 - x86_64-linux)
35 -- CFLAGS="-fPIC -I. -m64"
36 -- LDFLAGS="-fPIC -m64 -shared"
37 -+ CFLAGS="-O2 -march=native -ggdb -fvar-tracking-assignments -fvar-tracking -pipe -fPIC -I. -m64"
38 -+ LDFLAGS="-Wl,-O1 -Wl,--as-needed -fPIC -m64 -shared"
39 - library="$target/libsha1.so"
40 - test_sha1="test_sha1"
41 - ;;
42 - x86-darwin)
43 - LD=libtool
44 -- CFLAGS="-fPIC -I. -m32"
45 -- LDFLAGS="-dynamic -lc"
46 -+ CFLAGS="-O2 -march=native -ggdb -fvar-tracking-assignments -fvar-tracking -pipe -fPIC -I. -m32"
47 -+ LDFLAGS="-Wl,-O1 -Wl,--as-needed -dynamic -lc"
48 - library="$target/libsha1.so"
49 - test_sha1="test_sha1"
50 - ;;
51 - x86_64-darwin)
52 - LD=libtool
53 -- CFLAGS="-fPIC -I. -m64"
54 -- LDFLAGS="-dynamic -lc"
55 -+ CFLAGS="-O2 -march=native -ggdb -fvar-tracking-assignments -fvar-tracking -pipe -fPIC -I. -m64"
56 -+ LDFLAGS="-Wl,-O1 -Wl,--as-needed -dynamic -lc"
57 - library="$target/libsha1.so"
58 - test_sha1="test_sha1"
59 - ;;
60 - x86-cygwin)
61 -- CFLAGS="-I. -m32"
62 -- LDFLAGS="-shared"
63 -+ CFLAGS="-O2 -march=native -ggdb -fvar-tracking-assignments -fvar-tracking -pipe -I. -m32"
64 -+ LDFLAGS="-Wl,-O1 -Wl,--as-needed -shared"
65 - library="$target/sha1.dll"
66 - test_sha1="test_sha1.exe"
67 - ;;
68 -@@ -105,10 +105,6 @@
69 - $CC $CFLAGS -o $test_sha1 test_sha1.c -ldl
70 - [ "$?" -ne 0 ] && { exit 1; }
71 -
72 --echo "Running tests ..."
73 --./$test_sha1 $library
74 --[ "$?" -ne 0 ] && { exit 1; }
75 --
76 --rm test_sha1 sha1.o
77 -+exit 0
78 -
79 - fi
80 -\ No newline at end of file