Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/newt/files/
Date: Thu, 30 May 2019 21:26:30
Message-Id: 1559251574.f82569a6ec7eed4b17c07e07b8335d64ef6ba806.bkohler@gentoo
1 commit: f82569a6ec7eed4b17c07e07b8335d64ef6ba806
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 30 21:25:37 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Thu May 30 21:26:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f82569a6
7
8 dev-libs/newt: drop unused snack patch
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.13
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 dev-libs/newt/files/newt-0.52.15-snack.patch | 13 -------------
14 1 file changed, 13 deletions(-)
15
16 diff --git a/dev-libs/newt/files/newt-0.52.15-snack.patch b/dev-libs/newt/files/newt-0.52.15-snack.patch
17 deleted file mode 100644
18 index dd2627538e6..00000000000
19 --- a/dev-libs/newt/files/newt-0.52.15-snack.patch
20 +++ /dev/null
21 @@ -1,13 +0,0 @@
22 -diff --git a/Makefile.in b/Makefile.in
23 -index 75764e1..ca95bb6 100644
24 ---- a/Makefile.in
25 -+++ b/Makefile.in
26 -@@ -90,7 +90,7 @@ _snackmodule.so: snackmodule.c $(LIBNEWTSH)
27 - PLDFLAGS=`$$pyconfig --ldflags`; \
28 - PLFLAGS=`$$pyconfig --libs`; \
29 - echo $(CC) $(SHCFLAGS) $(CPPFLAGS) $$PIFLAGS $$PCFLAGS -c -o $$ver/snackmodule.o snackmodule.c; \
30 -- $(CC) $(SHCFLAGS) $(CPPFLAGS) $$PIFLAGS $$PCFLAGS -c -o $$ver/snackmodule.o snackmodule.c; \
31 -+ $(CC) $(SHCFLAGS) $(CFLAGS) $(CPPFLAGS) $$PIFLAGS $$PCFLAGS -c -o $$ver/snackmodule.o snackmodule.c; \
32 - echo $(CC) --shared $$PLDFLAGS $$PLFLAGS $(LDFLAGS) -o $$ver/_snackmodule.so $$ver/snackmodule.o -L. -lnewt $(LIBS); \
33 - $(CC) --shared $$PLDFLAGS $$PLFLAGS $(LDFLAGS) -o $$ver/_snackmodule.so $$ver/snackmodule.o -L. -lnewt $(LIBS); \
34 - done || :