summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-05-21 17:08:44 +0200
committerPacho Ramos <pacho@gentoo.org>2016-05-21 17:35:04 +0200
commitcb96db1781055042994e7cb7815e7c8ee231d75d (patch)
treede3200db7383b87b470a661327f26fabc6b51174 /games-simulation/corsix-th/files
parentgames-simulation/corsix-th: Cleanup due to #231915 (diff)
downloadgentoo-cb96db1781055042994e7cb7815e7c8ee231d75d.tar.gz
gentoo-cb96db1781055042994e7cb7815e7c8ee231d75d.tar.bz2
gentoo-cb96db1781055042994e7cb7815e7c8ee231d75d.zip
games-simulation/corsix-th: drop old
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'games-simulation/corsix-th/files')
-rw-r--r--games-simulation/corsix-th/files/corsix-th-0.21-naming.patch17
-rw-r--r--games-simulation/corsix-th/files/corsix-th-nodoc.patch11
2 files changed, 0 insertions, 28 deletions
diff --git a/games-simulation/corsix-th/files/corsix-th-0.21-naming.patch b/games-simulation/corsix-th/files/corsix-th-0.21-naming.patch
deleted file mode 100644
index b82b5fa91297..000000000000
--- a/games-simulation/corsix-th/files/corsix-th-0.21-naming.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- CorsixTH/CMakeLists.txt 2013-07-26 19:35:30.463506153 +0200
-+++ CorsixTH/CMakeLists.txt.new 2013-07-26 19:38:07.944473631 +0200
-@@ -222,10 +222,10 @@
- ENDIF()
-
- ELSE()
-- install(TARGETS CorsixTH RUNTIME DESTINATION CorsixTH)
-- install(DIRECTORY Lua Levels DESTINATION CorsixTH PATTERN "*.svn" EXCLUDE)
-- install(DIRECTORY Bitmap DESTINATION CorsixTH
-+ install(TARGETS CorsixTH RUNTIME DESTINATION corsix-th)
-+ install(DIRECTORY Lua Levels DESTINATION corsix-th PATTERN "*.svn" EXCLUDE)
-+ install(DIRECTORY Bitmap DESTINATION corsix-th
- FILES_MATCHING REGEX ".*\\.(tab|pal|dat|png)$"
- PATTERN "*.svn" EXCLUDE)
-- install(FILES CorsixTH.lua CorsixTH.ico DESTINATION CorsixTH )
-+ install(FILES CorsixTH.lua CorsixTH.ico DESTINATION corsix-th )
- ENDIF()
diff --git a/games-simulation/corsix-th/files/corsix-th-nodoc.patch b/games-simulation/corsix-th/files/corsix-th-nodoc.patch
deleted file mode 100644
index 0fcae9bcd702..000000000000
--- a/games-simulation/corsix-th/files/corsix-th-nodoc.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff --git a/CorsixTH/CMakeLists.txt b/CorsixTH/CMakeLists.txt
-index dfdb59e..9b97b3c 100755
---- a/CorsixTH/CMakeLists.txt
-+++ b/CorsixTH/CMakeLists.txt
-@@ -191,5 +191,5 @@ ELSE()
- install(DIRECTORY Bitmap DESTINATION CorsixTH
- FILES_MATCHING REGEX ".*\\.(tab|pal|dat|png)$"
- PATTERN "*.svn" EXCLUDE)
-- install(FILES CorsixTH.lua LICENSE.txt CorsixTH.ico DESTINATION CorsixTH )
-+ install(FILES CorsixTH.lua CorsixTH.ico DESTINATION CorsixTH )
- ENDIF()