diff options
author | 2011-10-10 19:40:11 +0000 | |
---|---|---|
committer | 2011-10-10 19:40:11 +0000 | |
commit | cb1a4c05a1e456338feb8ccbe6b5b4ad94bd37b2 (patch) | |
tree | 3527e98fcc89e9f312fb82e61320e1e425d04711 /gnome-extra | |
parent | Unmask dvdbackup and libs (diff) | |
download | gentoo-2-cb1a4c05a1e456338feb8ccbe6b5b4ad94bd37b2.tar.gz gentoo-2-cb1a4c05a1e456338feb8ccbe6b5b4ad94bd37b2.tar.bz2 gentoo-2-cb1a4c05a1e456338feb8ccbe6b5b4ad94bd37b2.zip |
Drop .la files, bug #386665 by Ago.
(Portage version: 2.1.10.25/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/at-spi/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-extra/at-spi/at-spi-1.32.0-r1.ebuild | 10 |
2 files changed, 6 insertions, 9 deletions
diff --git a/gnome-extra/at-spi/ChangeLog b/gnome-extra/at-spi/ChangeLog index cf0e0ac55b9d..378f6c41baff 100644 --- a/gnome-extra/at-spi/ChangeLog +++ b/gnome-extra/at-spi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-extra/at-spi # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/ChangeLog,v 1.224 2011/08/19 11:19:25 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/ChangeLog,v 1.225 2011/10/10 19:40:11 pacho Exp $ + + 10 Oct 2011; Pacho Ramos <pacho@gentoo.org> at-spi-1.32.0-r1.ebuild: + Drop .la files, bug #386665 by Ago. *at-spi-2.0.0 (19 Aug 2011) *at-spi-1.32.0-r1 (19 Aug 2011) diff --git a/gnome-extra/at-spi/at-spi-1.32.0-r1.ebuild b/gnome-extra/at-spi/at-spi-1.32.0-r1.ebuild index 15c455e8c918..afbd59e20ee1 100644 --- a/gnome-extra/at-spi/at-spi-1.32.0-r1.ebuild +++ b/gnome-extra/at-spi/at-spi-1.32.0-r1.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-1.32.0-r1.ebuild,v 1.1 2011/08/19 11:19:25 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-1.32.0-r1.ebuild,v 1.2 2011/10/10 19:40:11 pacho Exp $ EAPI="3" GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" PYTHON_DEPEND="2:2.4" inherit gnome2 python @@ -65,13 +66,6 @@ src_prepare() { ln -s $(type -P true) py-compile } -src_install() { - gnome2_src_install - - find "${ED}"/usr/$(get_libdir)/orbit-2.0 -name "*.la" -delete - find "${ED}"/usr/$(get_libdir)/gtk-2.0 -name "*.la" -delete -} - pkg_postinst() { gnome2_pkg_postinst python_need_rebuild |