summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-01-29 10:03:29 +0100
committerDavid Seifert <soap@gentoo.org>2017-01-29 21:09:36 +0100
commit67494aba604b43b598e70163a11cf4708ad30611 (patch)
tree784587abcf794d47891b726e596234c820735e0a /sci-libs
parentsci-libs/ccolamd: remove unused patch (diff)
downloadgentoo-67494aba604b43b598e70163a11cf4708ad30611.tar.gz
gentoo-67494aba604b43b598e70163a11cf4708ad30611.tar.bz2
gentoo-67494aba604b43b598e70163a11cf4708ad30611.zip
sci-libs/cddlib: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/3709
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/cddlib/files/cddlib-094f-add-cdd_both_reps-binary.patch41
-rw-r--r--sci-libs/cddlib/files/cddlib-094f-use-libtool.patch54
2 files changed, 0 insertions, 95 deletions
diff --git a/sci-libs/cddlib/files/cddlib-094f-add-cdd_both_reps-binary.patch b/sci-libs/cddlib/files/cddlib-094f-add-cdd_both_reps-binary.patch
deleted file mode 100644
index 3c7392db7244..000000000000
--- a/sci-libs/cddlib/files/cddlib-094f-add-cdd_both_reps-binary.patch
+++ /dev/null
@@ -1,41 +0,0 @@
---- src-gmp/Makefile.am 2009-01-26 09:30:16.000000000 +0000
-+++ src-gmp/Makefile.am 2009-10-04 10:36:17.000000000 +0100
-@@ -11,7 +11,8 @@
- testcdd2_gmp \
- testlp1_gmp \
- testlp2_gmp \
--testlp3_gmp
-+testlp3_gmp \
-+cdd_both_reps_gmp
- #cddmathlink
-
- scdd_gmp_SOURCES = simplecdd.c
-@@ -27,6 +28,7 @@
- testlp1_gmp_SOURCES = testlp1.c
- testlp2_gmp_SOURCES = testlp2.c
- testlp3_gmp_SOURCES = testlp3.c
-+cdd_both_reps_gmp_SOURCES = cdd_both_reps.c
- # cddmathlink_SOURCES = cddmathlink.c cddmlio.h cddmlio.c
-
- LDADD = ../lib-src-gmp/libcddgmp.a
---- src/Makefile.am 2009-01-26 09:30:03.000000000 +0000
-+++ src/Makefile.am 2009-10-04 10:36:17.000000000 +0100
-@@ -11,7 +11,8 @@
- testcdd2 \
- testlp1 \
- testlp2 \
--testlp3
-+testlp3 \
-+cdd_both_reps
- #cddmathlink
-
- scdd_SOURCES = simplecdd.c
-@@ -27,6 +28,7 @@
- testlp1_SOURCES = testlp1.c
- testlp2_SOURCES = testlp2.c
- testlp3_SOURCES = testlp3.c
-+cdd_both_reps_SOURCES = cdd_both_reps.c
- # cddmathlink_SOURCES = cddmathlink.c cddmlio.h cddmlio.c
-
- LDADD = ../lib-src/libcdd.a
-
diff --git a/sci-libs/cddlib/files/cddlib-094f-use-libtool.patch b/sci-libs/cddlib/files/cddlib-094f-use-libtool.patch
deleted file mode 100644
index 219f6d9eb371..000000000000
--- a/sci-libs/cddlib/files/cddlib-094f-use-libtool.patch
+++ /dev/null
@@ -1,54 +0,0 @@
---- configure.in.orig 2008-02-07 09:57:13.000000000 +1300
-+++ configure.in 2008-05-26 08:59:21.000000000 +1200
-@@ -7,7 +7,7 @@
- dnl Checks for programs.
- AC_PROG_CC
- AC_PROG_INSTALL
--AC_PROG_RANLIB
-+AC_PROG_LIBTOOL
-
- dnl Checks for libraries.
- dnl Replace `main' with a function in -lg:
---- lib-src-gmp/Makefile.am.orig 2008-02-07 09:57:13.000000000 +1300
-+++ lib-src-gmp/Makefile.am 2008-05-26 08:55:35.000000000 +1200
-@@ -1,6 +1,6 @@
--lib_LIBRARIES = libcddgmp.a
-+lib_LTLIBRARIES = libcddgmp.la
-
--libcddgmp_a_SOURCES = \
-+libcddgmp_la_SOURCES = \
- cddcore.c \
- cddlp.c \
- cddmp.c \
---- lib-src/Makefile.am.orig 2008-02-07 09:57:14.000000000 +1300
-+++ lib-src/Makefile.am 2008-05-26 08:56:38.000000000 +1200
-@@ -1,6 +1,6 @@
--lib_LIBRARIES = libcdd.a
-+lib_LTLIBRARIES = libcdd.la
-
--libcdd_a_SOURCES = \
-+libcdd_la_SOURCES = \
- cddcore.c \
- cddlp.c \
- cddmp.c \
---- src/Makefile.am.orig 2008-02-07 09:57:15.000000000 +1300
-+++ src/Makefile.am 2008-05-26 08:57:49.000000000 +1200
-@@ -29,6 +29,6 @@
- testlp3_SOURCES = testlp3.c
- # cddmathlink_SOURCES = cddmathlink.c cddmlio.h cddmlio.c
-
--LDADD = ../lib-src/libcdd.a
-+LDADD = ../lib-src/libcdd.la
- INCLUDES = -I../lib-src
- AM_CPPFLAGS = -UGMPRATIONAL
---- src-gmp/Makefile.am.orig 2008-02-07 09:57:14.000000000 +1300
-+++ src-gmp/Makefile.am 2008-05-26 08:58:35.000000000 +1200
-@@ -29,7 +29,7 @@
- testlp3_gmp_SOURCES = testlp3.c
- # cddmathlink_SOURCES = cddmathlink.c cddmlio.h cddmlio.c
-
--LDADD = ../lib-src-gmp/libcddgmp.a
-+LDADD = ../lib-src-gmp/libcddgmp.la
- AM_LDFLAGS = -L$(gmplibdir)
- INCLUDES = -I../lib-src-gmp
- INCLUDES += -I$(gmpincludedir)