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 0772D13835A for ; Thu, 13 May 2021 16:12:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B967E0857; Thu, 13 May 2021 16:12:39 +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 13A70E0857 for ; Thu, 13 May 2021 16:12:39 +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 1127E340D81 for ; Thu, 13 May 2021 16:12:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7286575B for ; Thu, 13 May 2021 16:12:36 +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: <1620922330.781a3421b96f9e9cf2bc5041a11726dc1147bc03.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/barnyard/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/barnyard/barnyard-0.2.0-r6.ebuild net-analyzer/barnyard/barnyard-0.2.0-r7.ebuild X-VCS-Directories: net-analyzer/barnyard/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 781a3421b96f9e9cf2bc5041a11726dc1147bc03 X-VCS-Branch: master Date: Thu, 13 May 2021 16:12:36 +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: 77dedc45-8431-42e5-a7c0-16c6aa2876c0 X-Archives-Hash: 427e5095419ce102cf60bf405d40262a commit: 781a3421b96f9e9cf2bc5041a11726dc1147bc03 Author: Ulrich Müller gentoo org> AuthorDate: Wed May 12 10:58:24 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu May 13 16:12:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=781a3421 net-analyzer/barnyard: Update LICENSE QPL and QPL-1.0 are duplicates. Bug: https://bugs.gentoo.org/789666 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Ulrich Müller gentoo.org> .../barnyard/{barnyard-0.2.0-r6.ebuild => barnyard-0.2.0-r7.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/barnyard/barnyard-0.2.0-r6.ebuild b/net-analyzer/barnyard/barnyard-0.2.0-r7.ebuild similarity index 95% rename from net-analyzer/barnyard/barnyard-0.2.0-r6.ebuild rename to net-analyzer/barnyard/barnyard-0.2.0-r7.ebuild index 6786fba3781..e6c4d3a4e92 100644 --- a/net-analyzer/barnyard/barnyard-0.2.0-r6.ebuild +++ b/net-analyzer/barnyard/barnyard-0.2.0-r7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI=" " SLOT="0" -LICENSE="QPL GPL-2" +LICENSE="QPL-1.0 GPL-2" # GPL-2 for init script KEYWORDS="~amd64 -sparc ~x86" IUSE="mysql postgres sguil"