Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xapian-omega/
Date: Mon, 20 Nov 2017 12:31:49
Message-Id: 1511181095.a405bcfb5779065b34b0626cd18ab5b4d83dc40a.blueness@gentoo
1 commit: a405bcfb5779065b34b0626cd18ab5b4d83dc40a
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 20 12:26:58 2017 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 20 12:31:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a405bcfb
7
8 app-text/xapian-omega: remove older stable version
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 app-text/xapian-omega/Manifest | 1 -
13 app-text/xapian-omega/xapian-omega-1.2.22.ebuild | 29 ------------------------
14 2 files changed, 30 deletions(-)
15
16 diff --git a/app-text/xapian-omega/Manifest b/app-text/xapian-omega/Manifest
17 index 1bd73b2a791..0605aeaea4b 100644
18 --- a/app-text/xapian-omega/Manifest
19 +++ b/app-text/xapian-omega/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST xapian-omega-1.2.22.tar.xz 437556 SHA256 a7d4b00f6830d003490c0f727fc03584e703cd6e96738e03930f135cd966381b SHA512 c90ef3658cfb7f0337aa946ad04a7173d0aa89e5179c8b9edbfd78156c11d93d6a9ef6055142d26ecd95af8b0cbdf3b061e505c75f37f5e1e3b2ffc272fbaa3b WHIRLPOOL fa500c681fe1c8b82c3d469183ce987b38cd91f110ed1cd7b4e5372525a503c28e310abb15afc31892f2fa4fbd8e74bce07c1b618996541500b3f8d114b06920
22 DIST xapian-omega-1.2.24.tar.xz 438104 SHA256 45fca431b812ddacbd592b522389474317af386b3ab554908edd36fc5918da53 SHA512 df483ed1410ca04df3b1ec4248442c91b03bd407737d022e494ffe3e14d62a41ee73b27114a979f59825e0ea2f2d16e0eea3c518a8db0094d697f0093e21f6a7 WHIRLPOOL af7a01659a48cf63a63dfe231cd39bc9d1dabb4e3e097262d21b73d3b99145ba3fe348c3126103dc3c91f4b9a2a1a61c1a4a80b0a0830580bcdf1b5a0cd8c393
23 DIST xapian-omega-1.2.25.tar.xz 440224 SHA256 041ada3c22d5a5f1c10fd3681426377696924def75ea6cb6710a182016bc7482 SHA512 f412538cd50c82d7af28f2620c1e377afd3f03186259a145f9a37cd64d05837b7cc6f205627a3c8e4c25ec19efc2a81a6fe3a415d00b7a6f4df847d6ff2d453c WHIRLPOOL 2fbbcad9807e15013b2c570ca12d6b70bca9b13ceda234be92a149e71f329ea4062a0842f0be889395cca5f9e082031b9ad05460dae6ef45343243e0e159c011
24 DIST xapian-omega-1.4.4.tar.xz 501712 SHA256 14dd790b94b828b457120439886bb5de59ccb5d7a8cefcdcf47daba5817e895e SHA512 927c6afe24f8a13018fcc233e874c71c0912cb6200094f7246c12b4175bc48d752312e57128a314e7674a948a50ef092dd7f2dc8910db7df8f3ccf9c44f38533 WHIRLPOOL ef061913e5997bab155979e75ffe3ada19384f58e2c75c8cd5957bfae0eada5b8f110b79f63e45b28499222395500d923828c43e3890e11bc248689e43d8ae85
25
26 diff --git a/app-text/xapian-omega/xapian-omega-1.2.22.ebuild b/app-text/xapian-omega/xapian-omega-1.2.22.ebuild
27 deleted file mode 100644
28 index 69bf8ca54f1..00000000000
29 --- a/app-text/xapian-omega/xapian-omega-1.2.22.ebuild
30 +++ /dev/null
31 @@ -1,29 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="5"
36 -
37 -DESCRIPTION="An application built on Xapian, consisting of indexers and a CGI search frontend"
38 -SRC_URI="http://www.oligarchy.co.uk/xapian/${PV}/xapian-omega-${PV}.tar.xz"
39 -HOMEPAGE="http://www.xapian.org/"
40 -S="${WORKDIR}/xapian-omega-${PV}"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sparc x86"
45 -IUSE=""
46 -
47 -DEPEND="dev-libs/xapian:0/1.2.22
48 - dev-lang/perl
49 - dev-libs/libpcre
50 - sys-libs/zlib"
51 -RDEPEND="${DEPEND}"
52 -
53 -src_install () {
54 - emake DESTDIR="${D}" install
55 -
56 - #move docs to /usr/share/doc/${PF}.
57 - mv "${D}/usr/share/doc/xapian-omega" "${D}/usr/share/doc/${PF}"
58 -
59 - dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
60 -}