From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D701A138359 for ; Wed, 6 May 2020 11:51:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06F49E0970; Wed, 6 May 2020 11:51:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C85CDE0970 for ; Wed, 6 May 2020 11:51:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD41B34F677 for ; Wed, 6 May 2020 11:51:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29E36246 for ; Wed, 6 May 2020 11:51:18 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1588765862.66305b3eed52830c08afdfea60ecfa165e31dcdc.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/liblockfile/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/liblockfile/files/liblockfile-1.06-respectflags.patch net-libs/liblockfile/files/liblockfile-orphan-file.patch X-VCS-Directories: net-libs/liblockfile/files/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 66305b3eed52830c08afdfea60ecfa165e31dcdc X-VCS-Branch: master Date: Wed, 6 May 2020 11:51:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0e1749ac-57a3-4e4f-952d-cfb0d9c08069 X-Archives-Hash: c364ef072f1e5ec52f4925f1bcdb0292 commit: 66305b3eed52830c08afdfea60ecfa165e31dcdc Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue May 5 12:57:01 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed May 6 11:51:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66305b3e net-libs/liblockfile: remove unused patches Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Joonas Niilola gentoo.org> .../files/liblockfile-1.06-respectflags.patch | 18 ------------------ .../liblockfile/files/liblockfile-orphan-file.patch | 19 ------------------- 2 files changed, 37 deletions(-) diff --git a/net-libs/liblockfile/files/liblockfile-1.06-respectflags.patch b/net-libs/liblockfile/files/liblockfile-1.06-respectflags.patch deleted file mode 100644 index 1a8d0eb18cb..00000000000 --- a/net-libs/liblockfile/files/liblockfile-1.06-respectflags.patch +++ /dev/null @@ -1,18 +0,0 @@ -Index: liblockfile-1.06/Makefile.in -=================================================================== ---- liblockfile-1.06.orig/Makefile.in -+++ liblockfile-1.06/Makefile.in -@@ -32,11 +32,11 @@ liblockfile.a: lockfile.o - ar rv liblockfile.a lockfile.o - - liblockfile.so: liblockfile.a -- $(CC) -fPIC -shared -Wl,-soname,liblockfile.so.1 \ -+ $(CC) $(LDFLAGS) -fPIC -shared -Wl,-soname,liblockfile.so.1 \ - -o liblockfile.so lockfile.o -lc - - nfslock.so.$(VER): nfslock.o -- $(CC) -fPIC -shared -Wl,-soname,nfslock.so.0 \ -+ $(CC) $(LDFLAGS) -fPIC -shared -Wl,-soname,nfslock.so.0 \ - -o nfslock.so.$(NVER) nfslock.o - - dotlockfile: dotlockfile.o xlockfile.o diff --git a/net-libs/liblockfile/files/liblockfile-orphan-file.patch b/net-libs/liblockfile/files/liblockfile-orphan-file.patch deleted file mode 100644 index 4a8c75ac412..00000000000 --- a/net-libs/liblockfile/files/liblockfile-orphan-file.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -ur liblockfile-1.06-orig/Makefile.in liblockfile-1.06/Makefile.in ---- liblockfile-1.06-orig/Makefile.in 2006-11-28 06:19:09.000000000 +0100 -+++ liblockfile-1.06/Makefile.in 2006-11-28 06:24:30.000000000 +0100 -@@ -5,6 +5,7 @@ - # - - VER = 1.0 -+MVER = 1 - NVER = 0.1 - - CFLAGS = @CFLAGS@ -I. -@@ -55,6 +56,7 @@ - install_shared: shared install_common - install -m 755 liblockfile.so \ - $(ROOT)$(libdir)/liblockfile.so.$(VER) -+ ln -s liblockfile.so.$(VER) $(ROOT)$(libdir)/liblockfile.so.$(MVER) - ln -s liblockfile.so.$(VER) $(ROOT)$(libdir)/liblockfile.so - if test "$(ROOT)" = ""; then @LDCONFIG@; fi -