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.3.3.ebuild ChangeLog
Date: Wed, 03 Jun 2015 11:49:57
Message-Id: 20150603114948.7B441A23@oystercatcher.gentoo.org
1 blueness 15/06/03 11:49:48
2
3 Modified: ChangeLog
4 Added: xapian-omega-1.3.3.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
9
10 Revision Changes Path
11 1.66 app-text/xapian-omega/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/ChangeLog?rev=1.66&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/ChangeLog?rev=1.66&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/ChangeLog?r1=1.65&r2=1.66
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/xapian-omega/ChangeLog,v
20 retrieving revision 1.65
21 retrieving revision 1.66
22 diff -u -r1.65 -r1.66
23 --- ChangeLog 23 May 2015 15:03:10 -0000 1.65
24 +++ ChangeLog 3 Jun 2015 11:49:48 -0000 1.66
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-text/xapian-omega
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/xapian-omega/ChangeLog,v 1.65 2015/05/23 15:03:10 blueness Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/xapian-omega/ChangeLog,v 1.66 2015/06/03 11:49:48 blueness Exp $
30 +
31 +*xapian-omega-1.3.3 (03 Jun 2015)
32 +
33 + 03 Jun 2015; Anthony G. Basile <blueness@g.o>
34 + +xapian-omega-1.3.3.ebuild:
35 + Version bump
36
37 *xapian-omega-1.2.21 (23 May 2015)
38
39
40
41
42 1.1 app-text/xapian-omega/xapian-omega-1.3.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/xapian-omega-1.3.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/xapian-omega-1.3.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xapian-omega-1.3.3.ebuild
48 ===================================================================
49 # Copyright 1999-2015 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.3.3.ebuild,v 1.1 2015/06/03 11:49:48 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="~amd64 ~arm ~mips ~ppc ~ppc64 ~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 }