summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2024-08-24 02:38:11 +0000
committerYixun Lan <dlan@gentoo.org>2024-08-24 02:41:44 +0000
commit602a41d47cc6a84478557296211778e5d2813c26 (patch)
treefdba0558bd954bea1e357689c7a385baff42130e /net-libs
parentdev-util/libabigail: Stabilize 2.5 arm, #938350 (diff)
downloadgentoo-602a41d47cc6a84478557296211778e5d2813c26.tar.gz
gentoo-602a41d47cc6a84478557296211778e5d2813c26.tar.bz2
gentoo-602a41d47cc6a84478557296211778e5d2813c26.zip
net-libs/libbloom: drop 1.5-r2
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libbloom/Manifest1
-rw-r--r--net-libs/libbloom/libbloom-1.5-r2.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/net-libs/libbloom/Manifest b/net-libs/libbloom/Manifest
index 3e5e27cd36f9..948f522c4e24 100644
--- a/net-libs/libbloom/Manifest
+++ b/net-libs/libbloom/Manifest
@@ -1,2 +1 @@
-DIST libbloom-1.5.tar.gz 1210081 BLAKE2B 8af463c487c2898c5a4cf3f7541490e2b069d4667ccda4b536f347535be5c7f5664c8ee17e0789ac5325feb8f325ae30a89e2de34323962e89378724cf130a84 SHA512 0dd69e3ee102e5808ba4350c71d212876db56235e263f8d5a66d6c3616d2e51cc18b5ca3a5a946d79c12751d9cc5667f7c633d77645c4b88a4d16ea344b51929
DIST libbloom-1.6.tar.gz 1872005 BLAKE2B de3368724e9c05489efae74ce36e880e2db29f78792b84b13325a24a3c302154fdbb621d672e9ef7f612ef00df1ec8fe010c59461822f5d04b4c5b27996ef773 SHA512 3dd4343d68def05800dd6ffc5a05b05d0702a8c0c9f0a397f105d4389c88a7bffa419734aeb4fa4e1a2c418b12a8192fa27ddcbaeee72906450d64cbfd64db15
diff --git a/net-libs/libbloom/libbloom-1.5-r2.ebuild b/net-libs/libbloom/libbloom-1.5-r2.ebuild
deleted file mode 100644
index 17be8bdca711..000000000000
--- a/net-libs/libbloom/libbloom-1.5-r2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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=""
-
-PATCHES=("${FILESDIR}"/${PN}-1.5-AR.patch)
-
-src_compile() {
- tc-export AR CC
- emake BITS=default OPT=
-}
-
-src_install() {
- doheader bloom.h
- dolib.so build/${PN}.so*
-}