diff options
author | 2011-01-26 10:54:22 +0000 | |
---|---|---|
committer | 2011-01-26 10:54:22 +0000 | |
commit | 7f92682335ac88a0fc26e2b185963c1804d11c12 (patch) | |
tree | 711f1fe3ca4f6e6cef7f6581bb3534b5f3b2b3a1 /app-misc/gpsdrive | |
parent | Version bump for beta channel release. (diff) | |
download | gentoo-2-7f92682335ac88a0fc26e2b185963c1804d11c12.tar.gz gentoo-2-7f92682335ac88a0fc26e2b185963c1804d11c12.tar.bz2 gentoo-2-7f92682335ac88a0fc26e2b185963c1804d11c12.zip |
remove unused file (#342673)
(Portage version: 2.2.0_alpha14/cvs/Linux i686)
Diffstat (limited to 'app-misc/gpsdrive')
-rw-r--r-- | app-misc/gpsdrive/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/gpsdrive/files/gpsdrive-drawmarkers-remove.patch | 26 |
2 files changed, 6 insertions, 28 deletions
diff --git a/app-misc/gpsdrive/ChangeLog b/app-misc/gpsdrive/ChangeLog index 50c2acb229fb..33e0312462a9 100644 --- a/app-misc/gpsdrive/ChangeLog +++ b/app-misc/gpsdrive/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/gpsdrive -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gpsdrive/ChangeLog,v 1.41 2010/10/30 01:12:00 nerdboy Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/gpsdrive/ChangeLog,v 1.42 2011/01/26 10:54:22 bangert Exp $ + + 26 Jan 2011; Thilo Bangert <bangert@gentoo.org> + -files/gpsdrive-drawmarkers-remove.patch: + remove unused file (#342673) *gpsdrive-2.11-r1 (30 Oct 2010) diff --git a/app-misc/gpsdrive/files/gpsdrive-drawmarkers-remove.patch b/app-misc/gpsdrive/files/gpsdrive-drawmarkers-remove.patch deleted file mode 100644 index c831a36b4bc0..000000000000 --- a/app-misc/gpsdrive/files/gpsdrive-drawmarkers-remove.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- src/util/CMakeLists.txt.orig 2008-09-21 20:15:48.379309613 -0700 -+++ src/util/CMakeLists.txt 2008-09-21 20:17:36.012310364 -0700 -@@ -25,13 +25,14 @@ - install(TARGETS worldgen DESTINATION ${BIN_INSTALL_DIR}) - endif (GDAL_FOUND) - --if (GDAL_FOUND AND GTK2_FOUND) -- add_executable(gmapview ${gmapview_SRCS}) -- target_link_libraries(gmapview -- ${MAP_LIBRARY} -- ${GDAL_LIBRARIES} -- ${GTK2_LIBRARIES} -- ) -- install(TARGETS gmapview DESTINATION ${BIN_INSTALL_DIR}) --endif (GDAL_FOUND AND GTK2_FOUND) -+## this bombs because there's no implementation of drawmarkers -+#if (GDAL_FOUND AND GTK2_FOUND) -+# add_executable(gmapview ${gmapview_SRCS}) -+# target_link_libraries(gmapview -+# ${MAP_LIBRARY} -+# ${GDAL_LIBRARIES} -+# ${GTK2_LIBRARIES} -+# ) -+# install(TARGETS gmapview DESTINATION ${BIN_INSTALL_DIR}) -+#endif (GDAL_FOUND AND GTK2_FOUND) - |