Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libbloom/
Date: Sun, 27 Sep 2020 08:49:18
Message-Id: 1601196542.ede40c90c545cb3d8c5755b86d8d862dc4a051d9.dlan@gentoo
1 commit: ede40c90c545cb3d8c5755b86d8d862dc4a051d9
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 27 08:40:05 2020 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 27 08:49:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede40c90
7
8 net-libs/libbloom: drop old
9
10 Package-Manager: Portage-3.0.0, Repoman-2.3.23
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 net-libs/libbloom/libbloom-1.5-r1.ebuild | 27 ---------------------------
14 1 file changed, 27 deletions(-)
15
16 diff --git a/net-libs/libbloom/libbloom-1.5-r1.ebuild b/net-libs/libbloom/libbloom-1.5-r1.ebuild
17 deleted file mode 100644
18 index 54311fad4a4..00000000000
19 --- a/net-libs/libbloom/libbloom-1.5-r1.ebuild
20 +++ /dev/null
21 @@ -1,27 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -inherit toolchain-funcs
28 -
29 -DESCRIPTION="A simple and small bloom filter implementation in plain C."
30 -HOMEPAGE="https://github.com/jvirkki/libbloom"
31 -SRC_URI="https://github.com/jvirkki/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32 -
33 -LICENSE="BSD"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
36 -IUSE=""
37 -
38 -DEPEND=""
39 -RDEPEND="${DEPEND}"
40 -
41 -src_compile() {
42 - emake CC=$(tc-getCC) BITS=default OPT=
43 -}
44 -
45 -src_install() {
46 - doheader bloom.h
47 - dolib.so build/${PN}.so*
48 -}