dev-cpp/sparsehash: Drop old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-09-11 13:23:45 +02:00
parent dcda98cc1a
commit e89f611fc6
3 changed files with 0 additions and 44 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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/*
}