summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-08-10 15:20:18 +0000
committerAnthony G. Basile <blueness@gentoo.org>2013-08-10 15:20:18 +0000
commit2297120a4da20ef287228939cd4424e6e32b438c (patch)
treec7708e63140f248290ed1b43b03bc2c6e65972ff /app-text/xapian-omega
parentVersion bump with php and mono masked (diff)
downloadgentoo-2-2297120a4da20ef287228939cd4424e6e32b438c.tar.gz
gentoo-2-2297120a4da20ef287228939cd4424e6e32b438c.tar.bz2
gentoo-2-2297120a4da20ef287228939cd4424e6e32b438c.zip
Version bump
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'app-text/xapian-omega')
-rw-r--r--app-text/xapian-omega/ChangeLog8
-rw-r--r--app-text/xapian-omega/xapian-omega-1.3.1.ebuild30
2 files changed, 37 insertions, 1 deletions
diff --git a/app-text/xapian-omega/ChangeLog b/app-text/xapian-omega/ChangeLog
index 801b96b40601..60655d415921 100644
--- a/app-text/xapian-omega/ChangeLog
+++ b/app-text/xapian-omega/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-text/xapian-omega
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xapian-omega/ChangeLog,v 1.32 2013/05/24 19:41:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xapian-omega/ChangeLog,v 1.33 2013/08/10 15:20:18 blueness Exp $
+
+*xapian-omega-1.3.1 (10 Aug 2013)
+
+ 10 Aug 2013; Anthony G. Basile <blueness@gentoo.org>
+ +xapian-omega-1.3.1.ebuild:
+ Version bump
24 May 2013; Agostino Sarubbo <ago@gentoo.org> xapian-omega-1.2.14.ebuild:
Stable for ppc64, wrt bug #470402
diff --git a/app-text/xapian-omega/xapian-omega-1.3.1.ebuild b/app-text/xapian-omega/xapian-omega-1.3.1.ebuild
new file mode 100644
index 000000000000..4f153d3b4227
--- /dev/null
+++ b/app-text/xapian-omega/xapian-omega-1.3.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/xapian-omega/xapian-omega-1.3.1.ebuild,v 1.1 2013/08/10 15:20:18 blueness Exp $
+
+EAPI="5"
+
+DESCRIPTION="An application built on Xapian, consisting of indexers and a CGI search frontend"
+SRC_URI="http://www.oligarchy.co.uk/xapian/${PV}/xapian-omega-${PV}.tar.gz"
+HOMEPAGE="http://www.xapian.org/"
+S="${WORKDIR}/xapian-omega-${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-libs/xapian-${PV}
+ dev-lang/perl
+ dev-libs/libpcre
+ sys-libs/zlib"
+RDEPEND="${DEPEND}"
+
+src_install () {
+ emake DESTDIR="${D}" install
+
+ #move docs to /usr/share/doc/${PF}.
+ mv "${D}/usr/share/doc/xapian-omega" "${D}/usr/share/doc/${PF}"
+
+ dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
+}