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-shout/gmpc-shout-0.20.0.ebuild | |
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-shout/gmpc-shout-0.20.0.ebuild')
-rw-r--r-- | media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild b/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild index d3b96acdf06a..478b0393c45e 100644 --- a/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild +++ b/media-plugins/gmpc-shout/gmpc-shout-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-shout/gmpc-shout-0.20.0.ebuild,v 1.3 2011/02/20 17:43:16 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild,v 1.4 2011/03/19 16:48:17 angelos Exp $ -EAPI=2 +EAPI=3 DESCRIPTION="This plugin calls ogg123 and points it at mpd's shoutstream" HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_SHOUT" @@ -30,4 +30,5 @@ src_configure() { src_install() { emake DESTDIR="${D}" install || die + find "${ED}" -name "*.la" -delete || die } |