diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2011-12-14 21:08:05 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2011-12-14 21:08:05 +0000 |
commit | f7556ff8de7343b0d3a120c4553c889d2de7d7c2 (patch) | |
tree | a31f491969c62d8a41122055ca0e75333cd03ff4 /dev-libs/xapian | |
parent | Stable for AMD64, wrt bug #394077 (diff) | |
download | gentoo-2-f7556ff8de7343b0d3a120c4553c889d2de7d7c2.tar.gz gentoo-2-f7556ff8de7343b0d3a120c4553c889d2de7d7c2.tar.bz2 gentoo-2-f7556ff8de7343b0d3a120c4553c889d2de7d7c2.zip |
Restored libxapian.la, needed for xapian-bindings' xapian-config, thanks Arfrever
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/xapian')
-rw-r--r-- | dev-libs/xapian/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/xapian/xapian-1.2.8.ebuild | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/dev-libs/xapian/ChangeLog b/dev-libs/xapian/ChangeLog index b3dd7a030e68..9e29ac95e38e 100644 --- a/dev-libs/xapian/ChangeLog +++ b/dev-libs/xapian/ChangeLog @@ -1,6 +1,10 @@ # 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.68 2011/12/14 11:19:43 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v 1.69 2011/12/14 21:08:05 blueness Exp $ + + 14 Dec 2011; Anthony G. Basile <blueness@gentoo.org> xapian-1.2.8.ebuild: + Restored libxapian.la, needed for xapian-bindings' xapian-config, thanks + Arfrever *xapian-1.2.8 (14 Dec 2011) diff --git a/dev-libs/xapian/xapian-1.2.8.ebuild b/dev-libs/xapian/xapian-1.2.8.ebuild index 7ca14d40570e..1e0062c563de 100644 --- a/dev-libs/xapian/xapian-1.2.8.ebuild +++ b/dev-libs/xapian/xapian-1.2.8.ebuild @@ -1,11 +1,9 @@ # 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.8.ebuild,v 1.1 2011/12/14 11:19:43 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.8.ebuild,v 1.2 2011/12/14 21:08:05 blueness Exp $ EAPI=4 -inherit multilib - MY_P="${PN}-core-${PV}" DESCRIPTION="Xapian Probabilistic Information Retrieval library" @@ -53,7 +51,6 @@ src_configure() { src_install() { emake DESTDIR="${D}" install - rm -rf "${D}usr/$(get_libdir)/libxapian.la" mv "${D}usr/share/doc/xapian-core" "${D}usr/share/doc/${PF}" use doc || rm -rf "${D}usr/share/doc/${PF}" |