diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-03-19 16:49:17 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-03-19 16:49:17 +0000 |
commit | 5ee9f75d23d12dc49d02a954ce9fc85889b60640 (patch) | |
tree | 4e8f87105ae9504143eea370bc4104ff09f07c69 /media-plugins/gmpc-last-fm | |
parent | QA: Renamed MODULE to XORG_MODULE (diff) | |
download | historical-5ee9f75d23d12dc49d02a954ce9fc85889b60640.tar.gz historical-5ee9f75d23d12dc49d02a954ce9fc85889b60640.tar.bz2 historical-5ee9f75d23d12dc49d02a954ce9fc85889b60640.zip |
Remove .la file
Package-Manager: portage-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 } |