commit:     955de705dce88f2ebb8fd33f85422e4b952db3aa
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon May  2 18:12:15 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon May  2 18:12:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=955de705

dev-perl/Search-Xapian: Revision bump, EAPI=6 and added missing test deps

Package-Manager: portage-2.2.28

 .../Search-Xapian/Search-Xapian-1.2.23.0-r1.ebuild | 38 ++++++++++++++++++++++
 1 file changed, 38 insertions(+)

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
new file mode 100644
index 0000000..4b1dc6b
--- /dev/null
+++ b/dev-perl/Search-Xapian/Search-Xapian-1.2.23.0-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=OLLY
+inherit perl-module toolchain-funcs versionator
+
+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"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples test"
+
+RDEPEND="dev-libs/xapian:0/1.2.22
+       !dev-libs/xapian-bindings[perl]"
+DEPEND="${RDEPEND}
+       virtual/perl-ExtUtils-MakeMaker
+       test? ( dev-perl/Devel-Leak )
+"
+
+DIST_TEST=do
+# parallel fails sometimes...
+
+myconf="CXX=$(tc-getCXX) CXXFLAGS=${CXXFLAGS}"
+
+src_install() {
+       perl-module_src_install
+
+       use examples && {
+               docinto examples
+               dodoc "${S}"/examples/*
+       }
+}

Reply via email to