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-visualization/ggobi/files/
Date: Sun, 29 Jan 2017 20:11:52
Message-Id: 1485720581.b4afb3d536d0758bd8b64555c851e20dec0c45f9.soap@gentoo
1 commit: b4afb3d536d0758bd8b64555c851e20dec0c45f9
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Jan 29 09:20:20 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 20:09:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4afb3d5
7
8 sci-visualization/ggobi: remove unused patches
9
10 Closes: https://github.com/gentoo/gentoo/pull/3709
11
12 .../ggobi/files/ggobi-2.1.8-graphviz.patch | 13 -----------
13 .../ggobi/files/ggobi-2.1.8-syslibltdl.patch | 26 ----------------------
14 2 files changed, 39 deletions(-)
15
16 diff --git a/sci-visualization/ggobi/files/ggobi-2.1.8-graphviz.patch b/sci-visualization/ggobi/files/ggobi-2.1.8-graphviz.patch
17 deleted file mode 100644
18 index 402551b..00000000
19 --- a/sci-visualization/ggobi/files/ggobi-2.1.8-graphviz.patch
20 +++ /dev/null
21 @@ -1,13 +0,0 @@
22 ---- plugins/GraphLayout/graphviz.c 2009-03-15 15:03:18.000000000 -0400
23 -+++ plugins/GraphLayout/graphviz.c 2009-03-15 15:04:30.000000000 -0400
24 -@@ -267,8 +267,8 @@
25 - m = visible[i];
26 - name = (gchar *) g_array_index (d->rowlab, gchar *, m);
27 - node = agfindnode (graph, name);
28 -- pos[i][0] = (gdouble) ND_coord_i(node).x;
29 -- pos[i][1] = (gdouble) ND_coord_i(node).y;
30 -+ pos[i][0] = (gdouble) ND_coord(node).x;
31 -+ pos[i][1] = (gdouble) ND_coord(node).y;
32 - }
33 -
34 - } else if (layout_type == TWOPI_LAYOUT) {
35
36 diff --git a/sci-visualization/ggobi/files/ggobi-2.1.8-syslibltdl.patch b/sci-visualization/ggobi/files/ggobi-2.1.8-syslibltdl.patch
37 deleted file mode 100644
38 index c381a98..00000000
39 --- a/sci-visualization/ggobi/files/ggobi-2.1.8-syslibltdl.patch
40 +++ /dev/null
41 @@ -1,26 +0,0 @@
42 ---- ./Makefile.am.orig 2009-12-14 20:56:57.000000000 +0000
43 -+++ ./Makefile.am 2009-12-14 20:57:24.000000000 +0000
44 -@@ -1,4 +1,4 @@
45 --SUBDIRS = libltdl src plugins po
46 -+SUBDIRS = src plugins po
47 -
48 - EXTRA_DIST = bootstrap CPLicense.txt
49 -
50 ---- ./configure.ac.orig 2009-12-14 20:56:49.000000000 +0000
51 -+++ ./configure.ac 2009-12-14 21:00:11.000000000 +0000
52 -@@ -144,14 +144,12 @@
53 - # and to support DLLs on Windows. Also build libltdl for loading plugins.
54 - AC_DISABLE_STATIC
55 - AC_LIBTOOL_WIN32_DLL
56 --AC_LIBLTDL_CONVENIENCE
57 --AC_LIBTOOL_DLOPEN
58 - AC_PROG_LIBTOOL
59 -
60 - # Configure libltdl build
61 -+AC_WITH_LTDL
62 - AC_SUBST(INCLTDL)
63 - AC_SUBST(LIBLTDL)
64 --AC_CONFIG_SUBDIRS(libltdl)
65 -
66 - # Configure for building against local libintl
67 - AC_SUBST(INCINTL)