public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xapian-omega/
Date: Sun, 29 Jan 2017 18:40:01 +0000 (UTC)	[thread overview]
Message-ID: <1485715191.6008e6983ecc301c21cbe6b7eb30993b95ec3ebf.blueness@gentoo> (raw)

commit:     6008e6983ecc301c21cbe6b7eb30993b95ec3ebf
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 18:37:42 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 18:39:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6008e698

app-text/xapian-omega: remove older versions

Package-Manager: portage-2.3.3

 app-text/xapian-omega/Manifest                  |  2 --
 app-text/xapian-omega/xapian-omega-1.4.1.ebuild | 46 -------------------------
 app-text/xapian-omega/xapian-omega-1.4.2.ebuild | 43 -----------------------
 3 files changed, 91 deletions(-)

diff --git a/app-text/xapian-omega/Manifest b/app-text/xapian-omega/Manifest
index 8f786b6..acad055 100644
--- a/app-text/xapian-omega/Manifest
+++ b/app-text/xapian-omega/Manifest
@@ -1,5 +1,3 @@
 DIST xapian-omega-1.2.22.tar.xz 437556 SHA256 a7d4b00f6830d003490c0f727fc03584e703cd6e96738e03930f135cd966381b SHA512 c90ef3658cfb7f0337aa946ad04a7173d0aa89e5179c8b9edbfd78156c11d93d6a9ef6055142d26ecd95af8b0cbdf3b061e505c75f37f5e1e3b2ffc272fbaa3b WHIRLPOOL fa500c681fe1c8b82c3d469183ce987b38cd91f110ed1cd7b4e5372525a503c28e310abb15afc31892f2fa4fbd8e74bce07c1b618996541500b3f8d114b06920
 DIST xapian-omega-1.2.24.tar.xz 438104 SHA256 45fca431b812ddacbd592b522389474317af386b3ab554908edd36fc5918da53 SHA512 df483ed1410ca04df3b1ec4248442c91b03bd407737d022e494ffe3e14d62a41ee73b27114a979f59825e0ea2f2d16e0eea3c518a8db0094d697f0093e21f6a7 WHIRLPOOL af7a01659a48cf63a63dfe231cd39bc9d1dabb4e3e097262d21b73d3b99145ba3fe348c3126103dc3c91f4b9a2a1a61c1a4a80b0a0830580bcdf1b5a0cd8c393
-DIST xapian-omega-1.4.1.tar.xz 494868 SHA256 d114bb16431adad50f505edadfb4c97aca9657132b239509ff8cf335aff738af SHA512 19891f5d0e901027e734041fc29b223ef002029b9ffdb91797b8b382132fcf7c335114ca7bec0ff21970a7435758e24675f1577dbb615f3cacad105d8ee91415 WHIRLPOOL d63f91dc0a9893ead23756eb4289ddb9868caf39ea4a5991c5645e50352014480fb98f31f1b6bc2715b1a0b99880c5d9b8e0e63f1792a423a5df2221c080cd0f
-DIST xapian-omega-1.4.2.tar.xz 496872 SHA256 f00bf334ff643bd7cd4bfad8af9a696b0849496c714fdb6a0750720792670c6a SHA512 2686f11d6aa84723f6f863ad4101c13f4f13b977f7f9fcd03108491418f5761117b500232b73f4f405c34dce2e0f6fed14719b0924cf20561f08a439b5032e63 WHIRLPOOL bdbccdf7442a26286b1e392d580beb4c9942d3ae58166080bb21c8c487e7e963fa2698a59d898bcce6533711d5d3eac36da3d6ce5b300f22b027f9e406397147
 DIST xapian-omega-1.4.3.tar.xz 498856 SHA256 2eea0344a0703ba379d845b86d08a9c2e9faf0deb21834d9ea6939b712c6216e SHA512 4d74a45e868eccbe18e5d4230b85c1a1f67fa9847b97cb7c367ece5f1a4e054fdfbdfbbe7600e0598253f022089be06bdca3d15f1655335c0985794b5ba9f040 WHIRLPOOL c380a6406c7a117bada21aaf85a6340cf62102bec28b370a8ad7b7b6d599db444728507edb483e55bea2526c724a8aae35f179632601e77b457c4a3ed87acbaa

diff --git a/app-text/xapian-omega/xapian-omega-1.4.1.ebuild b/app-text/xapian-omega/xapian-omega-1.4.1.ebuild
deleted file mode 100644
index faa7c77..00000000
--- a/app-text/xapian-omega/xapian-omega-1.4.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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.xz"
-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:0/30
-	dev-lang/perl
-	dev-libs/libpcre
-	sys-libs/zlib"
-RDEPEND="${DEPEND}"
-
-src_install () {
-	emake DESTDIR="${D}" install
-
-	# Protect /etc/omega.conf
-	echo "CONFIG_PROTECT=\"/etc/omega.conf\"" > "${T}"/20xapian-omega
-	doenvd "${T}"/20xapian-omega
-	dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
-
-	#move docs to /usr/share/doc/${PF}.
-	mv "${D}/usr/share/doc/xapian-omega" "${D}/usr/share/doc/${PF}" || die
-
-	# Directory containing Xapian databases:
-	keepdir /var/lib/omega/data
-
-	# Directory containing OmegaScript templates:
-	keepdir /var/lib/omega/templates
-	mv "${S}"/templates/* "${D}"/var/lib/omega/templates || die
-
-	# Directory to write Omega logs to:
-	keepdir /var/log/omega
-
-	# Directory containing any cdb files for the $lookup OmegaScript command:
-	keepdir /var/lib/omega/cdb
-}

diff --git a/app-text/xapian-omega/xapian-omega-1.4.2.ebuild b/app-text/xapian-omega/xapian-omega-1.4.2.ebuild
deleted file mode 100644
index 12eb158..00000000
--- a/app-text/xapian-omega/xapian-omega-1.4.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="6"
-
-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.xz"
-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:0/30
-	dev-lang/perl
-	dev-libs/libpcre
-	sys-libs/zlib"
-RDEPEND="${DEPEND}"
-
-src_install () {
-	emake DESTDIR="${D}" install
-
-	# Protect /etc/omega.conf
-	echo "CONFIG_PROTECT=\"/etc/omega.conf\"" > "${T}"/20xapian-omega
-	doenvd "${T}"/20xapian-omega
-	dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
-
-	# Directory containing Xapian databases:
-	keepdir /var/lib/omega/data
-
-	# Directory containing OmegaScript templates:
-	keepdir /var/lib/omega/templates
-	mv "${S}"/templates/* "${D}"/var/lib/omega/templates || die
-
-	# Directory to write Omega logs to:
-	keepdir /var/log/omega
-
-	# Directory containing any cdb files for the $lookup OmegaScript command:
-	keepdir /var/lib/omega/cdb
-}


             reply	other threads:[~2017-01-29 18:40 UTC|newest]

Thread overview: 147+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-29 18:40 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-23 11:25 [gentoo-commits] repo/gentoo:master commit in: app-text/xapian-omega/ Arthur Zamarin
2025-03-23 11:25 Arthur Zamarin
2025-03-23 11:25 Arthur Zamarin
2024-12-07  1:16 Sam James
2024-11-24  8:42 Joonas Niilola
2024-11-24  8:35 Joonas Niilola
2024-09-08 17:16 Sam James
2024-07-15 11:14 Miroslav Šulc
2024-07-03 19:36 Sam James
2024-07-03 19:32 Sam James
2024-07-03 19:31 Sam James
2024-07-03 19:31 Sam James
2024-07-03 16:31 Jakov Smolić
2024-07-03 16:31 Jakov Smolić
2024-03-08 16:40 Sam James
2024-02-25 13:36 Sam James
2023-09-23 22:55 Robin H. Johnson
2023-05-27 15:21 Sam James
2023-05-01  9:39 Sam James
2023-05-01  5:09 Sam James
2023-05-01  5:09 Sam James
2023-05-01  4:35 Sam James
2023-04-20 13:05 Joonas Niilola
2023-04-20 12:56 Joonas Niilola
2023-04-02 10:00 Viorel Munteanu
2023-01-29 17:08 Joonas Niilola
2023-01-03  6:23 Sam James
2022-10-29  5:48 Arthur Zamarin
2022-10-29  5:48 Arthur Zamarin
2022-10-29  5:48 Arthur Zamarin
2022-10-28 20:53 Sam James
2022-10-28 19:17 Sam James
2022-10-28 18:52 Sam James
2022-10-28 18:52 Sam James
2022-10-28 18:50 Sam James
2022-09-26  1:19 Anthony G. Basile
2022-07-18 17:44 Sam James
2022-07-09 16:09 Anthony G. Basile
2022-06-30 21:41 Sam James
2022-06-21 20:22 Sam James
2022-06-21 20:22 Sam James
2022-06-08  3:06 Sam James
2022-01-17  1:37 Anthony G. Basile
2022-01-17  1:35 Anthony G. Basile
2022-01-02 22:51 Sam James
2022-01-02 22:50 Sam James
2022-01-02  9:59 Sam James
2022-01-02  9:59 Sam James
2021-06-03 22:52 Sam James
2021-06-01  6:57 Agostino Sarubbo
2021-01-25 21:34 Anthony G. Basile
2021-01-20 14:56 Anthony G. Basile
2020-12-13 12:01 Sergei Trofimovich
2020-11-07 20:14 Sam James
2020-10-26 23:51 Sergei Trofimovich
2020-10-26 23:44 Sergei Trofimovich
2020-10-26 12:11 Sam James
2020-10-25 23:08 Thomas Deutschmann
2020-09-28 17:41 Sergei Trofimovich
2020-09-26 19:40 Aaron Bauman
2020-08-21 14:45 Anthony G. Basile
2020-06-10 19:20 Anthony G. Basile
2020-04-23 18:22 Anthony G. Basile
2020-04-15 21:49 Sergei Trofimovich
2020-04-05 10:07 Sergei Trofimovich
2020-03-31  8:37 Mikle Kolyada
2020-03-29  9:40 Sergei Trofimovich
2020-03-29  9:34 Sergei Trofimovich
2020-03-22 17:53 Mikle Kolyada
2020-03-07 22:34 Thomas Deutschmann
2020-03-07 15:50 Anthony G. Basile
2020-03-07 15:50 Anthony G. Basile
2020-01-18 10:54 Sergei Trofimovich
2020-01-18 10:54 Sergei Trofimovich
2019-12-03 14:18 Anthony G. Basile
2019-10-15 16:01 Anthony G. Basile
2019-08-20  1:01 Anthony G. Basile
2019-03-15 13:42 Anthony G. Basile
2019-02-23  0:01 Anthony G. Basile
2019-02-23  0:01 Anthony G. Basile
2018-12-27 17:19 Matt Turner
2018-12-27 17:19 Matt Turner
2018-12-02 15:50 Mikle Kolyada
2018-12-02 15:50 Mikle Kolyada
2018-11-07 23:28 Sergei Trofimovich
2018-11-07 23:28 Sergei Trofimovich
2018-11-07 22:59 Sergei Trofimovich
2018-11-07 22:59 Sergei Trofimovich
2018-11-06 22:50 Anthony G. Basile
2018-11-05 19:01 Mikle Kolyada
2018-10-27 14:18 Anthony G. Basile
2018-07-23 22:19 Mikle Kolyada
2018-07-20 14:58 Anthony G. Basile
2018-07-02 18:47 Anthony G. Basile
2018-07-01 15:19 Pacho Ramos
2018-06-29  6:52 Sergei Trofimovich
2018-06-27 22:15 Sergei Trofimovich
2018-06-24 19:41 Sergei Trofimovich
2018-03-11 14:24 Anthony G. Basile
2017-11-26 19:06 Sergei Trofimovich
2017-11-20 12:31 Anthony G. Basile
2017-11-11 10:20 Sergei Trofimovich
2017-11-11 10:20 Sergei Trofimovich
2017-10-18 23:05 Anthony G. Basile
2017-10-16 23:28 Sergei Trofimovich
2017-10-15 21:28 Sergei Trofimovich
2017-10-06 11:05 Anthony G. Basile
2017-09-10  1:30 Anthony G. Basile
2017-08-12 14:56 Michael Palimaka
2017-07-24 17:58 Markus Meier
2017-07-16 11:08 Tobias Klausmann
2017-07-15 17:48 Sergei Trofimovich
2017-07-15 17:04 Tobias Klausmann
2017-04-27  0:28 Anthony G. Basile
2017-01-29 18:40 Anthony G. Basile
2016-12-29 23:28 Anthony G. Basile
2016-12-21 10:27 Tobias Klausmann
2016-11-16 21:13 Markus Meier
2016-11-15 15:34 Tobias Klausmann
2016-11-03 16:19 Göktürk Yüksek
2016-10-23 17:59 Anthony G. Basile
2016-09-29 18:57 Anthony G. Basile
2016-09-04 16:30 Anthony G. Basile
2016-08-10  6:43 Anthony G. Basile
2016-06-26 19:59 Anthony G. Basile
2016-06-08 13:33 Anthony G. Basile
2016-06-02 21:55 Anthony G. Basile
2016-05-25 14:28 Tobias Klausmann
2016-05-10 17:11 Anthony G. Basile
2016-05-07 15:12 Anthony G. Basile
2016-05-07 14:31 Anthony G. Basile
2016-05-07 14:21 Anthony G. Basile
2016-05-07 13:08 Anthony G. Basile
2016-04-11 14:52 Anthony G. Basile
2016-04-02 23:04 Anthony G. Basile
2016-03-30 10:22 Anthony G. Basile
2016-02-21 19:02 Markus Meier
2016-02-13 16:46 Agostino Sarubbo
2016-02-13 15:09 Anthony G. Basile
2016-02-13 15:09 Anthony G. Basile
2016-02-13 15:09 Anthony G. Basile
2016-02-13 14:52 Anthony G. Basile
2016-01-01 10:25 Anthony G. Basile
2015-12-31 15:27 Anthony G. Basile
2015-10-13 18:53 Anthony G. Basile
2015-10-13 17:52 Anthony G. Basile

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1485715191.6008e6983ecc301c21cbe6b7eb30993b95ec3ebf.blueness@gentoo \
    --to=blueness@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox