diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-21 22:09:28 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-21 22:10:23 +0100 |
commit | 3196a606180dd47584f3277fc126cba869c79177 (patch) | |
tree | 942d5d44e9a36fa15d4ee51ea432eef3e2e8cf83 /dev-libs/device-atlas-api-c/files | |
parent | dev-java/oracle-jre-bin: x86 stable (bug #645268) (diff) | |
download | gentoo-3196a606180dd47584f3277fc126cba869c79177.tar.gz gentoo-3196a606180dd47584f3277fc126cba869c79177.tar.bz2 gentoo-3196a606180dd47584f3277fc126cba869c79177.zip |
dev-libs/device-atlas-api-c: Remove old
Remove the old versions with unfetchable distfiles.
Closes: https://bugs.gentoo.org/642874
Diffstat (limited to 'dev-libs/device-atlas-api-c/files')
-rw-r--r-- | dev-libs/device-atlas-api-c/files/2.1-cmake-install.patch | 20 | ||||
-rw-r--r-- | dev-libs/device-atlas-api-c/files/2.1.2-src-cmakelists.patch | 18 |
2 files changed, 0 insertions, 38 deletions
diff --git a/dev-libs/device-atlas-api-c/files/2.1-cmake-install.patch b/dev-libs/device-atlas-api-c/files/2.1-cmake-install.patch deleted file mode 100644 index 9f518629e5a1..000000000000 --- a/dev-libs/device-atlas-api-c/files/2.1-cmake-install.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- ./CMakeLists.txt 2016-11-08 22:54:33.351677837 +0000 -+++ ./CMakeLists.txt 2016-11-08 23:04:26.737184360 +0000 -@@ -16,6 +16,7 @@ - set(MODEL 64) - endif() - -+include(GNUInstallDirs) - message(STATUS "${CMAKE_BUILD_TYPE} version") - - include_directories(${PCRE_INCLUDE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}) -@@ -31,6 +32,9 @@ - - add_subdirectory(examples) - -+install(TARGETS da DESTINATION ${CMAKE_INSTALL_LIBDIR}) -+install(FILES dac.h dac_json.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) -+ - if (EXISTS "${PROJECT_SOURCE_DIR}/tests") - subdirs(tests) - endif() diff --git a/dev-libs/device-atlas-api-c/files/2.1.2-src-cmakelists.patch b/dev-libs/device-atlas-api-c/files/2.1.2-src-cmakelists.patch deleted file mode 100644 index b81768aba648..000000000000 --- a/dev-libs/device-atlas-api-c/files/2.1.2-src-cmakelists.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/Src/CMakeLists.txt.orig 2017-05-20 22:56:14.138401705 +0100 -+++ b/Src/CMakeLists.txt 2017-05-20 22:58:11.376354697 +0100 -@@ -18,6 +18,7 @@ - set(MODEL 64) - endif() - -+include(GNUInstallDirs) - message(STATUS "${CMAKE_BUILD_TYPE} version") - - include_directories(${PCRE_INCLUDE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}) -@@ -37,5 +38,5 @@ - set (CMAKE_SHARED_LINKER_FLAGS -m32) - endif() - --install(FILES libda.so libda.so.${API_VERSION} DESTINATION /usr/local/lib) --install(FILES dac.h dac_json.h DESTINATION /usr/local/include) -+install(TARGETS da DESTINATION ${CMAKE_INSTALL_LIBDIR}) -+install(FILES dac.h dac_json.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) |