Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luaexpat/files/
Date: Mon, 26 Sep 2016 11:29:52
Message-Id: 1474889289.877a86e44bac147600849d602a77cf5327d6e02e.monsieurp@gentoo
1 commit: 877a86e44bac147600849d602a77cf5327d6e02e
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 6 16:29:14 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 26 11:28:09 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=877a86e4
7
8 dev-lua/luaexpat: remove unused patches.
9
10 Closes: https://github.com/gentoo/gentoo/pull/2259
11
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 dev-lua/luaexpat/files/luaexpat-1.1-makefile.patch | 19 -------------------
15 dev-lua/luaexpat/files/luaexpat-1.2.0-makefile.patch | 19 -------------------
16 2 files changed, 38 deletions(-)
17
18 diff --git a/dev-lua/luaexpat/files/luaexpat-1.1-makefile.patch b/dev-lua/luaexpat/files/luaexpat-1.1-makefile.patch
19 deleted file mode 100644
20 index b503a4e..00000000
21 --- a/dev-lua/luaexpat/files/luaexpat-1.1-makefile.patch
22 +++ /dev/null
23 @@ -1,19 +0,0 @@
24 ---- makefile.old 2006-06-08 20:41:48.000000000 +0000
25 -+++ makefile 2009-10-26 14:19:08.000000000 +0000
26 -@@ -18,11 +18,11 @@
27 - $(CC) -c $(CFLAGS) -o $@ $(COMPAT_DIR)/compat-5.1.c
28 -
29 - install:
30 -- mkdir -p $(LUA_LIBDIR)
31 -- cp src/$(LIBNAME) $(LUA_LIBDIR)
32 -- cd $(LUA_LIBDIR); ln -f -s $(LIBNAME) $T.so
33 -- mkdir -p $(LUA_DIR)/$T
34 -- cp src/$T/lom.lua $(LUA_DIR)/$T
35 -+ mkdir -p $(DESTDIR)$(LUA_LIBDIR)
36 -+ cp src/$(LIBNAME) $(DESTDIR)$(LUA_LIBDIR)
37 -+ cd $(DESTDIR)$(LUA_LIBDIR); ln -f -s $(LIBNAME) $T.so
38 -+ mkdir -p $(DESTDIR)$(LUA_DIR)/$T
39 -+ cp src/$T/lom.lua $(DESTDIR)$(LUA_DIR)/$T
40 -
41 - clean:
42 - rm -f src/$(LIBNAME) $(OBJS)
43
44 diff --git a/dev-lua/luaexpat/files/luaexpat-1.2.0-makefile.patch b/dev-lua/luaexpat/files/luaexpat-1.2.0-makefile.patch
45 deleted file mode 100644
46 index b503a4e..00000000
47 --- a/dev-lua/luaexpat/files/luaexpat-1.2.0-makefile.patch
48 +++ /dev/null
49 @@ -1,19 +0,0 @@
50 ---- makefile.old 2006-06-08 20:41:48.000000000 +0000
51 -+++ makefile 2009-10-26 14:19:08.000000000 +0000
52 -@@ -18,11 +18,11 @@
53 - $(CC) -c $(CFLAGS) -o $@ $(COMPAT_DIR)/compat-5.1.c
54 -
55 - install:
56 -- mkdir -p $(LUA_LIBDIR)
57 -- cp src/$(LIBNAME) $(LUA_LIBDIR)
58 -- cd $(LUA_LIBDIR); ln -f -s $(LIBNAME) $T.so
59 -- mkdir -p $(LUA_DIR)/$T
60 -- cp src/$T/lom.lua $(LUA_DIR)/$T
61 -+ mkdir -p $(DESTDIR)$(LUA_LIBDIR)
62 -+ cp src/$(LIBNAME) $(DESTDIR)$(LUA_LIBDIR)
63 -+ cd $(DESTDIR)$(LUA_LIBDIR); ln -f -s $(LIBNAME) $T.so
64 -+ mkdir -p $(DESTDIR)$(LUA_DIR)/$T
65 -+ cp src/$T/lom.lua $(DESTDIR)$(LUA_DIR)/$T
66 -
67 - clean:
68 - rm -f src/$(LIBNAME) $(OBJS)