Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/xapian-omega: xapian-omega-1.2.18.ebuild ChangeLog
Date: Mon, 23 Jun 2014 11:42:49
Message-Id: 20140623114246.319E82004E@flycatcher.gentoo.org
1 blueness 14/06/23 11:42:46
2
3 Modified: ChangeLog
4 Added: xapian-omega-1.2.18.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
9
10 Revision Changes Path
11 1.42 app-text/xapian-omega/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/ChangeLog?rev=1.42&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/ChangeLog?rev=1.42&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/ChangeLog?r1=1.41&r2=1.42
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/xapian-omega/ChangeLog,v
20 retrieving revision 1.41
21 retrieving revision 1.42
22 diff -u -r1.41 -r1.42
23 --- ChangeLog 18 Jun 2014 10:35:25 -0000 1.41
24 +++ ChangeLog 23 Jun 2014 11:42:46 -0000 1.42
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-text/xapian-omega
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/xapian-omega/ChangeLog,v 1.41 2014/06/18 10:35:25 nimiux Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/xapian-omega/ChangeLog,v 1.42 2014/06/23 11:42:46 blueness Exp $
30 +
31 +*xapian-omega-1.2.18 (23 Jun 2014)
32 +
33 + 23 Jun 2014; Anthony G. Basile <blueness@g.o>
34 + +xapian-omega-1.2.18.ebuild:
35 + Version bump
36
37 18 Jun 2014; Chema Alonso <nimiux@g.o> xapian-omega-1.2.17.ebuild:
38 Stable for amd64 wrt bug #506974
39
40
41
42 1.1 app-text/xapian-omega/xapian-omega-1.2.18.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/xapian-omega-1.2.18.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/xapian-omega-1.2.18.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xapian-omega-1.2.18.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-text/xapian-omega/xapian-omega-1.2.18.ebuild,v 1.1 2014/06/23 11:42:46 blueness Exp $
52
53 EAPI="5"
54
55 DESCRIPTION="An application built on Xapian, consisting of indexers and a CGI search frontend"
56 SRC_URI="http://www.oligarchy.co.uk/xapian/${PV}/xapian-omega-${PV}.tar.xz"
57 HOMEPAGE="http://www.xapian.org/"
58 S="${WORKDIR}/xapian-omega-${PV}"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
63 IUSE=""
64
65 DEPEND=">=dev-libs/xapian-${PV}
66 dev-lang/perl
67 dev-libs/libpcre
68 sys-libs/zlib"
69 RDEPEND="${DEPEND}"
70
71 src_install () {
72 emake DESTDIR="${D}" install
73
74 #move docs to /usr/share/doc/${PF}.
75 mv "${D}/usr/share/doc/xapian-omega" "${D}/usr/share/doc/${PF}"
76
77 dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
78 }