From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1669024-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 4B9F2158083
	for <garchives@archives.gentoo.org>; Mon,  9 Sep 2024 15:49:23 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3E893E29F5;
	Mon,  9 Sep 2024 15:49:22 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 24627E29F5
	for <gentoo-commits@lists.gentoo.org>; Mon,  9 Sep 2024 15:49:22 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 262E9342FA2
	for <gentoo-commits@lists.gentoo.org>; Mon,  9 Sep 2024 15:49:21 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 8732E1F32
	for <gentoo-commits@lists.gentoo.org>; Mon,  9 Sep 2024 15:49:19 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org>
Message-ID: <1725896708.7cc2fc85871886566df885556ebce8c6813ac344.asturm@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: dev-db/futuresql5/
X-VCS-Repository: proj/kde
X-VCS-Files: dev-db/futuresql5/futuresql5-9999.ebuild dev-db/futuresql5/metadata.xml
X-VCS-Directories: dev-db/futuresql5/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 7cc2fc85871886566df885556ebce8c6813ac344
X-VCS-Branch: master
Date: Mon,  9 Sep 2024 15:49:19 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 4529ff23-b3d5-4cf2-80a3-5440db228333
X-Archives-Hash: 595ac7fa74ee77dc0d0fba46f99b0882

commit:     7cc2fc85871886566df885556ebce8c6813ac344
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  9 15:44:12 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep  9 15:45:08 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7cc2fc85

dev-db/futuresql5: treeclean, no more revdeps

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-db/futuresql5/futuresql5-9999.ebuild | 39 --------------------------------
 dev-db/futuresql5/metadata.xml           | 12 ----------
 2 files changed, 51 deletions(-)

diff --git a/dev-db/futuresql5/futuresql5-9999.ebuild b/dev-db/futuresql5/futuresql5-9999.ebuild
deleted file mode 100644
index 7cc64cee36..0000000000
--- a/dev-db/futuresql5/futuresql5-9999.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_EXAMPLES="true"
-ECM_TEST="true"
-KDE_ORG_CATEGORY="libraries"
-KDE_ORG_NAME="${PN/5/}"
-inherit ecm kde.org
-
-DESCRIPTION="Non-blocking Qt database framework"
-HOMEPAGE="https://api.kde.org/futuresql/html/index.html https://invent.kde.org/libraries/futuresql"
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-	SRC_URI="mirror://kde/stable/${PN/5/}/${KDE_ORG_NAME}-${PV}.tar.xz"
-	S="${WORKDIR}/${KDE_ORG_NAME}-${PV}"
-	KEYWORDS="~amd64"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-qt/qtsql:5"
-DEPEND="${RDEPEND}
-	examples? ( dev-libs/qcoro5 )
-	test? ( dev-libs/qcoro5 )
-"
-
-src_install() {
-	if use examples; then
-		docinto examples
-		dodoc -r examples/*
-	fi
-	ecm_src_install
-}

diff --git a/dev-db/futuresql5/metadata.xml b/dev-db/futuresql5/metadata.xml
deleted file mode 100644
index 9049183544..0000000000
--- a/dev-db/futuresql5/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>kde@gentoo.org</email>
-		<name>Gentoo KDE Project</name>
-	</maintainer>
-	<upstream>
-		<bugs-to>https://bugs.kde.org/</bugs-to>
-		<remote-id type="kde-invent">libraries/futuresql</remote-id>
-	</upstream>
-</pkgmetadata>