diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2017-11-20 07:29:19 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2017-11-20 07:31:37 -0500 |
commit | 2b4e8fcd6926be7d540b3ee144292ca5de0ba9ad (patch) | |
tree | a6a881b76cb3c4053648cc466f0483c2d6b48191 /dev-perl/Search-Xapian | |
parent | app-text/xapian-omega: remove older stable version (diff) | |
download | gentoo-2b4e8fcd6926be7d540b3ee144292ca5de0ba9ad.tar.gz gentoo-2b4e8fcd6926be7d540b3ee144292ca5de0ba9ad.tar.bz2 gentoo-2b4e8fcd6926be7d540b3ee144292ca5de0ba9ad.zip |
dev-perl/Search-Xapian: add LICENSE
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'dev-perl/Search-Xapian')
-rw-r--r-- | dev-perl/Search-Xapian/Search-Xapian-1.2.23.0-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-perl/Search-Xapian/Search-Xapian-1.2.25.0.ebuild | 1 |
2 files changed, 3 insertions, 1 deletions
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 246dfa30ca2c..cb142fb846fc 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 1f8072fb690b..2056424aa830 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" |