summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-04-20 23:47:10 +0000
committerAnthony G. Basile <blueness@gentoo.org>2015-04-20 23:47:10 +0000
commitdac2b5ccb906e9cc433bcb6990eebdaa3cc8ab7a (patch)
treec1a0461baa18982fd84b8d1a622e4b146996aa9b /app-text
parentFix gpg signiture. (diff)
downloadgentoo-2-dac2b5ccb906e9cc433bcb6990eebdaa3cc8ab7a.tar.gz
gentoo-2-dac2b5ccb906e9cc433bcb6990eebdaa3cc8ab7a.tar.bz2
gentoo-2-dac2b5ccb906e9cc433bcb6990eebdaa3cc8ab7a.zip
Clean up.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/xapian-omega/ChangeLog7
-rw-r--r--app-text/xapian-omega/xapian-omega-1.2.14.ebuild30
-rw-r--r--app-text/xapian-omega/xapian-omega-1.2.17.ebuild30
-rw-r--r--app-text/xapian-omega/xapian-omega-1.2.18.ebuild30
-rw-r--r--app-text/xapian-omega/xapian-omega-1.3.1.ebuild30
5 files changed, 6 insertions, 121 deletions
diff --git a/app-text/xapian-omega/ChangeLog b/app-text/xapian-omega/ChangeLog
index e01dd713cd24..29477c64cc47 100644
--- a/app-text/xapian-omega/ChangeLog
+++ b/app-text/xapian-omega/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/xapian-omega
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xapian-omega/ChangeLog,v 1.63 2015/04/20 23:11:03 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xapian-omega/ChangeLog,v 1.64 2015/04/20 23:47:10 blueness Exp $
+
+ 20 Apr 2015; Anthony G. Basile <blueness@gentoo.org>
+ -xapian-omega-1.2.14.ebuild, -xapian-omega-1.2.17.ebuild,
+ -xapian-omega-1.2.18.ebuild, -xapian-omega-1.3.1.ebuild:
+ Clean up.
*xapian-omega-1.2.20 (20 Apr 2015)
*xapian-omega-1.3.2 (20 Apr 2015)
diff --git a/app-text/xapian-omega/xapian-omega-1.2.14.ebuild b/app-text/xapian-omega/xapian-omega-1.2.14.ebuild
deleted file mode 100644
index 0eae26027a0f..000000000000
--- a/app-text/xapian-omega/xapian-omega-1.2.14.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xapian-omega/xapian-omega-1.2.14.ebuild,v 1.9 2013/11/24 18:39:15 ago Exp $
-
-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.gz"
-HOMEPAGE="http://www.xapian.org/"
-S="${WORKDIR}/xapian-omega-${PV}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-DEPEND=">=dev-libs/xapian-${PV}
- dev-lang/perl
- dev-libs/libpcre
- sys-libs/zlib"
-RDEPEND="${DEPEND}"
-
-src_install () {
- emake DESTDIR="${D}" install
-
- #move docs to /usr/share/doc/${PF}.
- mv "${D}/usr/share/doc/xapian-omega" "${D}/usr/share/doc/${PF}"
-
- dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
-}
diff --git a/app-text/xapian-omega/xapian-omega-1.2.17.ebuild b/app-text/xapian-omega/xapian-omega-1.2.17.ebuild
deleted file mode 100644
index 71c8074e6537..000000000000
--- a/app-text/xapian-omega/xapian-omega-1.2.17.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xapian-omega/xapian-omega-1.2.17.ebuild,v 1.8 2014/08/19 07:44:18 ago Exp $
-
-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="alpha amd64 arm ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-DEPEND=">=dev-libs/xapian-${PV}
- dev-lang/perl
- dev-libs/libpcre
- sys-libs/zlib"
-RDEPEND="${DEPEND}"
-
-src_install () {
- emake DESTDIR="${D}" install
-
- #move docs to /usr/share/doc/${PF}.
- mv "${D}/usr/share/doc/xapian-omega" "${D}/usr/share/doc/${PF}"
-
- dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
-}
diff --git a/app-text/xapian-omega/xapian-omega-1.2.18.ebuild b/app-text/xapian-omega/xapian-omega-1.2.18.ebuild
deleted file mode 100644
index e38c2bfa4bdd..000000000000
--- a/app-text/xapian-omega/xapian-omega-1.2.18.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xapian-omega/xapian-omega-1.2.18.ebuild,v 1.9 2014/12/05 10:17:51 ago Exp $
-
-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="alpha amd64 arm ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-DEPEND=">=dev-libs/xapian-${PV}
- dev-lang/perl
- dev-libs/libpcre
- sys-libs/zlib"
-RDEPEND="${DEPEND}"
-
-src_install () {
- emake DESTDIR="${D}" install
-
- #move docs to /usr/share/doc/${PF}.
- mv "${D}/usr/share/doc/xapian-omega" "${D}/usr/share/doc/${PF}"
-
- dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
-}
diff --git a/app-text/xapian-omega/xapian-omega-1.3.1.ebuild b/app-text/xapian-omega/xapian-omega-1.3.1.ebuild
deleted file mode 100644
index 4f153d3b4227..000000000000
--- a/app-text/xapian-omega/xapian-omega-1.3.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xapian-omega/xapian-omega-1.3.1.ebuild,v 1.1 2013/08/10 15:20:18 blueness Exp $
-
-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.gz"
-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-${PV}
- dev-lang/perl
- dev-libs/libpcre
- sys-libs/zlib"
-RDEPEND="${DEPEND}"
-
-src_install () {
- emake DESTDIR="${D}" install
-
- #move docs to /usr/share/doc/${PF}.
- mv "${D}/usr/share/doc/xapian-omega" "${D}/usr/share/doc/${PF}"
-
- dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
-}