commit:     67966f9fecad078635deaaac8af154910d3c785e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 17 19:04:43 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 25 19:51:01 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67966f9f

dev-libs/redis-ipc: treeclean

Closes: https://bugs.gentoo.org/919300 (pkgremoved)
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/redis-ipc/Manifest               |  1 -
 dev-libs/redis-ipc/metadata.xml           | 13 ---------
 dev-libs/redis-ipc/redis-ipc-0.1.0.ebuild | 46 -------------------------------
 profiles/package.mask                     |  6 ----
 4 files changed, 66 deletions(-)

diff --git a/dev-libs/redis-ipc/Manifest b/dev-libs/redis-ipc/Manifest
deleted file mode 100644
index 016885cd32d3..000000000000
--- a/dev-libs/redis-ipc/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST redis-ipc-0.1.0.tar.gz 80111 BLAKE2B 
4e8c1a0c54c33edc0efa9a383a75fa34a7df6cbf6a07fb670ec98739676c26b01317fdb299bf30da2515b20ee715d702715ca4ad82055419719ed9893d23956b
 SHA512 
51e84bee2d1945d0250af11efa7a8a0b862c1122652b419584a3c6c3a641023e3b9e40ab457f50114fd68867081355e944befc879ec12e152c398d507c96a87b

diff --git a/dev-libs/redis-ipc/metadata.xml b/dev-libs/redis-ipc/metadata.xml
deleted file mode 100644
index 87455ad20795..000000000000
--- a/dev-libs/redis-ipc/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <!-- maintainer-needed -->
-       <longdescription lang="en">
-               Convenience library for using redis server and JSON as IPC
-               mechanism (command queues, settings, status, event channels).
-               Can use either local or network sockets via C or C++ interfaces.
-       </longdescription>
-       <upstream>
-               <remote-id type="github">VCTLabs/redis-ipc</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/dev-libs/redis-ipc/redis-ipc-0.1.0.ebuild 
b/dev-libs/redis-ipc/redis-ipc-0.1.0.ebuild
deleted file mode 100644
index 0f112f9dd0e7..000000000000
--- a/dev-libs/redis-ipc/redis-ipc-0.1.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="A (redis) client library for using redis as system IPC msg/event 
bus"
-HOMEPAGE="https://github.com/VCTLabs/redis-ipc";
-
-if [[ ${PV} == *9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/VCTLabs/redis-ipc.git";
-       EGIT_BRANCH="develop"
-else
-       SRC_URI="https://github.com/VCTLabs/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0/1"
-IUSE="static-libs test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-       dev-libs/hiredis:=
-       dev-libs/json-c
-"
-RDEPEND="${DEPEND}
-       dev-db/redis
-"
-
-src_prepare() {
-       sed -i -e "s|/lib|/$(get_libdir)|" "${S}"/redis-ipc.pc.in || die
-       cmake_src_prepare
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_STATIC_LIBS=$(usex static-libs)
-               -DRIPC_BUILD_TESTING=$(usex test)
-               -DRIPC_DISABLE_SOCK_TESTS=$(usex test)
-       )
-
-       cmake_src_configure
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index ff69a0bceaab..c639264cbac8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -218,12 +218,6 @@ sci-libs/neartree
 sci-libs/nemesis
 sci-libs/orocos_kdl
 
-# Andreas Sturmlechner <[email protected]> (2025-08-27)
-# EAPI-7 cmake.eclass straggler dev-libs/ libraries without revdeps.
-# If you need them, raise your hand by doing the necessary EAPI-8 porting.
-# Bugs #957252, #957234. Removal on 2025-09-26.
-dev-libs/redis-ipc
-
 # Andreas Sturmlechner <[email protected]> (2025-08-27)
 # Qt5 based and still EAPI-7, last release from 2016, broken Qt6 "support"
 # in upstream repo. Needs someone to pick up the pieces of upstream's

Reply via email to