diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2010-06-17 00:20:52 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2010-06-17 00:20:52 +0000 |
commit | 831559685ed9e3abe27243c61f7dbc801006e33c (patch) | |
tree | b0e8f5aa2de9cc0f5bafec513fc9fa12e00e67af /net-libs/ldns | |
parent | Version bumped. (diff) | |
download | gentoo-2-831559685ed9e3abe27243c61f7dbc801006e33c.tar.gz gentoo-2-831559685ed9e3abe27243c61f7dbc801006e33c.tar.bz2 gentoo-2-831559685ed9e3abe27243c61f7dbc801006e33c.zip |
Removed libtool archive files.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/ldns')
-rw-r--r-- | net-libs/ldns/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/ldns/ldns-1.6.5.ebuild | 10 |
2 files changed, 11 insertions, 4 deletions
diff --git a/net-libs/ldns/ChangeLog b/net-libs/ldns/ChangeLog index d108005e831e..42657252691a 100644 --- a/net-libs/ldns/ChangeLog +++ b/net-libs/ldns/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/ldns # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ChangeLog,v 1.9 2010/06/16 23:52:05 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ChangeLog,v 1.10 2010/06/17 00:20:52 matsuu Exp $ + + 17 Jun 2010; MATSUU Takuto <matsuu@gentoo.org> ldns-1.6.5.ebuild: + Removed libtool archive files. *ldns-1.6.5 (16 Jun 2010) diff --git a/net-libs/ldns/ldns-1.6.5.ebuild b/net-libs/ldns/ldns-1.6.5.ebuild index f1a9d4efdc4e..ce64b1150bdd 100644 --- a/net-libs/ldns/ldns-1.6.5.ebuild +++ b/net-libs/ldns/ldns-1.6.5.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.5.ebuild,v 1.1 2010/06/16 23:52:05 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.5.ebuild,v 1.2 2010/06/17 00:20:52 matsuu Exp $ -EAPI="2" +EAPI="3" PYTHON_DEPEND="python? 2:2.4" -inherit python +inherit multilib python DESCRIPTION="ldns is a library with the aim to simplify DNS programing in C" HOMEPAGE="http://www.nlnetlabs.nl/projects/ldns/" @@ -44,6 +44,10 @@ src_install() { emake DESTDIR="${D}" install || die "emake install failed" dodoc Changelog README* || die "dodoc failed" + if use python ; then + rm "${ED}/usr/$(get_libdir)"/python*/site-packages/_ldns.*a || die + fi + if use doc ; then dohtml doc/html/* || die "dohtml failed" fi |