diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-05 21:01:24 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-05 21:01:24 +0000 |
commit | ba68de1a36ab6e0bf06b5a7631e850253e74a46c (patch) | |
tree | 114973dc5263edbad3c659585ba0a63b4dd302f9 /media-libs/tiff | |
parent | Revert to ~ppc64; no stable consumers in the tree (diff) | |
download | gentoo-2-ba68de1a36ab6e0bf06b5a7631e850253e74a46c.tar.gz gentoo-2-ba68de1a36ab6e0bf06b5a7631e850253e74a46c.tar.bz2 gentoo-2-ba68de1a36ab6e0bf06b5a7631e850253e74a46c.zip |
Remove libtool archives (.la)
(Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/tiff')
-rw-r--r-- | media-libs/tiff/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/tiff/tiff-4.0.0_beta6.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/media-libs/tiff/ChangeLog b/media-libs/tiff/ChangeLog index f69448b2119c..0f0e5954f5a3 100644 --- a/media-libs/tiff/ChangeLog +++ b/media-libs/tiff/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/tiff # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.165 2010/09/29 01:47:20 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.166 2010/11/05 21:01:24 ssuominen Exp $ + + 05 Nov 2010; Samuli Suominen <ssuominen@gentoo.org> + tiff-4.0.0_beta6.ebuild: + Remove libtool archives (.la) 29 Sep 2010; Steve Arnold <nerdboy@gentoo.org> metadata.xml: Update to remove stale local use flag until appropriate course of action diff --git a/media-libs/tiff/tiff-4.0.0_beta6.ebuild b/media-libs/tiff/tiff-4.0.0_beta6.ebuild index eb9733e6ee28..9d0d0b3efdd0 100644 --- a/media-libs/tiff/tiff-4.0.0_beta6.ebuild +++ b/media-libs/tiff/tiff-4.0.0_beta6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.0_beta6.ebuild,v 1.5 2010/09/18 23:32:11 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.0_beta6.ebuild,v 1.6 2010/11/05 21:01:24 ssuominen Exp $ EAPI=3 inherit eutils libtool @@ -43,6 +43,8 @@ src_configure() { src_install() { emake DESTDIR="${D}" install || die dodoc ChangeLog README TODO + + use static-libs || find "${ED}" -name '*.la' -exec rm -f '{}' + } pkg_postinst() { |