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 878261382C5 for ; Fri, 9 Mar 2018 07:33:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7DF4E0A10; Fri, 9 Mar 2018 07:33:28 +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 83C93E0A10 for ; Fri, 9 Mar 2018 07:33:28 +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 91697335C07 for ; Fri, 9 Mar 2018 07:33:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2007C1CC for ; Fri, 9 Mar 2018 07:33:26 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1520580803.79cdc9995aca702ad110f1d9776fa0cd6b33f79d.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xxhash/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/xxhash/files/xxhash-staticlib.patch X-VCS-Directories: dev-libs/xxhash/files/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 79cdc9995aca702ad110f1d9776fa0cd6b33f79d X-VCS-Branch: master Date: Fri, 9 Mar 2018 07:33:26 +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-Archives-Salt: ea051ee3-010e-4913-b794-a1fc30fa87a1 X-Archives-Hash: 9f6c9b2496d3db4bc886623a4e787502 commit: 79cdc9995aca702ad110f1d9776fa0cd6b33f79d Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu Mar 8 19:25:45 2018 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Fri Mar 9 07:33:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79cdc999 dev-libs/xxhash: remove unused patch dev-libs/xxhash/files/xxhash-staticlib.patch | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/dev-libs/xxhash/files/xxhash-staticlib.patch b/dev-libs/xxhash/files/xxhash-staticlib.patch deleted file mode 100644 index b30ac93dbef..00000000000 --- a/dev-libs/xxhash/files/xxhash-staticlib.patch +++ /dev/null @@ -1,27 +0,0 @@ -Only in xxHash-0.6.3.orig/cmake_unofficial: CMakeLists.txt -diff -ru xxHash-0.6.3.orig/Makefile xxHash-0.6.3/Makefile ---- xxHash-0.6.3.orig/Makefile 2017-12-18 10:47:41.740700013 +0100 -+++ xxHash-0.6.3/Makefile 2017-12-18 11:14:05.157379597 +0100 -@@ -50,7 +50,7 @@ - default: xxhsum - - .PHONY: all --all: xxhsum xxhsum32 xxhsum_inlinedXXH -+all: xxhsum xxhsum32 xxhsum_inlinedXXH libxxhash.a - - xxhsum32: CFLAGS += -m32 - xxhsum xxhsum32: xxhash.c xxhsum.c -@@ -58,6 +58,13 @@ - ln -sf $@ xxh32sum - ln -sf $@ xxh64sum - -+xxhash.o: CPPFLAGS += -DXXHASH_EXPORT -+xxhash.o: xxhash.c -+ $(CC) $(FLAGS) -c $^ -+ -+libxxhash.a: xxhash.o -+ $(AR) rcs $@ $^ $@ -+ - xxhsum_inlinedXXH: xxhsum.c - $(CC) $(FLAGS) -DXXH_PRIVATE_API $^ -o $@$(EXT) -