* [gentoo-commits] proj/kde:master commit in: dev-db/futuresql5/
@ 2023-12-02 19:25 Andreas Sturmlechner
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2023-12-02 19:25 UTC (permalink / raw
To: gentoo-commits
commit: f2437c3e45bb96e1edd0ed42cb4b9e6dfacf783c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 2 16:45:10 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 2 16:45:10 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f2437c3e
dev-db/futuresql5: Add missing KDE_ORG_CATEGORY=libraries
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-db/futuresql5/futuresql5-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-db/futuresql5/futuresql5-9999.ebuild b/dev-db/futuresql5/futuresql5-9999.ebuild
index b21bf2f723..aa9bf20fa8 100644
--- a/dev-db/futuresql5/futuresql5-9999.ebuild
+++ b/dev-db/futuresql5/futuresql5-9999.ebuild
@@ -5,6 +5,7 @@ EAPI=8
ECM_EXAMPLES="true"
ECM_TEST="true"
+KDE_ORG_CATEGORY="libraries"
KDE_ORG_NAME="${PN/5/}"
inherit ecm kde.org
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-db/futuresql5/
@ 2023-12-16 10:57 Andreas Sturmlechner
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2023-12-16 10:57 UTC (permalink / raw
To: gentoo-commits
commit: 79134f0178a213056a3d29885e2e60c9a5904fe9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 10:08:36 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 10:56:44 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=79134f01
dev-db/futuresql5: drop 0.1.1, moved to ::gentoo long ago
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-db/futuresql5/futuresql5-0.1.1.ebuild | 38 -------------------------------
1 file changed, 38 deletions(-)
diff --git a/dev-db/futuresql5/futuresql5-0.1.1.ebuild b/dev-db/futuresql5/futuresql5-0.1.1.ebuild
deleted file mode 100644
index b21bf2f723..0000000000
--- a/dev-db/futuresql5/futuresql5-0.1.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_EXAMPLES="true"
-ECM_TEST="true"
-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
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-db/futuresql5/
@ 2024-09-09 15:49 Andreas Sturmlechner
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2024-09-09 15:49 UTC (permalink / raw
To: gentoo-commits
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>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-09 15:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-09 15:49 [gentoo-commits] proj/kde:master commit in: dev-db/futuresql5/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2023-12-16 10:57 Andreas Sturmlechner
2023-12-02 19:25 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox