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 D2A6C15817D for ; Mon, 17 Jun 2024 22:36:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60845E29E1; Mon, 17 Jun 2024 22:36:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 48099E29E1 for ; Mon, 17 Jun 2024 22:36:23 +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 2C6A1335D7B for ; Mon, 17 Jun 2024 22:36:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD0CB1D32 for ; Mon, 17 Jun 2024 22:36:19 +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: <1718663759.afd660b427b1b3dbd39248dd18b5f27e4732d5ee.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineakd/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/lineakd/lineakd-0.9.0-r4.ebuild X-VCS-Directories: x11-misc/lineakd/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: afd660b427b1b3dbd39248dd18b5f27e4732d5ee X-VCS-Branch: master Date: Mon, 17 Jun 2024 22:36:19 +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: e93141e4-54bd-47d8-9607-4f7a1727dc82 X-Archives-Hash: ad221f37f2f4e11a1bb3852b6132b475 commit: afd660b427b1b3dbd39248dd18b5f27e4732d5ee Author: Michael Mair-Keimberger levelnine at> AuthorDate: Fri May 31 14:41:57 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Jun 17 22:35:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afd660b4 x11-misc/lineakd: use HTTPS, fix LICENSE Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> x11-misc/lineakd/lineakd-0.9.0-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/lineakd/lineakd-0.9.0-r4.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r4.ebuild index 97f6004a03d5..8e6342414087 100644 --- a/x11-misc/lineakd/lineakd-0.9.0-r4.ebuild +++ b/x11-misc/lineakd/lineakd-0.9.0-r4.ebuild @@ -7,11 +7,11 @@ inherit autotools MY_P=${P/.0/} DESCRIPTION="Linux support for Easy Access and Internet Keyboards" -HOMEPAGE="http://lineak.sourceforge.net" +HOMEPAGE="https://lineak.sourceforge.net" SRC_URI="https://downloads.sourceforge.net/lineak/${MY_P}.tar.gz" S="${WORKDIR}"/${MY_P} -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ppc sparc x86" IUSE="debug"