diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2013-01-03 01:30:37 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2013-01-03 01:30:37 +0000 |
commit | 8597ae8262bb2491b31ad6adfcf1ef60fc0dfb10 (patch) | |
tree | 03f23eefb7d4fe1567015d803f1ec905c9aae6ad /mail-client | |
parent | reintroduce deletion of .a and .la files (diff) | |
download | gentoo-2-8597ae8262bb2491b31ad6adfcf1ef60fc0dfb10.tar.gz gentoo-2-8597ae8262bb2491b31ad6adfcf1ef60fc0dfb10.tar.bz2 gentoo-2-8597ae8262bb2491b31ad6adfcf1ef60fc0dfb10.zip |
reintroduce deletion of .a and .la files
(Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key 2B859DE3)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/claws-mail-spam-report/ChangeLog | 8 | ||||
-rw-r--r-- | mail-client/claws-mail-spam-report/claws-mail-spam-report-0.3.17.ebuild | 7 |
2 files changed, 11 insertions, 4 deletions
diff --git a/mail-client/claws-mail-spam-report/ChangeLog b/mail-client/claws-mail-spam-report/ChangeLog index 6c956d95e8cb..5364816e4437 100644 --- a/mail-client/claws-mail-spam-report/ChangeLog +++ b/mail-client/claws-mail-spam-report/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/claws-mail-spam-report -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam-report/ChangeLog,v 1.3 2012/12/28 16:41:15 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam-report/ChangeLog,v 1.4 2013/01/03 01:30:37 fauli Exp $ + + 03 Jan 2013; Christian Faulhammer <fauli@gentoo.org> + claws-mail-spam-report-0.3.17.ebuild: + reintroduce deletion of .a and .la files 28 Dec 2012; Agostino Sarubbo <ago@gentoo.org> claws-mail-spam-report-0.3.17.ebuild: diff --git a/mail-client/claws-mail-spam-report/claws-mail-spam-report-0.3.17.ebuild b/mail-client/claws-mail-spam-report/claws-mail-spam-report-0.3.17.ebuild index 1dccf3033444..cd67239046e0 100644 --- a/mail-client/claws-mail-spam-report/claws-mail-spam-report-0.3.17.ebuild +++ b/mail-client/claws-mail-spam-report/claws-mail-spam-report-0.3.17.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam-report/claws-mail-spam-report-0.3.17.ebuild,v 1.3 2012/12/28 16:41:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-spam-report/claws-mail-spam-report-0.3.17.ebuild,v 1.4 2013/01/03 01:30:37 fauli Exp $ EAPI=4 @@ -26,4 +26,7 @@ S="${WORKDIR}/${MY_P}" src_install() { emake DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog README + + # kill useless files + rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la} } |