aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2020-09-25 21:25:29 +0000
committerAisha Tammy <gentoo@aisha.cc>2020-09-25 21:25:29 +0000
commita4ca439f638532d076d1f0a254f6ca49b82afc0c (patch)
treeee9c57a781c95dabfec3c8a054b186f81104da2a
parentdev-libs/xor_singleheader: fast bloom filters (diff)
downloadsci-a4ca439f.tar.gz
sci-a4ca439f.tar.bz2
sci-a4ca439f.zip
sci-libs/bloom: drop dead package
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
-rw-r--r--sci-libs/bloom/bloom-9999.ebuild27
-rw-r--r--sci-libs/bloom/metadata.xml15
2 files changed, 0 insertions, 42 deletions
diff --git a/sci-libs/bloom/bloom-9999.ebuild b/sci-libs/bloom/bloom-9999.ebuild
deleted file mode 100644
index 6176c6c70..000000000
--- a/sci-libs/bloom/bloom-9999.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-[ "$PV" == "9999" ] && inherit git-r3
-
-DESCRIPTION="C++ Bloom Filter Library"
-HOMEPAGE="https://github.com/arashpartow/bloom"
-if [ "$PV" == "9999" ]; then
- EGIT_REPO_URI="https://github.com/ArashPartow/bloom.git"
-else
- SRC_URI=""
-fi
-
-LICENSE="MPL-1.1"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_prepare(){
- sed -e "s#-c++#$(tc-getCXX)#;s#-O3#${CXXFLAGS}#" -i Makefile || die
- sed -e "s#-pedantic-errors -ansi -Wall -Wextra -Werror -Wno-long-long##" -i Makefile || die
-}
diff --git a/sci-libs/bloom/metadata.xml b/sci-libs/bloom/metadata.xml
deleted file mode 100644
index c6496f530..000000000
--- a/sci-libs/bloom/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>mmokrejs@fold.natur.cuni.cz</email>
- <name>Martin Mokrejs</name>
- </maintainer>
- <maintainer type="project">
- <email>sci-biology@gentoo.org</email>
- <name>Gentoo Biology Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">arashpartow/bloom</remote-id>
- </upstream>
-</pkgmetadata>