summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2017-11-28 20:07:08 +0100
committerAnthony G. Basile <blueness@gentoo.org>2017-11-28 15:05:05 -0500
commit0a11f9b2d753d304a11f9091895d1b7dc0448913 (patch)
treeec89bab61032c3a20195c2a989c21beb199b7893 /net-vpn
parentmail-filter/spamassassin: remove unused files (diff)
downloadgentoo-0a11f9b2d753d304a11f9091895d1b7dc0448913.tar.gz
gentoo-0a11f9b2d753d304a11f9091895d1b7dc0448913.tar.bz2
gentoo-0a11f9b2d753d304a11f9091895d1b7dc0448913.zip
net-vpn/i2pd: remove unused patch
Diffstat (limited to 'net-vpn')
-rw-r--r--net-vpn/i2pd/files/i2pd-2.5.1-fix_installed_components.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/net-vpn/i2pd/files/i2pd-2.5.1-fix_installed_components.patch b/net-vpn/i2pd/files/i2pd-2.5.1-fix_installed_components.patch
deleted file mode 100644
index 0416901117c5..000000000000
--- a/net-vpn/i2pd/files/i2pd-2.5.1-fix_installed_components.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- a/build/CMakeLists.txt.old 2016-02-04 21:30:50.954251000 +0100
-+++ b/build/CMakeLists.txt 2016-02-04 21:34:50.457793484 +0100
-@@ -356,10 +356,6 @@
- endif ()
- endif ()
-
--install(FILES ../LICENSE
-- DESTINATION .
-- COMPONENT Runtime
-- )
- # Take a copy on Appveyor
- install(FILES "C:/projects/openssl-$ENV{OPENSSL}/LICENSE"
- DESTINATION .
-@@ -369,7 +365,6 @@
- )
-
- file(GLOB_RECURSE I2PD_SOURCES "../*.cpp" "../build" "../Win32" "../Makefile*")
--install(FILES ${I2PD_SOURCES} DESTINATION src/ COMPONENT Source)
- # install(DIRECTORY ../ DESTINATION src/
- # # OPTIONAL
- # COMPONENT Source FILES_MATCHING
-@@ -378,7 +373,7 @@
- # )
-
- file(GLOB I2PD_HEADERS "../*.h")
--install(FILES ${I2PD_HEADERS} DESTINATION src/ COMPONENT Headers)
-+install(FILES ${I2PD_HEADERS} DESTINATION "include/${PROJECT_NAME}" COMPONENT Headers)
- # install(DIRECTORY ../ DESTINATION src/
- # # OPTIONAL
- # COMPONENT Headers FILES_MATCHING