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 01E5E1382C5 for ; Wed, 10 Mar 2021 11:33:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6394EE0843; Wed, 10 Mar 2021 11:33: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 1DE9CE0844 for ; Wed, 10 Mar 2021 11:33:52 +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 89A18340CE7 for ; Wed, 10 Mar 2021 11:33:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A00C585 for ; Wed, 10 Mar 2021 11:33:50 +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: <1615375953.d3565ca4fd1f31d5f09b90f4c60d8643eebd556f.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/recoll/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/recoll/recoll-1.25.19.ebuild app-misc/recoll/recoll-1.27.12.ebuild app-misc/recoll/recoll-1.28.5.ebuild X-VCS-Directories: app-misc/recoll/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: d3565ca4fd1f31d5f09b90f4c60d8643eebd556f X-VCS-Branch: master Date: Wed, 10 Mar 2021 11:33:50 +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: e9d354bc-7eb6-4762-9d35-a54e5cff2029 X-Archives-Hash: 700de64c937c57598da73c9876421af9 commit: d3565ca4fd1f31d5f09b90f4c60d8643eebd556f Author: Michael Mair-Keimberger levelnine at> AuthorDate: Wed Mar 10 08:38:46 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Mar 10 11:32:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3565ca4 app-misc/recoll: inherit optfeature, update LICENSE Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://bugs.gentoo.org/775227 Closes: https://github.com/gentoo/gentoo/pull/19860 Signed-off-by: Joonas Niilola gentoo.org> app-misc/recoll/recoll-1.25.19.ebuild | 6 +++--- app-misc/recoll/recoll-1.27.12.ebuild | 6 +++--- app-misc/recoll/recoll-1.28.5.ebuild | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app-misc/recoll/recoll-1.25.19.ebuild b/app-misc/recoll/recoll-1.25.19.ebuild index 96480794532..d1e6872bedf 100644 --- a/app-misc/recoll/recoll-1.25.19.ebuild +++ b/app-misc/recoll/recoll-1.25.19.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 @@ -7,11 +7,11 @@ PYTHON_COMPAT=( python3_7 ) inherit linux-info optfeature python-single-r1 qmake-utils -DESCRIPTION="A personal full text search package" +DESCRIPTION="Personal full text search package" HOMEPAGE="https://www.lesbonscomptes.com/recoll/" SRC_URI="https://www.lesbonscomptes.com/recoll/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 x86" diff --git a/app-misc/recoll/recoll-1.27.12.ebuild b/app-misc/recoll/recoll-1.27.12.ebuild index 0f47d4ae66f..775edac8752 100644 --- a/app-misc/recoll/recoll-1.27.12.ebuild +++ b/app-misc/recoll/recoll-1.27.12.ebuild @@ -5,13 +5,13 @@ EAPI=7 PYTHON_COMPAT=( python3_{7,8,9} ) -inherit eutils linux-info python-single-r1 qmake-utils +inherit linux-info optfeature python-single-r1 qmake-utils -DESCRIPTION="A personal full text search package" +DESCRIPTION="Personal full text search package" HOMEPAGE="https://www.lesbonscomptes.com/recoll/" SRC_URI="https://www.lesbonscomptes.com/recoll/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 x86" diff --git a/app-misc/recoll/recoll-1.28.5.ebuild b/app-misc/recoll/recoll-1.28.5.ebuild index 1f44395e55f..f72ea0e76f0 100644 --- a/app-misc/recoll/recoll-1.28.5.ebuild +++ b/app-misc/recoll/recoll-1.28.5.ebuild @@ -7,11 +7,11 @@ PYTHON_COMPAT=( python3_{6..9} ) inherit linux-info optfeature python-single-r1 qmake-utils -DESCRIPTION="A personal full text search package" +DESCRIPTION="Personal full text search package" HOMEPAGE="https://www.lesbonscomptes.com/recoll/" SRC_URI="https://www.lesbonscomptes.com/recoll/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86"