diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-11 13:23:45 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-11 18:18:42 +0200 |
commit | e89f611fc6cd0bb09f32aa4d86a05c8f38905013 (patch) | |
tree | 02beed7d657ee2c914eb753d66b348c2bcf161eb /dev-cpp/sparsehash | |
parent | dev-cpp/glog: Drop old (diff) | |
download | gentoo-e89f611fc6cd0bb09f32aa4d86a05c8f38905013.tar.gz gentoo-e89f611fc6cd0bb09f32aa4d86a05c8f38905013.tar.bz2 gentoo-e89f611fc6cd0bb09f32aa4d86a05c8f38905013.zip |
dev-cpp/sparsehash: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-cpp/sparsehash')
-rw-r--r-- | dev-cpp/sparsehash/Manifest | 1 | ||||
-rw-r--r-- | dev-cpp/sparsehash/files/1.10-gcc46.patch | 16 | ||||
-rw-r--r-- | dev-cpp/sparsehash/sparsehash-1.10.ebuild | 27 |
3 files changed, 0 insertions, 44 deletions
diff --git a/dev-cpp/sparsehash/Manifest b/dev-cpp/sparsehash/Manifest index 940e28540c93..01962c61fa6f 100644 --- a/dev-cpp/sparsehash/Manifest +++ b/dev-cpp/sparsehash/Manifest @@ -1,2 +1 @@ -DIST sparsehash-1.10.tar.gz 289819 BLAKE2B fb66d945a52862465a870931b83846619fb7034b2acae053d75d859b359d866257a779d522d9267ab729d19aeac1365fc699e4a541b446f874c323f7c8ceaa0b SHA512 ecc01e755885b8da5927f4f56c95c02ce9a43e5c0280cdc1cdfa812f787396646925c0f602a35decdf94144e8d2f3ac31b80f5ed98b70ccca607a29bb11f8a35 DIST sparsehash-2.0.3.tar.gz 322046 BLAKE2B 3749875bfbfa0ec9b92cfe68496a318208539745ca1b76910193879cb9ac790952b390cfbd941ff6e9714bd61546844e8f2d958d9b24845efeb54743facac136 SHA512 bb00d0acb8eba65f7da8015ea4f6bebf8bba36ed6777881960ee215f22b7be17b069c59838d210551ce67a34baccfc7b2fed603677ec53c0c32714d8e76f5d6c diff --git a/dev-cpp/sparsehash/files/1.10-gcc46.patch b/dev-cpp/sparsehash/files/1.10-gcc46.patch deleted file mode 100644 index 4339b487eca0..000000000000 --- a/dev-cpp/sparsehash/files/1.10-gcc46.patch +++ /dev/null @@ -1,16 +0,0 @@ - src/google/sparsetable | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) - -diff --git a/src/google/sparsetable b/src/google/sparsetable -index 0eeb22e..e8580b9 100644 ---- a/src/google/sparsetable -+++ b/src/google/sparsetable -@@ -83,6 +83,8 @@ - #endif - #endif - -+#include <cstddef> -+ - _START_GOOGLE_NAMESPACE_ - - #ifndef HAVE_U_INT16_T diff --git a/dev-cpp/sparsehash/sparsehash-1.10.ebuild b/dev-cpp/sparsehash/sparsehash-1.10.ebuild deleted file mode 100644 index b3855b668231..000000000000 --- a/dev-cpp/sparsehash/sparsehash-1.10.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit eutils - -DESCRIPTION="An extremely memory-efficient hash_map implementation" -HOMEPAGE="https://github.com/google/sparsehash" -SRC_URI="https://google-sparsehash.googlecode.com/files/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -src_prepare() { - epatch "${FILESDIR}"/${PV}-gcc46.patch -} - -src_install() { - default - - # Installs just every piece - rm -rf "${D}/usr/share/doc" - dohtml doc/* -} |