diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-03-19 16:40:49 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-03-19 16:40:49 +0000 |
commit | 5e5e0226c0c53199a9637a6e72df2bed5596296b (patch) | |
tree | d916b2f41e267616986134448cc658fae155a93a /media-plugins/gmpc-last-fm | |
parent | QA: Renamed MODULE to XORG_MODULE (diff) | |
download | gentoo-2-5e5e0226c0c53199a9637a6e72df2bed5596296b.tar.gz gentoo-2-5e5e0226c0c53199a9637a6e72df2bed5596296b.tar.bz2 gentoo-2-5e5e0226c0c53199a9637a6e72df2bed5596296b.zip |
Remove .la file
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/gmpc-last-fm')
-rw-r--r-- | media-plugins/gmpc-last-fm/ChangeLog | 5 | ||||
-rw-r--r-- | media-plugins/gmpc-last-fm/gmpc-last-fm-0.20.0.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-plugins/gmpc-last-fm/ChangeLog b/media-plugins/gmpc-last-fm/ChangeLog index bfecfa1422f1..310924414ba7 100644 --- a/media-plugins/gmpc-last-fm/ChangeLog +++ b/media-plugins/gmpc-last-fm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gmpc-last-fm # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-last-fm/ChangeLog,v 1.17 2011/03/13 16:34:46 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-last-fm/ChangeLog,v 1.18 2011/03/19 16:40:49 angelos Exp $ + + 19 Mar 2011; Christoph Mende <angelos@gentoo.org> gmpc-last-fm-0.20.0.ebuild: + Remove .la file 13 Mar 2011; <angelos@gentoo.org> -gmpc-last-fm-0.18.0.ebuild, -gmpc-last-fm-0.19.0.ebuild: diff --git a/media-plugins/gmpc-last-fm/gmpc-last-fm-0.20.0.ebuild b/media-plugins/gmpc-last-fm/gmpc-last-fm-0.20.0.ebuild index 40cda02eb82a..5c227a6afe68 100644 --- a/media-plugins/gmpc-last-fm/gmpc-last-fm-0.20.0.ebuild +++ b/media-plugins/gmpc-last-fm/gmpc-last-fm-0.20.0.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/media-plugins/gmpc-last-fm/gmpc-last-fm-0.20.0.ebuild,v 1.8 2011/02/26 12:14:07 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-last-fm/gmpc-last-fm-0.20.0.ebuild,v 1.9 2011/03/19 16:40:49 angelos Exp $ -EAPI=2 +EAPI=3 DESCRIPTION="This plugin fetches artist art from last.fm" HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_LASTFM" @@ -21,4 +21,5 @@ DEPEND="${RDEPEND} src_install () { emake DESTDIR="${D}" install || die "emake install failed" + find "${ED}" -name "*.la" -delete || die } |