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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C79C913835B for ; Sat, 20 Mar 2021 08:24:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1861EE088F; Sat, 20 Mar 2021 08:24:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3EC7E088F for ; Sat, 20 Mar 2021 08:24:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5B39340A38 for ; Sat, 20 Mar 2021 08:24:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 110835C9 for ; Sat, 20 Mar 2021 08:24:15 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1616228530.e3e4a8772858333925a38a9317fc344d18e2894d.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/tk707/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/tk707/tk707-0.8-r2.ebuild X-VCS-Directories: media-sound/tk707/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: e3e4a8772858333925a38a9317fc344d18e2894d X-VCS-Branch: master Date: Sat, 20 Mar 2021 08:24:15 +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: 7e8dcede-36ba-426f-94e6-699bed8caa9f X-Archives-Hash: a81aaa0a5028e00ae281214ef1994af5 commit: e3e4a8772858333925a38a9317fc344d18e2894d Author: Michael Mair-Keimberger levelnine at> AuthorDate: Fri Mar 19 17:19:38 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sat Mar 20 08:22:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3e4a877 media-sound/tk707: use HTTPS, fix LICENSE Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/20009 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/tk707/tk707-0.8-r2.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/media-sound/tk707/tk707-0.8-r2.ebuild b/media-sound/tk707/tk707-0.8-r2.ebuild index 03b31573728..a8319e27411 100644 --- a/media-sound/tk707/tk707-0.8-r2.ebuild +++ b/media-sound/tk707/tk707-0.8-r2.ebuild @@ -1,20 +1,19 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit autotools desktop -DESCRIPTION=" An 7x7 type midi drum sequencer for Linux" -HOMEPAGE="http://www-ljk.imag.fr/membres/Pierre.Saramito/tk707/" +DESCRIPTION="An 7x7 type midi drum sequencer for Linux" +HOMEPAGE="https://www-ljk.imag.fr/membres/Pierre.Saramito/tk707/" SRC_URI="mirror://gentoo/${P}.tar.gz mirror://gentoo/${P}-updated_tcl2c.patch.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - RDEPEND=" >=media-libs/alsa-lib-0.9.0 >=dev-lang/tcl-8.4:0=