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 739A515811D for ; Tue, 4 Jul 2023 22:15:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC2A7E0856; Tue, 4 Jul 2023 22:15:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 A5B0BE0856 for ; Tue, 4 Jul 2023 22:15:20 +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 E7E66340F82 for ; Tue, 4 Jul 2023 22:15:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 770A4AC9 for ; Tue, 4 Jul 2023 22:15:18 +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: <1688508901.d094471a85dc9b9d7284f2da9262134a03dfb165.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineak-defaultplugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r3.ebuild X-VCS-Directories: x11-misc/lineak-defaultplugin/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: d094471a85dc9b9d7284f2da9262134a03dfb165 X-VCS-Branch: master Date: Tue, 4 Jul 2023 22:15:18 +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: fb3f0440-1c2a-4251-8949-ae32ff4c4993 X-Archives-Hash: 33545bd183013bdb61b36c5d9438a76e commit: d094471a85dc9b9d7284f2da9262134a03dfb165 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Jul 4 20:59:17 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Tue Jul 4 22:15:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d094471a x11-misc/lineak-defaultplugin: use HTTPS, fix LICENSE Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r3.ebuild b/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r3.ebuild index 3c59326074c8..8b97a1985e3e 100644 --- a/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r3.ebuild +++ b/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r3.ebuild @@ -6,11 +6,11 @@ EAPI=8 MY_P=${P/.0/} DESCRIPTION="Mute/unmute and other macros for LINEAK" -HOMEPAGE="http://lineak.sourceforge.net" +HOMEPAGE="https://lineak.sourceforge.net" SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="debug"