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