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 CCE10138334 for ; Wed, 11 Dec 2019 14:59:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 237D6E0823; Wed, 11 Dec 2019 14:59:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0EA56E0823 for ; Wed, 11 Dec 2019 14:59:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 29E6B34D93E for ; Wed, 11 Dec 2019 14:59:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9DF8A8 for ; Wed, 11 Dec 2019 14:59:51 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1576076377.0674f02bb8388811fdfe09b23997b7c6635a0ff4.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/tkinfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/tkinfo/tkinfo-2.8-r1.ebuild X-VCS-Directories: app-text/tkinfo/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 0674f02bb8388811fdfe09b23997b7c6635a0ff4 X-VCS-Branch: master Date: Wed, 11 Dec 2019 14:59:51 +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: f6a3a4d9-2012-4335-af65-5d1a36809f70 X-Archives-Hash: 40bd2a8ab5148b5c7a3a0fafdf1348a8 commit: 0674f02bb8388811fdfe09b23997b7c6635a0ff4 Author: Ulrich Müller gentoo org> AuthorDate: Wed Dec 11 14:57:03 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Dec 11 14:59:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0674f02b app-text/tkinfo: Fix LICENSE. Closes: https://bugs.gentoo.org/702480 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Ulrich Müller gentoo.org> app-text/tkinfo/tkinfo-2.8-r1.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app-text/tkinfo/tkinfo-2.8-r1.ebuild b/app-text/tkinfo/tkinfo-2.8-r1.ebuild index 517f9ae8216..5be2e0b8d9b 100644 --- a/app-text/tkinfo/tkinfo-2.8-r1.ebuild +++ b/app-text/tkinfo/tkinfo-2.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,10 +7,9 @@ DESCRIPTION="Info Browser in TK" HOMEPAGE="http://math-www.uni-paderborn.de/~axel/tkinfo/" SRC_URI="http://math-www.uni-paderborn.de/~axel/${PN}/${P}.tar.gz" -KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86" -IUSE="" -LICENSE="freedist" +LICENSE="Old-MIT GPL-1+" SLOT="0" +KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86" RDEPEND="dev-lang/tk" DEPEND="sys-apps/sed"