summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-04-23 19:11:15 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-04-23 19:11:15 +0000
commitb2623840aeafb1f9e13697adbad42dfcbd168f02 (patch)
treeb32693f9f6e4500682f03b67055cb2559bb80550 /dev-libs
parentFix a typo in src/scripts/Makefile -- bigsim_ooc.h, not bigism_ooc.h. (diff)
downloadgentoo-2-b2623840aeafb1f9e13697adbad42dfcbd168f02.tar.gz
gentoo-2-b2623840aeafb1f9e13697adbad42dfcbd168f02.tar.bz2
gentoo-2-b2623840aeafb1f9e13697adbad42dfcbd168f02.zip
Delete older ebuild.
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/xapian/xapian-1.0.16.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-libs/xapian/xapian-1.0.16.ebuild b/dev-libs/xapian/xapian-1.0.16.ebuild
deleted file mode 100644
index e76a90a9d232..000000000000
--- a/dev-libs/xapian/xapian-1.0.16.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.0.16.ebuild,v 1.4 2009/11/21 20:02:11 maekke Exp $
-
-EAPI="2"
-
-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"
-
-SLOT="0"
-LICENSE="GPL-2"
-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"
-}