commit:     ede40c90c545cb3d8c5755b86d8d862dc4a051d9
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 27 08:40:05 2020 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sun Sep 27 08:49:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede40c90

net-libs/libbloom: drop old

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 net-libs/libbloom/libbloom-1.5-r1.ebuild | 27 ---------------------------
 1 file changed, 27 deletions(-)

diff --git a/net-libs/libbloom/libbloom-1.5-r1.ebuild 
b/net-libs/libbloom/libbloom-1.5-r1.ebuild
deleted file mode 100644
index 54311fad4a4..00000000000
--- a/net-libs/libbloom/libbloom-1.5-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="A simple and small bloom filter implementation in plain C."
-HOMEPAGE="https://github.com/jvirkki/libbloom";
-SRC_URI="https://github.com/jvirkki/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_compile() {
-       emake CC=$(tc-getCC) BITS=default OPT=
-}
-
-src_install() {
-       doheader bloom.h
-       dolib.so build/${PN}.so*
-}

Reply via email to