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 9341E138331 for ; Tue, 30 Jan 2018 08:12:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1980E0BFD; Tue, 30 Jan 2018 08:12:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 8F196E0BFD for ; Tue, 30 Jan 2018 08:12:50 +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 429F0335C2F for ; Tue, 30 Jan 2018 08:12:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF4641D7 for ; Tue, 30 Jan 2018 08:12:47 +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: <1517299956.f5710e215d83bceb867b63801cb5d61a67353e4a.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/gcal/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/gcal/gcal-3.6.3.ebuild app-misc/gcal/gcal-4.1.ebuild X-VCS-Directories: app-misc/gcal/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: f5710e215d83bceb867b63801cb5d61a67353e4a X-VCS-Branch: master Date: Tue, 30 Jan 2018 08:12:47 +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-Archives-Salt: 2a606c87-b64a-47af-9fa6-0b2a36bffee3 X-Archives-Hash: b826814a6c26af3b893db637b1422a09 commit: f5710e215d83bceb867b63801cb5d61a67353e4a Author: Ulrich Müller gentoo org> AuthorDate: Tue Jan 30 08:03:53 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Jan 30 08:12:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5710e21 app-misc/gcal: LICENSE should be GPL-3 or later. Package-Manager: Portage-2.3.20, Repoman-2.3.6 app-misc/gcal/gcal-3.6.3.ebuild | 4 ++-- app-misc/gcal/gcal-4.1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-misc/gcal/gcal-3.6.3.ebuild b/app-misc/gcal/gcal-3.6.3.ebuild index c65c73db2e6..ef7714001f5 100644 --- a/app-misc/gcal/gcal-3.6.3.ebuild +++ b/app-misc/gcal/gcal-3.6.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ DESCRIPTION="The GNU Calendar - a replacement for cal" HOMEPAGE="https://www.gnu.org/software/gcal/" SRC_URI="mirror://gnu/gcal/${P}.tar.xz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="ncurses nls unicode" diff --git a/app-misc/gcal/gcal-4.1.ebuild b/app-misc/gcal/gcal-4.1.ebuild index d5a8dbc1d9d..7f56acee8ca 100644 --- a/app-misc/gcal/gcal-4.1.ebuild +++ b/app-misc/gcal/gcal-4.1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="The GNU Calendar - a replacement for cal" HOMEPAGE="https://www.gnu.org/software/gcal/" SRC_URI="mirror://gnu/gcal/${P}.tar.xz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="ncurses nls unicode"