commit: a4ca439f638532d076d1f0a254f6ca49b82afc0c Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc> AuthorDate: Fri Sep 25 21:25:29 2020 +0000 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc> CommitDate: Fri Sep 25 21:25:29 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a4ca439f
sci-libs/bloom: drop dead package Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc> sci-libs/bloom/bloom-9999.ebuild | 27 --------------------------- sci-libs/bloom/metadata.xml | 15 --------------- 2 files changed, 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>[email protected]</email> - <name>Martin Mokrejs</name> - </maintainer> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Biology Project</name> - </maintainer> - <upstream> - <remote-id type="github">arashpartow/bloom</remote-id> - </upstream> -</pkgmetadata>
