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 61C56138334 for ; Mon, 7 Oct 2019 05:20:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A092AE0821; Mon, 7 Oct 2019 05:20:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8A3ADE082D for ; Mon, 7 Oct 2019 05:20:40 +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 5FD4B34B9EB for ; Mon, 7 Oct 2019 05:20:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8EB183C for ; Mon, 7 Oct 2019 05:20:35 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1570425587.da360c9f2053dbd53a0cce845a1f60b84045ec10.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/peco/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/peco/peco-0.5.3-r1.ebuild app-shells/peco/peco-0.5.3.ebuild X-VCS-Directories: app-shells/peco/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: da360c9f2053dbd53a0cce845a1f60b84045ec10 X-VCS-Branch: master Date: Mon, 7 Oct 2019 05:20:35 +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: 96b71d5e-3725-4a80-a5d2-f2a63859488b X-Archives-Hash: 8ad58b609e25d7ef8d503c4acae05555 commit: da360c9f2053dbd53a0cce845a1f60b84045ec10 Author: Vladimir Pavljuchenkov (SpiderX) spiderx dp ua> AuthorDate: Sun Sep 29 11:21:10 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Oct 7 05:19:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da360c9f app-shells/peco: update LICENSE (wrt 695228), revbump with EAPI 7 Closes: https://bugs.gentoo.org/695228 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Vladimir Pavljuchenkov spiderx.dp.ua> Closes: https://github.com/gentoo/gentoo/pull/13088 Signed-off-by: Joonas Niilola gentoo.org> app-shells/peco/{peco-0.5.3.ebuild => peco-0.5.3-r1.ebuild} | 6 +++--- app-shells/peco/peco-0.5.3.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-shells/peco/peco-0.5.3.ebuild b/app-shells/peco/peco-0.5.3-r1.ebuild similarity index 95% copy from app-shells/peco/peco-0.5.3.ebuild copy to app-shells/peco/peco-0.5.3-r1.ebuild index 958bad43d52..b548d189488 100644 --- a/app-shells/peco/peco-0.5.3.ebuild +++ b/app-shells/peco/peco-0.5.3-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 EGO_VENDOR=( "github.com/google/btree 0c3044bc8bada22db67b93f5760fe3f05d6a5c25" "github.com/jessevdk/go-flags 8bc97d602c3bfeb5fc6fc9b5a9c898f245495637" @@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/peco/peco" SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz ${EGO_VENDOR_URI}" -LICENSE="MIT" +LICENSE="Apache-2.0 BSD BSD-2 MIT" SLOT="0" KEYWORDS="~amd64" IUSE="test" diff --git a/app-shells/peco/peco-0.5.3.ebuild b/app-shells/peco/peco-0.5.3.ebuild index 958bad43d52..c40d5b88851 100644 --- a/app-shells/peco/peco-0.5.3.ebuild +++ b/app-shells/peco/peco-0.5.3.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 @@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/peco/peco" SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz ${EGO_VENDOR_URI}" -LICENSE="MIT" +LICENSE="Apache-2.0 BSD BSD-2 MIT" SLOT="0" KEYWORDS="~amd64" IUSE="test"