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-libs/ssm/files/
Date: Sun, 29 Jan 2017 20:11:35
Message-Id: 1485720579.ad0611a355d03f841d976f0afebf966776942321.soap@gentoo
1 commit: ad0611a355d03f841d976f0afebf966776942321
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Jan 29 09:16:45 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 20:09:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad0611a3
7
8 sci-libs/ssm: remove unused patches
9
10 Closes: https://github.com/gentoo/gentoo/pull/3709
11
12 sci-libs/ssm/files/ssm-1.1-mmdb.patch | 27 ---------------------------
13 sci-libs/ssm/files/ssm-1.1-pc.patch | 19 -------------------
14 2 files changed, 46 deletions(-)
15
16 diff --git a/sci-libs/ssm/files/ssm-1.1-mmdb.patch b/sci-libs/ssm/files/ssm-1.1-mmdb.patch
17 deleted file mode 100644
18 index 6e80ed3..00000000
19 --- a/sci-libs/ssm/files/ssm-1.1-mmdb.patch
20 +++ /dev/null
21 @@ -1,27 +0,0 @@
22 ---- configure.ac_orig 2011-02-25 16:20:48.000000000 -0800
23 -+++ configure.ac 2011-02-25 16:21:19.000000000 -0800
24 -@@ -27,8 +27,10 @@
25 - AC_STRUCT_TM
26 -
27 - dnl Check for MMDB.
28 --AM_PATH_MMDB([echo Found mmdb], [echo Error locating necessary mmdb; exit 1])
29 --
30 -+# AM_PATH_MMDB([echo Found mmdb], [echo Error locating necessary mmdb; exit 1])
31 -+PKG_CHECK_MODULES(MMDB, mmdb >= 1.23)
32 -+AC_SUBST(MMDB_CFLAGS)
33 -+AC_SUBST(MMDB_LIBS)
34 -
35 - # Checks for library functions.
36 - AC_FUNC_STRTOD
37 ---- src/Makefile.am_orig 2007-09-03 13:58:00.000000000 -0700
38 -+++ src/Makefile.am 2008-11-10 01:38:24.000000000 -0800
39 -@@ -5,7 +5,8 @@
40 -
41 - lib_LTLIBRARIES = libssm.la
42 -
43 --INCLUDES = $(MMDB_CXXFLAGS)
44 -+AM_CPPFLAGS = @MMDB_CFLAGS@
45 -+LIBS = @MMDB_LIBS@
46 -
47 - libssm_h_sources = ss_csia.h ss_graph.h ssm_align.h ssm_superpose.h ss_vxedge.h
48 -
49
50 diff --git a/sci-libs/ssm/files/ssm-1.1-pc.patch b/sci-libs/ssm/files/ssm-1.1-pc.patch
51 deleted file mode 100644
52 index c018bc0..00000000
53 --- a/sci-libs/ssm/files/ssm-1.1-pc.patch
54 +++ /dev/null
55 @@ -1,19 +0,0 @@
56 - ssm.pc.in | 8 ++++----
57 - 1 files changed, 4 insertions(+), 4 deletions(-)
58 -
59 -diff --git a/ssm.pc.in b/ssm.pc.in
60 -index c5f8a6a..a6ac635 100644
61 ---- a/ssm.pc.in
62 -+++ b/ssm.pc.in
63 -@@ -1,7 +1,7 @@
64 --prefix=@SSM_PREFIX@
65 --exec_prefix=@SSM_PREFIX@
66 --libdir=@SSM_PREFIX@/lib
67 --includedir=@SSM_PREFIX@/include
68 -+prefix=@prefix@
69 -+exec_prefix=@exec_prefix@
70 -+libdir=@libdir@
71 -+includedir=@includedir@/ssm
72 -
73 - Name: ssm
74 - Description: Macromolecular superposition library