Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-cluster/dlb/files/
Date: Wed, 21 Apr 2021 07:32:49
Message-Id: 1618970047.ac155c0ccf7cc27934d327132aa0d86da34c6916.andrewammerlaan@gentoo
1 commit: ac155c0ccf7cc27934d327132aa0d86da34c6916
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Wed Apr 21 01:54:07 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Wed Apr 21 01:54:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac155c0c
7
8 sys-cluster/dlb: scrub patch
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 sys-cluster/dlb/files/dlb-2.1-pygen-python3.patch | 7 -------
14 1 file changed, 7 deletions(-)
15
16 diff --git a/sys-cluster/dlb/files/dlb-2.1-pygen-python3.patch b/sys-cluster/dlb/files/dlb-2.1-pygen-python3.patch
17 index 4b345d85f..b2ec60577 100644
18 --- a/sys-cluster/dlb/files/dlb-2.1-pygen-python3.patch
19 +++ b/sys-cluster/dlb/files/dlb-2.1-pygen-python3.patch
20 @@ -10,8 +10,6 @@ Subject: [PATCH] Run pygen script with either python2 or python3
21 3 files changed, 174 insertions(+), 1 deletion(-)
22 create mode 100755 scripts/pygen.py3
23
24 -diff --git a/Makefile.am b/Makefile.am
25 -index 7d575e7..b274011 100644
26 --- a/Makefile.am
27 +++ b/Makefile.am
28 @@ -83,7 +83,11 @@ nodist_include_HEADERS = src/LB_MPI/MPI_interface.h \
29 @@ -35,8 +33,6 @@ index 7d575e7..b274011 100644
30 scripts/viewer/dlb_cpu_usage.in \
31 scripts/viewer/dlb_viewer.py.in \
32 $(DEBIAN_EXTRA) \
33 -diff --git a/configure.ac b/configure.ac
34 -index 2200d23..8a587b9 100644
35 --- a/configure.ac
36 +++ b/configure.ac
37 @@ -235,6 +235,8 @@ AC_SUBST([INSTR_DEBUG_CPPFLAGS])
38 @@ -48,9 +44,6 @@ index 2200d23..8a587b9 100644
39
40 # check for OpenMP availability
41 AC_OPENMP
42 -diff --git a/scripts/pygen.py3 b/scripts/pygen.py3
43 -new file mode 100755
44 -index 0000000..9748d96
45 --- /dev/null
46 +++ b/scripts/pygen.py3
47 @@ -0,0 +1,166 @@