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: Sun, 18 Jul 2021 19:48:53
Message-Id: 1626637726.99e07544b3564a426c91f954e1ab7542e316563b.slyfox@gentoo
1 commit: 99e07544b3564a426c91f954e1ab7542e316563b
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Sun Jul 18 19:15:21 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 18 19:48:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e07544
7
8 dev-lang/crystal: remove unused patch
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Closes: https://github.com/gentoo/gentoo/pull/21707
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-lang/crystal/files/crystal-0.31.0-verbose.patch | 7 -------
16 1 file changed, 7 deletions(-)
17
18 diff --git a/dev-lang/crystal/files/crystal-0.31.0-verbose.patch b/dev-lang/crystal/files/crystal-0.31.0-verbose.patch
19 deleted file mode 100644
20 index f381704ba0d..00000000000
21 --- a/dev-lang/crystal/files/crystal-0.31.0-verbose.patch
22 +++ /dev/null
23 @@ -1,7 +0,0 @@
24 ---- a/Makefile
25 -+++ b/Makefile
26 -@@ -29,3 +29,3 @@ SOURCES := $(shell find src -name '*.cr')
27 - SPEC_SOURCES := $(shell find spec -name '*.cr')
28 --override FLAGS += $(if $(release),--release )$(if $(stats),--stats )$(if $(progress),--progress )$(if $(threads),--threads $(threads) )$(if $(debug),-d )$(if $(static),--static )$(if $(LDFLAGS),--link-flags="$(LDFLAGS)" )
29 -+override FLAGS += $(if $(release),--release )$(if $(stats),--stats )$(if $(progress),--progress )$(if $(threads),--threads $(threads) )$(if $(debug),-d )$(if $(static),--static )$(if $(LDFLAGS),--link-flags="$(LDFLAGS)" )$(if $(verbose),--verbose )
30 - SPEC_FLAGS := $(if $(verbose),-v )$(if $(junit_output),--junit_output $(junit_output) )