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 7C68C1396D9 for ; Mon, 20 Nov 2017 12:31:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD6AAE0FC7; Mon, 20 Nov 2017 12:31:47 +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 A9A93E0FC3 for ; Mon, 20 Nov 2017 12:31:47 +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 9C47233FE7D for ; Mon, 20 Nov 2017 12:31:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CC74A158 for ; Mon, 20 Nov 2017 12:31:45 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1511181097.2b4e8fcd6926be7d540b3ee144292ca5de0ba9ad.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Search-Xapian/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Search-Xapian/Search-Xapian-1.2.23.0-r1.ebuild dev-perl/Search-Xapian/Search-Xapian-1.2.25.0.ebuild X-VCS-Directories: dev-perl/Search-Xapian/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 2b4e8fcd6926be7d540b3ee144292ca5de0ba9ad X-VCS-Branch: master Date: Mon, 20 Nov 2017 12:31:45 +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: 6eaa14d0-95cf-4523-983e-9da1f365f107 X-Archives-Hash: 93111634161529928fada98930c0c418 commit: 2b4e8fcd6926be7d540b3ee144292ca5de0ba9ad Author: Anthony G. Basile gentoo org> AuthorDate: Mon Nov 20 12:29:19 2017 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Nov 20 12:31:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b4e8fcd dev-perl/Search-Xapian: add LICENSE Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-perl/Search-Xapian/Search-Xapian-1.2.23.0-r1.ebuild | 3 ++- dev-perl/Search-Xapian/Search-Xapian-1.2.25.0.ebuild | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-perl/Search-Xapian/Search-Xapian-1.2.23.0-r1.ebuild b/dev-perl/Search-Xapian/Search-Xapian-1.2.23.0-r1.ebuild index 246dfa30ca2..cb142fb846f 100644 --- a/dev-perl/Search-Xapian/Search-Xapian-1.2.23.0-r1.ebuild +++ b/dev-perl/Search-Xapian/Search-Xapian-1.2.23.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,6 +11,7 @@ VERSION=$(get_version_component_range 1-3) SRC_URI+=" http://oligarchy.co.uk/xapian/${VERSION}/${P}.tar.gz" DESCRIPTION="Perl XS frontend to the Xapian C++ search library" +LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="examples test" diff --git a/dev-perl/Search-Xapian/Search-Xapian-1.2.25.0.ebuild b/dev-perl/Search-Xapian/Search-Xapian-1.2.25.0.ebuild index 1f8072fb690..2056424aa83 100644 --- a/dev-perl/Search-Xapian/Search-Xapian-1.2.25.0.ebuild +++ b/dev-perl/Search-Xapian/Search-Xapian-1.2.25.0.ebuild @@ -11,6 +11,7 @@ VERSION=$(get_version_component_range 1-3) SRC_URI+=" http://oligarchy.co.uk/xapian/${VERSION}/${P}.tar.gz" DESCRIPTION="Perl XS frontend to the Xapian C++ search library" +LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="examples test"