summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-03-05 21:08:37 +0000
committerUlrich Müller <ulm@gentoo.org>2011-03-05 21:08:37 +0000
commit408b126eb0233d7a1b7d5277ed7eaafaa87c5611 (patch)
tree7a8dcce285221a126f9a521edae6843d92b6a993 /x11-libs/openmotif
parentSlotted the dependency on gtk+ (diff)
downloadgentoo-2-408b126eb0233d7a1b7d5277ed7eaafaa87c5611.tar.gz
gentoo-2-408b126eb0233d7a1b7d5277ed7eaafaa87c5611.tar.bz2
gentoo-2-408b126eb0233d7a1b7d5277ed7eaafaa87c5611.zip
Don't install libtool archives.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/openmotif')
-rw-r--r--x11-libs/openmotif/ChangeLog5
-rw-r--r--x11-libs/openmotif/openmotif-2.3.2-r2.ebuild6
-rw-r--r--x11-libs/openmotif/openmotif-2.3.3.ebuild7
3 files changed, 12 insertions, 6 deletions
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 <ulm@gentoo.org> openmotif-2.3.3.ebuild:
+ Don't install libtool archives.
29 Jan 2011; Ulrich Mueller <ulm@gentoo.org> 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
}