summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2016-06-28 20:12:19 (GMT)
committerGitHub <noreply@github.com>2016-06-28 20:12:19 (GMT)
commit9ba8dfbd3b134c2d62178d4fdfd06ef281cfb5ce (patch)
treef001e54366763d8a4d48661b03191b19ad7f9c0a
parentffa37e45c53ec5fadc7930412230452992c375af (diff)
parentad11e753ddede848ee734ec4999f218f455fdfe2 (diff)
downloadmxe-9ba8dfbd3b134c2d62178d4fdfd06ef281cfb5ce.zip
mxe-9ba8dfbd3b134c2d62178d4fdfd06ef281cfb5ce.tar.gz
mxe-9ba8dfbd3b134c2d62178d4fdfd06ef281cfb5ce.tar.bz2
Merge pull request #1406 from pavelvat/remove-googletest
virtual package googletest is not required anymore
-rw-r--r--index.html4
-rw-r--r--src/googletest.mk15
2 files changed, 0 insertions, 19 deletions
diff --git a/index.html b/index.html
index 7454501..67e257e 100644
--- a/index.html
+++ b/index.html
@@ -1430,10 +1430,6 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
<td class="website"><a href="https://www.gnu.org/software/gnutls/">GnuTLS</a></td>
</tr>
<tr>
- <td class="package">googletest</td>
- <td class="website"><a href="https://github.com/google/googletest">Google Test</a></td>
- </tr>
- <tr>
<td class="package">graphicsmagick</td>
<td class="website"><a href="http://www.graphicsmagick.org/">GraphicsMagick</a></td>
</tr>
diff --git a/src/googletest.mk b/src/googletest.mk
deleted file mode 100644
index e5a902f..0000000
--- a/src/googletest.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# This file is part of MXE.
-# See index.html for further information.
-
-PKG := googletest
-$(PKG)_IGNORE :=
-$(PKG)_VERSION := 1.7.0
-$(PKG)_CHECKSUM := f73a6546fdf9fce9ff93a5015e0333a8af3062a152a9ad6bcb772c96687016cc
-$(PKG)_SUBDIR := $(PKG)-release-$($(PKG)_VERSION)
-$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL := https://github.com/google/$(PKG)/archive/release-$($(PKG)_VERSION).tar.gz
-$(PKG)_DEPS :=
-
-define $(PKG)_UPDATE
- $(call MXE_GET_GITHUB_TAGS, google/googletest, release-)
-endef