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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B750A15800D for ; Mon, 3 Jul 2023 22:02:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07028E0878; Mon, 3 Jul 2023 22:02:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6160E0878 for ; Mon, 3 Jul 2023 22:02:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 31ED0340AE2 for ; Mon, 3 Jul 2023 22:02:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98A4FA74 for ; Mon, 3 Jul 2023 22:02:46 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1688421737.fa8c1c24fc91b88024f94fe62f7dcc5d3c2461c1.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/unixcw/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/unixcw/unixcw-3.6.0-r1.ebuild X-VCS-Directories: media-radio/unixcw/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: fa8c1c24fc91b88024f94fe62f7dcc5d3c2461c1 X-VCS-Branch: master Date: Mon, 3 Jul 2023 22:02:46 +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: b002f813-730c-4d1d-b442-8b11b254c45a X-Archives-Hash: bde0c3ba930d76ab2bc2206051c24a31 commit: fa8c1c24fc91b88024f94fe62f7dcc5d3c2461c1 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon Jun 26 17:09:18 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Jul 3 22:02:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa8c1c24 media-radio/unixcw: use HTTPS, update LICENSE, add missing braces Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> media-radio/unixcw/unixcw-3.6.0-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/media-radio/unixcw/unixcw-3.6.0-r1.ebuild b/media-radio/unixcw/unixcw-3.6.0-r1.ebuild index 45d6a68f7339..1e0dcd50c5dd 100644 --- a/media-radio/unixcw/unixcw-3.6.0-r1.ebuild +++ b/media-radio/unixcw/unixcw-3.6.0-r1.ebuild @@ -5,11 +5,11 @@ EAPI=7 inherit autotools flag-o-matic -DESCRIPTION="A package of programs that fit together to form a morse code tutor program" -HOMEPAGE="http://unixcw.sourceforge.net" +DESCRIPTION="Collection of programs that fit together to form a morse code tutor program" +HOMEPAGE="https://unixcw.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha amd64 ppc x86" IUSE="alsa ncurses pulseaudio suid test qt5" @@ -28,7 +28,7 @@ DEPEND="${RDEPEND} src_prepare() { append-cflags -std=gnu11 append-cxxflags -std=gnu++11 - eapply -p0 "${FILESDIR}"/$PN-3.6-tinfo.patch + eapply -p0 "${FILESDIR}"/${PN}-3.6-tinfo.patch # Bug# 837617 and 858278 sed -i -e "s/curses, initscr/ncurses, initscr/" \ -e "s/_curses_initscr/_ncurses_initscr/" configure.ac || die