diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-09 21:35:13 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-09 21:36:40 +0200 |
| commit | 2f3821253961c1654215f9c550e0c421832b85a8 (patch) | |
| tree | 86f0965d2986d023e1f9e034bb334b284e1adf28 /net-libs | |
| parent | db4a20304480f08efdef909873b15c4d60b08a01 (diff) | |
| download | kde-2f3821253961c1654215f9c550e0c421832b85a8.tar.gz kde-2f3821253961c1654215f9c550e0c421832b85a8.tar.bz2 kde-2f3821253961c1654215f9c550e0c421832b85a8.zip | |
net-libs/accounts-qml: treeclean
Served its purpose for in-overlay KF6 porting.
No need for a stale live ebuild accumulating dust.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs')
| -rw-r--r-- | net-libs/accounts-qml/accounts-qml-9999.ebuild | 130 | ||||
| -rw-r--r-- | net-libs/accounts-qml/metadata.xml | 11 |
2 files changed, 0 insertions, 141 deletions
diff --git a/net-libs/accounts-qml/accounts-qml-9999.ebuild b/net-libs/accounts-qml/accounts-qml-9999.ebuild deleted file mode 100644 index 4412dd400a6..00000000000 --- a/net-libs/accounts-qml/accounts-qml-9999.ebuild +++ /dev/null @@ -1,130 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit qmake-utils multibuild - -if [[ ${PV} = *9999* ]] ; then - EGIT_REPO_URI="https://gitlab.com/accounts-sso/accounts-qml-module.git/" - inherit git-r3 -else - COMMIT=05e79ebbbf3784a87f72b7be571070125c10dfe3 - if [[ -n ${COMMIT} ]] ; then - SRC_URI="https://gitlab.com/accounts-sso/${PN}-module/-/archive/${COMMIT}/${PN}-module-${COMMIT}.tar.bz2 -> ${P}.tar.bz2" - S="${WORKDIR}/${PN}-module-${COMMIT}" - else - SRC_URI=" - https://gitlab.com/accounts-sso/${PN}-module/-/archive/VERSION_${PV}/${PN}-module-VERSION_${PV}.tar.bz2 - https://dev.gentoo.org/~asturm/distfiles/${P}-patches-1.tar.xz - " - S="${WORKDIR}/${PN}-module-VERSION_${PV}" - fi - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" -fi - -DESCRIPTION="QML bindings for accounts-qt and signond" -HOMEPAGE="https://accounts-sso.gitlab.io/" - -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="doc +qt5 qt6 test" -REQUIRED_USE="|| ( qt5 qt6 )" - -# dbus problems -RESTRICT="test" - -RDEPEND=" - qt5? ( - dev-qt/qtcore:5 - dev-qt/qtdeclarative:5 - ) - qt6? ( - dev-qt/qtbase:6 - dev-qt/qtdeclarative:6 - ) - >=net-libs/accounts-qt-1.16_p20220803[qt5?,qt6?] - >=net-libs/signond-8.61-r100[qt5?,qt6?] -" -DEPEND="${RDEPEND} - test? ( - qt5? ( - dev-qt/qtgui:5 - dev-qt/qttest:5 - ) - qt6? ( dev-qt/qtbase:6[gui] ) - ) -" -BDEPEND=" - doc? ( - app-text/doxygen - || ( - ( dev-qt/qttools:6[assistant,qdoc] ) - ( - dev-qt/qdoc:5 - dev-qt/qthelp:5 - ) - ) - ) -" - -DOCS=( README.md ) - -pkg_setup() { - MULTIBUILD_VARIANTS=( $(usev qt5) $(usev qt6) ) -} - -src_prepare() { - default - rm -v doc/html/.gitignore || die - multibuild_copy_sources -} - -src_configure() { - my_src_configure() { - cd "${BUILD_DIR}" || die - - local myqmakeargs=( - CONFIG+=no_docs \ - PREFIX="${EPREFIX}"/usr - ) - - if [[ ${MULTIBUILD_VARIANT} == qt6 ]]; then - eqmake6 "${myqmakeargs[@]}" - else - eqmake5 "${myqmakeargs[@]}" - fi - } - - multibuild_foreach_variant my_src_configure -} - -src_compile() { - my_src_compile() { - emake -C "${BUILD_DIR}" - } - - multibuild_foreach_variant my_src_compile - - if use doc; then - local qtanybindir - if has_version "dev-qt/qttools:6[qdoc]"; then - qtanybindir="$(qt6_get_libdir)/qt6/bin/" - elif has_version "dev-qt/qdoc:5"; then - qtanybindir="$(qt5_get_bindir)" - else - eerror "dev-qt/qttools:6[qdoc] nor dev-qt/qdoc:5 available even though in deps(?)" - fi - ${qtanybindir}/qdoc doc/accounts-qml-module.qdocconf || die - fi -} - -src_install() { - my_src_install() { - emake -C "${BUILD_DIR}" INSTALL_ROOT="${D}" install_subtargets - } - - multibuild_foreach_variant my_src_install - use doc && local HTML_DOCS=( doc ) - einstalldocs -} diff --git a/net-libs/accounts-qml/metadata.xml b/net-libs/accounts-qml/metadata.xml deleted file mode 100644 index 320bd7afdec..00000000000 --- a/net-libs/accounts-qml/metadata.xml +++ /dev/null @@ -1,11 +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> - <remote-id type="gitlab">accounts-sso/accounts-qml-module</remote-id> - </upstream> -</pkgmetadata> |
