From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6EB6A1382C5 for ; Thu, 18 Feb 2021 02:49:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2B87E085A; Thu, 18 Feb 2021 02:49:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84595E085A for ; Thu, 18 Feb 2021 02:49:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40EE13408CF for ; Thu, 18 Feb 2021 02:49:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B96EE4AF for ; Thu, 18 Feb 2021 02:49:38 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1613616572.4c1e7cede14cda5e63670fac61b4344af214443c.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/wsjtx/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/wsjtx/wsjtx-2.3.0.ebuild X-VCS-Directories: media-radio/wsjtx/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 4c1e7cede14cda5e63670fac61b4344af214443c X-VCS-Branch: master Date: Thu, 18 Feb 2021 02:49:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f6817612-9686-470a-a1b1-2d6a88750dfa X-Archives-Hash: b1b6d47a256ad72cb87b7dd07f3bbaf2 commit: 4c1e7cede14cda5e63670fac61b4344af214443c Author: Rick Farina gentoo org> AuthorDate: Thu Feb 18 02:49:32 2021 +0000 Commit: Rick Farina gentoo org> CommitDate: Thu Feb 18 02:49:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c1e7ced media-radio/wsjtx: actually works hit commit too fast on that first one Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Rick Farina gentoo.org> media-radio/wsjtx/wsjtx-2.3.0.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/media-radio/wsjtx/wsjtx-2.3.0.ebuild b/media-radio/wsjtx/wsjtx-2.3.0.ebuild index 5d3696d2a26..a76c66850fd 100644 --- a/media-radio/wsjtx/wsjtx-2.3.0.ebuild +++ b/media-radio/wsjtx/wsjtx-2.3.0.ebuild @@ -38,8 +38,6 @@ DEPEND="${RDEPEND} S=${WORKDIR}/wsjtx PATCHES=( "${FILESDIR}/${PN}-2.0.1-hamlib.patch" - "${FILESDIR}/${PN}-fix-unicode.patch" - "${FILESDIR}/${PN}-drop-docs.patch" "${FILESDIR}/${PN}-2.1.2-qt_helpers.patch" "${FILESDIR}/${PN}-2.2.0-werror.patch" "${FILESDIR}/${PN}-clang.patch" ) @@ -59,8 +57,6 @@ src_prepare() { } src_configure() { - cmake_comment_add_subdirectory debian - local mycmakeargs=( -DWSJT_GENERATE_DOCS="$(usex doc)" -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}"