commit: f98b677a23a232d500a818c9f9850f8365b41138 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Mon Apr 5 22:26:26 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Mon Apr 5 22:26:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f98b677a
media-radio/tqsl: Port to cmake.eclass Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: David Seifert <soap <AT> gentoo.org> media-radio/tqsl/tqsl-2.5.1.ebuild | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/media-radio/tqsl/tqsl-2.5.1.ebuild b/media-radio/tqsl/tqsl-2.5.1.ebuild index 2e99b0b58e2..479817e6c43 100644 --- a/media-radio/tqsl/tqsl-2.5.1.ebuild +++ b/media-radio/tqsl/tqsl-2.5.1.ebuild @@ -4,7 +4,7 @@ EAPI=7 WX_GTK_VER="3.0" -inherit cmake-utils wxwidgets vcs-snapshot +inherit cmake wxwidgets vcs-snapshot DESCRIPTION="ARRL Logbook of the World" HOMEPAGE="http://www.arrl.org/tqsl-download" @@ -13,19 +13,20 @@ SRC_URI="https://github.com/rich0/trustedqsl-tqsl/archive/v${PV}.tar.gz -> ${P}. LICENSE="LOTW" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -RDEPEND="dev-libs/expat:= - dev-libs/openssl:0= - net-misc/curl:= - sys-libs/db:= - sys-libs/zlib:= - x11-libs/wxGTK:${WX_GTK_VER}=" +RDEPEND=" + dev-libs/expat:= + dev-libs/openssl:0= + net-misc/curl:= + sys-libs/db:= + sys-libs/zlib:= + x11-libs/wxGTK:${WX_GTK_VER}=" DEPEND="${RDEPEND}" DOCS=( AUTHORS.txt INSTALL README ) -HTML_DOCS=( html ) +HTML_DOCS=( html/. ) -pkg_setup() { +src_configure() { setup-wxwidgets + cmake_src_configure }
