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 5AD7D138334 for ; Fri, 20 Sep 2019 13:53:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84B3BE0824; Fri, 20 Sep 2019 13:53:05 +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 53398E0824 for ; Fri, 20 Sep 2019 13:53:05 +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 F31D834B6B6 for ; Fri, 20 Sep 2019 13:53:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5549B7E7 for ; Fri, 20 Sep 2019 13:53:01 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1568987576.4f33d2626d89dd19f488df15ac4f2644babdbc81.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-event/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-event/pecl-event-2.2.1.ebuild dev-php/pecl-event/pecl-event-2.3.0-r1.ebuild dev-php/pecl-event/pecl-event-2.4.0.ebuild dev-php/pecl-event/pecl-event-2.4.1.ebuild dev-php/pecl-event/pecl-event-2.4.3.ebuild dev-php/pecl-event/pecl-event-2.5.2.ebuild X-VCS-Directories: dev-php/pecl-event/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 4f33d2626d89dd19f488df15ac4f2644babdbc81 X-VCS-Branch: master Date: Fri, 20 Sep 2019 13:53:01 +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: e8984fb3-686a-45e5-984f-c7052ed44970 X-Archives-Hash: 326347385dcf4f7e4f41c63485475e9a commit: 4f33d2626d89dd19f488df15ac4f2644babdbc81 Author: Brian Evans gentoo org> AuthorDate: Fri Sep 20 13:52:10 2019 +0000 Commit: Brian Evans gentoo org> CommitDate: Fri Sep 20 13:52:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f33d262 dev-php/pecl-event: Fix double LICENSE declaration All ebuilds includes the correct license, then redeclared to the wrong license. Correct that to be just PHP-3.01 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Brian Evans gentoo.org> dev-php/pecl-event/pecl-event-2.2.1.ebuild | 3 +-- dev-php/pecl-event/pecl-event-2.3.0-r1.ebuild | 3 +-- dev-php/pecl-event/pecl-event-2.4.0.ebuild | 3 +-- dev-php/pecl-event/pecl-event-2.4.1.ebuild | 3 +-- dev-php/pecl-event/pecl-event-2.4.3.ebuild | 3 +-- dev-php/pecl-event/pecl-event-2.5.2.ebuild | 1 - 6 files changed, 5 insertions(+), 11 deletions(-) diff --git a/dev-php/pecl-event/pecl-event-2.2.1.ebuild b/dev-php/pecl-event/pecl-event-2.2.1.ebuild index b097acd6f6b..dcf3ce4cc87 100644 --- a/dev-php/pecl-event/pecl-event-2.2.1.ebuild +++ b/dev-php/pecl-event/pecl-event-2.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -16,7 +16,6 @@ KEYWORDS="amd64 ia64 x86" LICENSE="PHP-3.01" DESCRIPTION="PHP wrapper for libevent2" -LICENSE="PHP-3" SLOT="0" DEPEND=" diff --git a/dev-php/pecl-event/pecl-event-2.3.0-r1.ebuild b/dev-php/pecl-event/pecl-event-2.3.0-r1.ebuild index 3fbf4fc20ca..312c4d1b906 100644 --- a/dev-php/pecl-event/pecl-event-2.3.0-r1.ebuild +++ b/dev-php/pecl-event/pecl-event-2.3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -16,7 +16,6 @@ KEYWORDS="~amd64 ~ia64 ~x86" LICENSE="PHP-3.01" DESCRIPTION="PHP wrapper for libevent2" -LICENSE="PHP-3" SLOT="0" DEPEND=" diff --git a/dev-php/pecl-event/pecl-event-2.4.0.ebuild b/dev-php/pecl-event/pecl-event-2.4.0.ebuild index 3fbf4fc20ca..312c4d1b906 100644 --- a/dev-php/pecl-event/pecl-event-2.4.0.ebuild +++ b/dev-php/pecl-event/pecl-event-2.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -16,7 +16,6 @@ KEYWORDS="~amd64 ~ia64 ~x86" LICENSE="PHP-3.01" DESCRIPTION="PHP wrapper for libevent2" -LICENSE="PHP-3" SLOT="0" DEPEND=" diff --git a/dev-php/pecl-event/pecl-event-2.4.1.ebuild b/dev-php/pecl-event/pecl-event-2.4.1.ebuild index 148533773b8..cd49d9bdc6a 100644 --- a/dev-php/pecl-event/pecl-event-2.4.1.ebuild +++ b/dev-php/pecl-event/pecl-event-2.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -16,7 +16,6 @@ KEYWORDS="~amd64 ~ia64 ~x86" LICENSE="PHP-3.01" DESCRIPTION="PHP wrapper for libevent2" -LICENSE="PHP-3" SLOT="0" DEPEND=" diff --git a/dev-php/pecl-event/pecl-event-2.4.3.ebuild b/dev-php/pecl-event/pecl-event-2.4.3.ebuild index c990f965da3..cd49d9bdc6a 100644 --- a/dev-php/pecl-event/pecl-event-2.4.3.ebuild +++ b/dev-php/pecl-event/pecl-event-2.4.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -16,7 +16,6 @@ KEYWORDS="~amd64 ~ia64 ~x86" LICENSE="PHP-3.01" DESCRIPTION="PHP wrapper for libevent2" -LICENSE="PHP-3" SLOT="0" DEPEND=" diff --git a/dev-php/pecl-event/pecl-event-2.5.2.ebuild b/dev-php/pecl-event/pecl-event-2.5.2.ebuild index adee9104380..c7f3bf68bb9 100644 --- a/dev-php/pecl-event/pecl-event-2.5.2.ebuild +++ b/dev-php/pecl-event/pecl-event-2.5.2.ebuild @@ -16,7 +16,6 @@ KEYWORDS="~amd64 ~ia64 ~x86" LICENSE="PHP-3.01" DESCRIPTION="PHP wrapper for libevent2" -LICENSE="PHP-3" SLOT="0" DEPEND="