mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-db/futuresql: new package, add 0.1.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
1
dev-db/futuresql/Manifest
Normal file
1
dev-db/futuresql/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST futuresql-0.1.1.tar.xz 27844 BLAKE2B d2f335c7a64b44b32785e2bf8522ca3670450ff2ec5190aa2ff296198e2ac62985e51dacb890566b24a52c54f6300688f17cbb208055d7b4a3ee007d19415d81 SHA512 ce9cd927c6da3ca7351640cc2c36854c1a728ec5c24517e61772e3571d56bcaa2221cfe05127f78554bd9d2b2d72bd46e911834c9fb1e9b89bd96b84b39bda16
|
||||
38
dev-db/futuresql/futuresql-0.1.1.ebuild
Normal file
38
dev-db/futuresql/futuresql-0.1.1.ebuild
Normal file
@@ -0,0 +1,38 @@
|
||||
# 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"
|
||||
KFMIN=5.249.0
|
||||
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}/${P}.tar.xz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="dev-qt/qtbase:6[sql]"
|
||||
DEPEND="${RDEPEND}
|
||||
examples? ( dev-libs/qcoro )
|
||||
test? ( dev-libs/qcoro )
|
||||
"
|
||||
|
||||
src_install() {
|
||||
if use examples; then
|
||||
docinto examples
|
||||
dodoc -r examples/*
|
||||
fi
|
||||
ecm_src_install
|
||||
}
|
||||
12
dev-db/futuresql/metadata.xml
Normal file
12
dev-db/futuresql/metadata.xml
Normal file
@@ -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>
|
||||
@@ -571,6 +571,7 @@
|
||||
~kde-apps/spectacle-24.01.95
|
||||
~kde-misc/kio-fuse-5.1.0
|
||||
~kde-misc/plasma-pass-1.2.2
|
||||
~dev-db/futuresql-0.1.1
|
||||
~dev-libs/appstream-1.0.2
|
||||
~dev-libs/kdiagram-3.0.1
|
||||
~dev-libs/kirigami-addons-1.0.1
|
||||
|
||||
Reference in New Issue
Block a user