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 D4B1E1396D0 for ; Sat, 2 Sep 2017 14:52:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1205F1FC059; Sat, 2 Sep 2017 14:52:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E3AA91FC059 for ; Sat, 2 Sep 2017 14:52:46 +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 E3A8C341669 for ; Sat, 2 Sep 2017 14:52:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC49D8B70 for ; Sat, 2 Sep 2017 14:52:44 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1504363955.1c1084ebb6573cde52b0682d5e81a0d967357c38.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libnspsl/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libnspsl/files/libnspsl-0.1.0-FLAGS.patch X-VCS-Directories: media-libs/libnspsl/files/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 1c1084ebb6573cde52b0682d5e81a0d967357c38 X-VCS-Branch: master Date: Sat, 2 Sep 2017 14:52:44 +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: b5e5b412-b2f1-41af-a238-a5c89ad692b6 X-Archives-Hash: 01d8ef44ecbc5b269564e9af5a985379 commit: 1c1084ebb6573cde52b0682d5e81a0d967357c38 Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu Aug 17 08:08:07 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Sep 2 14:52:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c1084eb media-libs/libnspsl: remove unused patch .../libnspsl/files/libnspsl-0.1.0-FLAGS.patch | 44 ---------------------- 1 file changed, 44 deletions(-) diff --git a/media-libs/libnspsl/files/libnspsl-0.1.0-FLAGS.patch b/media-libs/libnspsl/files/libnspsl-0.1.0-FLAGS.patch deleted file mode 100644 index 7f2cea20c7d..00000000000 --- a/media-libs/libnspsl/files/libnspsl-0.1.0-FLAGS.patch +++ /dev/null @@ -1,44 +0,0 @@ -+CXXNOOPT := -+CXXDBG := - CXXINC := -I - CXXLIB := -L - CXXSHR := -fPIC - --LDDBG := -g -+LDDBG := - # Reevaluation is required here - LDSHR = -shared -Wl,-soname,$(SONAME) - ---- /var/tmp/portage/media-libs/libnspsl-0.1.0/work/buildsystem-1.5/makefiles/Makefile.clang.orig 2017-01-24 00:54:49.780561144 +0100 -+++ /var/tmp/portage/media-libs/libnspsl-0.1.0/work/buildsystem-1.5/makefiles/Makefile.clang 2017-01-24 01:00:44.006333019 +0100 -@@ -3,23 +3,23 @@ - # as clang being mostly GCC-compatible on the command line - - CCDEF := -D --CCOPT := -O2 --CCNOOPT := -O0 --CCDBG := -g -+CCOPT := -+CCNOOPT := -+CCDBG := - CCINC := -I - CCLIB := -L - CCAS := -xassembler-with-cpp - CCSHR := -fPIC - - CXXDEF := -D --CXXOPT := -O2 --CXXNOOPT := -O0 --CXXDBG := -g -+CXXOPT := -+CXXNOOPT := -+CXXDBG := - CXXINC := -I - CXXLIB := -L - CXXSHR := -fPIC - --LDDBG := -g -+LDDBG := - # Reevaluation is required here - LDSHR = -shared -Wl,-soname,$(SONAME) -