Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luasocket/files/
Date: Thu, 10 Aug 2017 12:25:02
Message-Id: 1502367878.e6be044ad012e6282371f06d7d166ac90ce226c1.mgorny@gentoo
1 commit: e6be044ad012e6282371f06d7d166ac90ce226c1
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 8 08:28:09 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 10 12:24:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6be044a
7
8 dev-lua/luasocket: remove unused patch
9
10 .../files/luasocket-2.0.2-unixsocket.patch | 25 ----------------------
11 1 file changed, 25 deletions(-)
12
13 diff --git a/dev-lua/luasocket/files/luasocket-2.0.2-unixsocket.patch b/dev-lua/luasocket/files/luasocket-2.0.2-unixsocket.patch
14 deleted file mode 100644
15 index 15f4fe01496..00000000000
16 --- a/dev-lua/luasocket/files/luasocket-2.0.2-unixsocket.patch
17 +++ /dev/null
18 @@ -1,25 +0,0 @@
19 -Index: luasocket-2.0.2/makefile
20 -===================================================================
21 ---- luasocket-2.0.2.orig/makefile
22 -+++ luasocket-2.0.2/makefile
23 -@@ -45,6 +47,7 @@ install: all
24 - #cd src; $(INSTALL_DATA) $(TO_MIME_SHARE) $(INSTALL_MIME_SHARE)
25 - cd src; mkdir -p $(INSTALL_MIME_LIB)
26 - cd src; $(INSTALL_EXEC) $(MIME_SO) $(INSTALL_MIME_LIB)/core.$(EXT)
27 -+ cd src; $(INSTALL_EXEC) $(UNIX_SO) $(INSTALL_SOCKET_LIB)/unix.$(EXT)
28 -
29 - #------
30 - # End of makefile
31 -Index: luasocket-2.0.2/src/makefile
32 -===================================================================
33 ---- luasocket-2.0.2.orig/src/makefile
34 -+++ luasocket-2.0.2/src/makefile
35 -@@ -47,7 +47,7 @@ UNIX_OBJS:=\
36 - usocket.o \
37 - unix.o
38 -
39 --all: $(SOCKET_SO) $(MIME_SO)
40 -+all: $(SOCKET_SO) $(MIME_SO) $(UNIX_SO)
41 -
42 - $(SOCKET_SO): $(SOCKET_OBJS)
43 - $(LD) $(LDFLAGS) -o $@ $(SOCKET_OBJS)