From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MsDsF-0004ng-Tg for garchives@archives.gentoo.org; Mon, 28 Sep 2009 10:54:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6998CE086E; Mon, 28 Sep 2009 10:54:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 48CC6E086E for ; Mon, 28 Sep 2009 10:54:31 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 0294F67317 for ; Mon, 28 Sep 2009 10:54:31 +0000 (UTC) Received: from flameeyes by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MsDsE-00067j-2a for gentoo-commits@lists.gentoo.org; Mon, 28 Sep 2009 10:54:30 +0000 From: "Diego Petteno (flameeyes)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, flameeyes@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/luasocket/files: luasocket-2.0.2-unixsocket.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: luasocket-2.0.2-unixsocket.patch X-VCS-Directories: dev-libs/luasocket/files X-VCS-Committer: flameeyes X-VCS-Committer-Name: Diego Petteno Content-Type: text/plain; charset=utf8 Message-Id: Sender: Diego Petteno Date: Mon, 28 Sep 2009 10:54:30 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: dc3fbced-7c8e-47da-b86b-2cee45d86b5c X-Archives-Hash: c1ab46be80245d88da1325469136e3a8 flameeyes 09/09/28 10:54:30 Added: luasocket-2.0.2-unixsocket.patch Log: Initial import of luasocket (needed for ekeyd); thanks to Pierre Guinoi= seau in bug #239540 for the basic ebuild. (Portage version: 2.2_rc42/cvs/Linux x86_64) Revision Changes Path 1.1 dev-libs/luasocket/files/luasocket-2.0.2-unixsocket.= patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/luasocket= /files/luasocket-2.0.2-unixsocket.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/luasocket= /files/luasocket-2.0.2-unixsocket.patch?rev=3D1.1&content-type=3Dtext/pla= in Index: luasocket-2.0.2-unixsocket.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Index: luasocket-2.0.2/makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- luasocket-2.0.2.orig/makefile +++ luasocket-2.0.2/makefile @@ -45,6 +47,7 @@ install: all #cd src; $(INSTALL_DATA) $(TO_MIME_SHARE) $(INSTALL_MIME_SHARE) cd src; mkdir -p $(INSTALL_MIME_LIB) cd src; $(INSTALL_EXEC) $(MIME_SO) $(INSTALL_MIME_LIB)/core.$(EXT) + cd src; $(INSTALL_EXEC) $(UNIX_SO) $(INSTALL_SOCKET_LIB)/unix.$(EXT) =20 #------ # End of makefile Index: luasocket-2.0.2/src/makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- luasocket-2.0.2.orig/src/makefile +++ luasocket-2.0.2/src/makefile @@ -47,7 +47,7 @@ UNIX_OBJS:=3D\ usocket.o \ unix.o =20 -all: $(SOCKET_SO) $(MIME_SO)=20 +all: $(SOCKET_SO) $(MIME_SO) $(UNIX_SO) =20 $(SOCKET_SO): $(SOCKET_OBJS) $(LD) $(LDFLAGS) -o $@ $(SOCKET_OBJS)