diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-06-25 23:27:45 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-06-25 23:27:45 +0000 |
commit | d32027ebd8db886113639fd0a48c0b52d910ad12 (patch) | |
tree | e431e1b49d0620cf1896781cb287fe9cc9734bda | |
parent | Remove useless src_unpack function containing invalid fperms invocation (diff) | |
download | gentoo-2-d32027ebd8db886113639fd0a48c0b52d910ad12.tar.gz gentoo-2-d32027ebd8db886113639fd0a48c0b52d910ad12.tar.bz2 gentoo-2-d32027ebd8db886113639fd0a48c0b52d910ad12.zip |
version bump
(Portage version: 2.0.51.22-r1)
-rw-r--r-- | dev-libs/xapian/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/xapian/Manifest | 12 | ||||
-rw-r--r-- | dev-libs/xapian/files/digest-xapian-0.9.1 | 1 | ||||
-rw-r--r-- | dev-libs/xapian/xapian-0.9.1.ebuild | 38 |
4 files changed, 47 insertions, 11 deletions
diff --git a/dev-libs/xapian/ChangeLog b/dev-libs/xapian/ChangeLog index a02ed8ab3d15..b5725686d7ea 100644 --- a/dev-libs/xapian/ChangeLog +++ b/dev-libs/xapian/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/xapian # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v 1.10 2005/01/24 11:45:58 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v 1.11 2005/06/25 23:27:45 dragonheart Exp $ + +*xapian-0.9.1 (25 Jun 2005) + + 25 Jun 2005; Daniel Black <dragonheart@gentoo.org> +xapian-0.9.1.ebuild: + version bump *xapian-0.8.5 (24 Jan 2005) diff --git a/dev-libs/xapian/Manifest b/dev-libs/xapian/Manifest index 09e8ddbb6339..c95557033e47 100644 --- a/dev-libs/xapian/Manifest +++ b/dev-libs/xapian/Manifest @@ -1,18 +1,10 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 b266e5ab73864cd695a98eb2a2c0a0dc xapian-0.9.1.ebuild 1115 MD5 d78261d57b9f7536bd4dc953e25dbed0 ChangeLog 1510 MD5 fe34c0fc51be91b1df02dd01b5147a34 xapian-0.7.5.ebuild 957 MD5 6d796b061ed1c1337ef157a5f74dab35 metadata.xml 403 MD5 c9f15d872bc71177444b09b0ba76c372 xapian-0.8.3.ebuild 973 MD5 78846ec7edcd4d4c07fda9aa1d526441 xapian-0.8.5.ebuild 908 +MD5 094ae3889d9308fb32f50aaec1e102ef files/digest-xapian-0.9.1 70 MD5 802444d86d5656f568bff8e3c4650ac1 files/digest-xapian-0.7.5 70 MD5 e34ccc257ed62a9946b05160c1665929 files/digest-xapian-0.8.3 70 MD5 359ff8c7c668bd7df20e45e8518254cf files/digest-xapian-0.8.5 70 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFB9N/9mdTrptrqvGERArP4AJ9F9nR7+reMld3Brq5gxPg1V/53LwCfQt91 -Bxf6d1N3xeD4Bgt4cixd/QE= -=JoPq ------END PGP SIGNATURE----- diff --git a/dev-libs/xapian/files/digest-xapian-0.9.1 b/dev-libs/xapian/files/digest-xapian-0.9.1 new file mode 100644 index 000000000000..9b1995fea87c --- /dev/null +++ b/dev-libs/xapian/files/digest-xapian-0.9.1 @@ -0,0 +1 @@ +MD5 64e51029df62677aac6160c62ffe7f32 xapian-core-0.9.1.tar.gz 2469840 diff --git a/dev-libs/xapian/xapian-0.9.1.ebuild b/dev-libs/xapian/xapian-0.9.1.ebuild new file mode 100644 index 000000000000..e803895c9a44 --- /dev/null +++ b/dev-libs/xapian/xapian-0.9.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-0.9.1.ebuild,v 1.1 2005/06/25 23:27:45 dragonheart Exp $ + +IUSE="" + +S=${WORKDIR}/xapian-core-${PV} +DESCRIPTION="Xapian Probabilistic Information Retrieval library" +SRC_URI="http://www.oligarchy.co.uk/xapian/${PV}/xapian-core-${PV}.tar.gz" +HOMEPAGE="http://www.xapian.org/" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc" + +DEPEND="virtual/libc + sys-apps/gawk + sys-apps/grep + sys-apps/sed + sys-devel/libtool + sys-devel/bison + sys-devel/gcc" + +RDEPEND="virtual/libc" + + +src_test() { + make check || einfo "stemtest and internaltest are known to fail with loading shared libraries: cannot apply additional memory protection after relocation: Cannot allocate memory: SEGFAULT" +} + +src_install () { + emake DESTDIR=${D} install || die + + #docs tly et installed under /usr/share/doc/xapian-core, + # lets move them under /usr/share/doc.. + mv ${D}/usr/share/doc/xapian-core ${D}/usr/share/doc/${PF} + + dodoc AUTHORS COPYING HACKING INSTALL PLATFORMS README +} |