Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/crystal/files/
Date: Sat, 02 Mar 2019 20:08:03
Message-Id: 1551557272.9c4b4a964f7ffe6d02bcd0c4b440a2559f90aa90.slyfox@gentoo
1 commit: 9c4b4a964f7ffe6d02bcd0c4b440a2559f90aa90
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 2 12:02:26 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 2 20:07:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c4b4a96
7
8 dev-lang/crystal: remove unused patch
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11216
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 dev-lang/crystal/files/crystal-0.23.0-verbose-LDFLAGS.patch | 9 ---------
15 1 file changed, 9 deletions(-)
16
17 diff --git a/dev-lang/crystal/files/crystal-0.23.0-verbose-LDFLAGS.patch b/dev-lang/crystal/files/crystal-0.23.0-verbose-LDFLAGS.patch
18 deleted file mode 100644
19 index 35eace15dae..00000000000
20 --- a/dev-lang/crystal/files/crystal-0.23.0-verbose-LDFLAGS.patch
21 +++ /dev/null
22 @@ -1,9 +0,0 @@
23 -diff --git a/Makefile b/Makefile
24 -index eff69e5..5c0c024 100644
25 ---- a/Makefile
26 -+++ b/Makefile
27 -@@ -28,3 +28,3 @@ SOURCES := $(shell find src -name '*.cr')
28 - SPEC_SOURCES := $(shell find spec -name '*.cr')
29 --FLAGS := $(if $(release),--release )$(if $(stats),--stats )$(if $(progress),--progress )$(if $(threads),--threads $(threads) )$(if $(debug),-d )
30 -+FLAGS := $(if $(release),--release )$(if $(stats),--stats )$(if $(progress),--progress )$(if $(threads),--threads $(threads) )$(if $(debug),-d )$(if $(verbose),--verbose )$(if $(LDFLAGS),--link-flags="$(LDFLAGS)" )
31 - SPEC_FLAGS := $(if $(verbose),-v )$(if $(junit_output),--junit_output $(junit_output) )