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 A4EC5139694 for ; Tue, 28 Mar 2017 22:13:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67D0721C27A; Tue, 28 Mar 2017 22:12:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3384621C27A for ; Tue, 28 Mar 2017 22:12:37 +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 9C88A34162D for ; Tue, 28 Mar 2017 22:12:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 090336E55 for ; Tue, 28 Mar 2017 22:12:34 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1490739045.8e419c3f55ce8425a5f6b29168be91acb52a6c03.gokturk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/lirc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/lirc/lirc-0.9.0-r6.ebuild app-misc/lirc/lirc-0.9.4a-r2.ebuild app-misc/lirc/lirc-0.9.4c.ebuild app-misc/lirc/lirc-0.9.4d.ebuild X-VCS-Directories: app-misc/lirc/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: 8e419c3f55ce8425a5f6b29168be91acb52a6c03 X-VCS-Branch: master Date: Tue, 28 Mar 2017 22:12:34 +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: 9768888d-8521-44a4-a223-a7d6c3b12812 X-Archives-Hash: c0c4cffc1d644fc1a2699714fbe31ba2 commit: 8e419c3f55ce8425a5f6b29168be91acb52a6c03 Author: Craig Andrews integralblue com> AuthorDate: Tue Mar 28 14:13:33 2017 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Tue Mar 28 22:10:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e419c3f app-misc/lirc: Correctly set the license to GPLv2+ (was incorrectly set to GPLv2) Gentoo-bug: 614142 app-misc/lirc/lirc-0.9.0-r6.ebuild | 4 ++-- app-misc/lirc/lirc-0.9.4a-r2.ebuild | 4 ++-- app-misc/lirc/lirc-0.9.4c.ebuild | 4 ++-- app-misc/lirc/lirc-0.9.4d.ebuild | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app-misc/lirc/lirc-0.9.0-r6.ebuild b/app-misc/lirc/lirc-0.9.0-r6.ebuild index e5337c9be04..8672858485e 100644 --- a/app-misc/lirc/lirc-0.9.0-r6.ebuild +++ b/app-misc/lirc/lirc-0.9.0-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -16,7 +16,7 @@ else SRC_URI="http://www.lirc.org/software/snapshots/${MY_P}.tar.bz2" fi -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86" IUSE="debug doc hardware-carrier transmitter static-libs X" diff --git a/app-misc/lirc/lirc-0.9.4a-r2.ebuild b/app-misc/lirc/lirc-0.9.4a-r2.ebuild index bcf077dded9..fa9852918a2 100644 --- a/app-misc/lirc/lirc-0.9.4a-r2.ebuild +++ b/app-misc/lirc/lirc-0.9.4a-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,7 +18,7 @@ else SRC_URI="http://www.lirc.org/software/snapshots/${MY_P}.tar.bz2" fi -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="doc static-libs X audio irman ftdi inputlirc iguanair systemd usb" diff --git a/app-misc/lirc/lirc-0.9.4c.ebuild b/app-misc/lirc/lirc-0.9.4c.ebuild index 492a3323b88..25ec10062e3 100644 --- a/app-misc/lirc/lirc-0.9.4c.ebuild +++ b/app-misc/lirc/lirc-0.9.4c.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,7 @@ else SRC_URI="http://www.lirc.org/software/snapshots/${MY_P}.tar.bz2" fi -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="audio doc ftdi gtk inputlirc static-libs systemd usb X" diff --git a/app-misc/lirc/lirc-0.9.4d.ebuild b/app-misc/lirc/lirc-0.9.4d.ebuild index 0d55080f738..25ec10062e3 100644 --- a/app-misc/lirc/lirc-0.9.4d.ebuild +++ b/app-misc/lirc/lirc-0.9.4d.ebuild @@ -20,7 +20,7 @@ else SRC_URI="http://www.lirc.org/software/snapshots/${MY_P}.tar.bz2" fi -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="audio doc ftdi gtk inputlirc static-libs systemd usb X"