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 1587015808B for ; Sun, 3 Apr 2022 10:50:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D57CBE08FE; Sun, 3 Apr 2022 10:50:34 +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 55D86E08EB for ; Sun, 3 Apr 2022 10:50:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5D6353413D1 for ; Sun, 3 Apr 2022 10:50:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CBF137F for ; Sun, 3 Apr 2022 10:50:30 +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: <1648983015.3ec3cb8e097f5f42eb9eb0df2b9d65f8eabb8647.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/sonypid/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/sonypid/sonypid-1.9.ebuild X-VCS-Directories: app-misc/sonypid/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 3ec3cb8e097f5f42eb9eb0df2b9d65f8eabb8647 X-VCS-Branch: master Date: Sun, 3 Apr 2022 10:50:30 +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: ff511bb4-772e-4c33-ac17-33ea34ad93fe X-Archives-Hash: c53e16f601af632d8eb5df59bd9eda30 commit: 3ec3cb8e097f5f42eb9eb0df2b9d65f8eabb8647 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Mar 29 18:49:05 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Apr 3 10:50:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ec3cb8e app-misc/sonypid: use https, fix LICENSE Closes: https://github.com/gentoo/gentoo/pull/24806 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> app-misc/sonypid/sonypid-1.9.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-misc/sonypid/sonypid-1.9.ebuild b/app-misc/sonypid/sonypid-1.9.ebuild index 29fb9b0745ba..d2cabe974388 100644 --- a/app-misc/sonypid/sonypid-1.9.ebuild +++ b/app-misc/sonypid/sonypid-1.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,10 +6,10 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="Tool to use the Sony Vaios jog-dial as a mouse-wheel" -HOMEPAGE="http://www.popies.net/sonypi/" -SRC_URI="http://www.popies.net/sonypi/${P}.tar.bz2" +HOMEPAGE="https://www.popies.net/sonypi/" +SRC_URI="https://www.popies.net/sonypi/${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 x86"