commit: d2c703851941eb94c809b43c51f0f0628ba84044 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Dec 31 16:39:50 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Dec 31 16:39:58 2019 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=d2c70385
app-crypt/qca: Switch to cmake.eclass and kde.org.eclass Add missing RESTRICT="!test? ( test )" Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-crypt/qca/qca-9999.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app-crypt/qca/qca-9999.ebuild b/app-crypt/qca/qca-9999.ebuild index 3c88d034..be322031 100644 --- a/app-crypt/qca/qca-9999.ebuild +++ b/app-crypt/qca/qca-9999.ebuild @@ -3,11 +3,10 @@ EAPI=7 -inherit cmake-utils git-r3 qmake-utils +inherit kde.org cmake git-r3 qmake-utils DESCRIPTION="Qt Cryptographic Architecture (QCA)" HOMEPAGE="https://userbase.kde.org/QCA" -EGIT_REPO_URI="https://anongit.kde.org/${PN}.git" LICENSE="LGPL-2.1" SLOT="2" @@ -15,6 +14,8 @@ KEYWORDS="" IUSE="botan debug doc examples gcrypt gpg libressl logger nss pkcs11 sasl softstore +ssl test" +RESTRICT="!test? ( test )" + BDEPEND=" doc? ( app-doc/doxygen ) " @@ -63,16 +64,16 @@ src_configure() { $(qca_plugin_use ssl ossl) -DBUILD_TESTS=$(usex test) ) - cmake-utils_src_configure + cmake_src_configure } src_test() { local -x QCA_PLUGIN_PATH="${BUILD_DIR}/lib/qca" - cmake-utils_src_test + cmake_src_test } src_install() { - cmake-utils_src_install + cmake_src_install if use doc; then pushd "${BUILD_DIR}" >/dev/null || die
