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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2BAF61581F3 for ; Sun, 1 Dec 2024 12:42:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 321B7E0856; Sun, 1 Dec 2024 12:42:34 +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 1A466E0856 for ; Sun, 1 Dec 2024 12:42:34 +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 5F170342FF7 for ; Sun, 1 Dec 2024 12:42:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9A68213D for ; Sun, 1 Dec 2024 12:42:29 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1733056810.794e0a75aa9b95ec022e47877c46a1a47bddb06a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/multitail/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/multitail/multitail-7.0.0.ebuild app-text/multitail/multitail-7.1.2.ebuild X-VCS-Directories: app-text/multitail/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 794e0a75aa9b95ec022e47877c46a1a47bddb06a X-VCS-Branch: master Date: Sun, 1 Dec 2024 12:42:29 +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: 353a0ad4-3501-4d99-a7c0-d7543b94b29c X-Archives-Hash: 78412ad4161e991c84b37ffd5deb27ad commit: 794e0a75aa9b95ec022e47877c46a1a47bddb06a Author: Henning Schild hennsch de> AuthorDate: Mon Sep 9 20:32:46 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 1 12:40:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=794e0a75 app-text/multitail: fix LICENSE The project switched to Apache-2.0 with version 7.0.0. Signed-off-by: Henning Schild hennsch.de> Signed-off-by: Sam James gentoo.org> app-text/multitail/multitail-7.0.0.ebuild | 4 ++-- app-text/multitail/multitail-7.1.2.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-text/multitail/multitail-7.0.0.ebuild b/app-text/multitail/multitail-7.0.0.ebuild index 2e9fd36531e0..270aaa2713bb 100644 --- a/app-text/multitail/multitail-7.0.0.ebuild +++ b/app-text/multitail/multitail-7.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ DESCRIPTION="Tail with multiple windows" HOMEPAGE="http://www.vanheusden.com/multitail/ https://github.com/folkertvanheusden/multitail/" SRC_URI="https://github.com/folkertvanheusden/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~hppa ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux" IUSE="debug examples unicode" diff --git a/app-text/multitail/multitail-7.1.2.ebuild b/app-text/multitail/multitail-7.1.2.ebuild index 575c9968f004..ea1a1775318b 100644 --- a/app-text/multitail/multitail-7.1.2.ebuild +++ b/app-text/multitail/multitail-7.1.2.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Tail with multiple windows" HOMEPAGE="http://www.vanheusden.com/multitail/ https://github.com/folkertvanheusden/multitail/" SRC_URI="https://github.com/folkertvanheusden/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~hppa ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux" IUSE="debug examples unicode"