Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/numptyphysics/files/
Date: Sun, 27 May 2018 16:14:45
Message-Id: 1527437674.94e304580d552125d60d6fa5bae97d5a0939c028.pacho@gentoo
1 commit: 94e304580d552125d60d6fa5bae97d5a0939c028
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 27 16:11:50 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 16:14:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94e30458
7
8 games-puzzle/numptyphysics: Drop old
9
10 Package-Manager: Portage-2.3.38, Repoman-2.3.9
11
12 .../files/numptyphysics-9999-gentoo.patch | 44 ----------------------
13 1 file changed, 44 deletions(-)
14
15 diff --git a/games-puzzle/numptyphysics/files/numptyphysics-9999-gentoo.patch b/games-puzzle/numptyphysics/files/numptyphysics-9999-gentoo.patch
16 deleted file mode 100644
17 index e1276a86edd..00000000000
18 --- a/games-puzzle/numptyphysics/files/numptyphysics-9999-gentoo.patch
19 +++ /dev/null
20 @@ -1,44 +0,0 @@
21 -diff --git a/external/glaserl/makefile b/external/glaserl/makefile
22 -index 4120459..f49d9e7 100644
23 ---- a/external/glaserl/makefile
24 -+++ b/external/glaserl/makefile
25 -@@ -1,7 +1,5 @@
26 - TARGET := libglaserl.a
27 -
28 --CFLAGS += -g -O2
29 --
30 - SOURCES := $(wildcard *.c)
31 - OBJECTS := $(SOURCES:.c=.o)
32 -
33 -diff --git a/makefile b/makefile
34 -index 0f9a9b6..292b759 100644
35 ---- a/makefile
36 -+++ b/makefile
37 -@@ -1,7 +1,6 @@
38 - APP := numptyphysics
39 -
40 - SOURCES := $(wildcard src/*.cpp)
41 --CXXFLAGS += -std=c++11 -Isrc -Wall -Wno-sign-compare
42 -
43 - all: app
44 -
45 -@@ -13,7 +12,7 @@ app: $(TARGET)
46 -
47 - $(TARGET): $(OBJECTS) $(LOCAL_LIBS)
48 - $(SILENTMSG) "\tLD\t$@\n"
49 -- $(SILENTCMD) $(CXX) -o $@ $^ $(LIBS)
50 -+ $(SILENTCMD) $(CXX) -o $@ $^ $(LDFLAGS) $(LIBS)
51 -
52 - clean: $(ADDITIONAL_CLEAN_TARGETS)
53 - $(SILENTMSG) "\tCLEAN\n"
54 -diff --git a/src/Os.cpp b/src/Os.cpp
55 -index b5d7fb9..6a0ccf4 100644
56 ---- a/src/Os.cpp
57 -+++ b/src/Os.cpp
58 -@@ -262,5 +262,5 @@ Os::globalDataDir()
59 - }
60 -
61 - // System-wide installation
62 -- return thp::format("%s/../share/%s/data", g_appDir.c_str(), appName().c_str());
63 -+ return "@GENTOO_DATADIR@";
64 - }