commit:     a1f336b44bb46fa6433a06cb41529cac070958a6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 12:47:04 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 12:47:04 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a1f336b4

dev-libs/qcoro5: 0.6.0 moved to Gentoo ebuild repo

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/qcoro5/qcoro5-0.6.0.ebuild | 55 -------------------------------------
 1 file changed, 55 deletions(-)

diff --git a/dev-libs/qcoro5/qcoro5-0.6.0.ebuild 
b/dev-libs/qcoro5/qcoro5-0.6.0.ebuild
deleted file mode 100644
index be9f3ee25f..0000000000
--- a/dev-libs/qcoro5/qcoro5-0.6.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-if [[ ${PV} == *9999* ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/danvratil/${PN/5/}";
-else
-       
SRC_URI="https://github.com/danvratil/${PN/5/}/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
-       S="${WORKDIR}/${P/5/}"
-       KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="C++ Coroutine Library for Qt5"
-HOMEPAGE="https://qcoro.dvratil.cz/ https://github.com/danvratil/qcoro";
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="dbus examples +network test websockets"
-
-RDEPEND="
-       dev-qt/qtcore:5
-       dbus? ( dev-qt/qtdbus:5 )
-       network? ( dev-qt/qtnetwork:5 )
-"
-DEPEND="${RDEPEND}
-       examples? (
-               dev-qt/qtconcurrent:5
-               dev-qt/qtwidgets:5
-       )
-       test? ( dev-qt/qtconcurrent:5 )
-"
-
-src_configure() {
-       local mycmakeargs=(
-               -DUSE_QT_VERSION=5
-               -DQCORO_BUILD_EXAMPLES=$(usex examples)
-               -DQCORO_WITH_QTDBUS=$(usex dbus)
-               -DQCORO_WITH_QTNETWORK=$(usex network)
-               -DBUILD_TESTING=$(usex test)
-               -DQCORO_WITH_QTWEBSOCKETS=$(usex websockets)
-       )
-       cmake_src_configure
-}
-
-src_install() {
-       if use examples; then
-               docinto examples
-               dodoc -r examples/*
-       fi
-       cmake_src_install
-}

Reply via email to