From 408b126eb0233d7a1b7d5277ed7eaafaa87c5611 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sat, 5 Mar 2011 21:08:37 +0000 Subject: Don't install libtool archives. (Portage version: 2.1.9.42/cvs/Linux x86_64) --- x11-libs/openmotif/ChangeLog | 5 ++++- x11-libs/openmotif/openmotif-2.3.2-r2.ebuild | 6 +++--- x11-libs/openmotif/openmotif-2.3.3.ebuild | 7 +++++-- 3 files changed, 12 insertions(+), 6 deletions(-) (limited to 'x11-libs/openmotif') diff --git a/x11-libs/openmotif/ChangeLog b/x11-libs/openmotif/ChangeLog index 64bb5129c744..202daa1409c3 100644 --- a/x11-libs/openmotif/ChangeLog +++ b/x11-libs/openmotif/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/openmotif # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.259 2011/01/29 10:58:47 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.260 2011/03/05 21:08:37 ulm Exp $ + + 05 Mar 2011; Ulrich Mueller openmotif-2.3.3.ebuild: + Don't install libtool archives. 29 Jan 2011; Ulrich Mueller openmotif-2.2.3-r11.ebuild, openmotif-2.3.3.ebuild: diff --git a/x11-libs/openmotif/openmotif-2.3.2-r2.ebuild b/x11-libs/openmotif/openmotif-2.3.2-r2.ebuild index dbcb4215323b..0e497371ce5d 100644 --- a/x11-libs/openmotif/openmotif-2.3.2-r2.ebuild +++ b/x11-libs/openmotif/openmotif-2.3.2-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.2-r2.ebuild,v 1.16 2010/12/08 20:11:29 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.2-r2.ebuild,v 1.17 2011/03/05 21:08:37 ulm Exp $ EAPI=3 @@ -27,7 +27,7 @@ RDEPEND="x11-libs/libXmu unicode? ( virtual/libiconv ) xft? ( x11-libs/libXft ) jpeg? ( virtual/jpeg ) - png? ( media-libs/libpng )" + png? ( >=media-libs/libpng-1.4 )" DEPEND="${RDEPEND} sys-devel/flex x11-misc/xbitmaps" diff --git a/x11-libs/openmotif/openmotif-2.3.3.ebuild b/x11-libs/openmotif/openmotif-2.3.3.ebuild index f299207214cd..e94afb18a0c6 100644 --- a/x11-libs/openmotif/openmotif-2.3.3.ebuild +++ b/x11-libs/openmotif/openmotif-2.3.3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild,v 1.15 2011/01/29 10:58:47 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild,v 1.16 2011/03/05 21:08:37 ulm Exp $ -EAPI="3" +EAPI=3 inherit autotools eutils flag-o-matic multilib @@ -143,6 +143,9 @@ src_install() { fi rm -rf "${ED}"/usr/share/Xm + # don't install libtool archives + rm -f "${ED}"/usr/$(get_libdir)/*.la + dodoc BUGREPORT ChangeLog README RELEASE RELNOTES TODO } -- cgit v1.2.3-65-gdbad