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 B791D15800D 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 0B05AE085B; Tue, 4 Jul 2023 22:15:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 E5A21E085B 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 ED78A340F83 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 8A8E2ACA 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: <1688508902.89ffe1a9d0e93eb1d4eb3f2ed0401105c0a930bb.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineak-xosdplugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0-r3.ebuild X-VCS-Directories: x11-misc/lineak-xosdplugin/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 89ffe1a9d0e93eb1d4eb3f2ed0401105c0a930bb 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: 5de1f264-4776-49d3-ad58-0cb70b86566e X-Archives-Hash: f266846874a8b5d45605cf04a6ecec47 commit: 89ffe1a9d0e93eb1d4eb3f2ed0401105c0a930bb Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Jul 4 21:00:20 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Tue Jul 4 22:15:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89ffe1a9 x11-misc/lineak-xosdplugin: use HTTPS, fix LICENSE Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0-r3.ebuild b/x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0-r3.ebuild index 0f57d3d19650..35b3b1b4a5d6 100644 --- a/x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0-r3.ebuild +++ b/x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0-r3.ebuild @@ -5,11 +5,11 @@ EAPI=8 MY_P=${P/.0/} DESCRIPTION="Xosd plugin 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"