diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-08-17 13:55:42 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-08-17 14:02:58 -0400 |
commit | 1dc8cc9c6897751dcedde0bdee61acfeb56e5ef1 (patch) | |
tree | 9c1ea1b38ba54b25613b73641a4d65376a78c35c /games-engines/openxcom | |
parent | app-misc/recoll: Version bump to 1.32.5 (diff) | |
download | gentoo-1dc8cc9c6897751dcedde0bdee61acfeb56e5ef1.tar.gz gentoo-1dc8cc9c6897751dcedde0bdee61acfeb56e5ef1.tar.bz2 gentoo-1dc8cc9c6897751dcedde0bdee61acfeb56e5ef1.zip |
games-engines/openxcom: remove obsolete patch from live
Feel like this package could use more attention / new snapshot
(haven't really looked), but at least dropping this obsolete patch.
Closes: https://bugs.gentoo.org/865417
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-engines/openxcom')
-rw-r--r-- | games-engines/openxcom/files/openxcom-9999-mandir.patch | 9 | ||||
-rw-r--r-- | games-engines/openxcom/openxcom-9999.ebuild | 4 |
2 files changed, 1 insertions, 12 deletions
diff --git a/games-engines/openxcom/files/openxcom-9999-mandir.patch b/games-engines/openxcom/files/openxcom-9999-mandir.patch deleted file mode 100644 index 44d01fae9fe8..000000000000 --- a/games-engines/openxcom/files/openxcom-9999-mandir.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- a/docs/CMakeLists.txt 2021-02-27 13:15:37.168240019 +0100 -+++ b/docs/CMakeLists.txt 2021-02-27 13:16:28.640486232 +0100 -@@ -38,5 +38,5 @@ - - # Only useful for make install/package under *nix OSes, but not macOS. - if ( UNIX AND NOT APPLE ) -- INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/openxcom.6 DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man6) -+ INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/openxcom.6 DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man6) - endif () diff --git a/games-engines/openxcom/openxcom-9999.ebuild b/games-engines/openxcom/openxcom-9999.ebuild index 511bec55bed0..94e822f79c92 100644 --- a/games-engines/openxcom/openxcom-9999.ebuild +++ b/games-engines/openxcom/openxcom-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -33,8 +33,6 @@ BDEPEND="doc? ( app-doc/doxygen )" DOCS=( README.md ) -PATCHES=( "${FILESDIR}/${P}-mandir.patch" ) # TODO: GNUInstallDirs - src_compile() { cmake_src_compile use doc && cmake_build doxygen |