commit: 2e68db5f795528cc65dbb08bc40bd8f44fdf6c46 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat Jun 13 08:05:42 2020 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sat Jun 13 16:27:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e68db5f
app-misc/geneweb: remove unused patch Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/16213 .../geneweb/files/geneweb-6.08-r1-gentoo.patch | 30 ---------------------- 1 file changed, 30 deletions(-) diff --git a/app-misc/geneweb/files/geneweb-6.08-r1-gentoo.patch b/app-misc/geneweb/files/geneweb-6.08-r1-gentoo.patch deleted file mode 100644 index e5a43be720e..00000000000 --- a/app-misc/geneweb/files/geneweb-6.08-r1-gentoo.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- geneweb-6.08/setup/setup.ml.old 2007-08-07 19:25:13.000000000 +0200 -+++ geneweb-6.08/setup/setup.ml 2007-08-07 19:24:59.000000000 +0200 -@@ -5,8 +5,8 @@ - - value port = ref 2316; - value default_lang = ref "en"; --value setup_dir = ref "."; --value bin_dir = ref ""; -+value setup_dir = ref "/usr/share/geneweb"; -+value bin_dir = ref "/usr/bin"; - value lang_param = ref ""; - value only_file = ref ""; - ---- geneweb-6.08/tools/Makefile.inc.unix.old 2017-03-06 08:15:45.334667626 +0100 -+++ geneweb-6.08/tools/Makefile.inc.unix 2017-03-06 08:16:10.162223399 +0100 -@@ -6,11 +6,11 @@ - CAMLP5F=-DUNIX - CAMLP5D=+camlp5 - LIBUNIX=-cclib -lunix --OCAMLC=ocamlc.opt -w -3 -warn-error +a-52 --OCAMLOPT=ocamlopt.opt -w -3 -warn-error +a-52 -+OCAMLC=ocamlc.opt -w -3 -+OCAMLOPT=ocamlopt.opt -w -3 - OCAMLI= - OCAMLD= --STRIP=strip -+STRIP=true - RM=/bin/rm -f - EXE= - STATIC=-ccopt -static
