Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/openxcom/files/, games-engines/openxcom/
Date: Wed, 17 Aug 2022 18:03:47
Message-Id: 1660759378.1dc8cc9c6897751dcedde0bdee61acfeb56e5ef1.ionen@gentoo
1 commit: 1dc8cc9c6897751dcedde0bdee61acfeb56e5ef1
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 17 17:55:42 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 17 18:02:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dc8cc9c
7
8 games-engines/openxcom: remove obsolete patch from live
9
10 Feel like this package could use more attention / new snapshot
11 (haven't really looked), but at least dropping this obsolete patch.
12
13 Closes: https://bugs.gentoo.org/865417
14 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
15
16 games-engines/openxcom/files/openxcom-9999-mandir.patch | 9 ---------
17 games-engines/openxcom/openxcom-9999.ebuild | 4 +---
18 2 files changed, 1 insertion(+), 12 deletions(-)
19
20 diff --git a/games-engines/openxcom/files/openxcom-9999-mandir.patch b/games-engines/openxcom/files/openxcom-9999-mandir.patch
21 deleted file mode 100644
22 index 44d01fae9fe8..000000000000
23 --- a/games-engines/openxcom/files/openxcom-9999-mandir.patch
24 +++ /dev/null
25 @@ -1,9 +0,0 @@
26 ---- a/docs/CMakeLists.txt 2021-02-27 13:15:37.168240019 +0100
27 -+++ b/docs/CMakeLists.txt 2021-02-27 13:16:28.640486232 +0100
28 -@@ -38,5 +38,5 @@
29 -
30 - # Only useful for make install/package under *nix OSes, but not macOS.
31 - if ( UNIX AND NOT APPLE )
32 -- INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/openxcom.6 DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man6)
33 -+ INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/openxcom.6 DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man6)
34 - endif ()
35
36 diff --git a/games-engines/openxcom/openxcom-9999.ebuild b/games-engines/openxcom/openxcom-9999.ebuild
37 index 511bec55bed0..94e822f79c92 100644
38 --- a/games-engines/openxcom/openxcom-9999.ebuild
39 +++ b/games-engines/openxcom/openxcom-9999.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2021 Gentoo Authors
42 +# Copyright 1999-2022 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=7
46 @@ -33,8 +33,6 @@ BDEPEND="doc? ( app-doc/doxygen )"
47
48 DOCS=( README.md )
49
50 -PATCHES=( "${FILESDIR}/${P}-mandir.patch" ) # TODO: GNUInstallDirs
51 -
52 src_compile() {
53 cmake_src_compile
54 use doc && cmake_build doxygen