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 38183138334 for ; Mon, 6 Aug 2018 19:29:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CBD2E0839; Mon, 6 Aug 2018 19:29:53 +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 CA7A0E0839 for ; Mon, 6 Aug 2018 19:29:52 +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 01B9E335CA5 for ; Mon, 6 Aug 2018 19:29:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5AA6377 for ; Mon, 6 Aug 2018 19:29:47 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1533583784.59e28b6573c97593cb2de139893236203f4a0d05.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/audit/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/audit/audit-2.6.4.ebuild sys-process/audit/audit-2.7.1.ebuild sys-process/audit/audit-2.8.2.ebuild sys-process/audit/audit-2.8.3.ebuild X-VCS-Directories: sys-process/audit/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 59e28b6573c97593cb2de139893236203f4a0d05 X-VCS-Branch: master Date: Mon, 6 Aug 2018 19:29: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: 50e6fb31-fff4-4a6e-a570-2e1b912e68c6 X-Archives-Hash: bc00bb1e43b296910464b675099c2f6d commit: 59e28b6573c97593cb2de139893236203f4a0d05 Author: Robin H. Johnson gentoo org> AuthorDate: Mon Aug 6 19:27:18 2018 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Mon Aug 6 19:29:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59e28b65 sys-process/audit: fix license License audit elsewhere revealed that the libraries of audit are under LGPL-2.1+, not GPL-2. Also correct to GPL-2+ per the 'or later' text in the main source. Signed-off-by: Robin H. Johnson gentoo.org> Package-Manager: Portage-2.3.40, Repoman-2.3.9 sys-process/audit/audit-2.6.4.ebuild | 2 +- sys-process/audit/audit-2.7.1.ebuild | 2 +- sys-process/audit/audit-2.8.2.ebuild | 2 +- sys-process/audit/audit-2.8.3.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-process/audit/audit-2.6.4.ebuild b/sys-process/audit/audit-2.6.4.ebuild index 999fbf25c03..4d02229546e 100644 --- a/sys-process/audit/audit-2.6.4.ebuild +++ b/sys-process/audit/audit-2.6.4.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Userspace utilities for storing and processing auditing records" HOMEPAGE="https://people.redhat.com/sgrubb/audit/" SRC_URI="https://people.redhat.com/sgrubb/audit/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+ LGPL-2.1+" SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="gssapi ldap python static-libs" diff --git a/sys-process/audit/audit-2.7.1.ebuild b/sys-process/audit/audit-2.7.1.ebuild index 8f76eada830..9ece8528d55 100644 --- a/sys-process/audit/audit-2.7.1.ebuild +++ b/sys-process/audit/audit-2.7.1.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Userspace utilities for storing and processing auditing records" HOMEPAGE="https://people.redhat.com/sgrubb/audit/" SRC_URI="https://people.redhat.com/sgrubb/audit/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+ LGPL-2.1+" SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86" IUSE="gssapi ldap python static-libs" diff --git a/sys-process/audit/audit-2.8.2.ebuild b/sys-process/audit/audit-2.8.2.ebuild index c03f103ef2f..44ef93b51bd 100644 --- a/sys-process/audit/audit-2.8.2.ebuild +++ b/sys-process/audit/audit-2.8.2.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Userspace utilities for storing and processing auditing records" HOMEPAGE="https://people.redhat.com/sgrubb/audit/" SRC_URI="https://people.redhat.com/sgrubb/audit/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+ LGPL-2.1+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="gssapi ldap python static-libs" diff --git a/sys-process/audit/audit-2.8.3.ebuild b/sys-process/audit/audit-2.8.3.ebuild index c03f103ef2f..44ef93b51bd 100644 --- a/sys-process/audit/audit-2.8.3.ebuild +++ b/sys-process/audit/audit-2.8.3.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Userspace utilities for storing and processing auditing records" HOMEPAGE="https://people.redhat.com/sgrubb/audit/" SRC_URI="https://people.redhat.com/sgrubb/audit/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+ LGPL-2.1+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="gssapi ldap python static-libs"