diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-05-10 04:31:38 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-05-10 04:31:38 +0000 |
commit | 78d339b46abbdecaa26b41c4a4d2e480765fd204 (patch) | |
tree | cc226e5dc56c67661cc0c089ec9299e962664219 /games-strategy | |
parent | version bump (diff) | |
download | gentoo-2-78d339b46abbdecaa26b41c4a4d2e480765fd204.tar.gz gentoo-2-78d339b46abbdecaa26b41c4a4d2e480765fd204.tar.bz2 gentoo-2-78d339b46abbdecaa26b41c4a4d2e480765fd204.zip |
clean unused patch
(Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/megaglest/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/megaglest/files/megaglest-3.11.1-cmake.patch | 18 |
2 files changed, 5 insertions, 19 deletions
diff --git a/games-strategy/megaglest/ChangeLog b/games-strategy/megaglest/ChangeLog index 40218a0a4299..86a04c2f5b95 100644 --- a/games-strategy/megaglest/ChangeLog +++ b/games-strategy/megaglest/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/megaglest # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/ChangeLog,v 1.27 2015/05/10 04:30:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/ChangeLog,v 1.28 2015/05/10 04:31:38 mr_bones_ Exp $ + + 10 May 2015; Michael Sterrett <mr_bones_@gentoo.org> + -files/megaglest-3.11.1-cmake.patch: + clean unused patch *megaglest-3.11.1 (10 May 2015) diff --git a/games-strategy/megaglest/files/megaglest-3.11.1-cmake.patch b/games-strategy/megaglest/files/megaglest-3.11.1-cmake.patch deleted file mode 100644 index 1c04ea28262e..000000000000 --- a/games-strategy/megaglest/files/megaglest-3.11.1-cmake.patch +++ /dev/null @@ -1,18 +0,0 @@ -From: Julian Ospald <hasufell@gentoo.org> -Date: Mon Jan 27 00:46:56 UTC 2014 -Subject: fix installation - ---- megaglest-source-3.9.1.tar.xz/source/glest_game/CMakeLists.txt -+++ megaglest-source-3.9.1.tar.xz/source/glest_game/CMakeLists.txt -@@ -310,9 +310,9 @@ - "${PROJECT_SOURCE_DIR}/mk/linux/megaglest.png" - "${PROJECT_SOURCE_DIR}/mk/linux/megaglest.xpm" - "${PROJECT_SOURCE_DIR}/mk/linux/megaglest.bmp" -- "${PROJECT_SOURCE_DIR}/data/glest_game/editor.ico" -+ "${PROJECT_SOURCE_DIR}/editor.ico" - "${PROJECT_SOURCE_DIR}/mk/linux/glest.ico" -- "${PROJECT_SOURCE_DIR}/data/glest_game/g3dviewer.ico" -+ "${PROJECT_SOURCE_DIR}/g3dviewer.ico" - DESTINATION ${MEGAGLEST_ICON_INSTALL_PATH}) - ELSE() - |