Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Search-Xapian/
Date: Mon, 20 Nov 2017 12:31:48
Message-Id: 1511181097.2b4e8fcd6926be7d540b3ee144292ca5de0ba9ad.blueness@gentoo
1 commit: 2b4e8fcd6926be7d540b3ee144292ca5de0ba9ad
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 20 12:29:19 2017 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 20 12:31:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b4e8fcd
7
8 dev-perl/Search-Xapian: add LICENSE
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 dev-perl/Search-Xapian/Search-Xapian-1.2.23.0-r1.ebuild | 3 ++-
13 dev-perl/Search-Xapian/Search-Xapian-1.2.25.0.ebuild | 1 +
14 2 files changed, 3 insertions(+), 1 deletion(-)
15
16 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
17 index 246dfa30ca2..cb142fb846f 100644
18 --- a/dev-perl/Search-Xapian/Search-Xapian-1.2.23.0-r1.ebuild
19 +++ b/dev-perl/Search-Xapian/Search-Xapian-1.2.23.0-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -11,6 +11,7 @@ VERSION=$(get_version_component_range 1-3)
27 SRC_URI+=" http://oligarchy.co.uk/xapian/${VERSION}/${P}.tar.gz"
28 DESCRIPTION="Perl XS frontend to the Xapian C++ search library"
29
30 +LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
31 SLOT="0"
32 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
33 IUSE="examples test"
34
35 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
36 index 1f8072fb690..2056424aa83 100644
37 --- a/dev-perl/Search-Xapian/Search-Xapian-1.2.25.0.ebuild
38 +++ b/dev-perl/Search-Xapian/Search-Xapian-1.2.25.0.ebuild
39 @@ -11,6 +11,7 @@ VERSION=$(get_version_component_range 1-3)
40 SRC_URI+=" http://oligarchy.co.uk/xapian/${VERSION}/${P}.tar.gz"
41 DESCRIPTION="Perl XS frontend to the Xapian C++ search library"
42
43 +LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
44 SLOT="0"
45 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
46 IUSE="examples test"