commit:     ad0611a355d03f841d976f0afebf966776942321
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Sun Jan 29 09:16:45 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 20:09:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad0611a3

sci-libs/ssm: remove unused patches

Closes: https://github.com/gentoo/gentoo/pull/3709

 sci-libs/ssm/files/ssm-1.1-mmdb.patch | 27 ---------------------------
 sci-libs/ssm/files/ssm-1.1-pc.patch   | 19 -------------------
 2 files changed, 46 deletions(-)

diff --git a/sci-libs/ssm/files/ssm-1.1-mmdb.patch 
b/sci-libs/ssm/files/ssm-1.1-mmdb.patch
deleted file mode 100644
index 6e80ed3..00000000
--- a/sci-libs/ssm/files/ssm-1.1-mmdb.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- configure.ac_orig  2011-02-25 16:20:48.000000000 -0800
-+++ configure.ac       2011-02-25 16:21:19.000000000 -0800
-@@ -27,8 +27,10 @@
- AC_STRUCT_TM
- 
- dnl Check for MMDB.
--AM_PATH_MMDB([echo Found mmdb], [echo Error locating necessary mmdb; exit 1])
--
-+# AM_PATH_MMDB([echo Found mmdb], [echo Error locating necessary mmdb; exit 
1])
-+PKG_CHECK_MODULES(MMDB, mmdb >= 1.23)
-+AC_SUBST(MMDB_CFLAGS)
-+AC_SUBST(MMDB_LIBS)
- 
- # Checks for library functions.
- AC_FUNC_STRTOD
---- src/Makefile.am_orig       2007-09-03 13:58:00.000000000 -0700
-+++ src/Makefile.am    2008-11-10 01:38:24.000000000 -0800
-@@ -5,7 +5,8 @@
- 
- lib_LTLIBRARIES = libssm.la
- 
--INCLUDES = $(MMDB_CXXFLAGS)
-+AM_CPPFLAGS = @MMDB_CFLAGS@
-+LIBS = @MMDB_LIBS@
- 
- libssm_h_sources = ss_csia.h ss_graph.h ssm_align.h ssm_superpose.h 
ss_vxedge.h
- 

diff --git a/sci-libs/ssm/files/ssm-1.1-pc.patch 
b/sci-libs/ssm/files/ssm-1.1-pc.patch
deleted file mode 100644
index c018bc0..00000000
--- a/sci-libs/ssm/files/ssm-1.1-pc.patch
+++ /dev/null
@@ -1,19 +0,0 @@
- ssm.pc.in |    8 ++++----
- 1 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/ssm.pc.in b/ssm.pc.in
-index c5f8a6a..a6ac635 100644
---- a/ssm.pc.in
-+++ b/ssm.pc.in
-@@ -1,7 +1,7 @@
--prefix=@SSM_PREFIX@
--exec_prefix=@SSM_PREFIX@
--libdir=@SSM_PREFIX@/lib
--includedir=@SSM_PREFIX@/include
-+prefix=@prefix@
-+exec_prefix=@exec_prefix@
-+libdir=@libdir@
-+includedir=@includedir@/ssm
- 
- Name: ssm
- Description: Macromolecular superposition library

Reply via email to