sci-libs/cddlib: remove unused patches
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Sun, 29 Jan 2017 09:03:29 +0000 (10:03 +0100)
committerDavid Seifert <soap@gentoo.org>
Sun, 29 Jan 2017 20:09:36 +0000 (21:09 +0100)
Closes: https://github.com/gentoo/gentoo/pull/3709

sci-libs/cddlib/files/cddlib-094f-add-cdd_both_reps-binary.patch [deleted file]
sci-libs/cddlib/files/cddlib-094f-use-libtool.patch [deleted file]

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 (file)
index 3c7392d..0000000
+++ /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 (file)
index 219f6d9..0000000
+++ /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)