diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-09 17:44:12 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-09 17:45:08 +0200 |
| commit | 7cc2fc85871886566df885556ebce8c6813ac344 (patch) | |
| tree | f76b71c0b215f84330d18da7530d719613b2ec8e /dev-db/futuresql5/futuresql5-9999.ebuild | |
| parent | 02cc29064ed448b90988ad602ff45a7b318da8d1 (diff) | |
| download | kde-7cc2fc85871886566df885556ebce8c6813ac344.tar.gz kde-7cc2fc85871886566df885556ebce8c6813ac344.tar.bz2 kde-7cc2fc85871886566df885556ebce8c6813ac344.zip | |
dev-db/futuresql5: treeclean, no more revdeps
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-db/futuresql5/futuresql5-9999.ebuild')
| -rw-r--r-- | dev-db/futuresql5/futuresql5-9999.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-db/futuresql5/futuresql5-9999.ebuild b/dev-db/futuresql5/futuresql5-9999.ebuild deleted file mode 100644 index 7cc64cee36b..00000000000 --- 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 -} |
