From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/futuresql5/
Date: Sun, 20 Aug 2023 14:37:15 +0000 (UTC) [thread overview]
Message-ID: <1692542211.4cfa7c1986c35e32651337c6e23f2fdb595fc17e.asturm@gentoo> (raw)
commit: 4cfa7c1986c35e32651337c6e23f2fdb595fc17e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 14:25:49 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 14:36:51 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cfa7c19
dev-db/futuresql5: new package, add 0.1.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-db/futuresql5/Manifest | 1 +
dev-db/futuresql5/futuresql5-0.1.1.ebuild | 38 +++++++++++++++++++++++++++++++
dev-db/futuresql5/metadata.xml | 12 ++++++++++
3 files changed, 51 insertions(+)
diff --git a/dev-db/futuresql5/Manifest b/dev-db/futuresql5/Manifest
new file mode 100644
index 000000000000..2a7052c288cf
--- /dev/null
+++ b/dev-db/futuresql5/Manifest
@@ -0,0 +1 @@
+DIST futuresql-0.1.1.tar.xz 27844 BLAKE2B d2f335c7a64b44b32785e2bf8522ca3670450ff2ec5190aa2ff296198e2ac62985e51dacb890566b24a52c54f6300688f17cbb208055d7b4a3ee007d19415d81 SHA512 ce9cd927c6da3ca7351640cc2c36854c1a728ec5c24517e61772e3571d56bcaa2221cfe05127f78554bd9d2b2d72bd46e911834c9fb1e9b89bd96b84b39bda16
diff --git a/dev-db/futuresql5/futuresql5-0.1.1.ebuild b/dev-db/futuresql5/futuresql5-0.1.1.ebuild
new file mode 100644
index 000000000000..b21bf2f7232f
--- /dev/null
+++ b/dev-db/futuresql5/futuresql5-0.1.1.ebuild
@@ -0,0 +1,38 @@
+# 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
+}
diff --git a/dev-db/futuresql5/metadata.xml b/dev-db/futuresql5/metadata.xml
new file mode 100644
index 000000000000..9049183544a1
--- /dev/null
+++ b/dev-db/futuresql5/metadata.xml
@@ -0,0 +1,12 @@
+<?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>
next reply other threads:[~2023-08-20 14:37 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-20 14:37 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-08-20 17:37 [gentoo-commits] repo/gentoo:master commit in: dev-db/futuresql5/ Arthur Zamarin
2023-08-24 18:04 Jakov Smolić
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1692542211.4cfa7c1986c35e32651337c6e23f2fdb595fc17e.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox