dev-cpp/sparsehash: Drop old
authorMichał Górny <mgorny@gentoo.org>
Wed, 11 Sep 2019 11:23:45 +0000 (13:23 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 11 Sep 2019 16:18:42 +0000 (18:18 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-cpp/sparsehash/Manifest
dev-cpp/sparsehash/files/1.10-gcc46.patch [deleted file]
dev-cpp/sparsehash/sparsehash-1.10.ebuild [deleted file]

index 940e28540c933e5cfcfad0bb084aa376af7f3834..01962c61fa6f627676a41bfad376f6541c2f212d 100644 (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
diff --git a/dev-cpp/sparsehash/files/1.10-gcc46.patch b/dev-cpp/sparsehash/files/1.10-gcc46.patch
deleted file mode 100644 (file)
index 4339b48..0000000
+++ /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 (file)
index b3855b6..0000000
+++ /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/*
-}