Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/bloom/
Date: Fri, 25 Sep 2020 21:26:03
Message-Id: 1601069129.a4ca439f638532d076d1f0a254f6ca49b82afc0c.epsilon-0@gentoo
1 commit: a4ca439f638532d076d1f0a254f6ca49b82afc0c
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Fri Sep 25 21:25:29 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Fri Sep 25 21:25:29 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a4ca439f
7
8 sci-libs/bloom: drop dead package
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12
13 sci-libs/bloom/bloom-9999.ebuild | 27 ---------------------------
14 sci-libs/bloom/metadata.xml | 15 ---------------
15 2 files changed, 42 deletions(-)
16
17 diff --git a/sci-libs/bloom/bloom-9999.ebuild b/sci-libs/bloom/bloom-9999.ebuild
18 deleted file mode 100644
19 index 6176c6c70..000000000
20 --- a/sci-libs/bloom/bloom-9999.ebuild
21 +++ /dev/null
22 @@ -1,27 +0,0 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -
28 -[ "$PV" == "9999" ] && inherit git-r3
29 -
30 -DESCRIPTION="C++ Bloom Filter Library"
31 -HOMEPAGE="https://github.com/arashpartow/bloom"
32 -if [ "$PV" == "9999" ]; then
33 - EGIT_REPO_URI="https://github.com/ArashPartow/bloom.git"
34 -else
35 - SRC_URI=""
36 -fi
37 -
38 -LICENSE="MPL-1.1"
39 -SLOT="0"
40 -KEYWORDS=""
41 -IUSE=""
42 -
43 -DEPEND=""
44 -RDEPEND="${DEPEND}"
45 -
46 -src_prepare(){
47 - sed -e "s#-c++#$(tc-getCXX)#;s#-O3#${CXXFLAGS}#" -i Makefile || die
48 - sed -e "s#-pedantic-errors -ansi -Wall -Wextra -Werror -Wno-long-long##" -i Makefile || die
49 -}
50
51 diff --git a/sci-libs/bloom/metadata.xml b/sci-libs/bloom/metadata.xml
52 deleted file mode 100644
53 index c6496f530..000000000
54 --- a/sci-libs/bloom/metadata.xml
55 +++ /dev/null
56 @@ -1,15 +0,0 @@
57 -<?xml version="1.0" encoding="UTF-8"?>
58 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
59 -<pkgmetadata>
60 - <maintainer type="person">
61 - <email>mmokrejs@×××××××××××××××.cz</email>
62 - <name>Martin Mokrejs</name>
63 - </maintainer>
64 - <maintainer type="project">
65 - <email>sci-biology@g.o</email>
66 - <name>Gentoo Biology Project</name>
67 - </maintainer>
68 - <upstream>
69 - <remote-id type="github">arashpartow/bloom</remote-id>
70 - </upstream>
71 -</pkgmetadata>