diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-07-11 10:30:40 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-07-11 10:30:40 +0000 |
commit | e42a9d5c6f8240d3a995c3b93ec2b61c43ffa247 (patch) | |
tree | 1c542160052dc56bdbd84a1c888a30cf78ccd323 /x11-libs/qt-core | |
parent | Stable on alpha, bug #299388 (diff) | |
download | gentoo-2-e42a9d5c6f8240d3a995c3b93ec2b61c43ffa247.tar.gz gentoo-2-e42a9d5c6f8240d3a995c3b93ec2b61c43ffa247.tar.bz2 gentoo-2-e42a9d5c6f8240d3a995c3b93ec2b61c43ffa247.zip |
Remove .la files from qt-core module
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt-core')
-rw-r--r-- | x11-libs/qt-core/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/qt-core/qt-core-4.5.3-r2.ebuild | 7 | ||||
-rw-r--r-- | x11-libs/qt-core/qt-core-4.6.2-r1.ebuild | 5 | ||||
-rw-r--r-- | x11-libs/qt-core/qt-core-4.6.3.ebuild | 5 |
4 files changed, 15 insertions, 8 deletions
diff --git a/x11-libs/qt-core/ChangeLog b/x11-libs/qt-core/ChangeLog index f8c794d4e8cb..d65d63e5f994 100644 --- a/x11-libs/qt-core/ChangeLog +++ b/x11-libs/qt-core/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qt-core # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.99 2010/07/05 13:08:57 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.100 2010/07/11 10:30:40 hwoarang Exp $ + + 11 Jul 2010; Markos Chandras <hwoarang@gentoo.org> + qt-core-4.5.3-r2.ebuild, qt-core-4.6.2-r1.ebuild, qt-core-4.6.3.ebuild: + Remove .la files from qt-core module 05 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> qt-core-4.6.2-r1.ebuild: diff --git a/x11-libs/qt-core/qt-core-4.5.3-r2.ebuild b/x11-libs/qt-core/qt-core-4.5.3-r2.ebuild index c9d380c5a403..a44fbd314292 100644 --- a/x11-libs/qt-core/qt-core-4.5.3-r2.ebuild +++ b/x11-libs/qt-core/qt-core-4.5.3-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.5.3-r2.ebuild,v 1.7 2009/11/10 22:36:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.5.3-r2.ebuild,v 1.8 2010/07/11 10:30:40 hwoarang Exp $ EAPI="2" inherit qt4-build @@ -205,7 +205,8 @@ src_install() { $(use ssl && echo QT_OPENSSL)" install_qconfigs fi - + # remove .la files + find "${D}"${QTLIBDIR} -name "*.la" -print0 | xargs -0 rm # remove some unnecessary headers rm -f "${D}${QTHEADERDIR}"/{Qt,QtCore}/{\ qatomic_macosx.h,\ diff --git a/x11-libs/qt-core/qt-core-4.6.2-r1.ebuild b/x11-libs/qt-core/qt-core-4.6.2-r1.ebuild index c1fd5de7bbdf..059760ab9a89 100644 --- a/x11-libs/qt-core/qt-core-4.6.2-r1.ebuild +++ b/x11-libs/qt-core/qt-core-4.6.2-r1.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/x11-libs/qt-core/qt-core-4.6.2-r1.ebuild,v 1.6 2010/07/05 13:08:57 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.6.2-r1.ebuild,v 1.7 2010/07/11 10:30:40 hwoarang Exp $ EAPI="2" inherit qt4-build @@ -173,7 +173,8 @@ src_install() { $(use ssl && echo QT_OPENSSL)" install_qconfigs fi - + # remove .la files + find "${D}"${QTLIBDIR} -name "*.la" -print0 | xargs -0 rm # remove some unnecessary headers rm -f "${D}${QTHEADERDIR}"/{Qt,QtCore}/{\ qatomic_windows.h,\ diff --git a/x11-libs/qt-core/qt-core-4.6.3.ebuild b/x11-libs/qt-core/qt-core-4.6.3.ebuild index aff52d0c0d49..ef5e4a0a3b37 100644 --- a/x11-libs/qt-core/qt-core-4.6.3.ebuild +++ b/x11-libs/qt-core/qt-core-4.6.3.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/x11-libs/qt-core/qt-core-4.6.3.ebuild,v 1.1 2010/06/08 12:15:06 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.6.3.ebuild,v 1.2 2010/07/11 10:30:40 hwoarang Exp $ EAPI="2" inherit qt4-build @@ -173,7 +173,8 @@ src_install() { $(use ssl && echo QT_OPENSSL)" install_qconfigs fi - + # remove .la files + find "${D}"${QTLIBDIR} -name "*.la" -print0 | xargs -0 rm # remove some unnecessary headers rm -f "${D}${QTHEADERDIR}"/{Qt,QtCore}/{\ qatomic_windows.h,\ |