diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-07-01 21:26:35 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-07-01 21:26:35 +0000 |
commit | 7f197ea966fcd54cd7f0ee2c86b2c1ff3c2bc1e0 (patch) | |
tree | a2561ab5ccb129ffdf3c6ec1e9f4c149282a8f92 /dev-libs/xapian | |
parent | Remove old ebuilds. Requested by Arfrever (diff) | |
download | gentoo-2-7f197ea966fcd54cd7f0ee2c86b2c1ff3c2bc1e0.tar.gz gentoo-2-7f197ea966fcd54cd7f0ee2c86b2c1ff3c2bc1e0.tar.bz2 gentoo-2-7f197ea966fcd54cd7f0ee2c86b2c1ff3c2bc1e0.zip |
Remove old ebuilds. Requested by Arfrever
(Portage version: 2.2.0_alpha42/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/xapian')
-rw-r--r-- | dev-libs/xapian/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/xapian/xapian-1.2.4.ebuild | 29 |
2 files changed, 4 insertions, 30 deletions
diff --git a/dev-libs/xapian/ChangeLog b/dev-libs/xapian/ChangeLog index b6c6261961f8..070e32e2eb9c 100644 --- a/dev-libs/xapian/ChangeLog +++ b/dev-libs/xapian/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/xapian # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v 1.59 2011/06/24 21:01:35 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v 1.60 2011/07/01 21:26:35 hwoarang Exp $ + + 01 Jul 2011; Markos Chandras <hwoarang@gentoo.org> -xapian-1.2.4.ebuild: + Remove old ebuilds. Requested by Arfrever 24 Jun 2011; Brent Baude <ranger@gentoo.org> xapian-1.2.5.ebuild: Marking xapian-1.2.5 ppc for bug 371655 diff --git a/dev-libs/xapian/xapian-1.2.4.ebuild b/dev-libs/xapian/xapian-1.2.4.ebuild deleted file mode 100644 index 0863aad3dc54..000000000000 --- a/dev-libs/xapian/xapian-1.2.4.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.4.ebuild,v 1.4 2011/03/05 01:05:04 ranger 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" -} |