diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /dev-libs/kdsingleapplication | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'dev-libs/kdsingleapplication')
4 files changed, 0 insertions, 123 deletions
diff --git a/dev-libs/kdsingleapplication/Manifest b/dev-libs/kdsingleapplication/Manifest deleted file mode 100644 index 3a4ad974b9b7..000000000000 --- a/dev-libs/kdsingleapplication/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST kdsingleapplication-1.2.0.tar.gz 87265 BLAKE2B 64d3ba9f17551fb1547218419deaea2234fe1233a5a626449ff632f9b17235392bb34f6b296bca2fe3ef2b113ee0e412f328362cde8cfbea1769ae7d15af922a SHA512 2832f53b70258af1bfe9d66d67ab1c46be720ccab632d1b76353a171414cea00a03c576ad34eeefb2648330a311867f7fde7efb96b1f16159dc206f890bc1085 -DIST kdsingleapplication-1.2.1.tar.gz 87731 BLAKE2B 9ecd8299b71443984f05bf228410a9b10c86bf68cc88681fb65bce74a32032b4f26c6f02be5af01373bda08426e612c818a8e044af78e2efbe4c547b661e6176 SHA512 7c8aa168a3183805f6fc5a4e5675527f9c14de0b7c0924333c8cc29b092000d35ed46044c4b8f4b2e68ee59e64fcb4ae04df83f4899ffa5128f8871eb3929a25 diff --git a/dev-libs/kdsingleapplication/kdsingleapplication-1.2.0-r1.ebuild b/dev-libs/kdsingleapplication/kdsingleapplication-1.2.0-r1.ebuild deleted file mode 100644 index 1f4357d58c50..000000000000 --- a/dev-libs/kdsingleapplication/kdsingleapplication-1.2.0-r1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 2024-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake qmake-utils - -DESCRIPTION="KDAB's helper class for single-instance policy applications" -HOMEPAGE="https://github.com/KDAB/KDSingleApplication" -SRC_URI="https://github.com/KDAB/KDSingleApplication/releases/download/v${PV}/kdsingleapplication-${PV}.tar.gz" -S="${WORKDIR}"/KDSingleApplication-${PV} - -LICENSE="BSD MIT" -SLOT="0/$(ver_cut 1-2)" # ${PROJECT_NAME}_SOVERSION -KEYWORDS="amd64 ~arm64 ~ppc64 x86" - -IUSE="doc examples test" -RESTRICT="!test? ( test )" - -DEPEND="dev-qt/qtbase:6[network,widgets]" -RDEPEND="${DEPEND}" -BDEPEND=" - doc? ( - app-text/doxygen[dot] - dev-qt/qttools:6[assistant] - ) - examples? ( dev-util/patchelf ) -" - -src_configure() { - local mycmakeargs=( - -DINSTALL_DOC_DIR="${EPREFIX}/usr/share/doc/${PF}" - -DKDSingleApplication_QT6=ON - -DKDSingleApplication_DOCS=$(usex doc) - -DKDSingleApplication_EXAMPLES=$(usex examples) - -DKDSingleApplication_TESTS=$(usex test) - ) - use doc && mycmakeargs+=( - -DQHELPGEN_EXECUTABLE="$(qt6_get_libexecdir)/qhelpgenerator" - ) - cmake_src_configure -} - -src_install() { - if use doc; then - if use examples; then - rm -r "${BUILD_DIR}"/docs/api/html/examples || die - fi - local HTML_DOCS=( "${BUILD_DIR}"/docs/api/html/. ) - fi - if use examples; then - patchelf --remove-rpath "${BUILD_DIR}"/bin/widgetsingleapplication || die - dobin "${BUILD_DIR}"/bin/widgetsingleapplication - fi - cmake_src_install -} diff --git a/dev-libs/kdsingleapplication/kdsingleapplication-1.2.1.ebuild b/dev-libs/kdsingleapplication/kdsingleapplication-1.2.1.ebuild deleted file mode 100644 index 9c786ae49aca..000000000000 --- a/dev-libs/kdsingleapplication/kdsingleapplication-1.2.1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 2024-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake qmake-utils - -DESCRIPTION="KDAB's helper class for single-instance policy applications" -HOMEPAGE="https://github.com/KDAB/KDSingleApplication" -SRC_URI="https://github.com/KDAB/KDSingleApplication/releases/download/v${PV}/kdsingleapplication-${PV}.tar.gz" -S="${WORKDIR}"/KDSingleApplication-${PV} - -LICENSE="BSD MIT" -SLOT="0/$(ver_cut 1-2)" # ${PROJECT_NAME}_SOVERSION -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" - -IUSE="doc examples test" -RESTRICT="!test? ( test )" - -DEPEND="dev-qt/qtbase:6[network,widgets]" -RDEPEND="${DEPEND}" -BDEPEND=" - doc? ( - app-text/doxygen[dot] - dev-qt/qttools:6[assistant] - ) - examples? ( dev-util/patchelf ) -" - -src_configure() { - local mycmakeargs=( - -DINSTALL_DOC_DIR="${EPREFIX}/usr/share/doc/${PF}" - -DKDSingleApplication_QT6=ON - -DKDSingleApplication_DOCS=$(usex doc) - -DKDSingleApplication_EXAMPLES=$(usex examples) - -DKDSingleApplication_TESTS=$(usex test) - ) - use doc && mycmakeargs+=( - -DQHELPGEN_EXECUTABLE="$(qt6_get_libexecdir)/qhelpgenerator" - ) - cmake_src_configure -} - -src_install() { - if use doc; then - if use examples; then - rm -r "${BUILD_DIR}"/docs/api/html/examples || die - fi - local HTML_DOCS=( "${BUILD_DIR}"/docs/api/html/. ) - fi - if use examples; then - patchelf --remove-rpath "${BUILD_DIR}"/bin/widgetsingleapplication || die - dobin "${BUILD_DIR}"/bin/widgetsingleapplication - fi - cmake_src_install -} diff --git a/dev-libs/kdsingleapplication/metadata.xml b/dev-libs/kdsingleapplication/metadata.xml deleted file mode 100644 index e7778ddc74c3..000000000000 --- a/dev-libs/kdsingleapplication/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>voyageur@gentoo.org</email> - <name>Bernard Cafarelli</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> |
