summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-05-09 15:07:52 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-05-09 15:07:52 +0000
commitb82be5566901d42985c02ea361b30ee1674f684a (patch)
tree93b6795792eff271a51ff815e95d4a4b12f5d199 /dev-libs/xapian
parentDo not test during installation patch (diff)
downloadgentoo-2-b82be5566901d42985c02ea361b30ee1674f684a.tar.gz
gentoo-2-b82be5566901d42985c02ea361b30ee1674f684a.tar.bz2
gentoo-2-b82be5566901d42985c02ea361b30ee1674f684a.zip
Delete older ebuild.
Diffstat (limited to 'dev-libs/xapian')
-rw-r--r--dev-libs/xapian/xapian-1.2.3.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-libs/xapian/xapian-1.2.3.ebuild b/dev-libs/xapian/xapian-1.2.3.ebuild
deleted file mode 100644
index 4b3afeca9f09..000000000000
--- a/dev-libs/xapian/xapian-1.2.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.3.ebuild,v 1.4 2010/10/25 12:11:16 fauli Exp $
-
-EAPI="3"
-
-MY_P="${PN}-core-${PV}"
-
-DESCRIPTION="Xapian Probabilistic Information Retrieval library"
-HOMEPAGE="http://www.xapian.org/"
-SRC_URI="http://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-src_install () {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- mv "${D}usr/share/doc/xapian-core" "${D}usr/share/doc/${PF}"
-
- dodoc AUTHORS HACKING PLATFORMS README NEWS || die "dodoc failed"
-}